.breadcrumbs {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}
.breadcrumbs a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumbs a:hover {
  color: var(--orange, #f45500);
}
.breadcrumbs__current {
  color: rgba(0, 0, 0, 0.5);
}
body.nav-open .breadcrumbs {
  display: none;
}

@media (max-width: 575px) {
  .breadcrumbs {
    position: absolute;
    padding: 12px 0 16px;
    font-size: 13px;
    z-index: 10000;
  }
  .breadcrumbs a {
    color: #ad6220 !important;
  }
}
.nav a.is-active,                           /* для fallback меню */
.nav .current-menu-item > a,                /* для WordPress меню */
.nav .current_page_item > a,                /* WordPress, второй вариант */
.nav .current-menu-parent > a,              /* родительский пункт */
.mobile-nav a.is-active {
  color: #f45500;
  font-weight: 500;
}

/* Hero solutions — планшетний діапазон 576-991px */
@media (min-width: 440px) and (max-width: 991px) {
  /* Hero-секція — гнучка висота, бежеве тло без оверлею */
  .hero-inner--page-2 {
    height: auto;
    padding: 32px 24px 0;
    background-color: #f7f0e9;
    background-blend-mode: normal;
  }
  .hero-inner--page-2::before {
    display: none;
  }

  /* Картинка людини — пропорційно меншає */
  .sol-hero-man {
    max-width: 380px;
    height: auto;
    margin: 0 auto;
  }
  .sol-hero-man__img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Контент колонкою: текст зверху, людина знизу */
  .hero-content--page-2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 80px;
  }
  .hero-content--page-2 h1 {
    color: #000000;
    margin-bottom: 24px;
  }

  /* Marquee — коричневий фон, як у моб версії */
  .hero-ticker--secondary,
  .hero-ticker--secondary.is-marquee {
    background-color: #ad6220;
  }
  .hero-ticker--row {
    background-color: #ad6220;
    font-size: 14px;
    gap: 32px;
    padding: 20px 24px;
  }
  .hero-marquee--item {
    gap: 32px;
  }

  /* CTA-кнопка у hero */
  .hero-cta--secondary {
    padding: 14px 28px;
    font-size: 13px;
  }
}

.hero-content--page-2 h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(24px, 4vw, 45px);
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 40px !important;
}
.hero-content--page-2 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.hero-inner--page-2 {
  padding: 38px 41px 0 100px;
  height: 600px;
  background-color: #00143e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.hero-inner--page-2 .hero-content--page-2,
.hero-inner--page-2 .sol-hero-man,
.hero-inner--page-2 .hero-ticker--secondary {
  z-index: 2;
}
.hero-inner--page-2 .hero-content--page-2,
.hero-inner--page-2 .sol-hero-man {
  position: relative;
}
.hero-content--row {
  width: 385px;
  padding-top: 84px;
}
.hero-cta--secondary {
  display: block;
  width: fit-content;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 22px 48px;
  background: #f45500;
  border-radius: 8px;
  margin: 0 auto;
}
.hero-ticker--secondary {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.hero-ticker--row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 123px;
  width: 100%;
  padding: 24px 64px;
  background: #ad6220;
}
.hero-marquee--item {
  display: flex;
  gap: 50px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}
.sol-hero-man {
  width: 100%;
  max-width: 548px;
  height: 507px;
  right: 20px;
  bottom: 10px;
}
.section-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-intro__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #de6727;
}
.section-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: clamp(15px, 1.2vw, 16px);
  line-height: 140%;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-intro__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(29px, 3vw, 38px);
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 24px;
}
.section-intro__desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}
.features-row {
  width: 100%;
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding-top: 8px;
  margin: 0 auto;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 212px 212px 212px 212px;
  grid-template-areas:
    "a a b c"
    "d e f f"
    "t t f f"
    "g g h i";
  gap: 15px;
}
.features__cell {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.features-grid--two {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 212px 212px 212px 212px;
  grid-template-areas:
    "a a b b"
    "c d b b"
    "t t t e"
    "f g h h";
  gap: 15px;
}
.features__text {
  background: var(--navy);
  display: flex;
  align-items: center;
  padding: 32px;
}
.features__text p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: clamp(13px, 3.8vw, 16px);
  line-height: 130%;
  color: #fff;
}
.features__cell--a {
  grid-area: a;
}
.features__cell--b {
  grid-area: b;
}
.features__cell--c {
  grid-area: c;
}
.features__cell--d {
  grid-area: d;
}
.features__cell--e {
  grid-area: e;
}
.features__cell--f {
  grid-area: f;
}
.features__cell--t {
  grid-area: t;
}
.features__cell--g {
  grid-area: g;
}
.features__cell--h {
  grid-area: h;
}
.features__cell--i {
  grid-area: i;
}
.features2__cell--a {
  grid-area: a;
}
.features2__cell--b {
  grid-area: b;
}
.features2__cell--c {
  grid-area: c;
}
.features2__cell--d {
  grid-area: d;
}
.features2__cell--e {
  grid-area: e;
}
.features2__cell--f {
  grid-area: f;
}
.features2__cell--t {
  grid-area: t;
}
.features2__cell--g {
  grid-area: g;
}
.features2__cell--h {
  grid-area: h;
}
.know-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 24px;
}
.kh-card__header h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.kh-center {
  align-items: center;
}
.py-96 {
  padding: 96px 0;
}
.sol-risks .kh-card__header {
  width: 100%;
}

.help-form {
  position: absolute;
  width: 100%;
  max-width: 1180px;
  left: 50%;
  transform: translateX(-50%);
  top: 65%;
  background: #ffffff;
  box-shadow:
    0px 16px 32px -4px rgba(12, 12, 13, 0.1),
    0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 24px;
  padding: 32px;
}
.help-form-row {
  width: 100%;
  display: flex;
  gap: 16px;
  flex: 1;
}
.form .inp {
  padding: 16px !important;
}

.inp {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid #dde8ff;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
@media (min-width: 992px) {
  .sol-hero-man__img {
    height: 870px;
    object-fit: cover;
    object-position: top;
  }
}

@media (max-width: 768px) {
  .features-row {
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .kh-card__header h3 {
    font-size: 20px;
  }
  .know-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .sol-risks .kh-card__icon {
    display: none;
  }
  .sol-risks .kh-card__header {
    justify-content: flex-start;
    gap: 8px;
  }
  .kh-card__accordion-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  .sol-risks .kh-card.is-open .kh-card__accordion-icon {
    transform: rotate(90deg);
  }
}
@media (max-width: 575px) {
  .py-96 {
    padding: 56px 0;
  }
  .hero-content--page-2 h1 {
    color: #000000;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .hero-content--page-2 {
    padding: 0px 16px 0 16px;
  }
  .hero-content--row {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 32px;
    margin-bottom: 24px;
  }
  .hero-inner--page-2 {
    padding: 16px 20px 0 20px;
    background-color: #f7f0e9;
    background-blend-mode: normal;
  }
  .hero-inner--page-2::before {
    display: none;
  }
  .hero-cta--secondary {
    border-radius: 0;
    padding: 15px 24px;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #ad6220;
  }
  .hero-ticker--row {
    background-color: #f36316;
    font-size: 14px;
    gap: 24px;
    padding: 25px 16px;
  }
  .hero-ticker--secondary.is-marquee {
    background-color: #f36316;
  }
  .hero-marquee--item {
    gap: 24px;
  }
  .section-intro__title {
    margin-bottom: 16px;
  }
  .features {
    margin-bottom: 64px;
  }
  .features-grid {
    grid-template-rows: 126px 126px 126px 126px;
    gap: 8px;
  }
  .features-grid--two {
    grid-template-rows: 126px 126px 126px 126px;
    gap: 8px;
  }
  .hero-content--page-2 {
    flex-direction: column;
  }
  .sol-hero-man {
    max-width: none;
    width: calc(100% + 72px);
    margin-left: -36px;
    margin-right: -36px;
    height: auto;
  }
  .sol-hero-man__img {
    width: 100%;
    height: auto;
    display: block;
  }
  .kh-card__accordion-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
    order: -1;
    transition: transform 0.3s ease;
  }
  .form {
    border-radius: 0;
    padding: 32px 39px;
  }
  .form-title {
    text-align: center;
    font-size: 15px;
  }
}
.hero-ticker--secondary.is-marquee {
  overflow: hidden;
  background: #ad6220;
}
.hero-ticker--secondary.is-marquee .hero-ticker--row {
  background: transparent;
  margin-top: 0;
  width: auto;
  justify-content: flex-start;
  flex-shrink: 0;
  padding-left: 0;
  padding-right: 50px;
}
.hero-ticker--track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 25s linear infinite;
}
.hero-ticker--track:hover {
  animation-play-state: paused;
}
@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-ticker--track {
    animation: none;
  }
}
.hero-marquee--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
.hero-marquee--icon-mobile {
  display: none;
}
@media (max-width: 575px) {
  .hero-marquee--icon-desktop {
    display: none;
  }
  .hero-marquee--icon-mobile {
    display: inline-flex;
  }
}
.hero-marquee--icon-fallback {
  width: auto;
  font-size: 18px;
  line-height: 1;
}
.breadcrumbs__sep--icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  object-fit: contain;
  vertical-align: middle;
  margin: 0 4px;
}

@media (max-width: 575px) {
  .breadcrumbs__sep--icon {
    filter: brightness(0) saturate(100%) invert(38%) sepia(72%) saturate(531%)
      hue-rotate(360deg) brightness(95%) contrast(94%);
  }
}
.help-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.help-section__inner {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  z-index: 2;
  padding-bottom: 16px;
}

/* Форма — біла карточка з закругленням, як на головній */
.help-form {
  position: absolute;
  z-index: 2;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px clamp(16px, 3vw, 32px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}
.help-form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: center;
}
.help-form .inp {
  box-sizing: border-box;
  padding: 14px 16px;
  background: #f3f3f3;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.2vw, 16px);
}
.help-form .inp::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 150%;
  color: rgba(0, 0, 0, 0.7);
}

/* ── Мобільний ≤575px ───────────────────────────────────────────── */
@media (max-width: 575px) {
  .help-section {
    margin-bottom: 32px;
    padding: 40px 16px;
    border-radius: 16px;
  }
  .help-section__inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    margin-bottom: 24px;
  }

  .help-form {
    padding: 16px;
  }
  .help-form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .help-section__updated {
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .hero-inner--page-2 {
    margin-left: 20px;
    margin-right: 20px;
  }
  .know-how {
    margin-left: 20px;
    margin-right: 20px;
  }
  .cta-strip {
    margin-left: 20px;
    margin-right: 20px;
  }
  .features {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.breadcrumbs {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
}
.breadcrumbs a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumbs a:hover {
  color: var(--orange, #f45500);
}
.breadcrumbs__sep {
  margin: 0 8px;
  color: #c4c4c4;
}
.breadcrumbs__current {
  color: rgba(0, 0, 0, 0.5);
}
/* На мобільному — менший шрифт */
@media (max-width: 575px) {
  .breadcrumbs {
    position: absolute;
    padding: 12px 0 16px;
    font-size: 13px;
    z-index: 10000;
  }
}
.nav a.is-active,                           /* для fallback меню */
.nav .current-menu-item > a,                /* для WordPress меню */
.nav .current_page_item > a,                /* WordPress, второй вариант */
.nav .current-menu-parent > a,              /* родительский пункт */
.mobile-nav a.is-active {
  color: #f45500;
  font-weight: 500;
}

.hero-content--page-2 h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(24px, 4vw, 45px);
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 40px !important;
}
.hero-content--page-2 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.hero-inner--page-2 {
  padding: 38px 41px 0 100px;
  height: 600px;
  background: linear-gradient(
    100.52deg,
    rgba(255, 255, 255, 0) 18.74%,
    rgba(153, 153, 153, 0.7) 94.29%
  );
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Псевдо-оверлей: додатковий тёмний градіент зліва направо, щоб текст ще краще читався */
.hero-inner--page-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 20, 62, 0.85) 0%,
    rgba(0, 20, 62, 0.45) 50%,
    rgba(0, 20, 62, 0.15) 100%
  );
  pointer-events: none;
  z-index: 1;
}
/* Контент (текст + кнопка), картинка персонажа і marquee — над оверлеем */
.hero-inner--page-2 .hero-content--page-2,
.hero-inner--page-2 .sol-hero-man,
.hero-inner--page-2 .hero-ticker--secondary {
  z-index: 2; /* marquee вже має position: absolute, з нею z-index подіє */
}
.hero-inner--page-2 .hero-content--page-2,
.hero-inner--page-2 .sol-hero-man {
  position: relative; /* щоб z-index подіяв на ці два */
}
.hero-content--row {
  width: 385px;
  padding-top: 84px;
}
.hero-cta--secondary {
  display: block;
  width: fit-content;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 22px 48px;
  background: #f45500;
  border-radius: 8px;
  margin: 0 auto;
}
.hero-ticker--secondary {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.hero-ticker--row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 123px;
  width: 100%;
  padding: 24px 64px;
  background: #ad6220;
}
.hero-marquee--item {
  display: flex;
  gap: 50px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}
.section-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-intro__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #de6727;
}
.section-intro__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: clamp(15px, 1.2vw, 16px);
  line-height: 140%;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-intro__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: clamp(29px, 3vw, 38px);
  line-height: 130%;
  text-align: center;
  color: #000000;
  margin-bottom: 24px;
}
.section-intro__desc {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}
.features {
  padding: 68px 0;
}
.features-row {
  width: 100%;
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding-top: 8px;
  margin: 0 auto;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 212px 212px 212px 212px;
  grid-template-areas:
    "a a b c"
    "d e f f"
    "t t f f"
    "g g h i";
  gap: 15px;
}

.features__cell {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.features-grid--two {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 212px 212px 212px 212px;
  grid-template-areas:
    "a a b b"
    "c d b b"
    "t t t e"
    "f g h h";
  gap: 15px;
}
.features__text {
  background: var(--navy);
  display: flex;
  align-items: center;
  padding: 32px;
}
.features__text p {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: clamp(13px, 3.8vw, 16px);
  line-height: 130%;
  color: #fff;
}

.features__cell--a {
  grid-area: a;
}
.features__cell--b {
  grid-area: b;
}
.features__cell--c {
  grid-area: c;
}
.features__cell--d {
  grid-area: d;
}
.features__cell--e {
  grid-area: e;
}
.features__cell--f {
  grid-area: f;
}
.features__cell--t {
  grid-area: t;
}
.features__cell--g {
  grid-area: g;
}
.features__cell--h {
  grid-area: h;
}
.features__cell--i {
  grid-area: i;
}

.features2__cell--a {
  grid-area: a;
}
.features2__cell--b {
  grid-area: b;
}
.features2__cell--c {
  grid-area: c;
}
.features2__cell--d {
  grid-area: d;
}
.features2__cell--e {
  grid-area: e;
}
.features2__cell--f {
  grid-area: f;
}
.features2__cell--t {
  grid-area: t;
}
.features2__cell--g {
  grid-area: g;
}
.features2__cell--h {
  grid-area: h;
}
.kh-card__header h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.kh-center {
  align-items: center;
}
.py-96 {
  padding: 96px 0;
}
.sol-risks .kh-card__header {
  width: 100%;
}
.help-section {
  background: #f5f8ff;
  position: relative;
  padding-top: 38px;
  background-position: center bottom 85px;
}

.help-section__content {
  width: 100%;
  padding: 72px 0 0 40px;
  max-width: 582px;
}

.help-section__title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(24px, 3vw, 45px);
  line-height: 130%;
  color: #000;
  margin-bottom: 24px;
}

.help-section__text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(15px, 3vw, 24px);
  line-height: 130%;
  color: #000000;
}

.help-form {
  position: absolute;
  width: 100%;
  max-width: 1180px;
  left: 50%;
  transform: translateX(-50%);
  top: 65%;
  background: #ffffff;
  box-shadow:
    0px 16px 32px -4px rgba(12, 12, 13, 0.1),
    0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 24px;
  padding: 32px;
}
.help-form-row {
  width: 100%;
  display: flex;
  gap: 16px;
  flex: 1;
}
.know-how {
  padding: 14px 0 10px;
}
.know-how-solution {
  padding: 30px 0 0 0;
}
.inp {
  flex: 1;
  padding: 14px 16px;
  border: 1px solid #dde8ff;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.video-test {
  padding-top: 92px;
}
.video-test1 {
  padding-top: 30px;
}
.cta-strip {
  padding: 47px 0;
}
@media (min-width: 992px) {
  .sol-hero-man__img {
    height: 870px;
    object-fit: cover;
    object-position: top;
  }
}
@media (max-width: 768px) {
  .features-row {
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .kh-card__header h3 {
    font-size: 20px;
  }
  .know-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .sol-risks .kh-card__icon {
    display: none;
  }
  .sol-risks .kh-card__header {
    justify-content: flex-start;
    gap: 8px;
  }
  .kh-card__accordion-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.3s ease;
  }
  .sol-risks .kh-card.is-open .kh-card__accordion-icon {
    transform: rotate(90deg);
  }
  .know-how__inner {
    margin-bottom: 0;
  }
  .video-test {
    padding-top: 64px;
  }
}

@media (max-width: 575px) {
  .py-96 {
    padding: 56px 0;
  }

  .hero-content--page-2 h1 {
    color: #000000;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .hero-content--page-2 {
    padding: 0px 16px 0 16px;
  }
  .hero-content--row {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 32px;
    margin-bottom: 24px;
  }
  /* На мобілці: фоном лишається картинка з Customizer, але поверх неї —
       світло-бежева заливка #F7F0E9 (як у макеті). Темного градієнтного оверлею
       та blend-mode у мобільній версії не потрібно. */
  .hero-inner--page-2 {
    padding: 16px 20px 0 20px;
    background-color: #f7f0e9;
    background-blend-mode: normal;
  }
  .hero-inner--page-2::before {
    display: none;
  } /* прибираємо темний оверлей на мобілці */
  .hero-cta--secondary {
    border-radius: 0;
    padding: 15px 24px;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #ad6220;
  }
  .hero-ticker--row {
    background-color: #f36316;
    font-size: 14px;
    gap: 24px;
    padding: 25px 16px;
  }
  .hero-ticker--secondary.is-marquee {
    background-color: #f36316;
  } /* фон marquee-контейнера в мобілці теж коричневий */
  .hero-marquee--item {
    gap: 24px;
  }
  .section-intro__title {
    margin-bottom: 16px;
  }
  .features {
    margin-bottom: 64px;
  }
  .features-grid {
    grid-template-rows: 126px 126px 126px 126px;
    gap: 8px;
  }
  .features-grid--two {
    grid-template-rows: 126px 126px 126px 126px;
    gap: 8px;
  }
  .hero-content--page-2 {
    flex-direction: column;
  }
  /* Картинка персонажа: розтягуємо на всю ширину .hero-inner.
       Від'ємні margin'и компенсують padding-и .hero-content--page-2 (16px)
       та .hero-inner--page-2 (20px) → разом 36px з кожного боку. */
  .sol-hero-man {
    max-width: none;
    width: calc(100% + 72px);
    margin-left: -36px;
    margin-right: -36px;
    height: auto;
  }
  .sol-hero-man__img {
    width: 100%;
    height: auto;
    display: block;
  }
  .kh-card__accordion-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
    order: -1;
    transition: transform 0.3s ease;
  }

  .form {
    border-radius: 0;
    padding: 32px 39px;
  }
  .form-title {
    text-align: center;
    font-size: 15px;
  }
  .cta-strip {
    padding: 0;
  }
  .features {
    padding: 0;
    margin-bottom: 0;
    padding-top: 64px;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   HERO MARQUEE — біжуча строка
   ═══════════════════════════════════════════════════════════════════ */
.hero-ticker--secondary.is-marquee {
  overflow: hidden;
  background: #ad6220;
}
.hero-ticker--secondary.is-marquee .hero-ticker--row {
  background: transparent;
  margin-top: 0;
  width: auto;
  justify-content: flex-start;
  flex-shrink: 0;
  /* Прибираємо горизонтальні паддинги (вони були для статичної смуги).
       padding-right робить зазор між копіями ТАКИЙ САМИЙ, як gap між пунктами,
       щоб "шов" склейки був непомітним. */
  padding-left: 0;
  padding-right: 50px;
}
.hero-ticker--track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 25s linear infinite;
}
.hero-ticker--track:hover {
  animation-play-state: paused;
}
@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-ticker--track {
    animation: none;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   MARQUEE — іконка-роздільник між пунктами
   У шаблоні рендеряться ОБИДВІ іконки (десктоп + мобілка), а CSS показує
   потрібну за медіа-запитом. Мобільна за замовч. прихована, на ≤575px
   міняємо: ховаємо десктопну, показуємо мобільну.
   ═══════════════════════════════════════════════════════════════════ */
.hero-marquee--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
.hero-marquee--icon-mobile {
  display: none;
}
@media (max-width: 575px) {
  .hero-marquee--icon-desktop {
    display: none;
  }
  .hero-marquee--icon-mobile {
    display: inline-flex;
  }
}
/* Fallback-стрілка (якщо іконка з Customizer не завантажена) */
.hero-marquee--icon-fallback {
  width: auto;
  font-size: 18px;
  line-height: 1;
}

/* ═══════════════════════════════════════════════════════════════════
   BREADCRUMBS — іконка-роздільник
   ═══════════════════════════════════════════════════════════════════ */
.breadcrumbs__sep--icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  object-fit: contain;
  vertical-align: middle;
  margin: 0 10px;
}
/* На мобільному перефарбовуємо іконку в #AD6220 (коричневий).
   filter-комбінація конвертує будь-яку темну SVG/PNG у потрібний відтінок:
   invert(0) — лишаємо як є; sepia(1) — переводимо в коричневий тон;
   saturate/hue-rotate/brightness — підганяємо точно під #AD6220 (HSL 28°). */
@media (max-width: 575px) {
  .breadcrumbs__sep--icon {
    filter: brightness(0) saturate(100%) invert(38%) sepia(72%) saturate(531%)
      hue-rotate(360deg) brightness(95%) contrast(94%);
  }
}

/* ═══════════════════════════════════════════════════════════════════
   HELP-SECTION — "Маєте невирішені питання?"
   ═══════════════════════════════════════════════════════════════════ */

.help-section__media {
  flex-shrink: 1;
  width: 100%;
  max-width: 353px;
  height: 100%;
  max-height: 584px;
}
.help-section__media img {
  display: block;
  width: 100%;
  height: 100%;
}

/* Форма — біла карточка з закругленням, як на головній */
.help-form {
  position: absolute;
  z-index: 2;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px clamp(16px, 3vw, 32px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}
.help-form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: center;
}
.help-form .inp {
  box-sizing: border-box;
  padding: 14px 16px;
  background: #f3f3f3;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 1.2vw, 16px);
}
.help-form .inp::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 150%;
  color: rgba(0, 0, 0, 0.7);
}
.help-form .btn-orange {
  border: none;
  border-radius: 8px;
  background: #f45500;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}
.help-form .btn-orange:hover {
  background: #de4a00;
}

.help-section__bottom {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.help-section__updated {
  padding: 40px 0 32px 0;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: right;
  color: #000000;
}

.help-section__inner_help-form {
  top: 60%;
}

/* ── Планшет ≤991px ─────────────────────────────────────────────── */
@media (max-width: 991px) {
  .help-form-row {
    grid-template-columns: 1fr 1fr;
  }
  .help-form .btn-orange {
    grid-column: 1 / -1;
  }
  .know-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ── Мобільний ≤575px ───────────────────────────────────────────── */
@media (max-width: 575px) {
  .hero-inner--page-2 {
    margin-left: 0;
    margin-right: 0;
  }
  .inp {
    border-radius: 0 !important;
  }
  .help-section {
    background-image: none !important;
  }
  .help-section {
    padding: 56px 16px 0 16px;
    border-radius: 0;
    background-color: #f7f0e9;
  }
  .help-section__inner {
    flex-direction: column;
    text-align: center;
    gap: 7px;
    margin-bottom: 0;
  }
  .help-section__content {
    order: 1;
    padding-top: 0;
    max-width: 100%;
  }
  .help-section__media {
    order: 2;
    height: 430px;
  }
  .help-section__title {
    font-size: clamp(18px, 1.2vw, 20px);
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 130%;
  }
  .help-section__text {
    line-height: 140%;
  }
  .help-section__media img {
    width: 100%;
    height: auto;
    display: block;
  }
  .help-form {
    width: 100%;
    max-width: 100%;
    padding: 12px;
    border-radius: 0px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    bottom: 50px;
  }
  .help-form-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .help-form .inp {
    width: 100%;
    padding: 15px 14px;
    font-size: clamp(12px, 1.2vw, 14px);
    border-radius: 0;
  }
  .help-form .btn-orange {
    width: 100%;
    padding: 15px;
    background: #ad6220;
    border-radius: 0;
    font-size: clamp(12px, 1.2vw, 14px);
    letter-spacing: 0;
  }
  .help-form .btn-orange:hover {
    background: #8e4e16;
  }
  .know-how {
    padding: 0 16px;
  }
  .cta-strip {
    margin-left: 16px;
    margin-right: 16px;
  }
  .features {
    margin-left: 16px;
    margin-right: 16px;
  }
  .know-how {
    padding-top: 80px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .help-section {
    background-image: none !important;
    margin: 0;
    padding: 56px 0 32px;
    border-radius: 0;
    background-color: #f7f0e9;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .help-section__inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
    margin-bottom: 0;
    padding: 0 16px;
  }
  .help-section__content {
    order: 1;
    padding-top: 0;
    max-width: 100%;
  }
  .help-section__media {
    order: 2;
    width: 100%;
    max-width: 320px;
    height: auto !important;
    margin: 0 auto;
  }
  .help-section__media img {
    width: 100%;
    height: auto;
    display: block;
  }
  .help-section__title {
    font-size: clamp(18px, 1.2vw, 20px);
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 130%;
  }
  .help-section__text {
    line-height: 140%;
  }
  .help-form {
    max-width: 92%;
    margin-left: 16px;
    margin-right: 16px;
    margin: 0 auto !important;
    height: 184px;
    top: 49%;
  }
  .help-form-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .help-section__bottom {
    max-width: 100%;
    margin: 0;
    text-align: right;
  }
  .help-section__updated {
    font-size: 15px;
    padding: 4px 24px 32px 0;
  }
  .know-grid {
    width: 100%;
    padding-bottom: 0;
    margin: 0;
  }
  .kh-card {
    padding: 0 !important;
  }
  .video-test {
    margin-bottom: 56px;
  }
  .video-test-section {
    padding-top: 24px;
  }
  .know-how {
    padding: 0 16px;
  }
  .cta-strip {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/* ═══════════════════════════════════════════════════════════════════
   MODAL-PHOTO — два варіанти за макетом
   ═══════════════════════════════════════════════════════════════════ */

/* Базова картка модалки фото */
.modal__card--photo {
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
}
.modal__card--photo.is-horizontal {
  max-width: 720px;
}
.modal__card--photo.is-vertical {
  max-width: 227px; /* точна ширина як в макеті */
  padding: 0; /* без зайвих відступів */
}

/* Контейнер фото з оверлеями */
.modal-photo__media {
  position: relative;
  overflow: hidden;
}
.modal-photo__img {
  width: 100%;
  height: auto;
  display: block;
}
/* Вертикальне фото — точний розмір 227×404 (з пропорції макета) */
.modal__card--photo.is-vertical .modal-photo__media {
  width: 227px;
  height: 404px;
}
.modal__card--photo.is-vertical .modal-photo__img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* фото заповнить контейнер 227×404 без деформацій */
}

/* Заголовок ЗВЕРХУ карточки (для варіанту .has-cta) */
.modal-photo__title--top {
  display: none;
  padding-bottom: 16px;

  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 130%;
  color: #000;
}
.modal__card--photo.has-cta .modal-photo__title--top {
  display: block;
}

/* Заголовок ПОВЕРХ фото (для варіанту БЕЗ кнопки) */
.modal-photo__overlay-title {
  position: absolute;
  top: 26px;
  left: 24px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}
.modal__card--photo.has-cta .modal-photo__overlay-title {
  display: none;
}

/* Кнопка ПОВЕРХ фото знизу (тільки .has-cta) */
.modal-photo__cta {
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  width: fit-content;
  padding: 13.5px 16px;
  background: #f45500;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.modal-photo__cta:hover {
  background: #de4a00;
  color: #ffffff;
}
.modal-photo__cta[hidden] {
  display: none !important;
}

/* Хрестик закриття */
.modal__card--photo .modal__close {
  position: absolute;
  top: 56px;
  right: 56px;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(6px);
}
.modal__card--photo.has-cta .modal__close {
  position: absolute;
  top: 32px;
  right: 32px;
  background: rgba(0, 0, 0, 0.05) !important;
  backdrop-filter: blur(6px) !important;
  z-index: 100;
}
.modal__card--photo:not(.has-cta) .modal__close img {
  filter: brightness(0) invert(1);
}

/* Мобільний */
@media (max-width: 575px) {
  .modal__card--photo.is-vertical {
    max-width: 100%;
    width: 100%;
  }
  .modal__card--photo.is-vertical .modal-photo__media {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
  }
  .modal__card--photo.is-vertical .modal-photo__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
  }
  .modal-photo__cta {
    padding: 15px 32px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0 !important;
    background-color: #ad6220;
  }
  .modal-photo__title--top {
    padding: 0;
    padding-top: 56px;
    margin-bottom: 129px;
    font-size: 15px;
    text-align: center;
  }
  .modal__card--photo.has-cta .modal__close {
    top: 24px;
    right: 24px;
  }
  .modal-photo__img {
    border-radius: 0;
    margin-bottom: 129px;
  }
  .modal__card--photo .modal__close {
    top: 12px;
    right: 12px;
  }
  .modal-photo__media {
    width: 100%;
    height: 566px;
  }
}
