@media (min-width: 701px) {
  body,
  .rl-home {
    --rl-blue: #0865d5;
    --rl-cyan: #29aaf2;
    --rl-ink: #101a28;
    --rl-muted: #617083;
    --rl-line: #dce5ee;
    --rl-soft: #f3f7fb;
  }

  .rl-home {
    overflow: hidden;
    color: var(--rl-ink);
    background: #fff;
  }

  .rl-home,
  .rl-home * {
    box-sizing: border-box;
  }

  .rl-home h1,
  .rl-home h2,
  .rl-home h3,
  .rl-home p {
    margin: 0;
    letter-spacing: 0;
  }

  .rl-home img {
    display: block;
    width: 100%;
  }

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

  .rl-home-section {
    padding: 112px 0;
  }

  .rl-home-hero {
    position: relative;
    height: 100svh;
    min-height: 760px;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: #071a33;
  }

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

  .rl-home-hero__image {
    z-index: -2;
    object-fit: cover;
    object-position: center center;
  }

  .rl-home-hero__shade {
    z-index: -1;
    background: linear-gradient(90deg, rgba(4, 20, 40, 0.82) 0%, rgba(4, 20, 40, 0.56) 36%, rgba(4, 20, 40, 0.08) 64%, rgba(4, 20, 40, 0) 100%);
  }

  .rl-home-hero__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 94px;
  }

  .rl-home-eyebrow,
  .rl-home-kicker {
    color: var(--rl-cyan);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .rl-home-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #79d3ff;
  }

  .rl-home-eyebrow::before {
    content: '';
    width: 42px;
    height: 2px;
    background: var(--rl-cyan);
  }

  .rl-home-hero h1 {
    max-width: 690px;
    margin-top: 22px;
    color: #fff;
    font-size: 68px;
    font-weight: 800;
    line-height: 1.04;
  }

  .rl-home-hero__summary {
    max-width: 650px;
    margin-top: 26px !important;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.75;
  }

  .rl-home-hero__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 36px;
  }

  .rl-home-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  }

  .rl-home-button i {
    font-size: 19px;
  }

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

  .rl-home-button--primary {
    color: #fff;
    background: var(--rl-blue);
    border-color: var(--rl-blue);
  }

  .rl-home-button--primary:hover {
    color: #fff;
    background: #0758bb;
    border-color: #0758bb;
  }

  .rl-home-button--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(7, 27, 51, 0.22);
    backdrop-filter: blur(6px);
  }

  .rl-home-button--ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
  }

  .rl-home-hero__scroll {
    position: absolute;
    right: 40px;
    bottom: 32px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .rl-home-hero__scroll i {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    font-size: 18px;
  }

  .rl-home-heading h2 {
    margin-top: 13px;
    color: var(--rl-ink);
    font-size: 52px;
    font-weight: 800;
    line-height: 1.12;
  }

  .rl-home-heading > p:not(.rl-home-kicker),
  .rl-home-heading--split > p {
    color: var(--rl-muted);
    font-size: 17px;
    line-height: 1.75;
  }

  .rl-home-heading--center {
    max-width: 880px;
    margin: 0 auto 48px;
    text-align: center;
  }

  .rl-home-heading--center > p:not(.rl-home-kicker) {
    max-width: 760px;
    margin: 20px auto 0;
  }

  .rl-home-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 46px;
  }

  .rl-home-heading--split > p {
    padding-bottom: 7px;
  }

  .rl-home-categories {
    background: var(--rl-soft);
  }

  .rl-home-capabilities {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 36px;
    border: 1px solid var(--rl-line);
    border-radius: 6px;
    background: #fff;
  }

  .rl-home-capability {
    display: grid;
    min-height: 104px;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    border-right: 1px solid var(--rl-line);
  }

  .rl-home-capability:last-child {
    border-right: 0;
  }

  .rl-home-capability > i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: var(--rl-blue);
    background: #eaf4ff;
    font-size: 21px;
  }

  .rl-home-capability span {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  .rl-home-capability strong {
    color: var(--rl-ink);
    font-size: 15px;
    line-height: 1.35;
  }

  .rl-home-capability small {
    margin-top: 5px;
    color: #7e8b99;
    font-size: 12px;
    line-height: 1.35;
  }

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

  .rl-home-category-card {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 6px;
    background: #dbe6f0;
  }

  .rl-home-category-card > img,
  .rl-home-category-card__shade {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .rl-home-category-card > img {
    object-fit: cover;
    transition: transform 0.55s ease;
  }

  .rl-home-category-card__shade {
    background: linear-gradient(180deg, rgba(5, 18, 34, 0) 40%, rgba(5, 18, 34, 0.88) 100%);
  }

  .rl-home-category-card__name {
    position: absolute;
    right: 18px;
    bottom: 17px;
    left: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
  }

  .rl-home-category-card__name i {
    flex: 0 0 auto;
    font-size: 20px;
  }

  .rl-home-category-card:hover > img {
    transform: scale(1.045);
  }

  .rl-home-factory {
    background: #fff;
  }

  .rl-home-factory figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 6px;
    background: #dce4eb;
  }

  .rl-home-factory figure img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  .rl-home-factory figure:hover img {
    transform: scale(1.025);
  }

  .rl-home-factory__lead {
    aspect-ratio: 16 / 8.15;
  }

  .rl-home-factory__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
  }

  .rl-home-factory__item {
    aspect-ratio: 16 / 9;
  }

  .rl-home-factory figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 42px 18px 16px;
    color: #fff;
    background: linear-gradient(180deg, transparent 0%, rgba(5, 18, 34, 0.88) 100%);
  }

  .rl-home-factory figcaption span {
    color: #7fd7ff;
    font-size: 12px;
    font-weight: 800;
  }

  .rl-home-factory figcaption strong {
    font-size: 15px;
    line-height: 1.3;
  }

  .rl-home-factory__lead figcaption {
    padding: 80px 28px 26px;
  }

  .rl-home-factory__lead figcaption strong {
    font-size: 22px;
  }

  .rl-home-products {
    color: #fff;
    background: #091726;
  }

  .rl-home-heading--light {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 46px;
  }

  .rl-home-heading--light h2 {
    max-width: 790px;
    color: #fff;
  }

  .rl-home-text-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
  }

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

  .rl-home-product-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 6px;
    color: var(--rl-ink);
    background: #fff;
  }

  .rl-home-product-card__image {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f3f5f7;
  }

  .rl-home-product-card__image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .rl-home-product-card:hover .rl-home-product-card__image img {
    transform: scale(1.04);
  }

  .rl-home-product-card__body {
    min-height: 132px;
    padding: 19px 20px 20px;
  }

  .rl-home-product-card h3 {
    min-height: 47px;
    color: var(--rl-ink);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
  }

  .rl-home-product-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .rl-home-product-card__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 14px;
    color: var(--rl-blue);
    font-size: 13px;
    font-weight: 800;
  }

  .rl-home-scenes {
    background: #fff;
  }

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

  .rl-home-scene-card {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 6px;
    color: #fff;
    background: #162333;
  }

  .rl-home-scene-card > img,
  .rl-home-scene-card__shade {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .rl-home-scene-card > img {
    object-fit: cover;
    transition: transform 0.55s ease;
  }

  .rl-home-scene-card__shade {
    background: linear-gradient(180deg, rgba(6, 17, 29, 0.02) 30%, rgba(6, 17, 29, 0.9) 100%);
  }

  .rl-home-scene-card__body {
    position: absolute;
    right: 25px;
    bottom: 24px;
    left: 25px;
  }

  .rl-home-scene-card__body > span {
    color: #76d5ff;
    font-size: 12px;
    font-weight: 800;
  }

  .rl-home-scene-card h3 {
    margin-top: 7px;
    color: #fff;
    font-size: 27px;
    font-weight: 800;
  }

  .rl-home-scene-card p {
    max-width: 340px;
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.55;
  }

  .rl-home-scene-card:hover > img {
    transform: scale(1.035);
  }

  .rl-home-process {
    background: var(--rl-soft);
    border-top: 1px solid var(--rl-line);
  }

  .rl-home-process__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .rl-home-process__step {
    position: relative;
    min-height: 250px;
    padding: 30px 22px 26px;
    border-top: 1px solid #cdd9e4;
    border-bottom: 1px solid #cdd9e4;
    border-left: 1px solid #cdd9e4;
    background: #fff;
  }

  .rl-home-process__step:last-child {
    border-right: 1px solid #cdd9e4;
  }

  .rl-home-process__number {
    display: block;
    color: #9aa8b6;
    font-size: 12px;
    font-weight: 800;
  }

  .rl-home-process__step > i {
    display: grid;
    width: 48px;
    height: 48px;
    margin-top: 24px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--rl-blue);
    font-size: 23px;
  }

  .rl-home-process__step h3 {
    margin-top: 18px;
    color: var(--rl-ink);
    font-size: 17px;
    line-height: 1.35;
  }

  .rl-home-process__step p {
    margin-top: 10px;
    color: var(--rl-muted);
    font-size: 13px;
    line-height: 1.55;
  }

  .rl-home-process__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 28px;
    padding: 24px 28px;
    border-left: 4px solid var(--rl-cyan);
    background: #e7f2fc;
  }

  .rl-home-process__cta p {
    color: var(--rl-ink);
    font-size: 21px;
    font-weight: 800;
  }

  #kf {
    width: min(calc(100% - 80px), 1320px) !important;
    margin: 0 auto !important;
  }

  #kf .online_cont {
    margin: 0 !important;
    padding: 104px 0 112px;
  }

  #kf .online_cont .title {
    max-width: 720px;
    margin: 0 auto 44px;
  }

  #kf .online_cont .title p:first-child {
    margin-bottom: 13px;
    color: var(--rl-ink);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }

  #kf .online_cont .title p:last-child {
    color: var(--rl-muted);
    font-size: 17px;
  }

  #kf .online_cont ul {
    gap: 18px;
  }

  #kf .online_cont ul li {
    padding: 26px 16px 24px;
    border: 1px solid var(--rl-line);
    border-radius: 6px;
    background: #fff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  }

  #kf .online_cont ul li:hover {
    transform: translateY(-4px);
    border-color: #afcce8;
    box-shadow: 0 16px 36px rgba(20, 52, 85, 0.1);
  }

  #kf .online_cont ul li p:first-child {
    width: 126px;
    height: 126px;
    box-shadow: none;
    background: #e9f2fa;
  }

  #kf .online_cont ul li p:nth-child(2) {
    margin: 18px 0 14px;
    color: var(--rl-ink);
    font-size: 16px;
    font-weight: 800;
  }

  #kf .online_cont ul li p:nth-child(3) span {
    border-radius: 4px;
    background: #28a164;
  }

  #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    background: var(--rl-blue);
  }

  @media (max-width: 1439px) {
    .rl-home-hero h1 {
      max-width: 610px;
      font-size: 58px;
    }

    .rl-home-heading h2 {
      font-size: 46px;
    }

    .rl-home-process__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }

    .rl-home-process__step,
    .rl-home-process__step:last-child {
      min-height: 220px;
      border: 1px solid #cdd9e4;
      border-radius: 6px;
    }
  }

  @media (max-width: 1180px) {
    .rl-home-shell,
    #kf {
      width: calc(100% - 48px) !important;
    }

    .rl-home-section {
      padding: 88px 0;
    }

    .rl-home-hero {
      min-height: 700px;
    }

    .rl-home-hero h1 {
      max-width: 540px;
      font-size: 50px;
    }

    .rl-home-hero__summary {
      max-width: 560px;
      font-size: 16px;
    }

    .rl-home-heading h2 {
      font-size: 40px;
    }

    .rl-home-capability {
      grid-template-columns: 38px minmax(0, 1fr);
      padding: 18px 14px;
    }

    .rl-home-capability > i {
      width: 38px;
      height: 38px;
    }

    .rl-home-category-grid {
      gap: 12px;
    }

    .rl-home-category-card__name {
      right: 13px;
      bottom: 13px;
      left: 13px;
      font-size: 14px;
    }

    .rl-home-factory figcaption {
      padding-right: 10px;
      padding-left: 10px;
      gap: 7px;
    }

    .rl-home-factory figcaption strong {
      font-size: 12px;
    }

    .rl-home-product-grid {
      gap: 14px;
    }

    .rl-home-product-card__body {
      padding-right: 15px;
      padding-left: 15px;
    }

    .rl-home-scene-card__body {
      right: 18px;
      bottom: 18px;
      left: 18px;
    }

    .rl-home-scene-card h3 {
      font-size: 22px;
    }

    #kf .online_cont {
      padding: 86px 0 92px;
    }

    #kf .online_cont .title p:first-child {
      font-size: 40px;
    }
  }
}
