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: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.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: 78px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand img,
.mobile-logo img,
.drawer-logo img,
.footer-logo img {
  width: 128px;
  height: auto;
  object-fit: contain;
}

.nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

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

.nav a {
  color: #FFD83A;
  padding: 8px 9px;
  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,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  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);
  padding: 11px 18px;
  min-height: 42px;
  letter-spacing: .3px;
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}

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

.mobile-header {
  display: none;
  height: 68px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
}

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

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

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

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

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

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 84vw;
  max-width: 320px;
  height: 100vh;
  z-index: 10001;
  background: linear-gradient(180deg, #13090A 0%, #1A0D0E 54%, #221112 100%);
  box-shadow: 18px 0 44px rgba(0,0,0,0.42);
  transform: translateX(-105%);
  transition: transform .28s ease;
  padding: 18px;
  overflow-y: auto;
}

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

body.menu-open {
  overflow: hidden;
}

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.drawer-close {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255,216,58,0.22);
  background: #221112;
  color: #FFD83A;
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
}

.drawer-login {
  width: 100%;
  margin: 4px 0 18px;
}

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

.drawer-nav a {
  padding: 12px 13px;
  border: 1px solid rgba(255,216,58,0.12);
  border-radius: 12px;
  color: #FFD83A;
  background: rgba(255,216,58,0.04);
  font-weight: 700;
}

.drawer-nav a.active,
.drawer-nav a:hover {
  border-color: rgba(214,0,19,0.55);
  box-shadow: inset 3px 0 0 #D60013;
}

.drawer-note {
  margin-top: 18px;
  color: #D5C29A;
  font-size: 14px;
}

.site-main {
  min-height: 60vh;
}

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

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

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

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;
}

.section {
  padding: 44px 0;
}

.section-header {
  max-width: 850px;
  margin-bottom: 24px;
}

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

.section-desc {
  color: #D5C29A;
  margin: 0;
}

.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 {
  display: flex;
  transition: transform .55s ease;
}

.banner-slide {
  flex: 0 0 100%;
  min-width: 100%;
  background: #1A0D0E;
  display: grid;
  place-items: center;
}

.banner-slide img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
}

.banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,216,58,0.22);
  background: rgba(19,9,10,0.78);
  color: #FFD83A;
  font-size: 30px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.banner-arrow.prev {
  left: 16px;
}

.banner-arrow.next {
  right: 16px;
}

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

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

.banner-dot.active {
  width: 26px;
  background: #FFD83A;
}

.brand-strip {
  background: linear-gradient(135deg, #1A0D0E 0%, #241516 58%, #221112 100%);
  border: 1px solid rgba(255,216,58,0.16);
  border-left: 5px solid #D60013;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.30);
}

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

.quick-pills {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 8px 0 12px;
  scrollbar-width: thin;
}

.quick-pills a {
  flex: 0 0 auto;
  border: 1px solid rgba(255,216,58,0.18);
  background: #1B1112;
  color: #FFD83A;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0,0,0,0.22);
}

.quick-pills a:hover {
  border-color: rgba(241,10,23,0.62);
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

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

.card,
.zone-card,
.info-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: 20px;
}

.card:hover,
.zone-card:hover,
.info-card:hover {
  border-color: rgba(255,216,58,0.28);
}

.card-number,
.tag,
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(214,0,19,0.18);
  color: #FFD83A;
  border: 1px solid rgba(255,216,58,0.18);
  font-weight: 700;
  margin-bottom: 12px;
}

.card h3,
.zone-card h3,
.info-card h3 {
  margin: 4px 0 10px;
  font-size: 22px;
}

.card p,
.zone-card p,
.info-card p {
  margin: 0 0 12px;
  color: #D5C29A;
}

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

.text-link::after {
  content: "›";
  font-size: 22px;
  line-height: 1;
}

.feature-list,
.check-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.check-list li {
  position: relative;
  padding-left: 24px;
  margin: 8px 0;
  color: #F6E7BF;
}

.feature-list li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D60013;
  box-shadow: 0 0 0 4px rgba(214,0,19,0.18);
}

.split-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: center;
  margin: 24px 0;
  background: linear-gradient(135deg, #1A0D0E 0%, #1B1112 55%, #241516 100%);
  border: 1px solid rgba(255,216,58,0.12);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.30);
}

.split-row.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
}

.split-media {
  background: #13090A;
  border-radius: 18px;
  padding: 14px;
  border: 1px solid rgba(255,216,58,0.12);
}

.split-media img,
.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 {
  width: 100%;
  max-height: 310px;
  margin: 0 auto;
}

.split-content h2 {
  margin: 0 0 12px;
}

.split-content p {
  color: #D5C29A;
}

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

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

.zone-card img {
  width: 100%;
  max-height: 190px;
  margin: 0 auto;
  background: #13090A;
}

.zone-decor {
  min-height: 160px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, rgba(255,216,58,0.18), transparent 34%), radial-gradient(circle at 74% 74%, rgba(214,0,19,0.22), transparent 38%), #13090A;
}

.zone-decor span {
  color: #FFD83A;
  font-size: 46px;
  font-weight: 700;
}

.app-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #1A0D0E 0%, #221112 50%, #1B1112 100%);
  border: 1px solid rgba(255,216,58,0.14);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.30);
}

.app-section img {
  max-height: 420px;
  margin: 0 auto;
}

.safety-grid .info-card {
  min-height: 100%;
}

.faq-list {
  display: grid;
  gap: 14px;
}

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

.faq-item h3 {
  margin: 0 0 8px;
  color: #FFD83A;
}

.faq-answer,
.faq-item p {
  margin: 0;
  color: #F6E7BF;
}

.responsible-box {
  border: 1px solid rgba(255,216,58,0.18);
  background: linear-gradient(135deg, #241516 0%, #1A0D0E 100%);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.30);
}

.page-hero {
  padding: 48px 0 30px;
  background: radial-gradient(circle at top right, rgba(214,0,19,0.22), transparent 36%), linear-gradient(135deg, #13090A 0%, #1A0D0E 55%, #221112 100%);
  border-bottom: 1px solid rgba(255,216,58,0.10);
}

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

.eyebrow {
  display: inline-flex;
  color: #FFD83A;
  background: rgba(214,0,19,0.18);
  border: 1px solid rgba(255,216,58,0.18);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

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

.hero-lead {
  color: #D5C29A;
  font-size: 18px;
  margin: 0 0 18px;
}

.hero-visual {
  background: #1A0D0E;
  border: 1px solid rgba(255,216,58,0.14);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.30);
}

.hero-visual img {
  width: 100%;
  max-height: 420px;
  margin: 0 auto;
}

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

.content-panel + .content-panel {
  margin-top: 18px;
}

.content-panel p {
  color: #F6E7BF;
}

.content-panel h2 {
  margin-top: 0;
}

.notice {
  border-left: 4px solid #D60013;
  background: #241516;
  border-radius: 16px;
  padding: 18px 20px;
}

.kv-list {
  display: grid;
  gap: 12px;
}

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

.kv-list strong {
  color: #FFD83A;
  font-weight: 700;
}

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

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

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

.site-footer h3 {
  margin: 0 0 12px;
  color: #FFD83A;
}

.site-footer a {
  display: block;
  margin: 8px 0;
}

.footer-logo img {
  margin-bottom: 12px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,216,58,0.10);
  margin-top: 28px;
  padding-top: 16px;
  font-size: 14px;
}

@media (max-width: 1080px) {
  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  .site-main {
    padding-top: 0;
  }

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

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

  .page-hero-grid,
  .app-section,
  .split-row,
  .split-row.reverse {
    grid-template-columns: 1fr;
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 24px, 1200px);
  }

  .mobile-logo img {
    width: 112px;
  }

  .mobile-login {
    font-size: 12px;
    padding: 8px 9px;
  }

  .banner-slider {
    margin: 18px 12px 26px;
    border-radius: 16px;
  }

  .banner-arrow {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }

  .banner-arrow.prev {
    left: 9px;
  }

  .banner-arrow.next {
    right: 9px;
  }

  .section {
    padding: 34px 0;
  }

  .grid-4,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .card,
  .zone-card .zone-body,
  .info-card,
  .content-panel,
  .brand-strip,
  .app-section,
  .responsible-box,
  .split-row {
    padding: 18px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 34px 0 22px;
  }
}
