html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-weight: 400;
}
body { background: #FFF6EA; color: #222222; }
* { box-sizing: border-box; }
a { text-decoration: none; }
img { display: block; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: linear-gradient(135deg, #FFFFFF 0%, #FFF3E2 55%, #FFF8EF 100%);
  color: #3A1A00;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(145,73,0,0.08);
}
.header-inner { max-width: 1200px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; gap: 18px; }
.brand img { width: 132px; height: auto; object-fit: contain; }
.desktop-header { justify-content: space-between; }
.mobile-header { display: none; justify-content: space-between; }
.nav { display: flex; align-items: center; gap: 4px; flex: 1; justify-content: center; }
.nav a,
.text-link,
.meta-text,
.small-note { font-family: "Be Vietnam Pro", Arial, sans-serif; font-weight: 500; }
.nav a { color: #3A1A00; padding: 10px 12px; border-radius: 999px; font-size: 14px; white-space: nowrap; }
.nav a:hover,
.nav a.active { background: rgba(255,138,0,0.10); color: #D96000; box-shadow: inset 0 -2px 0 #FF8A00; }
.main-btn { font-family: "Be Vietnam Pro", Arial, sans-serif; font-weight: 800; background: linear-gradient(135deg, #FFC247 0%, #FF9A12 45%, #FF7A00 100%); color: #3A1A00; border-radius: 10px; box-shadow: 0 12px 26px rgba(255,122,0,0.24); padding: 12px 22px; display: inline-flex; align-items: center; justify-content: center; letter-spacing: .4px; border: 0; transition: transform .2s ease, box-shadow .2s ease; }
.main-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(255,122,0,0.30); }
.site-main { padding-top: 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
section { margin: 42px auto; }
h1,
.page-title,
.hero-title { font-family: "Be Vietnam Pro", Arial, sans-serif; font-weight: 700; color: #D96000; line-height: 1.14; }
h2,
.section-title { font-family: "Be Vietnam Pro", Arial, sans-serif; font-weight: 700; color: #D96000; line-height: 1.2; }
h3,
.card-title,
.zone-card h3,
.info-card h3 { font-family: "Be Vietnam Pro", Arial, sans-serif; font-weight: 600; color: #7A3200; }
p,
li,
.faq-answer,
.section-desc,
.card p,
.zone-card p,
.info-card p { font-family: "Be Vietnam Pro", Arial, sans-serif; font-weight: 400; line-height: 1.75; }
p { color: #222222; }
.section-head { text-align: center; max-width: 820px; margin: 0 auto 26px; }
.section-desc { color: #6C5A4A; }
.card,
.zone-card,
.info-card { background: #FFFFFF; border: 1px solid rgba(255,138,0,0.16); box-shadow: 0 16px 40px rgba(145,73,0,0.10); color: #222222; border-radius: 24px; }
.hero { max-width: 1200px; margin: 28px auto 36px; padding: 48px 20px 20px; }
.hero-wrap { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 34px; align-items: center; background: linear-gradient(135deg, #FFF3E2 0%, #FFF8EF 55%, #FFF1C8 100%); border: 1px solid rgba(255,138,0,0.18); border-radius: 34px; padding: 38px; box-shadow: 0 18px 50px rgba(145,73,0,0.12); }
.eyebrow { color: #D96000; font-weight: 700; display: inline-flex; background: rgba(255,138,0,0.12); padding: 8px 14px; border-radius: 999px; margin-bottom: 14px; }
.hero-title { font-size: clamp(34px, 5vw, 58px); margin: 0 0 18px; }
.hero-text { font-size: 17px; color: #3A1A00; }
.hero-actions { display: flex; gap: 14px; align-items: center; margin-top: 24px; flex-wrap: wrap; }
.hero-visual { background: #FFFFFF; border-radius: 30px; border: 1px solid rgba(255,138,0,0.18); padding: 18px; position: relative; overflow: hidden; box-shadow: 0 18px 48px rgba(145,73,0,0.14); }
.hero-visual:before { content: ""; position: absolute; inset: 16px; border-radius: 26px; background: linear-gradient(135deg, rgba(255,194,71,.36), rgba(255,138,0,.08)); }
.content-img,
.zone-card img,
.app-section img,
.hero-visual img,
.promo-banner img { max-width: 100%; height: auto; object-fit: contain; }
.hero-visual img { position: relative; width: 100%; max-height: 410px; margin: 0 auto; }
.hero-tags { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.hero-tags .card { padding: 16px; font-weight: 600; color: #7A3200; }
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promo-banner { overflow: hidden; padding: 12px; }
.promo-banner img { width: 100%; border-radius: 18px; background: #FFF8EF; }
.promo-banner h3 { margin: 14px 8px 6px; }
.promo-banner p { margin: 0 8px 8px; color: #6C5A4A; }
.quick-pills { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.quick-pills a { color: #D96000; background: #FFFFFF; border: 1px solid rgba(255,138,0,0.20); border-radius: 999px; padding: 10px 16px; font-weight: 600; box-shadow: 0 8px 22px rgba(145,73,0,0.08); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { padding: 20px; }
.category-card img { width: 100%; height: 145px; object-fit: contain; background: #FFF8EF; border-radius: 18px; margin-bottom: 14px; }
.info-strip { padding: 28px; background: linear-gradient(135deg, #FFFFFF 0%, #FFF3E2 100%); }
.service-grid, .help-grid, .faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card, .help-card, .faq-item { padding: 24px; }
.number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 14px; background: rgba(255,138,0,0.14); color: #D96000; font-weight: 800; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; margin-bottom: 28px; }
.feature-row .text { padding: 26px; }
.feature-row img { width: 100%; max-height: 330px; object-fit: contain; background: #FFFFFF; border-radius: 24px; border: 1px solid rgba(255,138,0,0.16); box-shadow: 0 16px 40px rgba(145,73,0,0.10); padding: 12px; }
.text-link { color: #D96000; font-weight: 700; }
.zone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.zone-card { overflow: hidden; }
.zone-card .zone-body { padding: 20px; }
.zone-card img { width: 100%; height: 170px; background: #FFF8EF; padding: 10px; }
.label { display: inline-flex; color: #D96000; background: rgba(255,138,0,.12); padding: 6px 12px; border-radius: 999px; font-weight: 700; font-size: 13px; }
.app-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; padding: 30px; background: linear-gradient(135deg, #FFF1C8 0%, #FFF8EF 100%); }
.app-section img { width: 100%; max-height: 380px; margin: 0 auto; }
.check-list { padding-left: 20px; color: #3A1A00; }
.notice { background: #3A1A00; color: #FFE7C2; border-radius: 24px; padding: 26px; }
.notice h2, .notice p { color: #FFE7C2; }
.page-hero { padding: 58px 20px 28px; }
.page-hero .inner { max-width: 1100px; margin: 0 auto; background: linear-gradient(135deg, #FFFFFF 0%, #FFF3E2 100%); border: 1px solid rgba(255,138,0,0.16); border-radius: 30px; padding: 34px; box-shadow: 0 16px 40px rgba(145,73,0,0.10); }
.page-title { font-size: clamp(32px, 4vw, 52px); margin: 0 0 14px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 24px; align-items: start; }
.article-card { padding: 30px; }
.side-card { padding: 22px; position: sticky; top: 98px; }
.side-card img, .article-card img { width: 100%; max-height: 320px; object-fit: contain; background: #FFF8EF; border-radius: 20px; margin: 14px 0; }
.topic-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 0; list-style: none; }
.topic-list li { background: #FFF8EF; border: 1px solid rgba(255,138,0,0.14); border-radius: 16px; padding: 14px; color: #3A1A00; font-weight: 500; }
.faq-list { display: grid; gap: 16px; }
.faq-block { padding: 22px; }
.site-footer { background: #3A1A00; color: #FFE7C2; margin-top: 54px; }
.footer-grid { max-width: 1200px; margin: 0 auto; padding: 42px 20px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 26px; }
.footer-grid h3, .footer-grid p, .footer-note { color: #FFE7C2; }
.footer-grid a { display: block; color: #FFE7C2; margin: 10px 0; opacity: .92; }
.footer-note { max-width: 1200px; margin: 0 auto; padding: 18px 20px 30px; border-top: 1px solid rgba(255,231,194,.18); }
.menu-toggle { border: 0; background: #FFFFFF; width: 44px; height: 44px; border-radius: 14px; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 0 11px; box-shadow: 0 8px 20px rgba(145,73,0,0.10); }
.menu-toggle span { display: block; height: 2px; background: #3A1A00; border-radius: 2px; }
.drawer-overlay { position: fixed; inset: 0; background: rgba(58,26,0,.36); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.mobile-drawer { position: fixed; top: 0; left: 0; width: min(330px, 86vw); height: 100vh; background: #FFF8EF; transform: translateX(-105%); transition: transform .25s ease; box-shadow: 18px 0 38px rgba(58,26,0,.20); padding: 18px; }
.drawer-open .drawer-overlay { opacity: 1; pointer-events: auto; }
.drawer-open .mobile-drawer { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.drawer-close { border: 0; background: #FFFFFF; color: #3A1A00; border-radius: 12px; width: 40px; height: 40px; font-size: 26px; }
.drawer-nav a { display: block; color: #3A1A00; padding: 13px 14px; border-radius: 14px; font-weight: 600; }
.drawer-nav a.active, .drawer-nav a:hover { background: rgba(255,138,0,0.12); color: #D96000; }
@media (max-width: 1024px) {
  .desktop-header { display: none; }
  .mobile-header { display: flex; }
  .mobile-brand img { width: 116px; }
  .mobile-register { padding: 10px 14px; font-size: 13px; }
  .hero-wrap, .content-grid { grid-template-columns: 1fr; }
  .promo-grid, .service-grid, .help-grid, .zone-grid, .faq-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-row, .app-section { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .header-inner { padding: 10px 14px; }
  .hero { padding: 22px 14px 0; }
  .hero-wrap { padding: 24px; border-radius: 24px; }
  .hero-tags, .promo-grid, .service-grid, .help-grid, .zone-grid, .faq-grid, .category-grid, .topic-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .page-hero .inner, .article-card { padding: 22px; }
  .mobile-register { padding: 9px 12px; }
}
