:root {
  /* 기본 색상 */
  --primary-color: #f8b49b; /* 연한 살구색 */
  --accent-color: #d97652; /* 강조색 (버튼, 아이콘) */
  --header-bg-color: #f2d8d9; /* 헤더/히어로 배경색 */
  --dark-bg: #263140; /* 다크 배경 (구독 섹션) */

  /* 텍스트 색상 */
  --text-color: #333; /* 기본 텍스트 */
  --text-light: #767676; /* 밝은 텍스트 */
  --text-lighter: #f2e9d8; /* 더 밝은 텍스트 */
}

html {
  font-size: 16px;
}

body,
p {
  margin: 0;
}

.header {
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  background-color: var(--header-bg-color);
  height: 885px;
  overflow: hidden;
}

.nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 50px;
}

/* 자두 로고 */
.zadu {
  width: 150px;
  height: 50px;
}

/* 모바일버전 메뉴(햄버거 버튼) */
.menu-btn {
  width: 32px;
  height: 23px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-menu {
  display: none;
}

.hero-text {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}

/* 첫 번째 문구 */
.header-title {
  font-family: "Noto Sans KR", sans-serif;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 2rem;
}
/* 두 번째 문구 */
.header-subtext {
  font-family: "Noto Sans KR", sans-serif;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  margin-top: 1.5rem;
}
/* 다운로드 버튼 */
.download_btn {
  margin-top: 24px;
  padding: 12px 28px;
  background-color: var(--accent-color);
  color: #ffffff;
  border: none;
  border-radius: 999px;
}

.box-cat {
  display: block;
  width: 280px;
  max-width: 100%;
  margin: 40px auto 0;
}

/* 섹션 1 */
.bedroom-cat {
  background-color: #ffffff;
  display: block;
  width: 400px;
  height: 230px;
  max-width: 100%;
  margin: 40px auto 0;
  border-radius: 18px;
  object-fit: cover;
  object-position: 30% 31%;
}

.intro-section {
  display: flex;
  flex-direction: column;
  padding: 2.5rem;
  gap: 2rem;
}

.intro-title {
  font-family: "Noto Sans KR", sans-serif;
  width: 90%;
  font-size: 29px;
  font-weight: 700;
  line-height: 34px;
}

.intro-description {
  font-family: "Noto Sans KR", sans-serif;
  width: 100%;
  text-align: left;
}

.highlight-title {
  margin-right: 10px;
  color: var(--accent-color);
  text-align: center;
  font-weight: 700;
  font-size: 29px;
}

.highlight-text {
  font-family: "Noto Sans KR", sans-serif;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 330px;
  line-height: 19px;
  font-weight: 500;
}

.highlight {
  color: var(--accent-color);
}

/* 섹션 2 */
.img-row {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  overflow: hidden;
}

.img-row img {
  width: 340px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.cat-tower {
  width: 20px;
  height: auto;
  margin-left: 35px;
}

.img-caption {
  font-family: "Noto Sans KR", sans-serif;
  margin-left: 35px;
  line-height: 26px;
  padding-right: 2rem;
}

.learn-more {
  padding: 12px 28px;
  background-color: var(--accent-color);
  border: none;
  border-radius: 20px;
  color: #ffffff;
  margin-left: 310px;
}

/* 섹션 3 */
.blog-cta {
  background-color: var(--dark-bg);
  border-radius: 24px;
  color: #ffffff;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem 2rem;
  font-size: 2rem;
  margin: 3rem;
  z-index: 1;
  position: relative;
}

.blog-cta-title {
  font-weight: 700;
}

.blog-cta-text {
  font-size: 0.875rem;
}

.email-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 10px 15px;
  gap: 12px;
}

.mail-icon {
  width: 18px;
}

#user-email-input {
  border: none;
  outline: none;
  font-size: 0.875rem;
  width: 100%;
}

.subscribe-bt {
  padding: 12px 26px;
  border: none;
  border-radius: 20px;
  background: var(--accent-color);
  color: #fff;
  font-weight: 600;
  align-self: flex-end;
}

/* footer */
.footer-box {
  display: flex;
  justify-content: space-between;

  flex-direction: column;
}

.up-cat {
  display: block;
  max-width: 100%;
  margin-top: -8rem;
}

/* footer button */
.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}


.sns-icon {
  display: flex;
  gap: 1rem;
}

.sns-circle {
  background: var(--accent-hover);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  color: var(--text-light);
}

/* pc */
@media (min-width: 1024px) {
  .nav-menu {
    display: flex;
    gap: 2.5rem;
    align-items: center;
  }
  .menu-btn {
    display: none;
  }
  .nav-box {
    padding: 0 11.8rem;
  }
  .download {
    padding: 0.7rem 1.75rem;
    background-color: #d97652;
    color: #ffffff;
    border: none;
    border-radius: 1.25rem;
  }
  .header-text {
    width: 70%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-around;
  }
  .hero-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    max-width: none;
    flex: 3;
    gap: 1rem;
  }

  .header-title {
    text-align: left;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .header-subtext {
    text-align: left;
  }
  .hero-box-cat {
    flex: 2;
  }
  .header {
    height: 38rem;
  }
  .intro-section {
  }
  .intro-text {
    display: flex;
    justify-content: center;
    gap: 5rem;
  }
  .bedroom-cat {
    margin: 0;
  }
  .intro-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    width: 500px;
  }
  .highlight-text {
    max-width: none;
  }
  .img-row {
    display: flex;
    justify-content: center;
  }
  .main {
    display: flex;
    flex-direction: column;
    justify-content: center;

    margin: 0 auto;
  }
  .img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
  }

  .learn-more {
    margin: 0;
  }
  .cat-tower {
    margin: 0;
  }
  .blog-cta {
    display: flex;
    justify-content: center;
    padding: 0;
    flex-direction: row;
    gap: 2rem;
    padding: 3rem;
    width: 950px;
    margin: 0 auto;
  }
  .footer {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .up-cat-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 340px;
    margin-top: -6rem;
  }
  .up-cat {
    width: 100%;
    margin-top: 0;
  }

  
}
