* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui,
    Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
    "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    sans-serif;
  color: white;
  overflow-x: hidden;
}


.bg {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: url(./images/kitz_web_bg.jpg) no-repeat 50% 50% / cover;}

.m-top {display: none;}

.main-txt {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; width: 100%; max-width: 780px; z-index: 2;}
.main-txt .slide-wrap {position: relative; width: 300px; height: 620px; border-radius: 30px; border: 2px solid #1b1b1b; overflow: hidden;}
/* .main-txt .slide-wrap:before {position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 620px; background: linear-gradient(0deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(18, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%); z-index: 2;} */

.main-txt .slide-wrap .slide-logo {position: absolute; left: 24px; top: 24px; width: 42px; z-index: 3;}

.main-txt .blur-slider, .main-txt .poster-slider {width: 300px; height: 616px; overflow: hidden;}

.main-txt .blur-slider {overflow: hidden; background: #121212;}
.main-txt .blur-slider .swiper-slide {display: flex; align-items: center; justify-content: center; width: 100%;}
.main-txt .blur-slider img {width: 97%; height: 50%; max-height: 300px; /* filter: blur(30px); -webkit-filter: blur(30px); */}

.main-txt .blur-slider .blur-overlay {
  position: absolute;
  inset: 0;
  width: 302px;
  height: 616px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(30px); -webkit-filter: blur(30px);
  backdrop-filter: blur(30px);
  pointer-events: none;
  background: transparent;
  z-index: 2;
}

.main-txt .poster-slider {position: absolute; left: 0; top: 0; margin-top: 1px; z-index: 2;}
.main-txt .poster-slider .swiper-slide {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 330px;
}
.main-txt .poster-slider .swiper-slide .img-wrap {display: flex; position: relative; width: 100%; height: 100%; border-radius: 10px; overflow: hidden; transform: scale(0.85); transition: opacity 0.8s ease, transform 0.8s ease;}
.main-txt .poster-slider .swiper-slide .img-wrap:before {position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: black; opacity: 0.6; transition: opacity 0.8s ease, transform 0.8s ease; z-index: 1;}
.main-txt .poster-slider .swiper-slide-active .img-wrap {transform: scale(1);}
.main-txt .poster-slider .swiper-slide-active .img-wrap:before {opacity: 0;}
.main-txt .poster-slider img {position: relative; width: 100%; border-radius: 10px;}

.main-txt .txt-wrap {padding-left: 80px;}
.main-txt .txt-wrap h4 {font-size: 18px; font-weight: normal;}
.main-txt .txt-wrap .logo {margin: 10px 0;}
.main-txt .txt-wrap .logo img {height: 90px;}
.main-txt .txt-wrap .top p {font-size: 18px;}


.store-buttons {
  display: flex;
  gap: 10px;
  padding: 20px 0 30px;
}

.store-btn {
  width: 140px;
  height: 44px;
  background-color: #212121;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s;
  overflow: hidden;
}

.store-btn img {
  width: auto;
  height: 22px;
}

.qr-section {
  display: flex;
  gap: 20px;
  align-items: center;
}

.qr-code {
  width: 80px;
  height: 80px;
  background-color: #212121; 
  border-radius: 10px;
  overflow: hidden;
  padding: 12px;
}

.qr-code img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qr-text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500; /* Medium */
  letter-spacing: -0.7px;
  width: auto;
}

.qr-text .bold-text {
  font-size: 20px;
  font-weight: 700; /* Bold */
  line-height: 36px;
  display: block;
  margin-top: 0; /* 텍스트 줄바꿈 자연스럽게 */
}

.social-links {
  margin-top: 65px;
  width: 272px; /* 피그마 기준 */
  display: flex;
  align-items: center;
  opacity: 0.5;
  margin-bottom: 15px;
}

.social-track {
  width: 100%; /* 부모 너비(272px)에 맞춤 */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-links a {
  height: 20px; /* 아이콘 높이에 맞춤 */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.social-links img {
  width: auto;
  height: 20px; /* 피그마 기준 높이 23px */
  object-fit: contain;
}

.social-divider {
  width: 1px;
  height: 15px; /* 피그마 기준 높이 15px */
  background-color: rgba(255, 255, 255, 1);
  flex-shrink: 0;
}

.footer {
  margin-top: 0;
  width: 100%;
  max-width: 391px;
}

.footer-info {
  font-size: 16px;
  letter-spacing: -0.4px;
}

.footer-links {
  display: flex;
  gap: 18px;
  margin: 13px 0;
  font-weight: 500;
  color: #b6b6b6;
  font-size: 13px;
  letter-spacing: -0.35px;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.footer-company, .footer-contact  {
  font-size: 12px;
  color: #777777;
  line-height: 18px;
  font-weight: 400; /* Regular */
  letter-spacing: -0.3px;
}

.copy {color: #b6b6b6; font-size: 12px;}





/* DeepLink Page */
.deeplink-page {
  display: none;
  padding: 40px 20px;
  text-align: center;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #1d1d1d;
  position: relative;
  z-index: 10;
}

.deeplink-page.active {
  display: flex;
}

.deeplink-logo {
  margin-bottom: 40px;
}

.deeplink-logo img {
  height: 60px;
  width: auto;
}

.deeplink-page h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

.deeplink-page p {
  font-size: 16px;
  color: #b6b6b6;
  margin-bottom: 10px;
}

.deeplink-page button {
  padding: 18px 60px;
  font-size: 18px;
  font-weight: 600;
  background-color: #ff350d;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 20px;
  transition: transform 0.2s, background-color 0.2s;
}

.deeplink-page button:hover {
  transform: scale(1.02);
  background-color: #ff350d;
}

.deeplink-store-buttons {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.deeplink-store-text {
  font-size: 14px;
  color: #777777;
  margin: 0;
}

.deeplink-store-links {
  display: flex;
  gap: 20px;
  align-items: center;
}

.deeplink-store-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 54px;
  background-color: #0d0d0d;
  border-radius: 12px;
  transition: transform 0.2s;
}

.deeplink-store-links a:hover {
  transform: scale(1.05);
}

.deeplink-store-links img {
  height: 24px;
  width: auto;
}



@media screen and (max-width: 900px) {
  .bg {background: url(./images/kitz_mobile_bg.jpg) no-repeat 50% 50% / cover;}

  .m-top {display: flex; flex-direction: column; align-items: center; margin-bottom: 22px;}
  .m-top h4 {font-size: 15px; font-weight: normal;}
  .m-top .logo img {height: 52px;}

  .main-txt {position: relative; left: 0; top: 0; padding: 40px 20px; flex-direction: column; transform: none; z-index: 1;}

  .main-txt .blur-slider img {filter: blur(30px); -webkit-filter: blur(30px);}

  .main-txt .txt-wrap {padding-left: 0;}

  .main-txt .txt-wrap .top, .main-txt .txt-wrap .qr-section {display: none;}

  .store-buttons {justify-content: center; flex-direction: column; align-items: center; padding: 22px 0 0;}
  .store-btn {width: 226px; height: 44px;}

  .social-links {margin: 25px auto;}

  .footer {text-align: center;}
  .footer-links {justify-content: center; margin: 22px 0;}

}