/* KYK Russia — page /pochemu-kyk/ */

.kyk-why-hero {
    position: relative;
    overflow: hidden;
    min-height: 640px;
    background: #f5f8fb;
    display: flex;
    align-items: center;
  }

  .kyk-why-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
  }

  .kyk-why-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center right;
    display: block;
  }

  .kyk-why-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
      linear-gradient(90deg,
        rgba(245, 248, 251, 0.98) 0%,
        rgba(245, 248, 251, 0.94) 28%,
        rgba(245, 248, 251, 0.70) 48%,
        rgba(245, 248, 251, 0.20) 72%,
        rgba(245, 248, 251, 0.00) 100%);
    pointer-events: none;
  }

  .kyk-why-hero__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 96px 24px;
  }

  .kyk-why-hero__content {
    max-width: 560px;
  }

  .kyk-why-hero__label {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(22, 139, 208, 0.10);
    color: #1685bd;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
  }

  .kyk-why-hero__title {
    margin: 0 0 22px;
    color: #102033;
    font-size: clamp(40px, 5vw, 66px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.045em;
  }

  .kyk-why-hero__text {
    margin: 0 0 34px;
    max-width: 500px;
    color: #415064;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.48;
    font-weight: 500;
  }

  .kyk-why-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 32px;
    border-radius: 999px;
    background: #168bd0;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 1;
    font-weight: 850;
    text-decoration: none !important;
    box-shadow: 0 16px 36px rgba(22, 139, 208, 0.28);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  }

  .kyk-why-hero__btn:hover {
    background: #0f78b8;
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(22, 139, 208, 0.34);
  }

  .kyk-why-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
  }

  .kyk-why-hero__chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(22, 139, 208, 0.16);
    color: #334155;
    font-size: 14px;
    line-height: 1;
    font-weight: 750;
    backdrop-filter: blur(8px);
  }

  .kyk-why-hero__mobile-img {
    display: none;
  }

  @media (max-width: 1180px) {
    .kyk-why-hero {
      min-height: 600px;
    }

    .kyk-why-hero__inner {
      padding: 82px 22px;
    }

    .kyk-why-hero__content {
      max-width: 520px;
    }
  }

  @media (max-width: 900px) {
    .kyk-why-hero {
      min-height: auto;
      display: block;
      background: #f5f8fb;
    }

    .kyk-why-hero__bg,
    .kyk-why-hero__overlay {
      display: none;
    }

    .kyk-why-hero__inner {
      padding: 56px 18px 24px;
    }

    .kyk-why-hero__content {
      max-width: 100%;
    }

    .kyk-why-hero__mobile-img {
      display: block;
      width: 100%;
      padding: 0 0 32px;
      background: #f5f8fb;
    }

    .kyk-why-hero__mobile-img img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: contain;
    }
  }

  @media (max-width: 520px) {
    .kyk-why-hero__inner {
      padding: 42px 16px 20px;
    }

    .kyk-why-hero__label {
      margin-bottom: 16px;
      font-size: 12px;
    }

    .kyk-why-hero__title {
      margin-bottom: 16px;
      font-size: 36px;
      line-height: 1.06;
    }

    .kyk-why-hero__text {
      margin-bottom: 26px;
      font-size: 17px;
      line-height: 1.45;
    }

    .kyk-why-hero__btn {
      width: 100%;
      min-height: 54px;
    }

    .kyk-why-hero__chips {
      gap: 8px;
      margin-top: 18px;
    }

    .kyk-why-hero__chip {
      min-height: 36px;
      padding: 0 13px;
      font-size: 13px;
    }

    .kyk-why-hero__mobile-img {
      padding-bottom: 24px;
    }
  }

.kyk-ceo {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 18% 8%, rgba(22, 139, 208, 0.08), transparent 32%),
      radial-gradient(circle at 86% 20%, rgba(22, 139, 208, 0.07), transparent 34%),
      #ffffff;
    padding: 92px 20px 104px;
    color: #122033;
  }

  .kyk-ceo * {
    box-sizing: border-box;
  }

  .kyk-ceo__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }

  .kyk-ceo__head {
    text-align: center;
    margin-bottom: 58px;
  }

  .kyk-ceo__kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #168bd0;
    font-size: 14px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .kyk-ceo__kicker::before,
  .kyk-ceo__kicker::after {
    content: "";
    width: 42px;
    height: 1px;
    background: rgba(22, 139, 208, 0.35);
  }

  .kyk-ceo__title {
    margin: 0;
    color: #102033;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.035em;
  }

  .kyk-ceo__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(36px, 5vw, 78px);
    align-items: start;
  }

  .kyk-ceo__quote-box {
    position: relative;
    padding: 6px 0 28px;
  }

  .kyk-ceo__quote-mark {
    position: absolute;
    top: -34px;
    left: -10px;
    color: rgba(22, 139, 208, 0.14);
    font-size: 124px;
    line-height: 1;
    font-weight: 900;
    font-family: Georgia, serif;
    pointer-events: none;
  }

  .kyk-ceo__quote {
    position: relative;
    z-index: 2;
    margin: 0 0 34px;
    color: #102033;
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1.18;
    font-weight: 750;
    letter-spacing: -0.035em;
  }

  .kyk-ceo__quote span {
    color: #168bd0;
  }

  .kyk-ceo__intro {
    margin: 0 0 28px;
    color: #122033;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 800;
  }

  .kyk-ceo__text {
    color: #273447;
    font-size: 17px;
    line-height: 1.74;
    font-weight: 500;
  }

  .kyk-ceo__text p {
    margin: 0 0 22px;
  }

  .kyk-ceo__text strong {
    color: #102033;
    font-weight: 850;
  }

  .kyk-ceo__photo-wrap {
    position: relative;
    margin-bottom: 34px;
    padding: 28px;
    background: linear-gradient(135deg, #f4f8fb 0%, #ffffff 100%);
    border-radius: 28px;
    box-shadow: 0 26px 70px rgba(15, 35, 55, 0.10);
  }

  .kyk-ceo__photo-wrap::before {
    content: "";
    position: absolute;
    right: -28px;
    top: 54px;
    width: 42%;
    height: 68%;
    border-radius: 24px;
    background: rgba(22, 139, 208, 0.08);
    z-index: 1;
  }

  .kyk-ceo__photo {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    object-fit: contain;
  }

  .kyk-ceo__signature {
    margin-top: 34px;
    padding: 26px 30px;
    border-left: 4px solid #168bd0;
    border-radius: 0 22px 22px 0;
    background: rgba(22, 139, 208, 0.07);
    color: #102033;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 850;
  }

  .kyk-ceo__signature span {
    display: block;
    margin-top: 7px;
    color: #4b5b70;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 650;
  }

  @media (max-width: 1100px) {
    .kyk-ceo {
      padding: 76px 18px 86px;
    }

    .kyk-ceo__grid {
      gap: 42px;
    }

    .kyk-ceo__text {
      font-size: 16px;
      line-height: 1.7;
    }

    .kyk-ceo__intro {
      font-size: 17px;
    }
  }

  @media (max-width: 900px) {
    .kyk-ceo {
      padding: 64px 18px 74px;
    }

    .kyk-ceo__head {
      margin-bottom: 42px;
    }

    .kyk-ceo__grid {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .kyk-ceo__right {
      display: flex;
      flex-direction: column;
    }

    .kyk-ceo__photo-wrap {
      order: -1;
      max-width: 620px;
      width: 100%;
      margin: 0 auto 30px;
      padding: 22px;
      border-radius: 24px;
    }

    .kyk-ceo__photo-wrap::before {
      display: none;
    }

    .kyk-ceo__photo {
      border-radius: 18px;
    }

    .kyk-ceo__quote-box {
      padding-top: 0;
    }

    .kyk-ceo__quote-mark {
      top: -26px;
      left: -4px;
      font-size: 96px;
    }
  }

  @media (max-width: 620px) {
    .kyk-ceo {
      padding: 52px 16px 62px;
    }

    .kyk-ceo__head {
      margin-bottom: 32px;
    }

    .kyk-ceo__kicker {
      font-size: 12px;
      gap: 10px;
    }

    .kyk-ceo__kicker::before,
    .kyk-ceo__kicker::after {
      width: 28px;
    }

    .kyk-ceo__title {
      font-size: 32px;
      line-height: 1.12;
    }

    .kyk-ceo__quote {
      margin-bottom: 26px;
      font-size: 28px;
      line-height: 1.22;
    }

    .kyk-ceo__intro {
      margin-bottom: 22px;
      font-size: 16px;
      line-height: 1.58;
    }

    .kyk-ceo__text {
      font-size: 15px;
      line-height: 1.68;
    }

    .kyk-ceo__text p {
      margin-bottom: 18px;
    }

    .kyk-ceo__photo-wrap {
      padding: 14px;
      border-radius: 20px;
      margin-bottom: 26px;
    }

    .kyk-ceo__photo {
      border-radius: 16px;
    }

    .kyk-ceo__signature {
      margin-top: 26px;
      padding: 20px 20px;
      border-radius: 0 18px 18px 0;
      font-size: 17px;
    }

    .kyk-ceo__signature span {
      font-size: 14px;
    }
  }

  @media (max-width: 390px) {
    .kyk-ceo {
      padding-left: 14px;
      padding-right: 14px;
    }

    .kyk-ceo__title {
      font-size: 29px;
    }

    .kyk-ceo__quote {
      font-size: 25px;
    }

    .kyk-ceo__text {
      font-size: 14.5px;
    }
  }

.kyk-russia-support {
    position: relative;
    overflow: hidden;
    background: #f5f9fc;
    padding: 86px 20px 92px;
    color: #102033;
  }

  .kyk-russia-support * {
    box-sizing: border-box;
  }

  .kyk-russia-support::before {
    content: "";
    position: absolute;
    inset: -120px auto auto -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(22, 139, 208, 0.10);
    filter: blur(8px);
    pointer-events: none;
  }

  .kyk-russia-support::after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -160px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(22, 139, 208, 0.08);
    filter: blur(10px);
    pointer-events: none;
  }

  .kyk-russia-support__inner {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: 0 auto;
  }

  .kyk-russia-support__top {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: center;
    margin-bottom: 42px;
  }

  .kyk-russia-support__label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(22, 139, 208, 0.10);
    color: #1685bd;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .kyk-russia-support__title {
    margin: 0;
    color: #102033;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.04em;
  }

  .kyk-russia-support__text {
    max-width: 650px;
    margin: 0;
    color: #3b4a5e;
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.58;
    font-weight: 500;
  }

  .kyk-russia-support__text strong {
    color: #102033;
    font-weight: 850;
  }

  .kyk-russia-support__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .kyk-russia-support__card {
    position: relative;
    min-height: 205px;
    padding: 28px 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(22, 139, 208, 0.12);
    box-shadow: 0 18px 46px rgba(15, 35, 55, 0.07);
    backdrop-filter: blur(10px);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  }

  .kyk-russia-support__card:hover {
    transform: translateY(-4px);
    border-color: rgba(22, 139, 208, 0.26);
    box-shadow: 0 24px 60px rgba(15, 35, 55, 0.10);
  }

  .kyk-russia-support__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #168bd0, #38b6e8);
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(22, 139, 208, 0.24);
  }

  .kyk-russia-support__card h3 {
    margin: 0 0 12px;
    color: #102033;
    font-size: 20px;
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -0.025em;
  }

  .kyk-russia-support__card p {
    margin: 0;
    color: #516176;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
  }

  @media (max-width: 1080px) {
    .kyk-russia-support {
      padding: 76px 18px 82px;
    }

    .kyk-russia-support__cards {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kyk-russia-support__card {
      min-height: 190px;
    }
  }

  @media (max-width: 820px) {
    .kyk-russia-support {
      padding: 64px 18px 70px;
    }

    .kyk-russia-support__top {
      grid-template-columns: 1fr;
      gap: 22px;
      margin-bottom: 34px;
    }

    .kyk-russia-support__text {
      max-width: 100%;
    }
  }

  @media (max-width: 560px) {
    .kyk-russia-support {
      padding: 52px 16px 58px;
    }

    .kyk-russia-support__label {
      margin-bottom: 14px;
      font-size: 11px;
      padding: 7px 12px;
    }

    .kyk-russia-support__title {
      font-size: 31px;
      line-height: 1.12;
    }

    .kyk-russia-support__text {
      font-size: 16px;
      line-height: 1.55;
    }

    .kyk-russia-support__cards {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .kyk-russia-support__card {
      min-height: auto;
      padding: 24px 22px;
      border-radius: 22px;
    }

    .kyk-russia-support__icon {
      width: 40px;
      height: 40px;
      margin-bottom: 18px;
      border-radius: 13px;
      font-size: 20px;
    }

    .kyk-russia-support__card h3 {
      font-size: 19px;
    }

    .kyk-russia-support__card p {
      font-size: 14.5px;
    }
  }

  @media (max-width: 380px) {
    .kyk-russia-support {
      padding-left: 14px;
      padding-right: 14px;
    }

    .kyk-russia-support__title {
      font-size: 28px;
    }

    .kyk-russia-support__text {
      font-size: 15px;
    }
  }

.kyk-tech-banner {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    background: #06111f;
    color: #ffffff;
  }

  .kyk-tech-banner * {
    box-sizing: border-box;
  }

  .kyk-tech-banner__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .kyk-tech-banner__bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center right;
  }

  .kyk-tech-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
      linear-gradient(90deg,
        rgba(3, 13, 25, 0.96) 0%,
        rgba(3, 13, 25, 0.90) 30%,
        rgba(3, 13, 25, 0.58) 52%,
        rgba(3, 13, 25, 0.20) 74%,
        rgba(3, 13, 25, 0.04) 100%);
    pointer-events: none;
  }

  .kyk-tech-banner__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1240px;
    min-height: 560px;
    margin: 0 auto;
    padding: 92px 20px;
    display: flex;
    align-items: center;
  }

  .kyk-tech-banner__content {
    max-width: 610px;
  }

  .kyk-tech-banner__label {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(56, 182, 232, 0.14);
    border: 1px solid rgba(56, 182, 232, 0.28);
    color: #7ed7ff;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .kyk-tech-banner__title {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.045em;
  }

  .kyk-tech-banner__text {
    margin: 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.58;
    font-weight: 500;
  }

  .kyk-tech-banner__text + .kyk-tech-banner__text {
    margin-top: 16px;
  }

  .kyk-tech-banner__mobile-img {
    display: none;
  }

  @media (max-width: 1180px) {
    .kyk-tech-banner {
      min-height: 520px;
    }

    .kyk-tech-banner__inner {
      min-height: 520px;
      padding: 78px 20px;
    }

    .kyk-tech-banner__content {
      max-width: 560px;
    }

    .kyk-tech-banner__overlay {
      background:
        linear-gradient(90deg,
          rgba(3, 13, 25, 0.97) 0%,
          rgba(3, 13, 25, 0.91) 34%,
          rgba(3, 13, 25, 0.62) 58%,
          rgba(3, 13, 25, 0.22) 80%,
          rgba(3, 13, 25, 0.06) 100%);
    }
  }

  @media (max-width: 860px) {
    .kyk-tech-banner {
      min-height: auto;
      background: #06111f;
      display: flex;
      flex-direction: column;
    }

    .kyk-tech-banner__bg,
    .kyk-tech-banner__overlay {
      display: none;
    }

    .kyk-tech-banner__mobile-img {
      display: block;
      width: 100%;
      background: #06111f;
    }

    .kyk-tech-banner__mobile-img img {
      display: block;
      width: 100%;
      height: auto;
    }

    .kyk-tech-banner__inner {
      min-height: auto;
      padding: 48px 18px 56px;
      display: block;
      order: 2;
    }

    .kyk-tech-banner__content {
      max-width: 100%;
    }
  }

  @media (max-width: 560px) {
    .kyk-tech-banner__inner {
      padding: 42px 16px 50px;
    }

    .kyk-tech-banner__label {
      margin-bottom: 16px;
      padding: 7px 12px;
      font-size: 11px;
    }

    .kyk-tech-banner__title {
      margin-bottom: 18px;
      font-size: 34px;
      line-height: 1.08;
    }

    .kyk-tech-banner__text {
      font-size: 16px;
      line-height: 1.54;
    }
  }

  @media (max-width: 380px) {
    .kyk-tech-banner__inner {
      padding-left: 14px;
      padding-right: 14px;
    }

    .kyk-tech-banner__title {
      font-size: 30px;
    }

    .kyk-tech-banner__text {
      font-size: 15px;
    }
  }

.kyk-camera-final {
    position: relative;
    overflow: hidden;
    padding: 96px 20px;
    background:
      radial-gradient(circle at 14% 10%, rgba(34, 151, 220, 0.10), transparent 34%),
      radial-gradient(circle at 86% 92%, rgba(8, 38, 66, 0.08), transparent 36%),
      linear-gradient(180deg, #f5f9fc 0%, #ffffff 100%);
    color: #142736;
  }

  .kyk-camera-final * {
    box-sizing: border-box;
  }

  .kyk-camera-final__inner {
    max-width: 1180px;
    margin: 0 auto;
  }

  .kyk-camera-final__head {
    max-width: 900px;
    margin: 0 0 42px;
  }

  .kyk-camera-final__label {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(18, 96, 151, 0.08);
    border: 1px solid rgba(18, 96, 151, 0.16);
    color: #126097;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .kyk-camera-final__title {
    margin: 0;
    color: #102332;
    font-size: clamp(36px, 5vw, 66px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.05em;
  }

  .kyk-camera-final__media {
    position: relative;
    margin: 0 0 34px;
    overflow: hidden;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 50, 0.10);
    box-shadow: 0 34px 90px rgba(18, 41, 62, 0.14);
  }

  .kyk-camera-final__media img {
    display: block;
    width: 100%;
    height: auto;
  }

  .kyk-camera-final__media-caption {
    padding: 18px 24px 20px;
    border-top: 1px solid rgba(16, 35, 50, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  }

  .kyk-camera-final__media-caption strong {
    display: block;
    margin-bottom: 6px;
    color: #102332;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 850;
  }

  .kyk-camera-final__media-caption span {
    display: block;
    color: rgba(20, 39, 54, 0.66);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
  }

  .kyk-camera-final__text-card {
    margin-bottom: 42px;
    padding: 38px 42px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(16, 35, 50, 0.09);
    box-shadow: 0 22px 60px rgba(18, 41, 62, 0.08);
  }

  .kyk-camera-final__text-card p {
    margin: 0;
    color: rgba(20, 39, 54, 0.84);
    font-size: clamp(16px, 1.32vw, 19px);
    line-height: 1.68;
    font-weight: 500;
  }

  .kyk-camera-final__text-card p + p {
    margin-top: 18px;
  }

  .kyk-camera-final__text-card strong {
    color: #102332;
    font-weight: 850;
  }

  .kyk-camera-final__product {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 42px;
    align-items: center;
    margin-bottom: 0;
  }

  .kyk-camera-final__product-text {
    padding: 38px 42px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.90);
    border: 1px solid rgba(16, 35, 50, 0.09);
    box-shadow: 0 22px 60px rgba(18, 41, 62, 0.08);
  }

  .kyk-camera-final__product-text p {
    margin: 0;
    color: rgba(20, 39, 54, 0.84);
    font-size: clamp(16px, 1.32vw, 19px);
    line-height: 1.68;
    font-weight: 500;
  }

  .kyk-camera-final__product-text p + p {
    margin-top: 18px;
  }

  .kyk-camera-final__product-text strong {
    color: #102332;
    font-weight: 850;
  }

  .kyk-camera-final__product-media {
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 50, 0.10);
    box-shadow: 0 28px 78px rgba(18, 41, 62, 0.13);
  }

  .kyk-camera-final__product-media img {
    display: block;
    width: 100%;
    height: auto;
  }

  .kyk-camera-final__summary {
    margin-top: 38px;
    padding: 28px 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, #071625 0%, #0e2b45 100%);
    color: #ffffff;
    box-shadow: 0 24px 70px rgba(7, 22, 37, 0.20);
  }

  .kyk-camera-final__summary p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.58;
    font-weight: 520;
  }

  .kyk-camera-final__summary strong {
    color: #ffffff;
    font-weight: 900;
  }

  @media (max-width: 960px) {
    .kyk-camera-final {
      padding: 76px 18px;
    }

    .kyk-camera-final__product {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .kyk-camera-final__product-media {
      order: -1;
    }
  }

  @media (max-width: 560px) {
    .kyk-camera-final {
      padding: 56px 16px 62px;
    }

    .kyk-camera-final__head {
      margin-bottom: 32px;
    }

    .kyk-camera-final__label {
      margin-bottom: 15px;
      padding: 7px 12px;
      font-size: 11px;
    }

    .kyk-camera-final__title {
      font-size: 32px;
      line-height: 1.08;
    }

    .kyk-camera-final__media {
      margin-bottom: 26px;
      border-radius: 22px;
    }

    .kyk-camera-final__media-caption {
      padding: 15px 16px 17px;
    }

    .kyk-camera-final__media-caption strong {
      font-size: 15px;
    }

    .kyk-camera-final__media-caption span {
      font-size: 13px;
    }

    .kyk-camera-final__text-card,
    .kyk-camera-final__product-text {
      padding: 26px 20px;
      border-radius: 22px;
    }

    .kyk-camera-final__text-card p,
    .kyk-camera-final__product-text p {
      font-size: 16px;
      line-height: 1.58;
    }

    .kyk-camera-final__text-card p + p,
    .kyk-camera-final__product-text p + p {
      margin-top: 15px;
    }

    .kyk-camera-final__product-media {
      border-radius: 22px;
    }

    .kyk-camera-final__summary {
      margin-top: 28px;
      padding: 22px 20px;
      border-radius: 22px;
    }

    .kyk-camera-final__summary p {
      font-size: 15px;
      line-height: 1.52;
    }
  }

.kyk-filter-system {
    position: relative;
    overflow: hidden;
    padding: 96px 20px;
    background:
      radial-gradient(circle at 12% 10%, rgba(42, 151, 218, 0.10), transparent 34%),
      radial-gradient(circle at 88% 90%, rgba(10, 43, 72, 0.07), transparent 36%),
      linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
    color: #142736;
  }

  .kyk-filter-system * {
    box-sizing: border-box;
  }

  .kyk-filter-system__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }

  .kyk-filter-system__head {
    max-width: 920px;
    margin: 0 0 54px;
  }

  .kyk-filter-system__label {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(18, 96, 151, 0.08);
    border: 1px solid rgba(18, 96, 151, 0.16);
    color: #126097;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .kyk-filter-system__title {
    margin: 0;
    color: #102332;
    font-size: clamp(36px, 5vw, 66px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.05em;
  }

  .kyk-filter-system__row {
    display: grid;
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(34px, 5vw, 68px);
    align-items: center;
  }

  .kyk-filter-system__row + .kyk-filter-system__row {
    margin-top: 64px;
  }

  .kyk-filter-system__row--reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  }

  .kyk-filter-system__media {
    position: relative;
  }

  .kyk-filter-system__media::before {
    content: "";
    position: absolute;
    width: 72%;
    height: 72%;
    left: 14%;
    top: 12%;
    border-radius: 999px;
    background: rgba(45, 144, 210, 0.14);
    filter: blur(34px);
    z-index: 1;
  }

  .kyk-filter-system__image-card {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0;
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 50, 0.10);
    box-shadow: 0 30px 80px rgba(18, 41, 62, 0.13);
  }

  .kyk-filter-system__image-card img {
    display: block;
    width: 100%;
    height: auto;
  }

  .kyk-filter-system__caption {
    padding: 18px 22px 20px;
    border-top: 1px solid rgba(16, 35, 50, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  }

  .kyk-filter-system__caption-title {
    margin: 0 0 6px;
    color: #102332;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 850;
  }

  .kyk-filter-system__caption-text {
    margin: 0;
    color: rgba(20, 39, 54, 0.66);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
  }

  .kyk-filter-system__text {
    padding: 38px 42px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.90);
    border: 1px solid rgba(16, 35, 50, 0.09);
    box-shadow: 0 22px 60px rgba(18, 41, 62, 0.08);
  }

  .kyk-filter-system__text p {
    margin: 0;
    color: rgba(20, 39, 54, 0.84);
    font-size: clamp(16px, 1.32vw, 19px);
    line-height: 1.68;
    font-weight: 500;
  }

  .kyk-filter-system__text p + p {
    margin-top: 18px;
  }

  .kyk-filter-system__text strong {
    color: #102332;
    font-weight: 850;
  }

  .kyk-filter-system__final {
    margin-top: 32px;
    padding: 26px 30px;
    border-radius: 26px;
    background: linear-gradient(135deg, #071625 0%, #0e2b45 100%);
    color: #ffffff;
  }

  .kyk-filter-system__final p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(16px, 1.32vw, 19px);
    line-height: 1.58;
    font-weight: 520;
  }

  .kyk-filter-system__final strong {
    color: #ffffff;
    font-weight: 900;
  }

  @media (max-width: 1060px) {
    .kyk-filter-system {
      padding: 78px 18px;
    }

    .kyk-filter-system__row,
    .kyk-filter-system__row--reverse {
      grid-template-columns: 1fr 1fr;
      gap: 34px;
    }

    .kyk-filter-system__text {
      padding: 30px 28px;
    }
  }

  @media (max-width: 860px) {
    .kyk-filter-system {
      padding: 66px 18px 72px;
    }

    .kyk-filter-system__head {
      margin-bottom: 36px;
    }

    .kyk-filter-system__row,
    .kyk-filter-system__row--reverse {
      grid-template-columns: 1fr;
      gap: 28px;
    }

    .kyk-filter-system__row + .kyk-filter-system__row {
      margin-top: 44px;
    }

    .kyk-filter-system__row--reverse .kyk-filter-system__media {
      order: -1;
    }

    .kyk-filter-system__image-card {
      border-radius: 24px;
    }
  }

  @media (max-width: 560px) {
    .kyk-filter-system {
      padding: 56px 16px 62px;
    }

    .kyk-filter-system__label {
      margin-bottom: 15px;
      padding: 7px 12px;
      font-size: 11px;
    }

    .kyk-filter-system__title {
      font-size: 32px;
      line-height: 1.08;
    }

    .kyk-filter-system__image-card {
      border-radius: 20px;
    }

    .kyk-filter-system__caption {
      padding: 15px 16px 17px;
    }

    .kyk-filter-system__caption-title {
      font-size: 15px;
    }

    .kyk-filter-system__caption-text {
      font-size: 13px;
    }

    .kyk-filter-system__text {
      padding: 26px 20px;
      border-radius: 22px;
    }

    .kyk-filter-system__text p {
      font-size: 16px;
      line-height: 1.58;
    }

    .kyk-filter-system__text p + p {
      margin-top: 15px;
    }

    .kyk-filter-system__final {
      margin-top: 24px;
      padding: 22px 20px;
      border-radius: 20px;
    }

    .kyk-filter-system__final p {
      font-size: 15px;
      line-height: 1.52;
    }
  }

  @media (max-width: 380px) {
    .kyk-filter-system {
      padding-left: 14px;
      padding-right: 14px;
    }

    .kyk-filter-system__title {
      font-size: 29px;
    }

    .kyk-filter-system__text {
      padding-left: 18px;
      padding-right: 18px;
    }

    .kyk-filter-system__text p {
      font-size: 15px;
    }
  }

.kyk-smps-block {
    position: relative;
    overflow: hidden;
    padding: 96px 20px;
    background:
      radial-gradient(circle at 14% 10%, rgba(42, 151, 218, 0.10), transparent 34%),
      radial-gradient(circle at 86% 92%, rgba(8, 38, 66, 0.08), transparent 36%),
      linear-gradient(180deg, #f5f9fc 0%, #ffffff 100%);
    color: #142736;
  }

  .kyk-smps-block * {
    box-sizing: border-box;
  }

  .kyk-smps-block__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  .kyk-smps-block__head {
    max-width: 920px;
    margin: 0 auto 42px;
    text-align: center;
  }

  .kyk-smps-block__label {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(18, 96, 151, 0.08);
    border: 1px solid rgba(18, 96, 151, 0.16);
    color: #126097;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .kyk-smps-block__title {
    margin: 0;
    color: #102332;
    font-size: clamp(36px, 5vw, 66px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.05em;
  }

  .kyk-smps-block__media {
    position: relative;
    max-width: 980px;
    margin: 0 auto 42px;
  }

  .kyk-smps-block__media::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    left: 15%;
    top: 10%;
    border-radius: 999px;
    background: rgba(45, 144, 210, 0.14);
    filter: blur(36px);
    z-index: 1;
  }

  .kyk-smps-block__image-card {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 50, 0.10);
    box-shadow: 0 34px 90px rgba(18, 41, 62, 0.15);
  }

  .kyk-smps-block__image-card img {
    display: block;
    width: 100%;
    height: auto;
  }

  .kyk-smps-block__caption {
    padding: 18px 24px 21px;
    border-top: 1px solid rgba(16, 35, 50, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  }

  .kyk-smps-block__caption-title {
    margin: 0 0 6px;
    color: #102332;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 850;
  }

  .kyk-smps-block__caption-text {
    margin: 0;
    color: rgba(20, 39, 54, 0.66);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
  }

  .kyk-smps-block__text {
    max-width: 1040px;
    margin: 0 auto;
    padding: 40px 46px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.90);
    border: 1px solid rgba(16, 35, 50, 0.09);
    box-shadow: 0 24px 70px rgba(18, 41, 62, 0.08);
  }

  .kyk-smps-block__text p {
    margin: 0;
    color: rgba(20, 39, 54, 0.84);
    font-size: clamp(16px, 1.32vw, 19px);
    line-height: 1.68;
    font-weight: 500;
  }

  .kyk-smps-block__text p + p {
    margin-top: 18px;
  }

  .kyk-smps-block__text strong {
    color: #102332;
    font-weight: 850;
  }

  .kyk-smps-block__final {
    margin-top: 28px;
    padding: 26px 30px;
    border-radius: 26px;
    background: linear-gradient(135deg, #071625 0%, #0e2b45 100%);
    color: #ffffff;
  }

  .kyk-smps-block__final p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(16px, 1.32vw, 19px);
    line-height: 1.58;
    font-weight: 520;
  }

  .kyk-smps-block__final strong {
    color: #ffffff;
    font-weight: 900;
  }

  @media (max-width: 900px) {
    .kyk-smps-block {
      padding: 76px 18px;
    }

    .kyk-smps-block__head {
      margin-bottom: 34px;
      text-align: left;
    }

    .kyk-smps-block__media {
      margin-bottom: 34px;
    }

    .kyk-smps-block__image-card {
      border-radius: 26px;
    }

    .kyk-smps-block__text {
      padding: 34px 28px;
      border-radius: 28px;
    }
  }

  @media (max-width: 560px) {
    .kyk-smps-block {
      padding: 56px 16px 62px;
    }

    .kyk-smps-block__label {
      margin-bottom: 15px;
      padding: 7px 12px;
      font-size: 11px;
    }

    .kyk-smps-block__title {
      font-size: 32px;
      line-height: 1.08;
    }

    .kyk-smps-block__image-card {
      border-radius: 20px;
    }

    .kyk-smps-block__caption {
      padding: 15px 16px 17px;
    }

    .kyk-smps-block__caption-title {
      font-size: 15px;
    }

    .kyk-smps-block__caption-text {
      font-size: 13px;
    }

    .kyk-smps-block__text {
      padding: 26px 20px;
      border-radius: 22px;
    }

    .kyk-smps-block__text p {
      font-size: 16px;
      line-height: 1.58;
    }

    .kyk-smps-block__text p + p {
      margin-top: 15px;
    }

    .kyk-smps-block__final {
      margin-top: 22px;
      padding: 22px 20px;
      border-radius: 20px;
    }

    .kyk-smps-block__final p {
      font-size: 15px;
      line-height: 1.52;
    }
  }

  @media (max-width: 380px) {
    .kyk-smps-block {
      padding-left: 14px;
      padding-right: 14px;
    }

    .kyk-smps-block__title {
      font-size: 29px;
    }

    .kyk-smps-block__text {
      padding-left: 18px;
      padding-right: 18px;
    }

    .kyk-smps-block__text p {
      font-size: 15px;
    }
  }

.kyk-final-banner {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    background: #06111f;
    color: #ffffff;
  }

  .kyk-final-banner * {
    box-sizing: border-box;
  }

  .kyk-final-banner__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .kyk-final-banner__bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center right;
  }

  .kyk-final-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
      linear-gradient(90deg,
        rgba(3, 13, 25, 0.96) 0%,
        rgba(3, 13, 25, 0.90) 30%,
        rgba(3, 13, 25, 0.58) 54%,
        rgba(3, 13, 25, 0.20) 76%,
        rgba(3, 13, 25, 0.04) 100%);
    pointer-events: none;
  }

  .kyk-final-banner__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1240px;
    min-height: 620px;
    margin: 0 auto;
    padding: 96px 20px;
    display: flex;
    align-items: center;
  }

  .kyk-final-banner__content {
    max-width: 620px;
  }

  .kyk-final-banner__label {
    display: inline-flex;
    margin-bottom: 20px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(126, 215, 255, 0.12);
    border: 1px solid rgba(126, 215, 255, 0.24);
    color: #8cddff;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .kyk-final-banner__title {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(40px, 5.2vw, 72px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.055em;
  }

  .kyk-final-banner__text {
    margin: 0;
    max-width: 590px;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.58;
    font-weight: 500;
  }

  .kyk-final-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
  }

  .kyk-final-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1;
    font-weight: 850;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  }

  .kyk-final-banner__btn--primary {
    background: #ffffff;
    color: #071625;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  }

  .kyk-final-banner__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28);
  }

  .kyk-final-banner__btn--secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
  }

  .kyk-final-banner__btn--secondary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
  }

  .kyk-final-banner__note {
    margin-top: 20px;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
  }

  .kyk-final-banner__mobile-img {
    display: none;
  }

  @media (max-width: 1180px) {
    .kyk-final-banner {
      min-height: 580px;
    }

    .kyk-final-banner__inner {
      min-height: 580px;
      padding: 84px 20px;
    }

    .kyk-final-banner__content {
      max-width: 570px;
    }

    .kyk-final-banner__overlay {
      background:
        linear-gradient(90deg,
          rgba(3, 13, 25, 0.97) 0%,
          rgba(3, 13, 25, 0.92) 34%,
          rgba(3, 13, 25, 0.66) 60%,
          rgba(3, 13, 25, 0.26) 82%,
          rgba(3, 13, 25, 0.08) 100%);
    }
  }

  @media (max-width: 860px) {
    .kyk-final-banner {
      min-height: auto;
      background: #06111f;
      display: flex;
      flex-direction: column;
    }

    .kyk-final-banner__bg,
    .kyk-final-banner__overlay {
      display: none;
    }

    .kyk-final-banner__mobile-img {
      display: block;
      width: 100%;
      background: #06111f;
    }

    .kyk-final-banner__mobile-img img {
      display: block;
      width: 100%;
      height: auto;
    }

    .kyk-final-banner__inner {
      width: 100%;
      min-height: auto;
      padding: 50px 18px 60px;
      display: block;
      order: 2;
    }

    .kyk-final-banner__content {
      max-width: 100%;
    }
  }

  @media (max-width: 560px) {
    .kyk-final-banner__inner {
      padding: 44px 16px 54px;
    }

    .kyk-final-banner__label {
      margin-bottom: 16px;
      padding: 7px 12px;
      font-size: 11px;
    }

    .kyk-final-banner__title {
      margin-bottom: 18px;
      font-size: 34px;
      line-height: 1.08;
    }

    .kyk-final-banner__text {
      font-size: 16px;
      line-height: 1.54;
    }

    .kyk-final-banner__actions {
      margin-top: 28px;
      gap: 10px;
    }

    .kyk-final-banner__btn {
      width: 100%;
      min-height: 50px;
      padding: 0 18px;
      font-size: 14px;
    }

    .kyk-final-banner__note {
      margin-top: 16px;
      font-size: 13px;
    }
  }

  @media (max-width: 380px) {
    .kyk-final-banner__inner {
      padding-left: 14px;
      padding-right: 14px;
    }

    .kyk-final-banner__title {
      font-size: 30px;
    }
  }
