/* ═══════════════════════════════════════════════════════════════
   Box 5 - For The One Who Matters Most - 全屏响应式
   ═══════════════════════════════════════════════════════════════ */

.section_11 {
  width: 100vw;
  min-height: 100vh;
  background-color: #ebe9e4;
  padding: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* 右下角背景装饰 */
.section_11::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 600px;
  height: 600px;
  background: url('../images/pic2-3.png') right bottom no-repeat;
  background-size: contain;
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.box_1 {
  width: 100%;
  max-width: var(--content-max, 1280px);
  margin: 0 auto;
  position: relative;
  padding: 80px 20px;
  z-index: 1;
}

/* 主内容区域 */
.group_33 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  position: relative;
  min-height: 742px;
}

/* 左侧文字区域 */
.group_34 {
  display: flex;
  flex-direction: column;
  max-width: 580px;
  z-index: 2;
}

/* 顶部标语 "— BORN IN SINGAPORE · EST. 2023 —" */
.text_126 {
  color: rgba(188, 153, 75, 1);
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 4px;
  line-height: 22px;
  white-space: nowrap;
  margin-bottom: 20px;
}

.paragraph_15 {
  color: rgba(25, 42, 68, 1);
  font-size: 46px;
  font-family: 'Merriweather', serif;
  font-weight: 900;
  line-height: 58px;
  margin-bottom: 40px;
}

.paragraph_4 {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 32px;
  margin-bottom: 80px;
  max-width: 480px;
}

/* 按钮区域 */
.section_12 {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.box_9 {
  background-color: rgba(25, 42, 68, 1);
  border-radius: 8px;
  width: 260px;
  height: 64px;
  border: 1px solid rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s;
}

.box_9:hover {
  transform: translateY(-4px);
}

.image-text_21 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.label_19 {
  width: 32px;
  height: 32px;
}

.text-group_4 {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
  line-height: 24px;
}

.box_10 {
  width: 260px;
  height: 64px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 1);
  background: linear-gradient(135deg, rgba(188, 153, 75, 1) 0%, rgba(218, 183, 115, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  cursor: pointer;
  transition: all 0.3s;
}

.box_10:hover {
  background: linear-gradient(135deg, rgba(168, 133, 55, 1) 0%, rgba(198, 163, 95, 1) 100%);
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(188, 153, 75, 0.3);
}

.label_20 {
  width: 32px;
  height: 30px;
}

.text_17 {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
  line-height: 24px;
}

/* 右侧卡片区域 - 绝对定位 */
.group_35 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 200px;
  position: absolute;
  left: 980px;
  top: 40px;
  z-index: 3;
}

/* 15K+ PET FAMILIES 卡片 */
.box_5 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.box_46 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.text_15 {
  color: rgba(25, 42, 68, 1);
  font-size: 32px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  line-height: 40px;
}

.label_21 {
  width: 40px;
  height: 40px;
}

.text_16 {
  color: rgba(153, 153, 153, 1);
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  line-height: 14px;
}

/* Singapore Registered 小矩形 - 底部与Every paw齐平 */
.group_9 {
  height: 250px;
  width: 180px;
  background: url('../images/pic2-2.png') center center no-repeat;
  background-size: cover;
  border-radius: 12px;
  position: absolute;
  bottom: 0;
  right: -60px;
  z-index: 5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.group_10 {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-group_32 {
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.text_22 {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
}

.text_23 {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 14px;
  margin-top: 0px;
}

/* 背景大图 */
.box_12 {
  width: 350px;
  height: 460px;
  position: absolute;
  left: 1200px;
  top: 282px;
  z-index: 1;
}

/* 右侧悬浮卡片区 */
.group_36 {
  position: absolute;
  left: 600px;
  top: 0;
  width: 480px;
  height: 550px;
  z-index: 2;
}

/* "Only You and Your Animal!" 卡片 - 大矩形 */
.text-wrapper_6 {
  height: 460px;
  background: url('../images/pic2-1.png') center center no-repeat;
  background-size: cover;
  border-radius: 12px;
  padding: 32px 24px;
  margin-left: 100px;
  width: 380px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  position: relative;
}

.paragraph_6 {
  color: rgba(255, 255, 255, 1);
  font-size: 23px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  line-height: 29px;
}

/* 98% SATISFACTION 卡片 - 半透明白色悬浮框 */
.group_8 {
  width: 180px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 14px 24px;
  position: absolute;
  left: 0;
  top: 380px;
  z-index: 10;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.block_8 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.text_18 {
  color: rgba(25, 42, 68, 1);
  font-size: 32px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  line-height: 40px;
}

.image_15 {
  width: 35px;
  height: 35px;
  transform: rotate(10deg);
}

.text_19 {
  color: rgba(153, 153, 153, 1);
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
  line-height: 14px;
  margin-top: 1px;
}

/* "Every paw tells a story" 卡片 - 悬浮在最上层，左对齐 */
.image-text_22 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: absolute;
  left: 100px;
  bottom: 0;
  width: 280px;
  z-index: 10;
}

.text-group_33 {
  display: flex;
  flex-direction: column;
}

.text-wrapper_5 {
  margin-bottom: 12px;
}

.paragraph_5 {
  color: rgba(25, 42, 68, 1);
  font-size: 23px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  line-height: 24px;
}

.text_20 {
  color: rgba(188, 153, 75, 1);
  font-size: 23px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  line-height: 24px;
}

.paw-text-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.text_21 {
  color: rgba(25, 42, 68, 1);
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  line-height: 14px;
}

.thumbnail_12 {
  width: 16px;
  height: 15px;
  flex-shrink: 0;
}

/* 底部标签行 */
.group_37 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  left: 370px;
  top: 118px;
  width: 1180px;
}

.text_126 {
  color: rgba(188, 153, 75, 1);
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 4px;
  line-height: 22px;
}

/* 4 GLOBAL MARKETS 卡片 - 右上角悬浮框1，超出大矩形上方 */
.box_4 {
  width: 200px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 12px 16px;
  position: absolute;
  right: -80px;
  top: -16px;
  z-index: 15;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}

.box_4:hover {
  transform: translateY(-4px);
}

.image-text_23 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.text-group_34 {
  display: flex;
  flex-direction: column;
}

.text_13 {
  color: rgba(25, 42, 68, 1);
  font-size: 32px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  line-height: 40px;
}

.text_14 {
  color: rgba(153, 153, 153, 1);
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 14px;
  margin-top: -4px;
}

.label_22 {
  width: 38px;
  height: 38px;
  transform: rotate(-15deg);
}

/* 15K+ PET FAMILIES 卡片 - 右上角悬浮框2 */
.box_pet {
  width: 220px;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 12px 16px;
  position: absolute;
  right: -90px;
  top: 68px;
  z-index: 15;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}

.box_pet:hover {
  transform: translateY(-4px);
}

.image-text_pet {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.text-group_pet {
  display: flex;
  flex-direction: column;
}

.text_pet_num {
  color: rgba(25, 42, 68, 1);
  font-size: 32px;
  font-family: 'Merriweather', serif;
  font-weight: 700;
  line-height: 40px;
}

.text_pet_label {
  color: rgba(153, 153, 153, 1);
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 12px;
  margin-top: -4px;
}

.label_pet {
  width: 42px;
  height: 42px;
  transform: rotate(15deg);
}

/* ═══════════════════════════════════════════════════════════════
   响应式断点
   ═══════════════════════════════════════════════════════════════ */

/* 平板 (max-width: 1024px) */
@media (max-width: 1024px) {
  .group_33 {
    padding: 0 40px;
    flex-direction: column;
    min-height: auto;
  }

  .group_34 {
    max-width: 100%;
  }

  .paragraph_15 {
    font-size: 36px;
    line-height: 46px;
  }

  .paragraph_4 {
    font-size: 16px;
    line-height: 28px;
  }

  .section_12 {
    flex-direction: column;
    gap: 16px;
  }

  .box_9,
  .box_10 {
    width: 100%;
    max-width: 320px;
  }

  /* 右侧悬浮卡片组改为流式布局 */
  .group_36 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 480px;
    margin: 48px auto 0;
  }

  .box_12 {
    display: none;
  }

  .text-wrapper_6 {
    margin-left: 0;
    width: 100%;
    max-width: 380px;
  }

  /* 悬浮卡片改回正常定位 */
  .group_8 {
    position: relative;
    left: auto;
    top: auto;
    margin-top: -50px;
    margin-left: 0;
  }

  .image-text_22 {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 24px;
    width: 100%;
  }

  /* 4 GLOBAL MARKETS 改回正常定位 */
  .group_37 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0 40px;
    justify-content: center;
    margin-top: 32px;
  }

  /* 平板下右上角悬浮框和小矩形改为正常流式定位 */
  .box_4,
  .box_pet,
  .group_9 {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 16px auto 0;
  }

  .section_11::after {
    display: none;
  }
}

/* 手机 (max-width: 768px) */
@media (max-width: 768px) {
  .section_11 {
    padding: 60px 0;
    overflow-x: hidden;
  }

  .group_33 {
    padding: 0 20px;
    flex-direction: column;
  }

  .group_34 {
    width: 100%;
    max-width: 100%;
  }

  .text_126 {
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .paragraph_15 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 24px;
  }

  .paragraph_4 {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 32px;
  }

  .section_12 {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .box_9,
  .box_10 {
    width: 100%;
    max-width: 280px;
  }

  /* 右侧所有元素改为流式布局 */
  .group_36 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 40px auto 0 !important;
    padding: 0 20px;
  }

  .text-wrapper_6 {
    margin-left: 0 !important;
    width: 100% !important;
    max-width: 320px;
    height: 350px;
    margin: 0 auto;
  }

  /* 小矩形 */
  .group_9 {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    margin: 20px auto 0;
    width: 160px;
    height: 220px;
  }

  /* 悬浮框 */
  .group_8,
  .box_4,
  .box_pet {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    margin: 20px auto 0;
    max-width: 280px;
  }

  .image-text_22 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 20px auto 0;
    width: 100%;
    max-width: 260px;
  }
}

/* ═══════════════════════════════════════════════════════════════
   入场动画
   ═══════════════════════════════════════════════════════════════ */
@keyframes box5FadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes box5FadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes box5FloatIn {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* 左侧文字依次淡入上升 */
.text_126 {
  opacity: 0;
  animation: box5FadeInUp 0.8s ease-out forwards;
  animation-delay: 0.1s;
}

.paragraph_15 {
  opacity: 0;
  animation: box5FadeInUp 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

.paragraph_4 {
  opacity: 0;
  animation: box5FadeInUp 0.8s ease-out forwards;
  animation-delay: 0.5s;
}

.section_12 {
  opacity: 0;
  animation: box5FadeInUp 0.8s ease-out forwards;
  animation-delay: 0.7s;
}

/* 右侧图片从右侧滑入 */
.text-wrapper_6 {
  animation: box5FadeInRight 1s ease-out forwards;
}

.group_9 {
  opacity: 0;
  animation: box5FloatIn 0.8s ease-out forwards;
  animation-delay: 0.9s;
}

/* 悬浮小卡片浮入 */
.group_35,
.box_4,
.box_pet {
  opacity: 0;
  animation: box5FloatIn 0.8s ease-out forwards;
  animation-delay: 0.6s;
}

.box_pet {
  animation-delay: 0.75s;
}

.group_8 {
  opacity: 0;
  animation: box5FloatIn 0.8s ease-out forwards;
  animation-delay: 1.1s;
}

.image-text_22 {
  opacity: 0;
  animation: box5FloatIn 0.8s ease-out forwards;
  animation-delay: 1.3s;
}

/* 悬浮卡片hover效果 */
.group_8,
.group_35,
.box_4,
.box_pet {
  transition: transform 0.3s ease;
}

.group_8:hover,
.group_35:hover,
.box_4:hover,
.box_pet:hover {
  transform: translateY(-4px);
}

.text-wrapper_6 {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.text-wrapper_6:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}
