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

* { box-sizing: border-box; }

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

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

img { display: block; }

.container {
  width: min(1200px, calc(100% - 36px));
  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);
}

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

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

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  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 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,
.action-btn {
  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: .02em;
  transition: transform .22s ease, box-shadow .22s ease;
}

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

.mobile-header { display: none; }

.site-main { padding-bottom: 56px; }

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;
  line-height: 1.25;
}

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: 64px 0 24px;
  background: radial-gradient(circle at top right, rgba(214,0,19,.20), transparent 34%), linear-gradient(135deg, #13090A 0%, #1A0D0E 52%, #221112 100%);
}

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

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

.eyebrow,
.card-kicker,
.zone-label,
.number-tag {
  color: #FFC928;
  font-weight: 700;
  letter-spacing: .04em;
}

.section-desc,
.lead {
  font-size: 18px;
  color: #F6E7BF;
  margin: 0 0 18px;
}

.page-note,
.small-note {
  color: #D5C29A;
  font-size: 15px;
}

.hero-visual,
.visual-card,
.promo-banner {
  background: #1B1112;
  border: 1px solid rgba(255,216,58,0.14);
  border-radius: 24px;
  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,
.visual-card img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-visual img,
.visual-card img,
.promo-banner img {
  width: 100%;
  border-radius: 18px;
  max-height: 420px;
}

.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 {
  min-width: 100%;
  padding: 14px;
  background: radial-gradient(circle at center, rgba(241,10,23,.18), transparent 55%);
}

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

.banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,216,58,.35);
  background: rgba(19,9,10,.82);
  color: #FFD83A;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0,0,0,.28);
}

.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: 10px;
}

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

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

.section {
  padding: 48px 0;
}

.section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

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

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

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

.quick-pills a,
.text-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,216,58,0.18);
  color: #FFD83A;
  background: #1B1112;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 700;
}

.quick-pills a:hover { border-color: rgba(214,0,19,.75); }

.grid,
.cards-grid,
.zone-grid,
.help-grid,
.faq-grid,
.service-grid {
  display: grid;
  gap: 20px;
}

.category-grid { grid-template-columns: repeat(4, 1fr); }
.service-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); }
.cards-grid.two { grid-template-columns: repeat(2, 1fr); }
.cards-grid.three { grid-template-columns: repeat(3, 1fr); }

.card,
.zone-card,
.info-card,
.faq-item,
.article-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: 20px;
  padding: 22px;
}

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

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

.number-tag {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #241516;
  border: 1px solid rgba(255,216,58,.22);
  margin-bottom: 14px;
}

.card ul,
.info-card ul,
.article-card ul,
.feature-list {
  padding-left: 19px;
  margin: 14px 0 0;
}

.card li,
.info-card li,
.article-card li,
.feature-list li { margin-bottom: 8px; }

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

.text-link:hover { color: #FFC928; }

.split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 26px;
  border-radius: 24px;
  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);
  margin-bottom: 26px;
}

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

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

.app-section img {
  width: 100%;
  max-height: 420px;
  border-radius: 18px;
}

.zone-card { overflow: hidden; padding: 0; }
.zone-card img {
  width: 100%;
  max-height: 210px;
  background: #241516;
  border-radius: 18px 18px 0 0;
  padding: 10px;
}
.zone-card .zone-body { padding: 20px; }
.zone-card.text-only { padding: 22px; min-height: 318px; }
.decor-shape {
  width: 100%;
  height: 126px;
  border-radius: 18px;
  background: radial-gradient(circle at 28% 30%, rgba(255,216,58,.42), transparent 26%), linear-gradient(135deg, #D60013 0%, #1A0D0E 70%);
  border: 1px solid rgba(255,216,58,.16);
  margin-bottom: 18px;
}

.faq-item h3 { margin-top: 0; }

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.article-body {
  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: 28px;
}

.article-body h2 { margin-top: 34px; }
.article-body h2:first-child { margin-top: 0; }

.sidebar-box {
  position: sticky;
  top: 96px;
  background: #241516;
  border: 1px solid rgba(255,216,58,0.14);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.30);
}

.sidebar-box a {
  display: block;
  color: #FFD83A;
  font-weight: 700;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,216,58,.10);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label { color: #FFD83A; font-weight: 700; }
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid rgba(255,216,58,.18);
  background: #13090A;
  color: #F6E7BF;
  border-radius: 10px;
  padding: 12px 14px;
  font-family: "Charis SIL", Georgia, serif;
}
.contact-form textarea { min-height: 140px; resize: vertical; }

.site-footer {
  background: #0E0607;
  color: #F7D976;
  padding: 54px 0 28px;
}

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

.footer-brand p,
.footer-bottom p,
.footer-col a { color: #F7D976; }
.footer-col h3 { margin-top: 0; }
.footer-col a { display: block; padding: 5px 0; }
.footer-login { margin-top: 14px; }
.footer-bottom {
  border-top: 1px solid rgba(255,216,58,.12);
  margin-top: 30px;
  padding-top: 18px;
  font-size: 14px;
}

.drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.58);
  z-index: 9998;
}
.drawer-overlay.show { display: block; }
.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 84vw;
  max-width: 320px;
  height: 100vh;
  background: linear-gradient(135deg, #13090A 0%, #1A0D0E 62%, #221112 100%);
  z-index: 10000;
  transform: translateX(-100%);
  transition: transform .26s ease;
  padding: 18px;
  box-shadow: 18px 0 34px rgba(0,0,0,.38);
  overflow-y: auto;
}
.mobile-drawer.open { transform: translateX(0); }
.drawer-open { overflow: hidden; }
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.drawer-close,
.menu-toggle {
  border: 1px solid rgba(255,216,58,.18);
  background: #1B1112;
  color: #FFD83A;
  border-radius: 10px;
  min-width: 42px;
  height: 42px;
  font-size: 24px;
  cursor: pointer;
}
.drawer-login { width: 100%; margin: 20px 0; }
.drawer-nav a {
  display: block;
  color: #FFD83A;
  font-weight: 700;
  padding: 13px 2px;
  border-bottom: 1px solid rgba(255,216,58,.12);
}
.drawer-nav a.active { color: #FFC928; box-shadow: inset 3px 0 0 #D60013; padding-left: 12px; }

@media (max-width: 1060px) {
  .nav a { font-size: 14px; padding: 8px 7px; }
  .brand img { width: 118px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .zone-grid, .help-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .desktop-header { display: none; }
  .mobile-header {
    min-height: 68px;
    display: grid;
    grid-template-columns: 58px 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 0 14px;
  }
  .mobile-logo { justify-self: center; }
  .mobile-logo img { width: 124px; }
  .mobile-login { min-height: 38px; padding: 8px 12px; font-size: 13px; }
  .page-hero .container,
  .hero-grid,
  .page-hero .container,
  .content-layout,
  .split-row,
  .app-section,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .page-hero { padding-top: 42px; }
  .split-row.reverse .split-text,
  .split-row.reverse .visual-card { order: initial; }
  .service-grid,
  .faq-grid,
  .cards-grid.two,
  .cards-grid.three { grid-template-columns: 1fr; }
  .sidebar-box { position: static; }
  .banner-arrow { width: 38px; height: 38px; font-size: 22px; }
  .banner-arrow.prev { left: 10px; }
  .banner-arrow.next { right: 10px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1200px); }
  .category-grid,
  .zone-grid,
  .help-grid { grid-template-columns: 1fr; }
  .banner-slider { margin: 18px auto 26px; border-radius: 16px; }
  .banner-slide { padding: 8px; }
  .banner-slide img { border-radius: 12px; max-height: 360px; }
  .banner-dots { bottom: 10px; }
  .section { padding: 34px 0; }
  .card,
  .zone-card,
  .info-card,
  .faq-item,
  .article-card,
  .article-body,
  .split-row,
  .app-section,
  .brand-strip,
  .notice-box { padding: 18px; border-radius: 16px; }
  .zone-card { padding: 0; }
  .zone-card .zone-body { padding: 18px; }
}
