.kimplast-homepage-phase1,
.kimplast-homepage-phase1 #main-content,
.kimplast-homepage-phase1 .container,
.kim-home {
  background: #fff;
}

.kim-home {
  color: #17324d;
}

.kim-home__container {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

.kim-home-section {
  padding: 88px 0;
}

.kim-home-section__head {
  margin: 0 0 34px;
}

.kim-home-section__head--center {
  text-align: center;
}

.kim-home-section__head--slider,
.kim-home-section__head--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.kim-home-section__title {
  margin: 0;
  font-size: clamp(32px, 3.2vw, 56px);
  line-height: 1.08;
  color: #111827;
  letter-spacing: -0.02em;
}

.kim-home-section__title--left,
.kim-home-section__desc--left {
  text-align: left;
}

.kim-home-section__desc {
  margin: 16px auto 0;
  max-width: 820px;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.68;
  color: rgba(17, 24, 39, 0.72);
}

.kim-home-categories .kim-home-section__desc,
.kim-home-partners .kim-home-section__desc {
  max-width: 600px;
}

.kim-home-section__actions {
  margin-top: 34px;
}

.kim-home-section__actions--center {
  text-align: center;
}

.kim-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
}

.kim-home-btn:hover {
  transform: translateY(-2px);
}

.kim-home-btn--primary {
  background: #169fdf;
  color: #fff !important;
  box-shadow: 0 16px 36px rgba(22, 159, 223, 0.24);
}

.kim-home-btn--outline {
  background: #fff;
  color: #111827 !important;
  border: 1px solid rgba(17, 24, 39, 0.14);
}

.kim-home-btn--outline:hover {
  border-color: #169fdf;
  color: #169fdf !important;
}

.kim-home-hero {
  padding: 32px 0 20px;
  background: #fff;
  --kim-home-hero-video-position: 58% 36%;
  --kim-home-hero-video-scale: 1.08;
  --kim-home-hero-youtube-scale: 1.28;
}

.kim-home-hero__shell {
  position: relative;
  overflow: hidden;
  border-radius: 44px;
  min-height: 680px;
  box-shadow: 0 30px 80px rgba(15, 53, 83, 0.12);
}

.kim-home-hero__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--kim-home-hero-overlay-direction, to right), rgba(22,159,223,0.84) 0%, rgba(22,159,223,0.56) 28%, rgba(22,159,223,0.2) 54%, rgba(255,255,255,0.08) 72%, rgba(255,255,255,0) 100%),
    var(--kim-home-hero-bg, none);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kim-home-hero__shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.06) 100%);
  pointer-events: none;
}

.kim-home-hero__grid {
  position: relative;
  z-index: 1;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 560px);
  gap: 38px;
  align-items: center;
  padding: 48px 58px;
}

.kim-home-hero__title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.02;
  color: #fff;
  letter-spacing: -0.03em;
}

.kim-home-hero__desc {
  margin-top: 24px;
  max-width: 720px;
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.55;
  color: rgba(255,255,255,0.88);
}

.kim-home-hero__desc p:last-child,
.kim-home-odm__desc p:last-child,
.kim-home-faq-item__answer p:last-child {
  margin-bottom: 0;
}

.kim-home-hero__actions {
  margin-top: 32px;
}

.kim-home-hero .kim-home-btn--primary {
  background: #fff;
  color: #169fdf !important;
  min-height: 72px;
  padding: 18px 40px;
  font-size: clamp(20px, 1.8vw, 28px);
  box-shadow: 0 18px 40px rgba(15, 53, 83, 0.18);
}

.kim-home-widget {
  border-radius: 36px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(17, 24, 39, 0.07);
  box-shadow: 0 28px 70px rgba(11, 56, 89, 0.16);
  padding: 26px;
  backdrop-filter: blur(16px);
}

.kim-home-widget__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.04);
}

.kim-home-widget__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: clamp(16px, 1.3vw, 22px);
  font-weight: 800;
  color: #a1a1aa;
  background: transparent;
}

.kim-home-widget__tab.is-active {
  background: #dff2fe;
  color: #169fdf;
}

.kim-home-widget__header {
  margin-top: 18px;
}

.kim-home-widget__title {
  margin: 0;
  font-size: clamp(22px, 1.7vw, 34px);
  line-height: 1.18;
  color: rgba(17,24,39,0.72);
  font-weight: 800;
}

.kim-home-widget__desc {
  margin: 10px 0 0;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.55;
  color: rgba(17, 24, 39, 0.38);
}

.kim-home-widget__cards {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.kim-home-widget-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.14);
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.04);
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.kim-home-widget-card:hover {
  transform: translateY(-2px);
  border-color: rgba(22, 159, 223, 0.3);
  box-shadow: 0 18px 30px rgba(15, 53, 83, 0.10);
}

.kim-home-widget-card__thumb {
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #eef8fc, #dff1fb);
  display: block;
}

.kim-home-widget-card__thumb img,
.kim-home-product-card__media img,
.kim-home-article-card__media img,
.kim-home-odm-card__media img,
.kim-home-testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kim-home-widget-card__thumb.is-empty,
.kim-home-product-card__media.is-empty,
.kim-home-article-card__media.is-empty,
.kim-home-testimonial-card__avatar.is-empty,
.kim-home-odm-card__media.is-empty {
  position: relative;
}

.kim-home-widget-card__thumb.is-empty::before,
.kim-home-product-card__media.is-empty::before,
.kim-home-article-card__media.is-empty::before,
.kim-home-testimonial-card__avatar.is-empty::before,
.kim-home-odm-card__media.is-empty::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 159, 223, 0.08), rgba(18, 49, 79, 0.14));
}

.kim-home-widget-card__title {
  display: block;
  font-size: 14px;
  line-height: 1.24;
  color: #111827;
  min-height: 34px;
}

.kim-home-widget-card__meta {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(17, 24, 39, 0.36);
}

.kim-home-widget__footer {
  margin-top: 24px;
}

.kim-home-widget__footer-link {
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.18;
  font-weight: 900;
  color: #169fdf !important;
  text-decoration: none !important;
}

.kim-home-categories {
  padding-top: 40px;
}

.kim-home-categories__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.kim-home-category-card {
  position: relative;
  min-height: 290px;
  display: flex;
  align-items: center;
  padding: 32px 40px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(90deg, #fff 0%, #f7fbfe 100%);
  box-shadow: 0 22px 52px rgba(15, 53, 83, 0.10);
  text-decoration: none !important;
  isolation: isolate;
  transition: transform .22s ease, box-shadow .22s ease;
}

.kim-home-category-card:hover,
.kim-home-product-card:hover,
.kim-home-article-card:hover,
.kim-home-partner-card:hover,
.kim-home-odm-card:hover {
  transform: translateY(-3px);
}

.kim-home-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,calc(var(--kim-card-overlay-opacity,0.92) - 0.12)) 26%, rgba(255,255,255,0.32) 50%, rgba(255,255,255,0.08) 68%, rgba(255,255,255,0) 84%), var(--kim-card-bg, none);
  background-position: left top, var(--kim-card-focus, center center);
  background-size: cover, cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.kim-home-category-card__title {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: calc(100% - 24px);
  padding: 14px 18px;
  border-radius: 22px;
  font-size: clamp(34px, 3vw, 58px);
  line-height: 1.05;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.02em;
  background: rgba(255,255,255,0.68);
  border: 1px solid rgba(255,255,255,0.42);
  box-shadow: 0 12px 28px rgba(11, 56, 89, 0.08);
  backdrop-filter: blur(10px) saturate(140%);
  -webkit-backdrop-filter: blur(10px) saturate(140%);
}

.kim-home-products__grid,
.kim-home-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.kim-home-new-arrival {
  position: relative;
  isolation: isolate;
}

.kim-home-new-arrival.has-bg {
  border-radius: 0;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      var(--kim-new-arrival-overlay-start, rgba(60,188,255,.84)) 0%,
      var(--kim-new-arrival-overlay-end, rgba(33,167,237,.72)) 100%
    ),
    var(--kim-new-arrival-bg, none);
  background-size: cover;
  background-position: var(--kim-new-arrival-bg-position, center center);
  background-repeat: no-repeat;
}

.kim-home-new-arrival.has-bg .kim-home__container {
  padding: 58px 42px 54px;
}

.kim-home-new-arrival.has-bg .kim-home-section__title,
.kim-home-new-arrival.has-bg .kim-home-section__desc,
.kim-home-new-arrival.has-bg .kim-home-product-card__title {
  color: #fff;
}

.kim-home-product-card,
.kim-home-article-card,
.kim-home-partner-card,
.kim-home-odm-card {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.kim-home-product-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none !important;
  color: inherit;
}

.kim-home-product-card__media {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(180deg, #eef8fc, #dff1fb);
  box-shadow: 0 20px 48px rgba(15, 53, 83, 0.10);
}

.kim-home-product-card:hover .kim-home-product-card__media img,
.kim-home-article-card:hover .kim-home-article-card__media img,
.kim-home-odm-card:hover .kim-home-odm-card__media img {
  transform: scale(1.04);
}

.kim-home-product-card__title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.32;
  color: #111827;
}

.kim-home-new-arrival .kim-home-product-card {
  gap: 12px;
}

.kim-home-new-arrival .kim-home-product-card__title {
  text-align: center;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.35;
}

.kim-home-new-arrival.has-bg .kim-home-btn--outline {
  background: #fff;
  color: #111827 !important;
  border-color: rgba(255,255,255,0.75);
}

.kim-home-empty-state {
  border-radius: 24px;
  padding: 22px 24px;
  text-align: center;
  background: #f6fafc;
  color: rgba(18, 49, 79, 0.72);
}

.kim-home-testimonials {
  background: #f6f6f6;
  --kim-home-testi-nav-offset: 14px;
  --kim-home-testi-nav-gutter: 72px;
}

.kim-home-testimonials .kim-home-section__title,
.kim-home-testimonials .kim-home-section__desc {
  text-align: left;
}

.kim-home-slider-nav {
  display: inline-flex;
  gap: 12px;
  flex-shrink: 0;
}

.kim-home-slider-nav--overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.kim-home-slider-nav__btn {
  position: absolute;
  top: 50%;
  pointer-events: auto;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 0;
  background: #169fdf;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(22, 159, 223, 0.22);
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}

.kim-home-slider-nav__btn[data-kim-slide-prev] {
  left: var(--kim-home-testi-nav-offset);
}

.kim-home-slider-nav__btn[data-kim-slide-next] {
  right: var(--kim-home-testi-nav-offset);
}

.kim-home-slider-nav__btn:hover {
  transform: translateY(calc(-50% - 2px));
  box-shadow: 0 20px 36px rgba(22, 159, 223, 0.28);
}

.kim-home-slider-nav__btn.is-disabled {
  opacity: .4;
  pointer-events: none;
}

.kim-home-slider-nav__btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.kim-home-testimonials__viewport {
  padding-inline: var(--kim-home-testi-nav-gutter);
  scroll-padding-inline: var(--kim-home-testi-nav-gutter);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.kim-home-testimonials__viewport::-webkit-scrollbar {
  display: none;
}

.kim-home-testimonials__viewport.is-dragging {
  scroll-snap-type: none;
}

@media (pointer: fine) {
  .kim-home-testimonials__viewport {
    cursor: grab;
  }

  .kim-home-testimonials__viewport.is-dragging {
    cursor: grabbing;
  }
}

.kim-home-testimonials__track {
  display: flex;
  gap: 28px;
}

.kim-home-testimonials__slider {
  position: relative;
}

.kim-home-testimonial-card {
  min-width: min(360px, calc(100vw - 64px));
  flex: 0 0 calc((100% - 56px) / 3);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 34px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(17,24,39,.08);
  min-height: 520px;
}

.kim-home-testimonial-card__avatar {
  width: 66px;
  height: 66px;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(180deg, #eef8fc, #dff1fb);
}

.kim-home-testimonial-card__quote {
  margin: 28px 0 0;
  flex: 1 1 auto;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.kim-home-testimonial-card__quote p {
  margin: 0;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.68;
  color: rgba(17, 24, 39, 0.86);
}

.kim-home-testimonial-card__meta {
  margin-top: 26px;
}

.kim-home-testimonial-card__name {
  display: block;
  font-size: clamp(20px, 1.6vw, 28px);
  line-height: 1.2;
  color: #111827;
  font-weight: 800;
}

.kim-home-testimonial-card__role {
  display: block;
  margin-top: 4px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.45;
  color: rgba(17, 24, 39, 0.72);
}

.kim-home-cta-odm {
  padding-top: 28px;
  background: #169fdf;
}

.kim-home-odm {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 40px;
  align-items: center;
  background: transparent;
  border-radius: 0;
  padding: 0;
  min-width: 0;
}

.kim-home-odm__content .kim-home-section__title,
.kim-home-odm__desc {
  color: #fff;
}

.kim-home-odm__desc {
  margin-top: 18px;
  font-size: clamp(20px, 1.65vw, 26px);
  line-height: 1.72;
}

.kim-home-odm__actions {
  margin-top: 30px;
}

.kim-home-odm__content .kim-home-btn--primary {
  background: #fff;
  color: #111827 !important;
  min-height: 72px;
  padding: 16px 44px;
  font-size: clamp(22px, 1.8vw, 30px);
}

.kim-home-odm__visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  min-width: 0;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
}

.kim-home-odm__visual.is-empty {
  min-height: 180px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.18));
}

.kim-home-odm-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
  border-radius: 30px;
  background: #fff;
  min-height: 300px;
  aspect-ratio: 10 / 13;
  box-shadow: 0 26px 54px rgba(15, 53, 83, 0.14);
}

.kim-home-odm-card--1 {
  grid-row: auto;
}

.kim-home-odm-card__media,
.kim-home-article-card__media {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #eef8fc, #dff1fb);
}

.kim-home-odm-card__media {
  height: 100%;
  overflow: hidden;
}

.kim-home-odm-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 26, 47, 0.04) 0%, rgba(8, 26, 47, 0.14) 100%);
  opacity: 0;
  transition: opacity .24s ease;
  pointer-events: none;
}

.kim-home-odm-card__hover {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 106px;
  z-index: 2;
  pointer-events: none;
}

.kim-home-odm-card__hover-label {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 16px;
  background: rgba(8, 26, 47, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 30px rgba(8, 26, 47, 0.16);
  backdrop-filter: blur(10px) saturate(135%);
  -webkit-backdrop-filter: blur(10px) saturate(135%);
  color: #fff;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 800;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .24s ease, transform .24s ease, background-color .24s ease;
}

.kim-home-odm-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.98);
}

.kim-home-odm-card:hover .kim-home-odm-card__media::after,
.kim-home-odm-card:focus-within .kim-home-odm-card__media::after {
  opacity: 1;
}

.kim-home-odm-card:hover .kim-home-odm-card__hover-label,
.kim-home-odm-card:focus-within .kim-home-odm-card__hover-label {
  opacity: 1;
  transform: translateY(0);
}

.kim-home-odm-card__logo {
  flex: 0 0 auto;
  max-width: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kim-home-odm-card__logo img {
  display: block;
  max-width: 100%;
  max-height: 34px;
  width: auto;
  height: auto;
}

.kim-home-odm-card__caption {
  min-width: 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
  color: #111827;
}

.kim-home-article-card {
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(18, 49, 79, 0.08);
  box-shadow: 0 22px 52px rgba(15, 53, 83, 0.09);
}

.kim-home-article-card__media {
  aspect-ratio: 16 / 11;
  overflow: hidden;
}

.kim-home-article-card__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 22px 24px;
}

.kim-home-article-card__title {
  margin: 0;
  font-size: clamp(22px, 1.55vw, 34px);
  line-height: 1.18;
}

.kim-home-article-card__title a {
  color: #111827 !important;
  text-decoration: none !important;
}

.kim-home-article-card__excerpt {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(17, 24, 39, 0.48);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kim-home-faq {
  background: #fff;
}

.kim-home-faq__list {
  display: grid;
  gap: 0;
}

.kim-home-faq-item {
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  border-bottom: 1px solid rgba(17,24,39,.18);
}

.kim-home-faq-item:first-child {
  border-top: 1px solid rgba(17,24,39,.18);
}

.kim-home-faq-item__button {
  appearance: none;
  width: 100%;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  text-align: left;
  padding: 26px 6px;
  cursor: pointer;
  color: #111827;
}

.kim-home-faq-item__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: rgba(17, 24, 39, .34);
  font-size: clamp(44px, 3.4vw, 58px);
  font-weight: 800;
  line-height: 1;
  flex: 0 0 auto;
}

.kim-home-faq-item__question {
  font-size: clamp(24px, 1.9vw, 42px);
  line-height: 1.18;
  font-weight: 800;
}

.kim-home-faq-item__icon {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(17,24,39,.18);
  border-radius: 999px;
}

.kim-home-faq-item__icon::before,
.kim-home-faq-item__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #111827;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform .22s ease, opacity .22s ease;
}

.kim-home-faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.kim-home-faq-item.is-open .kim-home-faq-item__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.6);
}

.kim-home-faq-item__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .26s ease;
}

.kim-home-faq-item.is-open .kim-home-faq-item__panel {
  grid-template-rows: 1fr;
}

.kim-home-faq-item__panel-inner {
  overflow: hidden;
}

.kim-home-faq-item__answer {
  padding: 0 72px 28px 104px;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.8;
  color: rgba(17, 24, 39, 0.72);
}

.kim-home-partners {
  background: #edf6fb;
}

.kim-home-partners__grid {
  display: grid;
  grid-template-columns: repeat(var(--kim-home-partners-desktop, 3), minmax(0, 1fr));
  gap: 18px;
  max-width: 700px;
  margin: 0 auto;
}

.kim-home-partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 24px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(18, 49, 79, 0.08);
  box-shadow: 0 10px 24px rgba(15, 53, 83, 0.08);
  text-decoration: none !important;
}

.kim-home-partner-card:hover {
  border-color: rgba(22, 159, 223, 0.24);
  box-shadow: 0 24px 56px rgba(15, 53, 83, 0.12);
}

.kim-home-partner-card__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
}

.kim-home-partner-card__logo img {
  display: block;
  max-width: 84%;
  max-height: 126px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.kim-home-partner-card__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
  text-align: center;
}

@media (max-width: 1180px) {
  .kim-home__container {
    width: min(1080px, calc(100% - 40px));
  }

  .kim-home-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
    padding: 42px 42px;
  }

  .kim-home-widget__cards {
    gap: 12px;
  }

  .kim-home-category-card {
    min-height: 240px;
  }

  .kim-home-category-card__title {
    max-width: 56%;
  }

  .kim-home-testimonial-card {
    min-height: 470px;
  }

  .kim-home-odm {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .kim-home__container {
    width: calc(100% - 32px);
  }

  .kim-home-section {
    padding: 72px 0;
  }

  .kim-home-section__head--slider,
  .kim-home-section__head--split {
    align-items: stretch;
    flex-direction: column;
  }

  .kim-home-slider-nav {
    justify-content: center;
  }

  .kim-home-hero {
    padding: 18px 0 10px;
    --kim-home-hero-video-position: center center;
    --kim-home-hero-video-scale: 1.02;
    --kim-home-hero-youtube-scale: 1.18;
  }

  .kim-home-hero__shell {
    min-height: 0;
  }

  .kim-home-hero__shell::before {
    background-image:
      linear-gradient(180deg, rgba(22,159,223,0.82) 0%, rgba(22,159,223,0.64) 26%, rgba(22,159,223,0.22) 62%, rgba(255,255,255,0.1) 100%),
      var(--kim-home-hero-bg-mobile, var(--kim-home-hero-bg, none));
  }

  .kim-home-hero__grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .kim-home-hero__content {
    text-align: center;
  }

  .kim-home-hero__desc {
    margin-left: auto;
    margin-right: auto;
  }

  .kim-home-widget__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kim-home-categories__grid,
  .kim-home-products__grid,
  .kim-home-articles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kim-home-testimonial-card {
    flex-basis: calc((100% - 28px) / 2);
  }

  .kim-home-odm__visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .kim-home-partners__grid {
    grid-template-columns: repeat(var(--kim-home-partners-tablet, 2), minmax(0, 1fr));
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .kim-home__container {
    width: calc(100% - 24px);
  }

  .kim-home-section {
    padding: 58px 0;
  }

  .kim-home-section__head {
    margin-bottom: 28px;
  }

  .kim-home-section__desc {
    font-size: 16px;
    line-height: 1.65;
  }

  .kim-home-btn {
    min-height: 48px;
    padding: 12px 20px;
    font-size: 16px;
  }

  .kim-home-hero .kim-home-btn--primary,
  .kim-home-odm__content .kim-home-btn--primary {
    min-height: 56px;
    padding: 14px 26px;
    font-size: 18px;
  }

  .kim-home-hero__shell {
    border-radius: 28px;
  }

  .kim-home-hero__grid {
    padding: 26px 18px 20px;
  }

  .kim-home-widget {
    border-radius: 26px;
    padding: 18px;
  }

  .kim-home-widget__tabs {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 6px;
  }

  .kim-home-widget__tab {
    min-height: 44px;
    font-size: 14px;
  }

  .kim-home-widget__cards {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .kim-home-widget__cards::-webkit-scrollbar {
    display: none;
  }

  .kim-home-widget-card {
    flex: 0 0 132px;
    min-width: 132px;
    padding: 8px;
    border-radius: 16px;
    gap: 8px;
    scroll-snap-align: start;
  }

  .kim-home-widget-card__thumb {
    border-radius: 12px;
  }

  .kim-home-widget-card__title {
    font-size: 12px;
    min-height: 30px;
  }

  .kim-home-widget-card__meta {
    font-size: 11px;
  }

  .kim-home-widget__footer-link {
    font-size: 18px;
  }

  .kim-home-products__grid,
  .kim-home-articles__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .kim-home-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .kim-home-odm__visual {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }

  .kim-home-odm__visual::-webkit-scrollbar {
    display: none;
  }

  .kim-home-new-arrival.has-bg .kim-home__container {
    padding: 38px 14px 34px;
  }

  .kim-home-category-card {
    min-height: 152px;
    padding: 16px 14px;
    border-radius: 20px;
    align-items: flex-end;
    justify-content: flex-start;
    animation: kim-home-category-mobile-in .54s ease both;
  }

  .kim-home-category-card:nth-child(2) {
    animation-delay: .06s;
  }

  .kim-home-category-card:nth-child(3) {
    animation-delay: .12s;
  }

  .kim-home-category-card:nth-child(4) {
    animation-delay: .18s;
  }

  .kim-home-category-card::before {
    background-image: linear-gradient(0deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.8) 24%, rgba(255,255,255,0.24) 56%, rgba(255,255,255,0.04) 78%, rgba(255,255,255,0) 100%), var(--kim-card-bg-mobile, var(--kim-card-bg, none));
    background-position: center bottom, var(--kim-card-focus-mobile, var(--kim-card-focus, center center));
    transition: transform .34s ease, opacity .34s ease;
  }

  .kim-home-category-card__title {
    max-width: min(calc(100% - 16px), 13ch);
    padding: 10px 12px;
    border-radius: 16px;
    font-size: clamp(17px, 4.8vw, 20px);
    line-height: 1.12;
    background: rgba(255,255,255,0.72);
    margin: 0;
    align-self: flex-end;
    overflow-wrap: anywhere;
  }

  .kim-home-category-card:active {
    transform: scale(0.985);
  }

  .kim-home-category-card:active::before {
    transform: scale(1.03);
    opacity: 0.98;
  }

  .kim-home-product-card__media,
  .kim-home-article-card,
  .kim-home-partner-card,
  .kim-home-odm-card {
    border-radius: 24px;
  }

  .kim-home-product-card__title {
    font-size: 20px;
  }

  .kim-home-new-arrival .kim-home-product-card__title {
    font-size: 18px;
  }

  .kim-home-testimonial-card {
    min-width: calc(100vw - 28px);
    flex-basis: calc(100vw - 28px);
    min-height: 0;
    border-radius: 26px;
    padding: 22px;
  }

  .kim-home-slider-nav__btn {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }

  .kim-home-testimonials {
    --kim-home-testi-nav-offset: 8px;
    --kim-home-testi-nav-gutter: 52px;
  }


  .kim-home-odm-card {
    flex: 0 0 min(78vw, 268px);
    min-width: min(78vw, 268px);
    scroll-snap-align: start;
    min-height: 300px;
  }

  .kim-home-odm-card__hover {
    left: 12px;
    right: 12px;
    top: 12px;
    bottom: auto;
  }

  .kim-home-odm-card__hover-label {
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.28;
    opacity: 1;
    transform: none;
    background: rgba(8, 26, 47, 0.62);
  }

  .kim-home-odm-card__overlay {
    min-height: 76px;
    padding: 12px 14px;
  }

  .kim-home-article-card__body {
    padding: 18px 18px 20px;
  }

  .kim-home-faq-item__button {
    gap: 14px;
    padding: 18px 0;
  }

  .kim-home-faq-item__number {
    font-size: 32px;
  }

  .kim-home-faq-item__question {
    font-size: 18px;
    line-height: 1.35;
  }

  .kim-home-faq-item__icon {
    width: 34px;
    height: 34px;
  }

  .kim-home-faq-item__answer {
    padding: 0 0 18px 0;
    font-size: 14px;
  }

  .kim-home-partners__grid {
    grid-template-columns: repeat(var(--kim-home-partners-mobile, 2), minmax(0, 1fr));
    gap: 14px;
    max-width: 100%;
  }

  .kim-home-partner-card {
    padding: 18px;
  }

  .kim-home-partner-card__logo img {
    max-width: 82%;
    max-height: 92px;
  }
}

@media (max-width: 520px) {
  .kim-home__container {
    width: calc(100% - 20px);
  }

  .kim-home-hero__title {
    font-size: 34px;
  }

  .kim-home-hero__desc {
    font-size: 16px;
  }

  .kim-home-hero__grid {
    padding: 22px 14px 18px;
  }

  .kim-home-widget {
    padding: 16px;
  }

  .kim-home-widget__cards {
    gap: 8px;
  }

  .kim-home-widget-card {
    flex-basis: 122px;
    min-width: 122px;
  }

  .kim-home-widget-card__title {
    font-size: 11px;
    line-height: 1.25;
  }

  .kim-home-widget-card__meta {
    font-size: 10px;
  }

  .kim-home-category-card {
    min-height: 150px;
  }

  .kim-home-category-card__title {
    font-size: 22px;
  }

  .kim-home-new-arrival.has-bg {
    border-radius: 0;
    background-image:
      linear-gradient(
        180deg,
        var(--kim-new-arrival-overlay-start, rgba(60,188,255,.84)) 0%,
        var(--kim-new-arrival-overlay-end, rgba(33,167,237,.72)) 100%
      ),
      var(--kim-new-arrival-bg-mobile, var(--kim-new-arrival-bg, none));
    background-position: var(--kim-new-arrival-bg-position-mobile, var(--kim-new-arrival-bg-position, center center));
  }

  .kim-home-partners__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.kim-home-widget__tab {
  border: 0;
  cursor: pointer;
  appearance: none;
}

.kim-home-widget__panel[hidden] {
  display: none !important;
}

.kim-home-search {
  margin-top: 20px;
}

.kim-home-search__field-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 0 18px 0 54px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.12);
  box-shadow: 0 10px 24px rgba(15, 53, 83, 0.06);
}

.kim-home-search__icon {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 22px;
  height: 22px;
  color: rgba(17, 24, 39, 0.38);
  transform: translateY(-50%);
}

.kim-home-search__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.kim-home-search__input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 16px;
  line-height: 1.5;
  color: #111827;
  padding: 16px 0;
}

.kim-home-search__input::placeholder {
  color: rgba(17, 24, 39, 0.34);
}

.kim-home-search__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.kim-home-search__chip {
  border: 1px solid rgba(22, 159, 223, 0.18);
  background: rgba(22, 159, 223, 0.06);
  color: #0f172a;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.kim-home-search__chip:hover {
  background: #dff2fe;
  border-color: rgba(22, 159, 223, 0.34);
  color: #169fdf;
  transform: translateY(-1px);
}

.kim-home-search__status {
  min-height: 20px;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(17, 24, 39, 0.48);
}

.kim-home-search__results {
  margin-top: 10px;
}

.kim-home-search__list {
  display: grid;
  gap: 12px;
}

.kim-home-search-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 53, 83, 0.06);
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.kim-home-search-item:hover {
  transform: translateY(-2px);
  border-color: rgba(22, 159, 223, 0.32);
  box-shadow: 0 16px 30px rgba(15, 53, 83, 0.10);
}

.kim-home-search-item__thumb {
  display: block;
  width: 72px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, #eef8fc, #dff1fb);
}

.kim-home-search-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kim-home-search-item__thumb.is-empty {
  position: relative;
}

.kim-home-search-item__thumb.is-empty::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 159, 223, 0.08), rgba(18, 49, 79, 0.14));
}

.kim-home-search-item__body {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.kim-home-search-item__cat {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #169fdf;
}

.kim-home-search-item__title {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  color: #111827;
}

.kim-home-search-item__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1.3;
  color: rgba(17, 24, 39, 0.48);
}

.kim-home-search__empty {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.04);
  border: 1px dashed rgba(17, 24, 39, 0.14);
  font-size: 14px;
  line-height: 1.5;
  color: rgba(17, 24, 39, 0.58);
}

.kim-home-widget__footer--search {
  margin-top: 18px;
}

@media (max-width: 980px) {
  .kim-home__container {
    width: calc(100% - 32px);
  }

  .kim-home-search__field-wrap {
    min-height: 58px;
    padding-left: 50px;
  }

  .kim-home-search-item {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .kim-home-search-item__thumb {
    width: 64px;
    border-radius: 14px;
  }
}

@media (max-width: 767px) {
  .kim-home-search__chips {
    gap: 8px;
  }

  .kim-home-search__chip {
    padding: 9px 12px;
    font-size: 12px;
  }

  .kim-home-search__field-wrap {
    min-height: 54px;
    border-radius: 18px;
    padding-left: 46px;
  }

  .kim-home-search__icon {
    left: 14px;
    width: 20px;
    height: 20px;
  }

  .kim-home-search__input {
    font-size: 15px;
  }

  .kim-home-search-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
    border-radius: 16px;
  }

  .kim-home-search-item__thumb {
    width: 56px;
    border-radius: 12px;
  }

  .kim-home-search-item__title {
    font-size: 14px;
  }
}


/* Layout alignment refinement */
.kim-home-hero__content,
.kim-home-widget,
.kim-home-category-card,
.kim-home-article-card,
.kim-home-partner-card,
.kim-home-odm-card,
.kim-home-product-card__media,
.kim-home-testimonial-card {
  max-width: 100%;
}

.kim-home-widget,
.kim-home-hero__shell,
.kim-home-category-card,
.kim-home-article-card,
.kim-home-partner-card,
.kim-home-odm-card,
.kim-home-product-card__media,
.kim-home-testimonial-card {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .kim-home-hero__content {
    text-align: left;
  }

  .kim-home-hero__desc {
    margin-left: 0;
    margin-right: 0;
  }

  .kim-home-hero__actions {
    display: flex;
    justify-content: flex-start;
  }
}

/* =========================================================
   Homepage UI/UX Stabilization Pass (Phase 2)
   - tighter visual rhythm
   - calmer typography scale
   - consistent card sizing and spacing
   - better mobile comfort + accessibility
   ========================================================= */
.kim-home {
  --khp-container-max: var(--kimplast-layout-max, 1260px);
  --khp-section-y: 76px;
  --khp-radius-lg: 28px;
  --khp-radius-md: 22px;
  --khp-shadow-soft: 0 16px 40px rgba(15, 53, 83, 0.1);
}

.kim-home__container {
  width: min(var(--khp-container-max), calc(100% - 40px));
}

.kim-home-section {
  padding: var(--khp-section-y) 0;
}

.kim-home-section__head {
  margin-bottom: 28px;
}

.kim-home-section__title {
  font-size: clamp(28px, 3.1vw, 48px);
  line-height: 1.12;
  font-weight: 800;
}

.kim-home-section__desc {
  margin-top: 12px;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.65;
}

.kim-home-hero__shell {
  border-radius: 34px;
  min-height: 620px;
}

.kim-home-hero__grid {
  min-height: 620px;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 400px);
  gap: 22px;
  padding: 42px;
}

.kim-home-hero__title {
  max-width: 620px;
  font-size: clamp(34px, 3.9vw, 54px);
  line-height: 1.08;
  font-weight: 800;
}

.kim-home-hero__desc {
  max-width: 600px;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 520;
  line-height: 1.58;
}

.kim-home-widget {
  border-radius: var(--khp-radius-lg);
  padding: 18px;
}

.kim-home-widget__tabs {
  padding: 6px;
  gap: 8px;
}

.kim-home-widget__tab {
  min-height: 48px;
  font-size: clamp(15px, 1.02vw, 18px);
}

.kim-home-widget__title {
  font-size: clamp(20px, 1.45vw, 30px);
}

.kim-home-widget__desc {
  font-size: clamp(14px, 1vw, 16px);
}

.kim-home-widget__cards {
  gap: 10px;
}

.kim-home-widget-card {
  border-radius: var(--khp-radius-md);
  padding: 10px;
}

.kim-home-widget-card__title {
  min-height: 0;
  font-size: 12px;
  line-height: 1.26;
}

.kim-home-widget__footer-link {
  font-size: clamp(20px, 1.8vw, 30px);
}

.kim-home-category-card {
  min-height: 280px;
  padding: 26px 30px;
  border-radius: var(--khp-radius-lg);
  box-shadow: var(--khp-shadow-soft);
}

  .kim-home-category-card__title {
    max-width: calc(100% - 24px);
    font-size: clamp(28px, 2.4vw, 44px);
    line-height: 1.08;
  }

.kim-home-products__grid,
.kim-home-articles__grid {
  gap: 20px;
}

.kim-home-product-card__media,
.kim-home-article-card,
.kim-home-partner-card,
.kim-home-odm-card,
.kim-home-testimonial-card {
  border-radius: var(--khp-radius-lg);
}

.kim-home-product-card__title {
  font-size: clamp(18px, 1.55vw, 23px);
}

.kim-home-article-card__title {
  font-size: clamp(19px, 1.45vw, 28px);
}

.kim-home-article-card__excerpt {
  font-size: 15px;
  line-height: 1.62;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.kim-home-testimonial-card {
  min-height: 0;
  padding: 24px;
}

.kim-home-odm-card {
  min-height: 300px;
}

.kim-home-faq-item__question {
  font-size: clamp(20px, 1.8vw, 34px);
}

.kim-home-partner-card {
  min-height: 132px;
}

.kim-home-btn:focus-visible,
.kim-home-widget__tab:focus-visible,
.kim-home-faq-item__button:focus-visible,
.kim-home-search__chip:focus-visible,
.kim-home-slider-nav__btn:focus-visible,
.kim-home a:focus-visible {
  outline: 3px solid rgba(22, 159, 223, 0.4);
  outline-offset: 2px;
}

@media (max-width: 980px) {
  .kim-home {
    --khp-section-y: 66px;
  }

  .kim-home__container {
    width: calc(100% - 28px);
  }

  .kim-home-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 410px);
    padding: 30px 26px;
    gap: 24px;
  }

  .kim-home-category-card__title {
    max-width: 66%;
  }
}

@media (max-width: 767px) {
  .kim-home {
    --khp-section-y: 52px;
  }

  .kim-home__container {
    width: calc(100% - 20px);
  }

  .kim-home-section__head {
    margin-bottom: 22px;
  }

  .kim-home-section__title {
    font-size: clamp(24px, 7vw, 33px);
  }

  .kim-home-hero__shell {
    border-radius: 24px;
  }

  .kim-home-hero__grid {
    grid-template-columns: 1fr;
    padding: 22px 14px 18px;
  }

  .kim-home-hero__desc {
    font-size: 16px;
    line-height: 1.58;
  }

  .kim-home-widget {
    border-radius: 22px;
    padding: 16px;
  }

  .kim-home-category-card {
    min-height: 166px;
    padding: 18px;
    border-radius: 22px;
  }

  .kim-home-category-card__title {
    max-width: min(calc(100% - 12px), 16ch);
    padding: 10px 14px;
    font-size: clamp(17px, 4.8vw, 20px);
    line-height: 1.12;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .kim-home-partner-card {
    min-height: 108px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kim-home *,
  .kim-home *::before,
  .kim-home *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
    margin-bottom: 10px;
  }
}

@keyframes kim-home-category-mobile-in {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Hero + widget UX refinements */
.kim-home-hero__shell::before {
  background-position: left top, var(--kim-home-hero-bg-position, center center);
  background-size: cover, var(--kim-home-hero-bg-size, cover);
}

@media (max-width: 980px) {
  .kim-home-hero__shell::before {
    background-position: left top, var(--kim-home-hero-bg-position-mobile, var(--kim-home-hero-bg-position, center center));
    background-size: cover, var(--kim-home-hero-bg-size-mobile, var(--kim-home-hero-bg-size, cover));
  }

  .kim-home-hero__media-poster {
    background-image: var(--kim-home-hero-bg-mobile, var(--kim-home-hero-bg, none));
    background-position: var(--kim-home-hero-bg-position-mobile, var(--kim-home-hero-bg-position, center center));
    background-size: var(--kim-home-hero-bg-size-mobile, var(--kim-home-hero-bg-size, cover));
  }

  .kim-home-hero__youtube iframe {
    transform: translate(-50%, -50%) scale(1.42);
  }
}

.kim-home-hero .kim-home-btn--primary:hover,
.kim-home-odm__content .kim-home-btn--primary:hover {
  background: #0c78cf;
  color: #fff !important;
  box-shadow: 0 20px 44px rgba(12, 120, 207, 0.34);
}

.kim-home-widget__footer-link {
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.28;
  font-weight: 800;
}

/* Homepage hero elevate */
.kim-home-hero__shell {
  isolation: isolate;
}

.kim-home-hero__shell::before {
  transform: translate3d(0, var(--kim-home-hero-shift, 0px), 0) scale(1.03);
  transform-origin: center top;
  transition: transform 0.7s ease;
  z-index: 1;
  background-image:
    linear-gradient(118deg, rgba(6, 97, 174, 0.92) 0%, rgba(22, 159, 223, 0.76) 26%, rgba(20, 125, 201, 0.34) 52%, rgba(255,255,255,0.08) 74%, rgba(255,255,255,0) 100%),
    var(--kim-home-hero-bg, none);
}

.kim-home-hero__shell::after {
  z-index: 2;
  background:
    radial-gradient(circle at 14% 22%, rgba(255,255,255,0.18), transparent 22%),
    radial-gradient(circle at 78% 18%, rgba(125, 213, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.05) 100%);
}

.kim-home-hero.has-rich-media .kim-home-hero__shell::before {
  transform: none;
  transition: none;
  background-image:
    linear-gradient(118deg, rgba(6, 97, 174, 0.92) 0%, rgba(22, 159, 223, 0.76) 26%, rgba(20, 125, 201, 0.34) 52%, rgba(255,255,255,0.08) 74%, rgba(255,255,255,0) 100%);
}

.kim-home-hero.has-rich-media .kim-home-hero__media-poster {
  transform: none;
  transition: none;
}

.kim-home-hero.is-video-ready .kim-home-hero__media-poster {
  opacity: 0;
  visibility: hidden;
}

.kim-home-hero.is-video-failed .kim-home-hero__video {
  opacity: 0;
}

.kim-home-hero__media,
.kim-home-hero__media-poster,
.kim-home-hero__video,
.kim-home-hero__youtube {
  position: absolute;
  inset: 0;
}

.kim-home-hero__media {
  z-index: 0;
  overflow: hidden;
  border-radius: inherit;
  background: #0b3a66;
}

.kim-home-hero__media-poster {
  background-image: var(--kim-home-hero-bg, none);
  background-position: var(--kim-home-hero-video-position, var(--kim-home-hero-bg-position, center center));
  background-size: var(--kim-home-hero-bg-size, cover);
  background-repeat: no-repeat;
  transform: translate3d(0, var(--kim-home-hero-shift, 0px), 0) scale(1.03);
  transform-origin: center top;
  transition: opacity .26s ease, visibility .26s ease;
}

.kim-home-hero__video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--kim-home-hero-video-position, center center);
  background: transparent;
  transform: scale(var(--kim-home-hero-video-scale, 1));
  transform-origin: center center;
  transition: opacity .26s ease;
}

.kim-home-hero__youtube {
  z-index: 1;
  pointer-events: none;
}

.kim-home-hero__youtube iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  border: 0;
  transform: translate(-50%, -50%) scale(var(--kim-home-hero-youtube-scale, 1.28));
}

.kim-home-hero__grid {
  z-index: 3;
  gap: 46px;
  padding: 54px 58px;
}

.kim-home-hero__content {
  position: relative;
  z-index: 1;
  max-width: 780px;
  transform: translate3d(0, var(--kim-home-hero-content-shift, 0px), 0);
  transition: transform 0.7s ease;
}

.kim-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0 0 18px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 28px rgba(5, 48, 92, 0.16);
  backdrop-filter: blur(10px);
  color: rgba(255, 255, 255, 0.96);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kim-home-hero__title {
  max-width: 700px;
  text-wrap: balance;
  text-shadow: 0 8px 34px rgba(9, 38, 71, 0.2);
}

.kim-home-hero__desc {
  max-width: 680px;
  color: rgba(255,255,255,0.9);
}

.kim-home-hero__desc p {
  margin-top: 0;
}

.kim-home-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.kim-home-hero .kim-home-btn--primary {
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.kim-home-hero__widget {
  position: relative;
  z-index: 1;
  transform: translate3d(0, var(--kim-home-hero-widget-shift, 0px), 0);
  transition: transform 0.7s ease;
}

.kim-home-widget {
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(248,251,255,0.93) 100%);
  border: 1px solid rgba(255, 255, 255, 0.54);
  box-shadow: 0 34px 80px rgba(6, 42, 76, 0.18);
}

.kim-home-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 0%, rgba(22, 159, 223, 0.14), transparent 28%),
    linear-gradient(150deg, rgba(255,255,255,0.18), transparent 44%);
  pointer-events: none;
}

.kim-home-widget > * {
  position: relative;
  z-index: 1;
}

.kim-home-widget__badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(22, 159, 223, 0.08);
  color: #0f67c6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kim-home-widget__tabs {
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.04);
}

.kim-home-widget__tab {
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.kim-home-widget__tab.is-active {
  background: linear-gradient(135deg, #d9f0fe 0%, #eef8ff 100%);
  box-shadow: 0 10px 20px rgba(22, 159, 223, 0.12);
}

.kim-home-widget__header {
  margin-top: 20px;
  padding-bottom: 4px;
}

.kim-home-widget__title {
  color: rgba(17,24,39,0.78);
}

.kim-home-widget__desc {
  color: rgba(17, 24, 39, 0.5);
}

.kim-home-widget__cards {
  margin-top: 24px;
}

.kim-home-widget-card {
  border-radius: 22px;
  background: rgba(255,255,255,0.74);
  box-shadow: 0 10px 24px rgba(12, 67, 111, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.kim-home-widget-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(12, 67, 111, 0.12);
  background: rgba(255,255,255,0.92);
}

.kim-home-hero.is-motion-ready [data-kim-home-hero-eyebrow],
.kim-home-hero.is-motion-ready [data-kim-home-hero-title],
.kim-home-hero.is-motion-ready [data-kim-home-hero-desc],
.kim-home-hero.is-motion-ready [data-kim-home-hero-actions],
.kim-home-hero.is-motion-ready [data-kim-home-hero-widget] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity 0.78s ease, transform 0.78s ease;
}

.kim-home-hero.is-motion-ready [data-kim-home-hero-title] {
  transition-delay: 0.08s;
}

.kim-home-hero.is-motion-ready [data-kim-home-hero-desc] {
  transition-delay: 0.16s;
}

.kim-home-hero.is-motion-ready [data-kim-home-hero-actions] {
  transition-delay: 0.24s;
}

.kim-home-hero.is-motion-ready [data-kim-home-hero-widget] {
  transition-delay: 0.18s;
  transform: translate3d(0, 36px, 0);
}

.kim-home-hero.is-motion-ready.is-visible [data-kim-home-hero-eyebrow],
.kim-home-hero.is-motion-ready.is-visible [data-kim-home-hero-title],
.kim-home-hero.is-motion-ready.is-visible [data-kim-home-hero-desc],
.kim-home-hero.is-motion-ready.is-visible [data-kim-home-hero-actions],
.kim-home-hero.is-motion-ready.is-visible [data-kim-home-hero-widget] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 980px) {
  .kim-home-hero__grid {
    gap: 28px;
    padding: 36px 28px;
  }

  .kim-home-hero__eyebrow {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .kim-home-widget {
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .kim-home-hero__grid {
    padding: 24px 18px;
  }

  .kim-home-hero .kim-home-widget {
    border-radius: 26px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(244,249,255,0.72) 100%);
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: 0 18px 44px rgba(6, 42, 76, 0.20);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
  }

  .kim-home-hero .kim-home-widget::before {
    background:
      radial-gradient(circle at 14% 0%, rgba(255,255,255,0.32), transparent 28%),
      radial-gradient(circle at 86% 18%, rgba(22, 159, 223, 0.18), transparent 24%),
      linear-gradient(150deg, rgba(255,255,255,0.14), transparent 44%);
  }

  .kim-home-hero .kim-home-widget__tabs {
    background: rgba(255,255,255,0.18);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22);
  }

  .kim-home-hero .kim-home-widget-card {
    background: rgba(255,255,255,0.66);
    border-color: rgba(255,255,255,0.42);
    box-shadow: 0 10px 24px rgba(10, 53, 92, 0.10);
  }

  .kim-home-hero__eyebrow {
    min-height: 36px;
    padding: 0 14px;
    margin-bottom: 12px;
  }

  .kim-home-widget__badge {
    margin-bottom: 12px;
    padding: 7px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kim-home-hero__shell::before,
  .kim-home-hero__content,
  .kim-home-hero__widget,
  .kim-home-hero__media-poster,
  .kim-home-hero.is-motion-ready [data-kim-home-hero-eyebrow],
  .kim-home-hero.is-motion-ready [data-kim-home-hero-title],
  .kim-home-hero.is-motion-ready [data-kim-home-hero-desc],
  .kim-home-hero.is-motion-ready [data-kim-home-hero-actions],
  .kim-home-hero.is-motion-ready [data-kim-home-hero-widget] {
    transition: none;
    transform: none;
  }

  .kim-home-hero.is-motion-ready [data-kim-home-hero-eyebrow],
  .kim-home-hero.is-motion-ready [data-kim-home-hero-title],
  .kim-home-hero.is-motion-ready [data-kim-home-hero-desc],
  .kim-home-hero.is-motion-ready [data-kim-home-hero-actions],
  .kim-home-hero.is-motion-ready [data-kim-home-hero-widget] {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .kim-home-category-card__title {
    max-width: min(calc(100% - 10px), 15ch);
    font-size: 18px;
    line-height: 1.1;
  }

  .kim-home-hero__grid {
    padding: 20px 14px;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr);
  }
  .kim-home-hero__content, 
  .kim-home-hero__widget {
    min-width: 0;
    max-width: 100%;
  }
  .kim-home-hero__title {
    font-size: 28px;
    line-height: 1.15;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .kim-home-hero__desc {
    font-size: 15px;
  }
  .kim-home-widget {
    padding: 14px;
    border-radius: 20px;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .kim-home-widget__tabs {
    gap: 6px;
    padding: 4px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kim-home-widget__tab {
    min-height: 40px;
    font-size: 13px;
    min-width: 0;
    white-space: normal;
  }
  .kim-home-widget__title {
    font-size: 18px;
  }
  .kim-home-widget__desc {
    font-size: 13px;
    margin-top: 6px;
  }
  .kim-home-widget__cards {
    gap: 8px;
    scrollbar-width: none;
    padding-bottom: 2px;
  }
  .kim-home-widget__cards::-webkit-scrollbar {
    display: none;
  }
  .kim-home-widget-card {
    flex: 0 0 110px;
    min-width: 110px;
    padding: 8px;
    border-radius: 14px;
  }
  .kim-home-widget-card__title {
    font-size: 11px;
    min-height: 28px;
  }
  .kim-home-hero .kim-home-btn--primary {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .kim-home-category-card__title {
    max-width: min(calc(100% - 8px), 14ch);
    font-size: 16px;
    line-height: 1.1;
  }

  .kim-home-hero__grid {
    padding: 18px 12px;
  }
  .kim-home-hero__title {
    font-size: 24px;
  }
  .kim-home-hero__desc {
    font-size: 14px;
  }
  .kim-home-widget {
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
  }
  .kim-home-widget__tabs {
    gap: 4px;
  }
  .kim-home-widget__tab {
    min-height: 36px;
    font-size: 12px;
  }
  .kim-home-widget__title {
    font-size: 16px;
  }
  .kim-home-widget__desc {
    font-size: 12px;
  }
  .kim-home-widget-card {
    flex: 0 0 100px;
    min-width: 100px;
    padding: 6px;
  }
  .kim-home-widget-card__thumb {
    border-radius: 10px;
  }
  .kim-home-widget-card__title {
    font-size: 10px;
  }
  .kim-home-widget-card__meta {
    font-size: 9px;
  }
}