* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Yu Gothic', 'YuGothic', 'Noto Sans JP', Arial, sans-serif;
  color: #ffffff;
  line-height: 1.7;
  --bg-size: 1.6rem;
  background: url(/commes/image.png) 50% 50% / var(--bg-size) var(--bg-size);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.page {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  /* background: #000; */
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.45);
}

/* 顶部 */
.header {
  padding: 18px 18px 12px;
  background: #ffffff;
  color: #111;
  text-align: center;
}

.logo-box {
  height: 46px;
  /* border: 1px dashed #cccccc; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #777;
  /* background: #f7f7f7; */
}

.pr-label {
  background: #7a644a;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  padding: 8px 10px;
}

/* Hero */
.hero {
  padding: 26px 18px 24px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-kicker {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid rgba(210, 180, 110, 0.7);
  color: #d8ba70;
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.hero-title {
  min-height: 110px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
  color: #f02424;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.65);
}

.hero-sub {
  margin-top: 16px;
  font-size: 14px;
  color: #d6d6d6;
}

/* 图片 / 视频占位 */
.media-section {
  background: #111;
  padding: 0;
}

.media-placeholder {
  aspect-ratio: 16 / 9;

  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8f8f8f;
  font-size: 14px;
}

/* 黑底文案区 */
.dark-copy {
  background: #665959;
  padding: 10px 20px;
  text-align: center;
}

.copy-block {
  border: 1px dashed rgba(255, 255, 255, 0.18);
  min-height: 120px;
  padding: 22px 16px;
  color: #e5e5e5;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  text-shadow:
    1px 1px 0 rgba(255, 255, 255, 0.15),
    -1px -1px 0 rgba(0, 0, 0, 0.9);
}

.copy-block.large {
  min-height: 180px;
}

/* CTA 表单区 */
.cta-wrap {
  /* background: linear-gradient(180deg, #070707 0%, #151515 100%); */
  padding: 26px 18px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-caption {
  text-align: center;
  font-size: 13px;
  color: #e7d18a;
  margin-bottom: 12px;
  font-weight: 700;
}

.form-card {
  background: #ffffff;
  color: #111;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.form-title {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
}

.form-desc {
  font-size: 13px;
  color: #555;
  text-align: center;
  margin-bottom: 16px;
}

.input-group {
  margin-bottom: 12px;
}

.input-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
}

.input-group input {
  width: 100%;
  height: 48px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 15px;
  outline: none;
}

.input-group input:focus {
  border-color: #111;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.submit-btn {
  width: 100%;
  min-height: 52px;
  border: none;
  /* border-radius: 4px; */
  /* background: linear-gradient(180deg, #d9bd70, #a88435); */
  color: #111;
  font-size: 17px;
  font-weight: 900;
  /* cursor: pointer; */
  /* box-shadow: 0 5px 0 #6f551f; */
  /* transition: transform 0.15s ease, box-shadow 0.15s ease; */
}

/* .submit-btn:active {
      transform: translateY(4px);
      box-shadow: 0 1px 0 #6f551f;
    } */

.privacy-note {
  margin-top: 12px;
  font-size: 11px;
  color: #777;
  line-height: 1.6;
  text-align: left;
}

/* 分区标题 */
.section-title-area {
  /* background: #000; */
  padding: 28px 18px 18px;
  text-align: center;
}

.section-label {
  display: inline-block;
  background: #81765d;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  padding: 7px 18px;
  margin-bottom: 12px;
}

.section-line {
  width: 100%;
  height: 8px;
  background: #fff;
  position: relative;
  margin-top: 4px;
}

.section-line::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 12px solid #fff;
}

/* 内容卡片 */
.white-card-section {
  background: #fff;
  color: #111;
  padding: 24px 18px;
}

.profile-card,
.info-card {
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
}

.profile-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #f1f1f1;
  border: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 14px;
  margin-bottom: 16px;
}

.profile-title {
  display: inline-block;
  background: #18248c;
  color: #fff;
  border-radius: 999px;
  padding: 7px 38px;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 16px;
}

.profile-lines {
  min-height: 180px;
  border: 1px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6a6a;
  font-size: 14px;
  padding: 16px;
}

/* 视频引导 */
.video-message {
  text-align: center;
}

.video-message-box {
  min-height: 130px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  color: #333;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

/* 评价区 */
.reviews {
  /* background: #000; */
  padding: 28px 16px 34px;
}

.reviews-title {
  text-align: center;
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 18px;
  color: #050505;
}

.review-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 16px;
  margin-bottom: 14px;
}

.stars {
  color: #f5b62d;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.review-title {
  font-size: 15px;
  font-weight: 800;
  color: #0a0a0a;
  margin-bottom: 8px;
}

.review-text {
  min-height: 70px;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  color: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding: 10px;
}

/* 固定底部按钮 */
.fixed-cta {
  position: fixed;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: min(92%, 398px);
  z-index: 50;
}

.fixed-cta a {
  display: block;
  text-align: center;
  background: linear-gradient(180deg, #d9bd70, #a88435);
  color: #111;
  padding: 14px 12px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

/* 底部 */
.footer {
  background: #000;
  color: #aaa;
  padding: 28px 16px 88px;
  text-align: center;
  font-size: 12px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.footer-links a {
  text-decoration: underline;
}

/* 小屏幕兼容 */
@media (max-width: 360px) {
  .hero-title {
    font-size: 19px;
  }

  .copy-block {
    font-size: 14px;
    padding: 18px 12px;
  }

  .form-card {
    padding: 15px;
  }

  .submit-btn {
    font-size: 15px;
  }
}

.img-submit-btn {
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 14px;
  transition:
    transform 0.25s ease,
    filter 0.25s ease,
    box-shadow 0.25s ease;
  animation: floatBtn 2.2s ease-in-out infinite;
}

.img-submit-btn:hover {
  transform: translateY(-4px) scale(1.03);
  filter: brightness(1.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.img-submit-btn:active {
  transform: scale(0.96);
  filter: brightness(0.95);
}

@keyframes floatBtn {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.submit-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.82);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.submit-spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #1da1f2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
