@media (min-width: 701px) {
  .loong-home {
    --loong-navy: #061a37;
    --loong-navy-2: #0b274d;
    --loong-blue: #0066ff;
    --loong-blue-bright: #2d81ff;
    --loong-ink: #10213a;
    --loong-muted: #637086;
    --loong-line: #dbe3ee;
    --loong-surface: #f3f6fa;
    --loong-white: #ffffff;
    --loong-shell: 1400px;
    position: relative;
    overflow: clip;
    color: var(--loong-ink);
    background: var(--loong-white);
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  }

  .loong-home *,
  .loong-home *::before,
  .loong-home *::after {
    box-sizing: border-box;
  }

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

  .loong-home a {
    color: inherit;
    text-decoration: none;
  }

  .loong-home a:focus-visible,
  body #kf a:focus-visible,
  body .dibu a:focus-visible,
  body .garment-header a:focus-visible {
    outline: 3px solid #0066ff !important;
    outline-offset: 4px !important;
    box-shadow: none !important;
  }

  .loong-shell {
    width: calc(100% - 80px);
    max-width: var(--loong-shell);
    margin-inline: auto;
  }

  .loong-section {
    position: relative;
    padding: 112px 0;
  }

  .loong-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 22px;
    color: var(--loong-blue);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .loong-eyebrow::before {
    width: 34px;
    height: 2px;
    content: "";
    background: currentColor;
  }

  .loong-eyebrow--light {
    color: #65a3ff;
  }

  .loong-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 54px;
  }

  .loong-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.7fr);
    align-items: end;
    gap: 80px;
  }

  .loong-heading h2 {
    max-width: 880px;
    margin: 0;
    color: var(--loong-navy);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(42px, 3.5vw, 62px);
    font-weight: 750;
    line-height: 1.06;
    letter-spacing: -0.045em;
  }

  .loong-heading > p,
  .loong-heading--split > p,
  .loong-heading__action > p {
    margin: 0;
    color: var(--loong-muted);
    font-size: 17px;
    line-height: 1.75;
  }

  .loong-heading--light h2,
  .loong-heading--light > p,
  .loong-heading--light .loong-heading__action > p {
    color: #ffffff;
  }

  .loong-heading--light > p,
  .loong-heading--light .loong-heading__action > p {
    color: rgba(255, 255, 255, 0.68);
  }

  .loong-heading--center {
    max-width: 820px;
    margin-right: auto;
    margin-bottom: 64px;
    margin-left: auto;
    text-align: center;
  }

  .loong-heading--center .loong-eyebrow {
    justify-content: center;
  }

  .loong-heading--center .loong-eyebrow::after {
    width: 34px;
    height: 2px;
    content: "";
    background: currentColor;
  }

  .loong-heading--center h2 {
    margin-inline: auto;
  }

  .loong-heading--center > p:last-child {
    margin-top: 20px;
  }

  .loong-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
  }

  .loong-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 27px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
  }

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

  .loong-button--primary {
    color: #ffffff !important;
    background: var(--loong-blue);
    box-shadow: 0 16px 36px rgba(0, 102, 255, 0.28);
  }

  .loong-button--primary:hover {
    background: var(--loong-blue-bright);
  }

  .loong-button--ghost {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.44);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
  }

  .loong-button--ghost:hover,
  .loong-button--outline:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--loong-navy) !important;
  }

  .loong-button--outline {
    margin-top: 26px;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.38);
  }

  .loong-button--dark {
    color: #ffffff !important;
    background: var(--loong-navy);
    box-shadow: 0 15px 34px rgba(6, 26, 55, 0.19);
  }

  .loong-button--dark:hover {
    background: var(--loong-blue);
  }

  .loong-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-self: end;
    color: var(--loong-navy) !important;
    font-size: 15px;
    font-weight: 700;
  }

  .loong-text-link i {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--loong-blue);
    transition: transform 180ms ease;
  }

  .loong-text-link:hover i {
    transform: translateX(4px);
  }

  /* Full-viewport product hero */
  .loong-hero {
    position: relative;
    min-height: max(720px, 100vh);
    overflow: hidden;
    color: #ffffff;
    background: var(--loong-navy);
  }

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

  .loong-hero__image {
    object-fit: cover;
    object-position: center;
    transform: scale(1.002);
  }

  .loong-hero__shade {
    background:
      linear-gradient(90deg, rgba(3, 13, 29, 0.96) 0%, rgba(3, 15, 33, 0.82) 30%, rgba(4, 18, 40, 0.28) 58%, rgba(3, 14, 31, 0.06) 100%),
      linear-gradient(0deg, rgba(2, 10, 23, 0.42) 0%, transparent 38%);
  }

  .loong-hero__shade::after {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.18;
    background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(90deg, #000, transparent 62%);
  }

  .loong-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: max(720px, 100vh);
    align-items: center;
    padding-top: 110px;
    padding-bottom: 88px;
  }

  .loong-hero__copy {
    width: min(690px, 48vw);
  }

  .loong-hero h1 {
    margin: 0;
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(54px, 5.1vw, 82px);
    font-weight: 760;
    line-height: 0.99;
    letter-spacing: -0.055em;
    text-wrap: balance;
  }

  .loong-hero__lead {
    max-width: 650px;
    margin: 28px 0 34px;
    color: rgba(255, 255, 255, 0.73);
    font-size: 17px;
    line-height: 1.72;
  }

  .loong-hero__capabilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 42px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    list-style: none;
  }

  .loong-hero__capabilities li {
    display: flex;
    min-height: 38px;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
  }

  .loong-hero__capabilities li:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .loong-hero__capabilities i {
    flex: 0 0 auto;
    color: #65a3ff;
    font-size: 20px;
  }

  .loong-hero__scroll {
    position: absolute;
    z-index: 3;
    right: 42px;
    bottom: 34px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.62) !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .loong-hero__scroll i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    animation: loong-scroll 1.8s ease-in-out infinite;
  }

  @keyframes loong-scroll {
    0%, 100% { transform: translateY(-2px); }
    50% { transform: translateY(4px); }
  }

  /* Taxonomy categories */
  .loong-categories {
    background: #ffffff;
  }

  .loong-categories::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    content: "";
    pointer-events: none;
    opacity: 0.5;
    background: linear-gradient(135deg, transparent 42%, rgba(0, 102, 255, 0.035) 42%);
  }

  .loong-category-primary {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .loong-category-card {
    position: relative;
    min-width: 0;
  }

  .loong-category-card--primary {
    overflow: hidden;
    border: 1px solid var(--loong-line);
    border-radius: 6px;
    background: #ffffff;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  }

  .loong-category-card--primary:hover {
    z-index: 2;
    border-color: rgba(0, 102, 255, 0.42);
    box-shadow: 0 24px 50px rgba(6, 26, 55, 0.13);
    transform: translateY(-6px);
  }

  .loong-category-card__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--loong-surface);
  }

  .loong-category-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .loong-category-card:hover .loong-category-card__image {
    transform: scale(1.045);
  }

  .loong-category-card__content {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 13px;
    padding: 22px 20px;
  }

  .loong-category-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(0, 102, 255, 0.14);
    border-radius: 4px;
    color: var(--loong-blue);
    background: rgba(0, 102, 255, 0.055);
    font-size: 21px;
  }

  .loong-category-card strong {
    display: block;
    overflow-wrap: anywhere;
    color: var(--loong-navy);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.3;
  }

  .loong-category-card small {
    display: block;
    margin-top: 6px;
    color: var(--loong-muted);
    font-size: 12px;
    line-height: 1.2;
  }

  .loong-category-card__arrow {
    color: #9aa7b8;
    font-size: 20px;
    transition: color 180ms ease, transform 180ms ease;
  }

  .loong-category-card:hover .loong-category-card__arrow {
    color: var(--loong-blue);
    transform: translate(3px, -3px);
  }

  .loong-category-secondary {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
  }

  .loong-category-card--compact {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 92px;
    overflow: hidden;
    border: 1px solid var(--loong-line);
    border-radius: 5px;
    background: #ffffff;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  .loong-category-card--compact:hover {
    border-color: rgba(0, 102, 255, 0.36);
    box-shadow: 0 14px 30px rgba(6, 26, 55, 0.09);
    transform: translateY(-3px);
  }

  .loong-category-card__thumb {
    min-width: 0;
    overflow: hidden;
    background: var(--loong-surface);
  }

  .loong-category-card__compact-copy {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 14px 14px 14px 16px;
  }

  .loong-category-card__compact-copy .loong-category-card__icon {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .loong-category-card--compact strong {
    font-size: 13px;
  }

  /* Manufacturing */
  .loong-factory {
    overflow: hidden;
    background: var(--loong-navy);
  }

  .loong-factory::before,
  .loong-factory::after {
    position: absolute;
    content: "";
    pointer-events: none;
  }

  .loong-factory::before {
    top: -170px;
    right: -150px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(76, 147, 255, 0.13);
    border-radius: 50%;
    box-shadow: 0 0 0 90px rgba(76, 147, 255, 0.025), 0 0 0 180px rgba(76, 147, 255, 0.018);
  }

  .loong-factory::after {
    bottom: 0;
    left: 0;
    width: 52%;
    height: 42%;
    opacity: 0.17;
    background-image: linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(25deg, #000, transparent 76%);
  }

  .loong-factory-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.42fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(235px, 1fr));
    gap: 14px;
    min-height: 590px;
  }

  .loong-factory-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 4px;
    background: #0a2347;
  }

  .loong-factory-card--large {
    grid-row: 1 / 3;
  }

  .loong-factory-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .loong-factory-card:hover img {
    transform: scale(1.035);
  }

  .loong-factory-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(3, 15, 34, 0.84) 0%, transparent 54%);
  }

  .loong-factory-card figcaption {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 20px;
    left: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
  }

  .loong-factory-card figcaption i {
    font-size: 19px;
  }

  .loong-factory-card--large figcaption {
    right: 30px;
    bottom: 28px;
    left: 30px;
    font-size: 18px;
  }

  /* Live product grid */
  .loong-products {
    background: var(--loong-surface);
  }

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

  .loong-product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--loong-line);
    border-radius: 6px;
    background: #ffffff;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
  }

  .loong-product-card:hover {
    border-color: rgba(0, 102, 255, 0.38);
    box-shadow: 0 24px 48px rgba(6, 26, 55, 0.12);
    transform: translateY(-5px);
  }

  .loong-product-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #ffffff;
  }

  .loong-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px;
    transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .loong-product-card:hover .loong-product-card__image {
    transform: scale(1.045);
  }

  .loong-product-card__view {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--loong-blue);
    box-shadow: 0 10px 24px rgba(0, 102, 255, 0.24);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .loong-product-card:hover .loong-product-card__view {
    opacity: 1;
    transform: translateY(0);
  }

  .loong-product-card__body {
    padding: 0 20px 22px;
  }

  .loong-product-card__category {
    margin: 0 0 8px;
    color: var(--loong-blue);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .loong-product-card h3 {
    min-height: 48px;
    margin: 0;
    color: var(--loong-navy);
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.48;
  }

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

  .loong-product-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 18px 0 0;
    padding-top: 15px;
    border-top: 1px solid #e8edf4;
  }

  .loong-product-card__meta div {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
  }

  .loong-product-card__meta dt,
  .loong-product-card__meta dd {
    margin: 0;
    font-size: 11px;
    line-height: 1.3;
  }

  .loong-product-card__meta dt {
    color: #8a96a7;
    font-weight: 700;
  }

  .loong-product-card__meta dd {
    overflow: hidden;
    color: var(--loong-navy);
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* Branded deployment scenes */
  .loong-applications {
    overflow: hidden;
    background: linear-gradient(112deg, #061a37 0%, #08264d 62%, #063879 100%);
  }

  .loong-applications::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: 0.14;
    background-image: linear-gradient(135deg, transparent 46%, rgba(83, 151, 255, 0.26) 46%, rgba(83, 151, 255, 0.26) 46.15%, transparent 46.15%);
    background-size: 150px 150px;
  }

  .loong-heading__action {
    align-self: end;
  }

  .loong-application-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .loong-application-card {
    position: relative;
    min-height: 510px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 5px;
    background: #0b274d;
  }

  .loong-application-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .loong-application-card:hover img {
    transform: scale(1.045);
  }

  .loong-application-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(3, 15, 34, 0.94) 0%, rgba(3, 15, 34, 0.14) 68%);
  }

  .loong-application-card__content {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 28px;
    left: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .loong-application-card h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-family: inherit;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.25;
  }

  .loong-application-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.65;
  }

  /* Six-step B2B flow */
  .loong-process {
    background: #ffffff;
  }

  .loong-process::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 74px;
    content: "";
    background: var(--loong-line);
  }

  .loong-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
  }

  .loong-process-grid::before {
    position: absolute;
    top: 47px;
    right: 11%;
    left: 11%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, #cad6e6 7%, #cad6e6 93%, transparent);
  }

  .loong-process-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: start;
    gap: 20px;
    min-height: 220px;
    padding: 35px 30px 30px;
    border: 1px solid var(--loong-line);
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(6, 26, 55, 0.055);
    transition: border-color 190ms ease, box-shadow 190ms ease, transform 190ms ease;
  }

  .loong-process-card:hover {
    border-color: rgba(0, 102, 255, 0.34);
    box-shadow: 0 22px 44px rgba(6, 26, 55, 0.11);
    transform: translateY(-4px);
  }

  .loong-process-card__number {
    position: absolute;
    top: 13px;
    right: 18px;
    color: #dbe5f1;
    font-family: system-ui, sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
  }

  .loong-process-card__icon {
    display: grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 1px solid rgba(0, 102, 255, 0.17);
    border-radius: 4px;
    color: var(--loong-blue);
    background: rgba(0, 102, 255, 0.06);
    font-size: 27px;
  }

  .loong-process-card h3 {
    margin: 4px 0 13px;
    color: var(--loong-navy);
    font-family: inherit;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.3;
  }

  .loong-process-card p {
    margin: 0;
    color: var(--loong-muted);
    font-size: 14px;
    line-height: 1.65;
  }

  .loong-process__action {
    margin-top: 42px;
    text-align: center;
  }

  /* Lightweight reveal motion, activated by the PC-only JavaScript. */
  .loong-home--motion [data-loong-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 650ms ease, transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .loong-home--motion [data-loong-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* Homepage-only public header polish; DOM remains unchanged. */
  html body .garment-header {
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

  html body .garment-header.is-scrolled {
    border-bottom-color: #e1e7ef;
    box-shadow: 0 12px 34px rgba(6, 26, 55, 0.1);
  }

  /* Existing customer-service sidebar restyled without changing its markup. */
  html body #kf.container2 {
    position: relative;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 108px 40px 118px;
    overflow: hidden;
    background: #f3f6fa;
  }

  html body #kf.container2::before {
    position: absolute;
    top: -240px;
    left: -180px;
    width: 560px;
    height: 560px;
    content: "";
    border: 1px solid rgba(0, 102, 255, 0.08);
    border-radius: 50%;
    box-shadow: 0 0 0 85px rgba(0, 102, 255, 0.022), 0 0 0 170px rgba(0, 102, 255, 0.016);
  }

  html body #kf .online_cont {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto !important;
  }

  html body #kf .online_cont .title {
    margin: 0 0 54px !important;
    text-align: left;
  }

  html body #kf .online_cont .title p:first-child {
    margin: 0 0 16px !important;
    color: #061a37;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(42px, 3.5vw, 60px) !important;
    font-weight: 750;
    line-height: 1.06;
    letter-spacing: -0.045em;
    text-transform: none;
  }

  html body #kf .online_cont .title p:last-child {
    color: #637086;
    font-size: 17px !important;
    line-height: 1.6;
  }

  html body #kf .online_cont ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body #kf .online_cont ul li {
    position: relative;
    min-width: 0;
    padding: 28px 20px 24px;
    border: 1px solid #dbe3ee;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 15px 34px rgba(6, 26, 55, 0.055);
    transition: border-color 190ms ease, box-shadow 190ms ease, transform 190ms ease;
  }

  html body #kf .online_cont ul li:hover {
    border-color: rgba(0, 102, 255, 0.34);
    box-shadow: 0 22px 42px rgba(6, 26, 55, 0.1);
    transform: translateY(-4px);
  }

  html body #kf .online_cont ul li p:first-child {
    width: 112px;
    height: 112px;
    margin: 0 auto !important;
    border: 4px solid #ffffff;
    border-radius: 50%;
    outline: 1px solid rgba(0, 102, 255, 0.18);
    background: linear-gradient(145deg, #e6eef8, #ffffff);
    box-shadow: 0 13px 28px rgba(6, 26, 55, 0.14);
  }

  html body #kf .online_cont ul li p:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  html body #kf .online_cont ul li p:nth-child(2) {
    margin: 20px 0 16px !important;
    color: #061a37;
    font-size: 16px;
    font-weight: 750;
  }

  html body #kf .online_cont ul li p:nth-child(3) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 8px;
  }

  html body #kf .online_cont ul li p:nth-child(3) span,
  html body #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    width: auto;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    background: #061a37;
  }

  html body #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    background: #0066ff;
  }

  html body #kf .online_cont ul li p:nth-child(3) span a {
    min-height: 34px;
    justify-content: center;
    padding: 5px 7px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
  }

  /* Existing PC footer with a homepage-only computer-industry background. */
  html body .zw {
    height: 0;
  }

  html body .dibu {
    min-height: 430px;
    padding-top: 90px;
    border-top: 1px solid rgba(89, 151, 245, 0.2);
    background-color: #031127;
    background-image: linear-gradient(90deg, rgba(2, 12, 28, 0.97) 0%, rgba(3, 17, 39, 0.91) 48%, rgba(3, 17, 39, 0.76) 100%), url("../img/loong-home/footer-motherboard.webp") !important;
    background-position: center !important;
    background-size: cover !important;
  }

  html body .dibu::after {
    width: 100%;
    height: 100%;
    opacity: 0.16;
    background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, #000, transparent 68%);
  }

  html body .dibu .bls {
    position: absolute;
    top: -58px;
    right: 0;
    left: 0;
    height: 60px;
    overflow: hidden;
  }

  html body .dibu .waves {
    height: 60px;
  }

  html body .dibu .parallax use:nth-child(1) { fill: rgba(6, 26, 55, 0.4); }
  html body .dibu .parallax use:nth-child(2) { fill: rgba(0, 102, 255, 0.28); }
  html body .dibu .parallax use:nth-child(3) { fill: rgba(35, 81, 141, 0.28); }
  html body .dibu .parallax use:nth-child(4) { fill: #031127; }

  html body .dibu .footer.container2,
  html body .dibu .footer2.container2 {
    width: calc(100% - 80px) !important;
    max-width: 1400px !important;
  }

  html body .dibu .footer-l {
    width: 27%;
  }

  html body .dibu .footer-l .logo {
    width: 218px;
    height: 76px;
  }

  html body .dibu .footer-l p,
  html body .dibu .footer-r ul p,
  html body .dibu .footer-r ul li a,
  html body .dibu .footer2 {
    color: rgba(255, 255, 255, 0.7);
  }

  html body .dibu .footer-r {
    width: 66%;
    gap: 26px;
  }

  html body .dibu .footer-r ul h3 {
    position: relative;
    margin-bottom: 18px;
    padding-bottom: 13px;
    color: #ffffff;
    font-size: 20px;
  }

  html body .dibu .footer-r ul h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 2px;
    content: "";
    background: #0066ff;
  }

  html body .dibu .footer-r ul li a {
    line-height: 33px;
  }

  html body .dibu .footer-r ul li a:hover,
  html body .dibu .footer-r a:hover {
    color: #ffffff;
  }

  html body .dibu .footer2 {
    border-top-color: rgba(255, 255, 255, 0.15);
  }
}

@media (min-width: 701px) and (max-width: 1180px) {
  .loong-shell,
  html body .dibu .footer.container2,
  html body .dibu .footer2.container2 {
    width: calc(100% - 48px) !important;
  }

  .loong-section {
    padding: 88px 0;
  }

  .loong-heading--split {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 40px;
  }

  .loong-hero__copy {
    width: min(650px, 58vw);
  }

  .loong-hero h1 {
    font-size: clamp(48px, 6vw, 68px);
  }

  .loong-category-primary,
  .loong-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .loong-category-secondary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .loong-factory-grid {
    grid-template-columns: 1.25fr 1fr 1fr;
    min-height: 520px;
  }

  .loong-application-card {
    min-height: 430px;
  }

  .loong-process-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    padding: 30px 22px 25px;
  }

  .loong-process-card__icon {
    width: 52px;
    height: 52px;
  }

  html body #kf.container2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  html body #kf .online_cont ul {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
  }

  html body #kf .online_cont ul li {
    padding-right: 10px;
    padding-left: 10px;
  }

  html body #kf .online_cont ul li p:nth-child(3) {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 701px) and (max-width: 860px) {
  .loong-shell {
    width: calc(100% - 32px) !important;
  }

  .loong-heading--split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .loong-heading h2 {
    font-size: 38px;
  }

  .loong-hero {
    min-height: 760px;
  }

  .loong-hero__inner {
    min-height: 760px;
    padding-top: 118px;
  }

  .loong-hero__copy {
    width: 78%;
  }

  .loong-hero h1 {
    font-size: 50px;
  }

  .loong-hero__capabilities {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .loong-hero__capabilities li,
  .loong-hero__capabilities li:first-child {
    padding: 0;
    border: 0;
  }

  .loong-category-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .loong-factory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 230px);
  }

  .loong-factory-card--large {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .loong-application-grid,
  .loong-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .loong-application-card {
    min-height: 400px;
  }

  .loong-application-card:last-child {
    grid-column: 1 / 3;
  }

  .loong-process-grid::before {
    display: none;
  }

  html body #kf .online_cont ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html body #kf .online_cont ul li:nth-child(4),
  html body #kf .online_cont ul li:nth-child(5) {
    transform: translateX(50%);
  }

  html body .dibu .footer-l,
  html body .dibu .footer-r {
    width: 100%;
  }

  html body .dibu .footer-r {
    margin-top: 40px;
  }
}

@media (min-width: 701px) and (prefers-reduced-motion: reduce) {
  .loong-home *,
  .loong-home *::before,
  .loong-home *::after,
  html body #kf *,
  html body .dibu * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .loong-home--motion [data-loong-reveal] {
    opacity: 1;
    transform: none;
  }
}
