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

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

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

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

.section {
  padding: 58px 0;
}

.section.compact {
  padding: 36px 0;
}

.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.14);
}

.desktop-header {
  height: 78px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

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

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  overflow: hidden;
}

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

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

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

.login-btn,
.primary-btn,
.footer-login {
  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: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  transition: transform .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}

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

.mobile-header {
  display: none;
}

.menu-toggle,
.drawer-close,
.banner-arrow {
  border: 0;
  cursor: pointer;
  font-family: "Charis SIL", Georgia, serif;
}

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

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

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

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 84vw;
  max-width: 320px;
  height: 100vh;
  background: linear-gradient(155deg, #13090A 0%, #1A0D0E 52%, #221112 100%);
  border-right: 1px solid rgba(255,216,58,0.14);
  box-shadow: 18px 0 42px rgba(0,0,0,0.42);
  z-index: 10001;
  transform: translateX(-105%);
  transition: transform .28s ease;
  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;
  margin-bottom: 18px;
}

.drawer-close {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #241516;
  color: #FFD83A;
  font-size: 28px;
  line-height: 1;
}

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

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

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

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

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

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: 56px 0 28px;
  background: radial-gradient(circle at 20% 0%, rgba(241,10,23,0.18), transparent 34%), linear-gradient(135deg, #13090A 0%, #1A0D0E 55%, #221112 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 34px;
  align-items: center;
}

.hero-kicker,
.card-kicker,
.label,
.number-pill {
  color: #FFD83A;
  font-weight: 700;
  letter-spacing: .02em;
}

.hero-title,
.page-title {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.05;
  margin: 12px 0 18px;
}

.hero-lead,
.section-desc {
  color: #D5C29A;
  font-size: 18px;
  line-height: 1.72;
  margin: 0;
}

.hero-visual,
.image-panel {
  background: #1B1112;
  border: 1px solid rgba(255,216,58,0.14);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.30);
  padding: 14px;
}

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

.hero-visual img,
.image-panel img {
  width: 100%;
  max-height: 420px;
  border-radius: 16px;
}

.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;
  min-height: 230px;
}

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

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

.banner-slide img {
  width: 100%;
  border-radius: 18px;
  max-height: 470px;
  margin: 0 auto;
}

.banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(19,9,10,0.72);
  color: #FFD83A;
  border: 1px solid rgba(255,216,58,0.28);
  font-size: 28px;
  z-index: 2;
}

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

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

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

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

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

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

.intro-strip p,
.responsible-box p,
.download-entry p {
  margin: 0;
  line-height: 1.78;
  color: #F6E7BF;
  font-size: 18px;
}

.pill-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pill-nav a {
  color: #FFD83A;
  border: 1px solid rgba(255,216,58,0.22);
  background: #1B1112;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
}

.grid,
.category-grid,
.service-grid,
.zone-grid,
.security-grid,
.faq-grid,
.feature-grid,
.step-grid {
  display: grid;
  gap: 20px;
}

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

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

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

.card,
.zone-card,
.info-card,
.faq-item,
.step-card,
.highlight-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;
}

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

.card-title,
.zone-card h3,
.info-card h3,
.faq-item h3 {
  margin: 10px 0 10px;
  font-size: 23px;
}

.card p,
.zone-card p,
.info-card p,
.faq-answer,
.step-card p,
.highlight-card p {
  line-height: 1.72;
  color: #F6E7BF;
}

.card ul,
.info-card ul,
.step-card ul,
.content-block ul {
  padding-left: 20px;
  margin: 16px 0 0;
}

.card li,
.info-card li,
.step-card li,
.content-block li {
  margin: 8px 0;
  color: #F6E7BF;
}

.text-link {
  color: #FFD83A;
  display: inline-flex;
  margin-top: 10px;
  position: relative;
}

.text-link:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background: #D60013;
}

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

.zone-card img {
  width: 100%;
  max-height: 190px;
  padding: 12px;
  background: #241516;
}

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

.zone-art {
  height: 188px;
  background: radial-gradient(circle at 25% 25%, rgba(255,216,58,0.18), transparent 32%), radial-gradient(circle at 70% 55%, rgba(241,10,23,0.18), transparent 36%), #241516;
  border-bottom: 1px solid rgba(255,216,58,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFD83A;
  font-size: 42px;
  font-weight: 700;
}

.alternating {
  display: grid;
  gap: 28px;
}

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

.feature-copy h2,
.section-heading h2,
.content-block h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 42px);
}

.feature-copy p,
.content-block p {
  color: #F6E7BF;
  line-height: 1.78;
  font-size: 17px;
}

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

.feature-points span {
  color: #F6E7BF;
  background: #241516;
  border: 1px solid rgba(255,216,58,0.12);
  padding: 10px 12px;
  border-radius: 12px;
}

.app-section {
  background: radial-gradient(circle at 18% 25%, rgba(241,10,23,0.18), transparent 34%), linear-gradient(135deg, #1A0D0E 0%, #221112 100%);
  border: 1px solid rgba(255,216,58,0.16);
  border-radius: 26px;
  padding: 28px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: center;
  box-shadow: 0 16px 40px rgba(0,0,0,0.30);
}

.app-section img {
  width: 100%;
  max-height: 430px;
  border-radius: 18px;
  background: #1B1112;
  padding: 12px;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0;
  list-style: none;
}

.check-list li {
  padding: 12px 14px;
  background: #241516;
  border: 1px solid rgba(255,216,58,0.12);
  border-radius: 12px;
  color: #F6E7BF;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading p {
  color: #D5C29A;
  line-height: 1.72;
  max-width: 820px;
}

.page-content {
  display: grid;
  gap: 28px;
}

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

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.notice-line {
  padding: 16px 18px;
  background: #241516;
  border-left: 4px solid #D60013;
  border-radius: 14px;
  color: #F7D976;
  line-height: 1.7;
}

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

.footer-inner {
  display: grid;
  grid-template-columns: 1.35fr .7fr .7fr .7fr;
  gap: 28px;
}

.footer-brand-block p,
.footer-note p {
  color: #F7D976;
  line-height: 1.72;
}

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

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

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

.footer-login {
  margin-top: 12px;
}

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

@media (max-width: 1050px) {
  .desktop-header {
    display: none;
  }
  .mobile-header {
    min-height: 70px;
    display: grid;
    grid-template-columns: 54px 1fr auto;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
  }
  .mobile-brand {
    justify-self: center;
  }
  .mobile-brand img {
    height: 48px;
  }
  .mobile-login {
    padding: 10px 12px;
    font-size: 14px;
  }
  .category-grid,
  .service-grid,
  .zone-grid,
  .security-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-grid,
  .feature-row,
  .app-section,
  .two-col,
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .feature-row.reverse .image-panel {
    order: -1;
  }
}

@media (max-width: 640px) {
  .container-wide,
  .container {
    width: min(100% - 24px, 1200px);
  }
  .section {
    padding: 42px 0;
  }
  .category-grid,
  .service-grid,
  .zone-grid,
  .security-grid,
  .faq-grid,
  .feature-grid,
  .step-grid {
    grid-template-columns: 1fr;
  }
  .banner-slider {
    margin: 16px auto 24px;
    border-radius: 18px;
  }
  .banner-slide {
    padding: 8px;
  }
  .banner-arrow {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
  .hero-title,
  .page-title {
    font-size: 34px;
  }
  .mobile-login {
    min-height: 40px;
    padding: 8px 10px;
  }
  .card,
  .info-card,
  .content-block,
  .feature-row,
  .app-section {
    padding: 18px;
  }
}
