.kyk-alkaline-hero {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background: #f4f8fc;
    color: #101827;
    font-family: inherit;
  }

  .kyk-alkaline-hero * {
    box-sizing: border-box;
  }

  .kyk-alkaline-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

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

  .kyk-alkaline-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
      linear-gradient(
        90deg,
        rgba(246, 250, 254, 0.98) 0%,
        rgba(246, 250, 254, 0.94) 31%,
        rgba(246, 250, 254, 0.74) 52%,
        rgba(246, 250, 254, 0.32) 75%,
        rgba(246, 250, 254, 0.08) 100%
      );
  }

  .kyk-alkaline-hero__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1240px;
    min-height: clamp(600px, 45vw, 740px);
    margin: 0 auto;
    padding: clamp(64px, 6.5vw, 104px) 24px;
    display: flex;
    align-items: center;
  }

  .kyk-alkaline-hero__content {
    width: 100%;
    max-width: 640px;
  }

  .kyk-alkaline-hero__label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(40, 155, 216, 0.10);
    border: 1px solid rgba(40, 155, 216, 0.22);
    color: #167bb3;
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .kyk-alkaline-hero__label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #289bd8;
    box-shadow: 0 0 0 5px rgba(40, 155, 216, 0.14);
  }

  .kyk-alkaline-hero h1 {
    margin: 0;
    max-width: 620px;
    color: #101827;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.06;
    letter-spacing: -0.038em;
    font-weight: 950;
  }

  .kyk-alkaline-hero__text {
    margin: 20px 0 0;
    max-width: 610px;
    color: rgba(16, 24, 39, 0.74);
    font-size: clamp(15px, 1.18vw, 18px);
    line-height: 1.58;
    font-weight: 560;
  }

  .kyk-alkaline-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
    max-width: 660px;
  }

  .kyk-alkaline-hero__stat {
    position: relative;
    min-height: 126px;
    padding: 18px 14px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(40, 155, 216, 0.18);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .kyk-alkaline-hero__icon {
    width: 38px;
    height: 38px;
    margin-bottom: 13px;
    border-radius: 50%;
    background: rgba(40, 155, 216, 0.10);
    color: #167bb3;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kyk-alkaline-hero__icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2.2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .kyk-alkaline-hero__stat-name {
    margin: 0;
    color: #101827;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
  }

  .kyk-alkaline-hero__stat-value {
    margin: 6px 0 0;
    color: rgba(16, 24, 39, 0.64);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
  }

  .kyk-alkaline-hero__stat-value strong {
    color: #0045d8;
    font-size: 22px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.04em;
  }

  .kyk-alkaline-hero__actions {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .kyk-alkaline-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 15px 28px;
    border-radius: 999px;
    background: #0045d8;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14.5px;
    line-height: 1;
    font-weight: 850;
    box-shadow: 0 16px 34px rgba(0, 69, 216, 0.24);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }

  .kyk-alkaline-hero__btn:hover {
    transform: translateY(-2px);
    background: #003ec2;
    box-shadow: 0 20px 42px rgba(0, 69, 216, 0.34);
  }

  @media (max-width: 1180px) {
    .kyk-alkaline-hero__inner {
      min-height: 620px;
    }

    .kyk-alkaline-hero__content {
      max-width: 610px;
    }

    .kyk-alkaline-hero__stats {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      max-width: 470px;
    }

    .kyk-alkaline-hero__stat {
      min-height: 104px;
      display: grid;
      grid-template-columns: 42px 1fr;
      column-gap: 12px;
      align-items: center;
    }

    .kyk-alkaline-hero__icon {
      margin: 0;
    }

    .kyk-alkaline-hero__stat-value {
      margin-top: 4px;
    }
  }

  @media (max-width: 920px) {
    .kyk-alkaline-hero {
      display: flex;
      flex-direction: column;
      background: #f4f8fc;
    }

    .kyk-alkaline-hero__bg {
      position: relative;
      order: 2;
      height: auto;
    }

    .kyk-alkaline-hero__bg img {
      width: 100%;
      height: auto;
      object-fit: contain;
      object-position: center;
    }

    .kyk-alkaline-hero__overlay {
      display: none;
    }

    .kyk-alkaline-hero__inner {
      order: 1;
      min-height: auto;
      padding: 54px 20px 32px;
      display: block;
    }

    .kyk-alkaline-hero__content {
      max-width: 760px;
      margin: 0 auto;
    }

    .kyk-alkaline-hero h1 {
      max-width: 680px;
      font-size: clamp(32px, 5.6vw, 44px);
      line-height: 1.08;
    }

    .kyk-alkaline-hero__text {
      max-width: 700px;
      font-size: 16.5px;
      line-height: 1.56;
    }

    .kyk-alkaline-hero__stats {
      max-width: 720px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }

    .kyk-alkaline-hero__stat {
      min-height: 118px;
      display: block;
    }

    .kyk-alkaline-hero__icon {
      margin-bottom: 12px;
    }
  }

  @media (max-width: 760px) {
    .kyk-alkaline-hero__inner {
      padding: 44px 16px 28px;
    }

    .kyk-alkaline-hero__label {
      margin-bottom: 15px;
      padding: 7px 12px;
      font-size: 10px;
    }

    .kyk-alkaline-hero h1 {
      font-size: 31px;
      line-height: 1.08;
      letter-spacing: -0.032em;
    }

    .kyk-alkaline-hero__text {
      margin-top: 16px;
      font-size: 15px;
      line-height: 1.54;
    }

    .kyk-alkaline-hero__stats {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin-top: 24px;
    }

    .kyk-alkaline-hero__stat {
      min-height: 108px;
      padding: 16px 14px;
      border-radius: 20px;
    }

    .kyk-alkaline-hero__icon {
      width: 34px;
      height: 34px;
      margin-bottom: 10px;
    }

    .kyk-alkaline-hero__icon svg {
      width: 18px;
      height: 18px;
    }

    .kyk-alkaline-hero__stat-name {
      font-size: 13.5px;
    }

    .kyk-alkaline-hero__stat-value {
      font-size: 12.5px;
    }

    .kyk-alkaline-hero__stat-value strong {
      font-size: 20px;
    }

    .kyk-alkaline-hero__actions {
      display: block;
      margin-top: 26px;
    }

    .kyk-alkaline-hero__btn {
      width: 100%;
      min-height: 48px;
      font-size: 14px;
    }
  }

  @media (max-width: 420px) {
    .kyk-alkaline-hero__inner {
      padding: 38px 14px 24px;
    }

    .kyk-alkaline-hero h1 {
      font-size: 28px;
    }

    .kyk-alkaline-hero__text {
      font-size: 14.3px;
    }

    .kyk-alkaline-hero__stats {
      gap: 8px;
    }

    .kyk-alkaline-hero__stat {
      min-height: 104px;
      padding: 14px 12px;
      border-radius: 18px;
    }

    .kyk-alkaline-hero__stat-value strong {
      font-size: 18px;
    }
  }

.kyk-water-props {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background:
      radial-gradient(circle at 14% 18%, rgba(40, 155, 216, 0.10) 0%, rgba(40, 155, 216, 0) 34%),
      radial-gradient(circle at 86% 78%, rgba(0, 69, 216, 0.07) 0%, rgba(0, 69, 216, 0) 34%),
      #ffffff;
    color: #101827;
    font-family: inherit;
  }

  .kyk-water-props * {
    box-sizing: border-box;
  }

  .kyk-water-props__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(58px, 6vw, 92px) 24px;
  }

  .kyk-water-props__head {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
  }

  .kyk-water-props__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(40, 155, 216, 0.10);
    border: 1px solid rgba(40, 155, 216, 0.22);
    color: #167bb3;
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .kyk-water-props h2 {
    margin: 0;
    color: #101827;
    font-size: clamp(30px, 3.3vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 950;
  }

  .kyk-water-props__lead {
    margin: 18px auto 0;
    max-width: 760px;
    color: rgba(16, 24, 39, 0.72);
    font-size: clamp(15px, 1.18vw, 18px);
    line-height: 1.58;
    font-weight: 560;
  }

  .kyk-water-props__lead strong {
    color: #101827;
    font-weight: 900;
  }

  .kyk-water-props__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: clamp(34px, 4vw, 54px);
  }

  .kyk-water-props__card {
    position: relative;
    min-height: 270px;
    padding: 30px 28px 28px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 56px rgba(15, 23, 42, 0.07);
    overflow: hidden;
  }

  .kyk-water-props__card::before {
    content: "";
    position: absolute;
    right: -54px;
    top: -54px;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background: rgba(40, 155, 216, 0.10);
  }

  .kyk-water-props__card::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, #0045d8, #289bd8);
  }

  .kyk-water-props__icon {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
    margin-bottom: 26px;
    border-radius: 18px;
    background: rgba(0, 69, 216, 0.08);
    color: #0045d8;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kyk-water-props__icon svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    stroke-width: 2.2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .kyk-water-props__key {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #0045d8;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 0.95;
    letter-spacing: -0.055em;
    font-weight: 950;
  }

  .kyk-water-props__title {
    position: relative;
    z-index: 2;
    margin: 16px 0 0;
    color: #101827;
    font-size: 20px;
    line-height: 1.18;
    font-weight: 900;
  }

  .kyk-water-props__text {
    position: relative;
    z-index: 2;
    margin: 13px 0 0;
    color: rgba(16, 24, 39, 0.66);
    font-size: 15px;
    line-height: 1.52;
    font-weight: 560;
  }

  @media (max-width: 1024px) {
    .kyk-water-props__grid {
      gap: 14px;
    }

    .kyk-water-props__card {
      min-height: 260px;
      padding: 26px 22px 26px;
      border-radius: 28px;
    }

    .kyk-water-props__text {
      font-size: 14.5px;
    }
  }

  @media (max-width: 860px) {
    .kyk-water-props__inner {
      padding: 54px 20px 62px;
    }

    .kyk-water-props__head {
      text-align: left;
      max-width: 720px;
      margin: 0 auto;
    }

    .kyk-water-props__lead {
      margin-left: 0;
      margin-right: 0;
    }

    .kyk-water-props__grid {
      grid-template-columns: 1fr;
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      gap: 14px;
    }

    .kyk-water-props__card {
      min-height: auto;
      display: grid;
      grid-template-columns: 64px 1fr;
      grid-template-areas:
        "icon key"
        "icon title"
        "text text";
      column-gap: 18px;
      padding: 24px 22px;
      border-radius: 26px;
    }

    .kyk-water-props__icon {
      grid-area: icon;
      margin: 0;
      width: 58px;
      height: 58px;
      align-self: start;
    }

    .kyk-water-props__key {
      grid-area: key;
      font-size: 42px;
    }

    .kyk-water-props__title {
      grid-area: title;
      margin-top: 8px;
      font-size: 19px;
    }

    .kyk-water-props__text {
      grid-area: text;
      margin-top: 18px;
      font-size: 15px;
    }
  }

  @media (max-width: 640px) {
    .kyk-water-props__inner {
      padding: 46px 16px 54px;
    }

    .kyk-water-props__label {
      margin-bottom: 14px;
      padding: 7px 12px;
      font-size: 10px;
    }

    .kyk-water-props h2 {
      font-size: 28px;
      line-height: 1.1;
      letter-spacing: -0.028em;
    }

    .kyk-water-props__lead {
      margin-top: 15px;
      font-size: 14.5px;
      line-height: 1.54;
    }

    .kyk-water-props__grid {
      margin-top: 30px;
      gap: 12px;
    }

    .kyk-water-props__card {
      grid-template-columns: 54px 1fr;
      column-gap: 14px;
      padding: 21px 18px;
      border-radius: 22px;
    }

    .kyk-water-props__icon {
      width: 50px;
      height: 50px;
      border-radius: 16px;
    }

    .kyk-water-props__icon svg {
      width: 24px;
      height: 24px;
    }

    .kyk-water-props__key {
      font-size: 36px;
    }

    .kyk-water-props__title {
      font-size: 17px;
    }

    .kyk-water-props__text {
      margin-top: 15px;
      font-size: 14px;
      line-height: 1.5;
    }
  }

  @media (max-width: 420px) {
    .kyk-water-props__inner {
      padding: 42px 14px 50px;
    }

    .kyk-water-props h2 {
      font-size: 25px;
    }

    .kyk-water-props__lead {
      font-size: 14px;
    }

    .kyk-water-props__card {
      padding: 19px 16px;
    }

    .kyk-water-props__key {
      font-size: 32px;
    }

    .kyk-water-props__title {
      font-size: 16px;
    }

    .kyk-water-props__text {
      font-size: 13.5px;
    }
  }

.kyk-properties-detail {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background:
      radial-gradient(circle at 12% 18%, rgba(40, 155, 216, 0.08) 0%, rgba(40, 155, 216, 0) 34%),
      radial-gradient(circle at 88% 72%, rgba(0, 69, 216, 0.06) 0%, rgba(0, 69, 216, 0) 36%),
      #ffffff;
    color: #101827;
    font-family: inherit;
  }

  .kyk-properties-detail * {
    box-sizing: border-box;
  }

  .kyk-properties-detail__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(56px, 6vw, 96px) 24px;
  }

  .kyk-properties-detail__list {
    display: grid;
    gap: clamp(28px, 4vw, 46px);
  }

  .kyk-property-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border-radius: 36px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 76px rgba(15, 23, 42, 0.08);
  }

  .kyk-property-card--reverse {
    grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1fr);
  }

  .kyk-property-card__content {
    position: relative;
    z-index: 2;
    padding: clamp(32px, 4.2vw, 58px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .kyk-property-card__tag {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(40, 155, 216, 0.10);
    border: 1px solid rgba(40, 155, 216, 0.22);
    color: #167bb3;
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .kyk-property-card h2 {
    margin: 0;
    color: #101827;
    font-size: clamp(26px, 2.55vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 950;
  }

  .kyk-property-card__text {
    margin: 20px 0 0;
    color: rgba(16, 24, 39, 0.72);
    font-size: clamp(15px, 1.08vw, 17px);
    line-height: 1.65;
    font-weight: 560;
  }

  .kyk-property-card__text p {
    margin: 0 0 14px;
  }

  .kyk-property-card__text p:last-child {
    margin-bottom: 0;
  }

  .kyk-property-card__button {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 26px;
    padding: 14px 24px;
    border-radius: 999px;
    background: #0045d8;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13.5px;
    line-height: 1;
    font-weight: 850;
    box-shadow: 0 16px 34px rgba(0, 69, 216, 0.22);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }

  .kyk-property-card__button:hover {
    transform: translateY(-2px);
    background: #003ec2;
    box-shadow: 0 20px 42px rgba(0, 69, 216, 0.32);
  }

  .kyk-property-card__media {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background: #eef4f9;
  }

  .kyk-property-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .kyk-property-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.06) 100%
      );
  }

  @media (max-width: 1100px) {
    .kyk-property-card,
    .kyk-property-card--reverse {
      grid-template-columns: 1fr 0.9fr;
    }

    .kyk-property-card--reverse {
      grid-template-columns: 0.9fr 1fr;
    }

    .kyk-property-card__content {
      padding: 36px 32px;
    }

    .kyk-property-card__media {
      min-height: 390px;
    }
  }

  @media (max-width: 920px) {
    .kyk-properties-detail__inner {
      padding: 50px 20px 66px;
    }

    .kyk-property-card,
    .kyk-property-card--reverse {
      display: flex;
      flex-direction: column;
      border-radius: 30px;
    }

    .kyk-property-card__content {
      order: 1;
      padding: 34px 28px 30px;
    }

    .kyk-property-card__media {
      order: 2;
      min-height: auto;
      aspect-ratio: 16 / 9;
    }

    .kyk-property-card__media img {
      height: 100%;
    }
  }

  @media (max-width: 640px) {
    .kyk-properties-detail__inner {
      padding: 42px 16px 56px;
    }

    .kyk-properties-detail__list {
      gap: 22px;
    }

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

    .kyk-property-card__content {
      padding: 28px 20px 24px;
    }

    .kyk-property-card__tag {
      margin-bottom: 14px;
      padding: 7px 12px;
      font-size: 10px;
    }

    .kyk-property-card h2 {
      font-size: 25px;
      line-height: 1.12;
      letter-spacing: -0.028em;
    }

    .kyk-property-card__text {
      margin-top: 16px;
      font-size: 14.2px;
      line-height: 1.58;
    }

    .kyk-property-card__text p {
      margin-bottom: 12px;
    }

    .kyk-property-card__button {
      width: 100%;
      min-height: 48px;
      margin-top: 22px;
      font-size: 13.5px;
    }

    .kyk-property-card__media {
      aspect-ratio: 4 / 3;
    }
  }

  @media (max-width: 420px) {
    .kyk-properties-detail__inner {
      padding: 38px 14px 50px;
    }

    .kyk-property-card__content {
      padding: 24px 17px 22px;
    }

    .kyk-property-card h2 {
      font-size: 22px;
    }

    .kyk-property-card__text {
      font-size: 13.6px;
      line-height: 1.55;
    }
  }

.kyk-benefits-slider {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background: #ffffff;
    color: #101827;
    font-family: inherit;
  }

  .kyk-benefits-slider * {
    box-sizing: border-box;
  }

  .kyk-benefits-slider__inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: clamp(50px, 5.5vw, 84px) 24px;
  }

  .kyk-benefits-slider__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(28px, 3.5vw, 46px);
  }

  .kyk-benefits-slider h2 {
    margin: 0;
    color: #101827;
    font-size: clamp(30px, 3.2vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 950;
  }

  .kyk-benefits-slider__nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
  }

  .kyk-benefits-slider__btn {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 50%;
    background: #ffffff;
    color: #101827;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }

  .kyk-benefits-slider__btn:hover {
    transform: translateY(-2px);
    background: #0045d8;
    border-color: #0045d8;
    color: #ffffff;
  }

  .kyk-benefits-slider__btn svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2.4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .kyk-benefits-slider__viewport {
    position: relative;
    width: 100%;
  }

  .kyk-benefits-slider__track {
    display: flex;
    gap: clamp(16px, 2vw, 28px);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 4px 4px 20px;
    margin: 0 -4px;
  }

  .kyk-benefits-slider__track::-webkit-scrollbar {
    height: 8px;
  }

  .kyk-benefits-slider__track::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.06);
    border-radius: 999px;
  }

  .kyk-benefits-slider__track::-webkit-scrollbar-thumb {
    background: rgba(0, 69, 216, 0.38);
    border-radius: 999px;
  }

  .kyk-benefits-card {
    flex: 0 0 clamp(320px, 30vw, 408px);
    scroll-snap-align: start;
    overflow: hidden;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 52px rgba(15, 23, 42, 0.07);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  }

  .kyk-benefits-card:hover {
    transform: translateY(-4px);
    border-color: rgba(40, 155, 216, 0.22);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.11);
  }

  .kyk-benefits-card__image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef4f8;
  }

  .kyk-benefits-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.28s ease;
  }

  .kyk-benefits-card:hover .kyk-benefits-card__image img {
    transform: scale(1.035);
  }

  .kyk-benefits-card__body {
    min-height: 100px;
    padding: 22px 20px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kyk-benefits-card__title {
    margin: 0;
    color: #252525;
    font-size: clamp(19px, 1.45vw, 24px);
    line-height: 1.18;
    letter-spacing: -0.018em;
    font-weight: 900;
    text-align: center;
  }

  @media (max-width: 1024px) {
    .kyk-benefits-slider__inner {
      padding: 50px 20px 68px;
    }

    .kyk-benefits-card {
      flex-basis: 360px;
      border-radius: 24px;
    }
  }

  @media (max-width: 760px) {
    .kyk-benefits-slider__inner {
      padding: 44px 16px 58px;
    }

    .kyk-benefits-slider__top {
      align-items: flex-start;
      margin-bottom: 26px;
    }

    .kyk-benefits-slider h2 {
      font-size: 28px;
      line-height: 1.1;
      letter-spacing: -0.028em;
    }

    .kyk-benefits-slider__nav {
      gap: 8px;
    }

    .kyk-benefits-slider__btn {
      width: 40px;
      height: 40px;
    }

    .kyk-benefits-card {
      flex-basis: min(82vw, 360px);
      border-radius: 22px;
    }

    .kyk-benefits-card__image {
      aspect-ratio: 16 / 9;
    }

    .kyk-benefits-card__body {
      min-height: 86px;
      padding: 18px 18px 20px;
    }

    .kyk-benefits-card__title {
      font-size: 21px;
      line-height: 1.18;
    }
  }

  @media (max-width: 420px) {
    .kyk-benefits-slider__inner {
      padding: 40px 14px 52px;
    }

    .kyk-benefits-slider h2 {
      font-size: 25px;
    }

    .kyk-benefits-card {
      flex-basis: 84vw;
    }

    .kyk-benefits-card__title {
      font-size: 19px;
    }
  }

.kyk-reasons-slider {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background:
      linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    color: #101827;
    font-family: inherit;
  }

  .kyk-reasons-slider * {
    box-sizing: border-box;
  }

  .kyk-reasons-slider__inner {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: clamp(58px, 6vw, 98px) 24px;
  }

  .kyk-reasons-slider__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(28px, 3.5vw, 46px);
  }

  .kyk-reasons-slider h2 {
    max-width: 760px;
    margin: 0;
    color: #202228;
    font-size: clamp(36px, 4.8vw, 76px);
    line-height: 1.04;
    letter-spacing: -0.055em;
    font-weight: 950;
  }

  .kyk-reasons-slider__nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
  }

  .kyk-reasons-slider__btn {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 50%;
    background: #ffffff;
    color: #101827;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }

  .kyk-reasons-slider__btn:hover {
    transform: translateY(-2px);
    background: #0045d8;
    border-color: #0045d8;
    color: #ffffff;
  }

  .kyk-reasons-slider__btn svg {
    width: 21px;
    height: 21px;
    stroke: currentColor;
    stroke-width: 2.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .kyk-reasons-slider__track {
    display: flex;
    gap: clamp(18px, 2vw, 28px);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 8px 4px 30px;
    margin: 0 -4px;
  }

  .kyk-reasons-slider__track::-webkit-scrollbar {
    display: none;
  }

  .kyk-reason-card {
    position: relative;
    flex: 0 0 clamp(300px, 25.5vw, 360px);
    min-height: 330px;
    scroll-snap-align: start;
    padding: 30px 26px 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 22px 62px rgba(15, 23, 42, 0.07);
    overflow: hidden;
  }

  .kyk-reason-card::before {
    content: "";
    position: absolute;
    right: -54px;
    top: -54px;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    background: rgba(40, 155, 216, 0.10);
  }

  .kyk-reason-card__num {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 26px;
    border-radius: 50%;
    background: #0045d8;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(0, 69, 216, 0.22);
  }

  .kyk-reason-card h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #202228;
    font-size: clamp(21px, 1.6vw, 28px);
    line-height: 1.18;
    letter-spacing: -0.025em;
    font-weight: 920;
  }

  .kyk-reason-card p {
    position: relative;
    z-index: 2;
    margin: 18px 0 0;
    color: rgba(32, 34, 40, 0.72);
    font-size: 15.5px;
    line-height: 1.58;
    font-weight: 540;
  }

  .kyk-reasons-slider__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 8px;
  }

  .kyk-reasons-slider__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
  }

  .kyk-reasons-slider__dot {
    width: 9px;
    height: 9px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    background: rgba(0, 69, 216, 0.25);
    cursor: pointer;
    transition: width 0.2s ease, background 0.2s ease;
  }

  .kyk-reasons-slider__dot.is-active {
    width: 28px;
    border-radius: 999px;
    background: #0045d8;
  }

  .kyk-reasons-slider__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 15px 26px;
    border-radius: 999px;
    background: #0045d8;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 850;
    box-shadow: 0 16px 36px rgba(0, 69, 216, 0.24);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }

  .kyk-reasons-slider__cta:hover {
    transform: translateY(-2px);
    background: #003ec2;
    box-shadow: 0 20px 44px rgba(0, 69, 216, 0.34);
  }

  @media (max-width: 1024px) {
    .kyk-reasons-slider__inner {
      padding: 54px 20px 72px;
    }

    .kyk-reasons-slider h2 {
      font-size: clamp(34px, 6vw, 58px);
    }

    .kyk-reason-card {
      flex-basis: 340px;
      min-height: 310px;
    }
  }

  @media (max-width: 760px) {
    .kyk-reasons-slider__inner {
      padding: 46px 16px 60px;
    }

    .kyk-reasons-slider__top {
      align-items: flex-start;
      margin-bottom: 26px;
    }

    .kyk-reasons-slider h2 {
      font-size: 34px;
      line-height: 1.08;
      letter-spacing: -0.04em;
    }

    .kyk-reasons-slider__btn {
      width: 42px;
      height: 42px;
    }

    .kyk-reason-card {
      flex-basis: min(84vw, 340px);
      min-height: 292px;
      padding: 26px 22px 24px;
      border-radius: 24px;
    }

    .kyk-reason-card__num {
      width: 38px;
      height: 38px;
      margin-bottom: 22px;
      font-size: 14px;
    }

    .kyk-reason-card h3 {
      font-size: 23px;
    }

    .kyk-reason-card p {
      font-size: 14.5px;
      line-height: 1.54;
    }

    .kyk-reasons-slider__bottom {
      display: block;
    }

    .kyk-reasons-slider__dots {
      justify-content: flex-start;
      margin-bottom: 22px;
    }

    .kyk-reasons-slider__cta {
      width: 100%;
      min-height: 48px;
    }
  }

  @media (max-width: 420px) {
    .kyk-reasons-slider__inner {
      padding: 42px 14px 54px;
    }

    .kyk-reasons-slider h2 {
      font-size: 30px;
    }

    .kyk-reason-card {
      flex-basis: 86vw;
      padding: 24px 19px 22px;
    }

    .kyk-reason-card h3 {
      font-size: 21px;
    }

    .kyk-reason-card p {
      font-size: 14px;
    }
  }

.kyk-guide-banner {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    background: #02060c;
    color: #ffffff;
    font-family: inherit;
  }

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

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

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

  .kyk-guide-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
      linear-gradient(
        90deg,
        rgba(2, 6, 12, 0.98) 0%,
        rgba(2, 6, 12, 0.92) 34%,
        rgba(2, 6, 12, 0.66) 58%,
        rgba(2, 6, 12, 0.24) 82%,
        rgba(2, 6, 12, 0.08) 100%
      );
  }

  .kyk-guide-banner__inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1240px;
    min-height: clamp(520px, 43vw, 720px);
    margin: 0 auto;
    padding: clamp(58px, 6vw, 92px) 24px;
    display: flex;
    align-items: center;
  }

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

  .kyk-guide-banner__label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(40, 155, 216, 0.16);
    border: 1px solid rgba(40, 155, 216, 0.34);
    color: #83d6ff;
    font-size: 11px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .kyk-guide-banner__label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #289bd8;
    box-shadow: 0 0 0 5px rgba(40, 155, 216, 0.16);
  }

  .kyk-guide-banner h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(34px, 4.3vw, 58px);
    line-height: 1.04;
    letter-spacing: -0.045em;
    font-weight: 950;
  }

  .kyk-guide-banner__text {
    margin: 22px 0 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(15px, 1.18vw, 18px);
    line-height: 1.62;
    font-weight: 550;
  }

  .kyk-guide-banner__text p {
    margin: 0 0 14px;
  }

  .kyk-guide-banner__text p:last-child {
    margin-bottom: 0;
  }

  .kyk-guide-banner__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .kyk-guide-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 15px 28px;
    border-radius: 999px;
    background: #0045d8;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 850;
    box-shadow: 0 18px 42px rgba(0, 69, 216, 0.34);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }

  .kyk-guide-banner__button:hover {
    transform: translateY(-2px);
    background: #0a5cff;
    box-shadow: 0 24px 54px rgba(0, 69, 216, 0.44);
  }

  .kyk-guide-banner__button--secondary {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: #ffffff !important;
    box-shadow: none;
  }

  .kyk-guide-banner__button--secondary:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow: none;
  }

  @media (max-width: 980px) {
    .kyk-guide-banner {
      background: #02060c;
      display: flex;
      flex-direction: column;
    }

    .kyk-guide-banner__bg {
      position: relative;
      order: 2;
      height: auto;
      min-height: 0;
    }

    .kyk-guide-banner__bg img {
      height: auto;
      object-fit: contain;
      object-position: center;
    }

    .kyk-guide-banner__overlay {
      display: none;
    }

    .kyk-guide-banner__inner {
      order: 1;
      min-height: auto;
      display: block;
      padding: 46px 20px 44px;
    }

    .kyk-guide-banner__content {
      max-width: 760px;
      margin: 0 auto;
    }

    .kyk-guide-banner h2 {
      max-width: 720px;
      font-size: clamp(32px, 5.4vw, 46px);
      line-height: 1.07;
    }

    .kyk-guide-banner__text {
      max-width: 720px;
      font-size: 16px;
      line-height: 1.58;
    }
  }

  @media (max-width: 640px) {
    .kyk-guide-banner__inner {
      padding: 40px 16px 38px;
    }

    .kyk-guide-banner__label {
      margin-bottom: 15px;
      padding: 7px 12px;
      font-size: 10px;
    }

    .kyk-guide-banner h2 {
      font-size: 29px;
      line-height: 1.08;
      letter-spacing: -0.035em;
    }

    .kyk-guide-banner__text {
      margin-top: 18px;
      font-size: 14.5px;
      line-height: 1.54;
    }

    .kyk-guide-banner__text p {
      margin-bottom: 12px;
    }

    .kyk-guide-banner__actions {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      margin-top: 24px;
    }

    .kyk-guide-banner__button {
      width: 100%;
      min-height: 48px;
      font-size: 13.5px;
    }
  }

  @media (max-width: 420px) {
    .kyk-guide-banner__inner {
      padding: 36px 14px 34px;
    }

    .kyk-guide-banner h2 {
      font-size: 26px;
    }

    .kyk-guide-banner__text {
      font-size: 14px;
    }
  }
