html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Charis SIL", Georgia, serif;
  font-weight: 400;
}

body {
  background: #13090A;
  color: #F6E7BF;
  line-height: 1.65;
}

* {
  box-sizing: border-box;
}

a {
  color: #FFD83A;
  text-decoration: none;
}

img {
  display: block;
}

.container {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: linear-gradient(135deg, #13090A 0%, #1A0D0E 55%, #221112 100%);
  color: #FFD83A;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
  border-bottom: 1px solid rgba(255,216,58,0.12);
}

.desktop-header {
  min-height: 76px;
  display: grid;
  grid-template-columns: 156px 1fr auto;
  align-items: center;
  gap: 18px;
}

.brand img,
.mobile-brand img,
.drawer-top img,
.footer-brand img {
  width: 132px;
  max-width: 100%;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav a,
.text-link,
.meta-text,
.small-note {
  font-family: "Charis SIL", Georgia, serif;
  font-weight: 700;
}

.nav a {
  color: #FFD83A;
  padding: 8px 10px;
  border-radius: 0;
  white-space: nowrap;
  line-height: 1;
  font-size: 15px;
}

.nav a.active,
.nav a:hover {
  color: #FFD83A;
  background: transparent;
  box-shadow: inset 0 -2px 0 #D60013;
}

.login-btn,
.btn-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  font-family: "Charis SIL", Georgia, serif;
  font-weight: 700;
  background: linear-gradient(180deg, #F10A17 0%, #D60013 45%, #A8000E 100%);
  color: #FFD83A;
  border: 1px solid rgba(255,216,58,0.28);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(214,0,19,0.28);
  letter-spacing: 0.02em;
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}

.login-btn:hover,
.btn-main:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(241,10,23,0.36);
}

.mobile-header {
  display: none;
  min-height: 68px;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  background: #13090A;
}

.menu-toggle,
.drawer-close {
  border: 1px solid rgba(255,216,58,0.22);
  background: #1A0D0E;
  color: #FFD83A;
  border-radius: 10px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-toggle {
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: #FFD83A;
  border-radius: 999px;
}

.mobile-brand {
  justify-self: center;
}

.mobile-brand img {
  width: 118px;
}

.mobile-login {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 13px;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.62);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
  z-index: 9998;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(84vw, 320px);
  height: 100vh;
  background: linear-gradient(160deg, #13090A 0%, #1A0D0E 62%, #221112 100%);
  border-right: 1px solid rgba(255,216,58,0.16);
  box-shadow: 22px 0 44px rgba(0,0,0,0.42);
  transform: translateX(-105%);
  transition: transform .28s ease;
  z-index: 9999;
  padding: 18px;
  overflow-y: auto;
}

.drawer-open {
  overflow: hidden;
}

.drawer-open .drawer-overlay {
  opacity: 1;
  pointer-events: auto;
}

.drawer-open .mobile-drawer {
  transform: translateX(0);
}

.drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.drawer-close {
  font-size: 28px;
  line-height: 1;
}

.drawer-login {
  width: 100%;
  margin-bottom: 16px;
}

.drawer-nav {
  display: grid;
  gap: 8px;
}

.drawer-nav a {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(255,216,58,0.10);
  color: #FFD83A;
  font-weight: 700;
}

h1,
.page-title,
.hero-title {
  font-family: "Charis SIL", Georgia, serif;
  font-weight: 700;
  color: #FFD83A;
  line-height: 1.12;
}

h2,
.section-title {
  font-family: "Charis SIL", Georgia, serif;
  font-weight: 700;
  color: #FFD83A;
  line-height: 1.2;
}

h3,
.card-title,
.zone-card h3,
.info-card h3 {
  font-family: "Charis SIL", Georgia, serif;
  font-weight: 700;
  color: #FFD83A;
}

p,
li,
.faq-answer,
.section-desc,
.card p,
.zone-card p,
.info-card p {
  font-family: "Charis SIL", Georgia, serif;
  font-weight: 400;
  color: #F6E7BF;
}

.page-hero {
  padding: 52px 0 28px;
  background: radial-gradient(circle at 20% 0%, rgba(214,0,19,0.22), transparent 36%), linear-gradient(135deg, #13090A 0%, #1A0D0E 56%, #221112 100%);
}

.page-hero .container {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}

.page-kicker,
.card-number,
.zone-label,
.warning-label {
  color: #FFD83A;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.page-title {
  font-size: clamp(34px, 5vw, 64px);
  margin: 10px 0 18px;
}

.hero-title {
  font-size: clamp(32px, 4.5vw, 58px);
  margin: 0 0 18px;
}

.section-title {
  font-size: clamp(28px, 3.4vw, 44px);
  margin: 0 0 14px;
}

.section-desc,
.page-intro {
  color: #D5C29A;
  max-width: 850px;
  font-size: 18px;
}

.section-block {
  padding: 46px 0;
}

.section-head {
  margin-bottom: 24px;
}

.banner-slider {
  max-width: 1200px;
  margin: 28px auto 36px;
  border-radius: 22px;
  background: linear-gradient(135deg, #13090A 0%, #1A0D0E 48%, #221112 100%);
  border: 1px solid rgba(255,216,58,0.16);
  box-shadow: 0 18px 42px rgba(0,0,0,0.35);
  overflow: hidden;
  position: relative;
}

.banner-track {
  position: relative;
}

.banner-slide {
  display: none;
  padding: 14px;
}

.banner-slide.active {
  display: block;
}

.banner-slider img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  border-radius: 18px;
  background: #1A0D0E;
}

.banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,216,58,0.34);
  border-radius: 999px;
  background: rgba(19,9,10,0.76);
  color: #FFD83A;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-prev {
  left: 18px;
}

.banner-next {
  right: 18px;
}

.banner-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.banner-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,216,58,0.55);
  background: rgba(255,216,58,0.18);
  cursor: pointer;
}

.banner-dot.active {
  width: 28px;
  background: #D60013;
  border-color: #FFD83A;
}

.brand-strip,
.notice-box,
.app-panel,
.promo-strip {
  background: linear-gradient(135deg, #1A0D0E 0%, #221112 100%);
  border: 1px solid rgba(255,216,58,0.14);
  box-shadow: 0 16px 40px rgba(0,0,0,0.30);
  border-radius: 22px;
}

.brand-strip {
  padding: 22px 24px;
  margin-bottom: 34px;
}

.brand-strip p {
  margin: 0;
  color: #F6E7BF;
  font-size: 18px;
}

.quick-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 0;
}

.quick-pills a {
  color: #FFD83A;
  border: 1px solid rgba(214,0,19,0.56);
  background: #1B1112;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
}

.grid-eight,
.card-grid,
.zone-grid,
.help-grid,
.faq-grid,
.feature-grid {
  display: grid;
  gap: 20px;
}

.grid-eight {
  grid-template-columns: repeat(4, 1fr);
}

.card-grid,
.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.zone-grid {
  grid-template-columns: repeat(3, 1fr);
}

.help-grid {
  grid-template-columns: repeat(3, 1fr);
}

.faq-grid {
  grid-template-columns: repeat(2, 1fr);
}

.card,
.zone-card,
.info-card,
.faq-item,
.category-card,
.feature-card {
  background: #1B1112;
  border: 1px solid rgba(255,216,58,0.14);
  box-shadow: 0 16px 40px rgba(0,0,0,0.30);
  color: #F6E7BF;
  border-radius: 18px;
  padding: 22px;
}

.category-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, #1B1112 0%, #241516 100%);
}

.category-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(180deg, #F10A17 0%, #B80010 100%);
  color: #FFD83A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 12px;
}

.card h3,
.zone-card h3,
.info-card h3,
.faq-item h3,
.category-card h3,
.feature-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.card ul,
.feature-card ul,
.info-card ul,
.detail-content ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.card li,
.feature-card li,
.info-card li,
.detail-content li {
  color: #F6E7BF;
  margin-bottom: 8px;
}

.text-link {
  color: #FFD83A;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
}

.text-link::after {
  content: '›';
  color: #F10A17;
  font-size: 22px;
  line-height: 1;
}

.split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  margin-bottom: 24px;
  border-radius: 22px;
  background: #1A0D0E;
  border: 1px solid rgba(255,216,58,0.14);
}

.split-row.reverse .split-text {
  order: 1;
}

.split-row.reverse .split-media {
  order: 2;
}

.split-media {
  border-radius: 18px;
  overflow: hidden;
  background: #241516;
  border: 1px solid rgba(255,216,58,0.10);
  padding: 12px;
}

.content-img,
.zone-card img,
.app-section img,
.banner-slider img,
.hero-visual img,
.promo-banner img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.split-media img,
.hero-visual img,
.zone-card img,
.app-visual img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  background: #1A0D0E;
  border-radius: 14px;
}

.split-text p {
  color: #F6E7BF;
}

.split-points {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
}

.split-points span {
  padding-left: 18px;
  position: relative;
  color: #D5C29A;
  font-weight: 700;
}

.split-points span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #D60013;
}

.zone-card {
  padding: 0;
  overflow: hidden;
}

.zone-card .zone-body {
  padding: 20px;
}

.zone-card img {
  width: 100%;
  max-height: 220px;
  padding: 12px;
}

.zone-decor {
  height: 160px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at center, rgba(255,216,58,0.22), transparent 44%), linear-gradient(135deg, #1A0D0E, #241516);
  color: #FFD83A;
  font-size: 46px;
  font-weight: 700;
}

.app-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
  align-items: center;
  padding: 30px;
}

.app-visual {
  background: #241516;
  border-radius: 20px;
  padding: 14px;
  border: 1px solid rgba(255,216,58,0.12);
}

.app-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.app-list span,
.notice-list span {
  background: #241516;
  border: 1px solid rgba(255,216,58,0.12);
  border-radius: 12px;
  padding: 12px;
  color: #F6E7BF;
  font-weight: 700;
}

.notice-box {
  padding: 28px;
  border-left: 4px solid #D60013;
}

.notice-box p:last-child {
  margin-bottom: 0;
}

.faq-item {
  background: #241516;
}

.faq-item h3 {
  font-size: 20px;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.detail-media {
  background: #241516;
  border: 1px solid rgba(255,216,58,0.12);
  padding: 14px;
  border-radius: 20px;
}

.detail-media img {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  border-radius: 16px;
  background: #1A0D0E;
}

.detail-content {
  background: #1B1112;
  border: 1px solid rgba(255,216,58,0.14);
  box-shadow: 0 16px 40px rgba(0,0,0,0.30);
  border-radius: 20px;
  padding: 28px;
}

.copy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.copy-card {
  background: #1B1112;
  border: 1px solid rgba(255,216,58,0.14);
  border-radius: 18px;
  padding: 22px;
}

.copy-card p:last-child {
  margin-bottom: 0;
}

.promo-strip {
  padding: 28px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
}

.promo-strip p {
  margin: 0;
  color: #F6E7BF;
}

.site-footer {
  background: #0E0607;
  color: #F7D976;
  padding: 44px 0 24px;
  border-top: 1px solid rgba(255,216,58,0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 28px;
}

.footer-brand p,
.footer-note p {
  color: #F7D976;
}

.footer-login {
  display: inline-flex;
  margin-top: 8px;
  color: #FFD83A;
  font-weight: 700;
  border-bottom: 2px solid #D60013;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-col h3 {
  margin: 0 0 8px;
  color: #FFD83A;
}

.footer-col a {
  color: #F7D976;
}

.footer-note {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,216,58,0.10);
}

@media (max-width: 1024px) {
  .desktop-header {
    display: none;
  }
  .mobile-header {
    display: grid;
  }
  .page-hero .container,
  .page-hero .detail-layout,
  .detail-layout,
  .app-panel {
    grid-template-columns: 1fr;
  }
  .grid-eight,
  .zone-grid,
  .help-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-grid,
  .feature-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 24px, 1200px);
  }
  .mobile-login {
    padding: 7px 9px;
    font-size: 12px;
  }
  .page-hero {
    padding: 34px 0 20px;
  }
  .banner-slider {
    margin: 18px auto 26px;
    border-radius: 18px;
  }
  .banner-slide {
    padding: 8px;
  }
  .banner-arrow {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
  .banner-prev {
    left: 10px;
  }
  .banner-next {
    right: 10px;
  }
  .grid-eight,
  .card-grid,
  .zone-grid,
  .help-grid,
  .faq-grid,
  .feature-grid,
  .copy-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .split-row,
  .split-row.reverse {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .split-row.reverse .split-text,
  .split-row.reverse .split-media {
    order: initial;
  }
  .app-list {
    grid-template-columns: 1fr;
  }
  .promo-strip {
    display: block;
  }
  .promo-strip .btn-main {
    margin-top: 18px;
  }
}
