* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #FFF8F0;
  color: #2A1F1A;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}
a {
  color: #FF6B35;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(38,20,12,0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 26px rgba(97,45,16,0.16);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
}
.site-logo,
.drawer-logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #FFF3E8;
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
}
.site-logo img {
  max-height: 44px;
  display: block;
}
.drawer-logo img,
.footer-logo img {
  max-height: 40px;
  display: block;
}
.nav-core {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-core a {
  color: #FFF3E8;
  text-decoration: none;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 15px;
}
.nav-core a:hover,
.nav-core a.active {
  color: #FFFFFF;
  background: rgba(0,229,176,0.16);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .02em;
  border: 0;
  transition: transform .18s ease, box-shadow .18s ease;
}
.main-btn {
  background: linear-gradient(135deg, #FF6B35 0%, #FFB703 48%, #00E5B0 100%);
  color: #FFFFFF;
  box-shadow: 0 14px 32px rgba(255,107,53,0.22);
}
.secondary-btn {
  color: #24130C;
  background: #FFF1C7;
  border: 1px solid rgba(255,107,53,0.18);
}
.main-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
}
.nav-toggle {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,243,232,0.18);
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #FFF3E8;
}
.mobile-toggle {
  display: none;
}
.drawer-mask {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(26,15,10,0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}
.drawer-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: min(380px, 88vw);
  height: 100vh;
  z-index: 10001;
  background: #FFFFFF;
  box-shadow: -24px 0 60px rgba(38,20,12,0.22);
  transform: translateX(105%);
  transition: transform .28s ease;
  padding: 22px;
  overflow-y: auto;
}
.drawer-open .drawer-mask {
  opacity: 1;
  pointer-events: auto;
}
.drawer-open .drawer-panel {
  transform: translateX(0);
}
.drawer-lock,
.drawer-open {
  overflow-x: hidden;
}
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.drawer-head .drawer-logo {
  color: #24130C;
}
.drawer-close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: #FFF1C7;
  color: #24130C;
  font-size: 26px;
  cursor: pointer;
}
.drawer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.drawer-links a {
  color: #2A1F1A;
  background: #FFF8F0;
  border: 1px solid rgba(255,107,53,0.16);
  border-radius: 16px;
  padding: 12px 14px;
  font-weight: 700;
}
.drawer-links a.active,
.drawer-links a:hover {
  color: #FFFFFF;
  background: #FF6B35;
}
.drawer-note {
  margin-top: 18px;
  padding: 16px;
  color: #75645A;
  background: #EFFFFA;
  border-radius: 18px;
}
main {
  width: 100%;
}
.section,
.hero,
.page-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 74px 24px;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
  align-items: center;
  gap: 46px;
  min-height: 640px;
}
.hero-wrap {
  background:
    radial-gradient(circle at 18% 18%, rgba(0,229,176,0.22), transparent 28%),
    radial-gradient(circle at 80% 14%, rgba(255,209,102,0.34), transparent 26%),
    linear-gradient(135deg, #FFF8F0 0%, #EFFFFA 48%, #FFF1C7 100%);
}
.hero h1,
.page-hero h1 {
  margin: 0 0 16px;
  color: #24130C;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.hero-subtitle {
  display: inline-flex;
  margin-bottom: 16px;
  color: #FF6B35;
  font-size: 22px;
  font-weight: 800;
}
.hero p,
.page-hero p {
  margin: 0 0 26px;
  color: #2A1F1A;
  font-size: 17px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 26px 0;
}
.hero-tags,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-tags span,
.tag,
.badge,
.section-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 13px;
  color: #24130C;
  background: rgba(255,209,102,0.32);
  border: 1px solid rgba(255,107,53,0.16);
  font-weight: 800;
  font-size: 13px;
}
.hero-visual {
  position: relative;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 7% -3% -4% 9%;
  border-radius: 38px;
  background: rgba(0,229,176,0.14);
  transform: rotate(4deg);
}
.hero-visual img,
.content-img,
.zone-card img,
.app-section img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.hero-visual img {
  position: relative;
  display: block;
  border-radius: 34px;
  box-shadow: 0 28px 70px rgba(97,45,16,0.18);
}
.section-title {
  color: #24130C;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
  margin: 10px 0 14px;
}
.section-lead {
  max-width: 860px;
  color: #75645A;
  margin: 0 0 30px;
}
.grid-4,
.grid-3,
.grid-2,
.review-grid,
.faq-grid,
.channel-grid {
  display: grid;
  gap: 20px;
}
.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.card,
.zone-card,
.info-card,
.review-card,
.faq-item,
.channel-card,
.notice-card {
  background: #FFFFFF;
  border: 1px solid rgba(255,107,53,0.18);
  box-shadow: 0 20px 46px rgba(97,45,16,0.14);
  border-radius: 22px;
}
.card,
.info-card,
.review-card,
.faq-item,
.channel-card,
.notice-card {
  padding: 24px;
}
.card h3,
.zone-card h3,
.info-card h3,
.review-card h3,
.faq-item h3,
.channel-card h3,
.notice-card h3 {
  margin: 0 0 10px;
  color: #24130C;
  font-size: 21px;
}
.card p,
.zone-card p,
.info-card p,
.review-card p,
.faq-item p,
.channel-card p,
.notice-card p,
.page-content p {
  color: #75645A;
  margin: 0 0 12px;
}
.zone-card {
  overflow: hidden;
}
.zone-card .zone-body {
  padding: 24px;
}
.zone-card img {
  width: 100%;
  max-height: 300px;
  padding: 16px 16px 0;
}
.text-link {
  color: #FF6B35;
  font-weight: 800;
}
.panel {
  background: #FFFFFF;
  border: 1px solid rgba(255,107,53,0.18);
  box-shadow: 0 20px 46px rgba(97,45,16,0.14);
  border-radius: 30px;
  padding: clamp(26px, 4vw, 44px);
}
.panel.media {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
}
.panel.media.reverse {
  grid-template-columns: 1.1fr .9fr;
}
.panel.media img {
  border-radius: 26px;
  background: #EFFFFA;
}
.feature-strip {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}
.channel-card {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF8F0 100%);
}
.mini-list {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.mini-list li {
  display: flex;
  gap: 10px;
  color: #75645A;
}
.mini-list li::before {
  content: "•";
  color: #FF6B35;
  font-weight: 900;
}
.dark-band {
  background:
    radial-gradient(circle at 12% 20%, rgba(0,229,176,0.17), transparent 28%),
    linear-gradient(135deg, #24130C 0%, #2B1A3F 100%);
  color: #FFF3E8;
}
.dark-band .section-title,
.dark-band h2,
.dark-band h3 {
  color: #FFFFFF;
}
.dark-band p,
.dark-band .section-lead {
  color: rgba(255,243,232,0.78);
}
.dark-card {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,243,232,0.12);
  box-shadow: none;
}
.dark-card p {
  color: rgba(255,243,232,0.78);
}
.review-card {
  position: relative;
}
.review-card::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 20px;
  color: rgba(255,107,53,0.16);
  font-size: 72px;
  line-height: 1;
  font-family: Georgia, serif;
}
.review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-hero {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 480px);
  gap: 36px;
  align-items: center;
}
.page-hero-wrap {
  background:
    radial-gradient(circle at 75% 15%, rgba(255,209,102,0.35), transparent 24%),
    linear-gradient(135deg, #FFF8F0 0%, #EFFFFA 62%, #FFF1C7 100%);
}
.page-hero img {
  border-radius: 30px;
  box-shadow: 0 24px 56px rgba(97,45,16,0.16);
}
.page-content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 62px 24px;
}
.content-block {
  margin-bottom: 28px;
}
.content-block h2 {
  margin: 0 0 12px;
  color: #24130C;
  font-size: 28px;
}
.app-section {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 26px;
  align-items: center;
}
.notice-card {
  background: #EFFFFA;
}
.site-footer {
  background: #1A0F0A;
  color: #FFF3E8;
  padding: 54px 24px 28px;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 42px;
}
.footer-brand p {
  color: rgba(255,243,232,0.72);
  max-width: 520px;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.footer-links h3 {
  margin: 0 0 12px;
  color: #FFFFFF;
}
.footer-links a {
  display: block;
  color: rgba(255,243,232,0.74);
  margin: 8px 0;
}
.footer-bottom {
  max-width: 1280px;
  margin: 30px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,243,232,0.12);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(255,243,232,0.66);
  font-size: 14px;
}
.mobile-bottom {
  display: none;
}
@media (max-width: 1080px) {
  .nav-core {
    gap: 8px;
  }
  .nav-core a {
    padding: 8px 9px;
    font-size: 14px;
  }
  .hero,
  .page-hero,
  .panel.media,
  .panel.media.reverse,
  .app-section {
    grid-template-columns: 1fr;
  }
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .review-grid,
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 760px) {
  body {
    padding-bottom: 70px;
  }
  .header-inner {
    min-height: 64px;
    padding: 0 14px;
    gap: 10px;
  }
  .mobile-toggle {
    display: inline-flex;
  }
  .desktop-toggle,
  .nav-core {
    display: none;
  }
  .site-logo span {
    font-size: 17px;
  }
  .site-logo img {
    max-height: 36px;
  }
  .header-actions {
    margin-left: auto;
  }
  .header-btn {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 13px;
  }
  .hero,
  .page-hero,
  .section {
    padding: 44px 16px;
  }
  .hero {
    min-height: auto;
  }
  .hero h1,
  .page-hero h1 {
    font-size: 42px;
  }
  .grid-4,
  .grid-3,
  .grid-2,
  .review-grid,
  .faq-grid,
  .channel-grid,
  .footer-inner,
  .footer-links {
    grid-template-columns: 1fr;
  }
  .panel {
    padding: 24px;
    border-radius: 24px;
  }
  .drawer-panel {
    right: auto;
    left: 0;
    transform: translateX(-105%);
  }
  .drawer-open .drawer-panel {
    transform: translateX(0);
  }
  .drawer-links {
    grid-template-columns: 1fr;
  }
  .mobile-bottom {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 9998;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    padding: 8px;
    border-radius: 24px;
    background: rgba(38,20,12,0.94);
    box-shadow: 0 14px 34px rgba(97,45,16,0.22);
    backdrop-filter: blur(12px);
  }
  .mobile-bottom a {
    color: #FFF3E8;
    text-align: center;
    font-size: 13px;
    border-radius: 18px;
    padding: 9px 4px;
  }
  .mobile-bottom a:hover {
    background: rgba(0,229,176,0.16);
  }
  .footer-bottom {
    flex-direction: column;
  }
}
