html,
body {
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Be Vietnam Pro", Arial, sans-serif;
    font-weight: 400;
}
* { box-sizing: border-box; }
body { background: #FFF6EA; color: #222222; line-height: 1.72; }
a { text-decoration: none; transition: .22s ease; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.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); }
.desktop-header { min-height: 78px; display: flex; align-items: center; gap: 22px; }
.logo-link img, .mobile-logo img { width: 128px; height: auto; }
.nav { flex: 1; display: flex; justify-content: center; align-items: center; gap: 5px; }
.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 { display: inline-flex; align-items: center; justify-content: center; gap: 8px; 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: 999px; box-shadow: 0 12px 26px rgba(255,122,0,0.24); padding: 12px 22px; letter-spacing: .02em; border: 0; }
.main-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(255,122,0,0.30); }
.mobile-header { display: none; min-height: 68px; align-items: center; justify-content: space-between; padding: 0 14px; }
.menu-toggle, .drawer-close { border: 0; background: rgba(255,138,0,.12); color: #3A1A00; width: 42px; height: 42px; border-radius: 14px; font-size: 24px; font-weight: 700; }
.mobile-join { padding: 9px 13px; font-size: 12px; }
.drawer-overlay { position: fixed; inset: 0; background: rgba(58,26,0,.42); opacity: 0; visibility: hidden; transition: .25s ease; }
.mobile-drawer { position: fixed; top: 0; left: 0; width: min(310px, 86vw); height: 100vh; background: #FFF8EF; transform: translateX(-105%); transition: .25s ease; box-shadow: 18px 0 50px rgba(58,26,0,.18); padding: 18px; z-index: 10001; overflow-y: auto; }
.drawer-open .drawer-overlay { opacity: 1; visibility: visible; }
.drawer-open .mobile-drawer { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.drawer-head img { width: 126px; }
.drawer-nav { display: grid; gap: 8px; }
.drawer-nav a { color: #3A1A00; background: #FFFFFF; border: 1px solid rgba(255,138,0,.16); padding: 12px 14px; border-radius: 14px; font-weight: 500; }
.drawer-nav a.active { color: #D96000; background: #FFF3E2; }
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.22; }
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; }
section { padding: 52px 0; }
.hero { padding: 68px 0 34px; background: radial-gradient(circle at 85% 20%, rgba(255,194,71,.32), transparent 34%), linear-gradient(135deg,#FFF3E2 0%,#FFF8EF 58%,#FFFFFF 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 42px; }
.kicker { display: inline-flex; color: #D96000; background: #FFFFFF; border: 1px solid rgba(255,138,0,.2); padding: 8px 14px; border-radius: 999px; font-weight: 700; margin-bottom: 14px; }
.hero-title { font-size: clamp(34px, 5vw, 58px); margin: 0 0 20px; }
.hero-text { color: #6C5A4A; font-size: 17px; max-width: 760px; }
.hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 26px; }
.text-link { color: #D96000; font-weight: 700; }
.text-link:hover { color: #FF8A00; }
.hero-visual { background: #FFFFFF; border: 1px solid rgba(255,138,0,.18); border-radius: 30px; padding: 22px; box-shadow: 0 16px 40px rgba(145,73,0,0.10); position: relative; }
.hero-visual:before { content: ''; position: absolute; inset: 18px -10px -10px 18px; background: linear-gradient(135deg,#FFC247,#FF8A00); border-radius: 28px; z-index: -1; opacity: .28; }
.content-img, .zone-card img, .app-section img, .hero-visual img, .promo-banner img { max-width: 100%; height: auto; object-fit: contain; }
.hero-tags { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.mini-card, .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: 22px; }
.mini-card { padding: 16px; }
.mini-card strong { color: #D96000; display: block; font-weight: 700; }
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.promo-banner { overflow: hidden; padding: 12px; }
.promo-banner img { width: 100%; border-radius: 18px; background: #FFF8EF; }
.promo-banner div { padding: 13px 8px 6px; }
.quick-pills { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-bottom: 26px; }
.quick-pills a { color: #D96000; background: #FFFFFF; border: 1px solid rgba(255,138,0,.2); border-radius: 999px; padding: 9px 15px; font-weight: 700; }
.section-head { text-align: center; max-width: 820px; margin: 0 auto 30px; }
.section-title { font-size: clamp(28px, 4vw, 42px); margin: 0 0 12px; }
.section-desc { color: #6C5A4A; margin: 0; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { padding: 22px; }
.card img { width: 100%; max-height: 145px; object-fit: contain; border-radius: 16px; background: #FFF8EF; margin-bottom: 14px; }
.card h3 { margin: 0 0 8px; }
.card p { color: #6C5A4A; margin: 0 0 12px; }
.platform-strip { padding: 28px; background: linear-gradient(135deg,#FFFFFF 0%,#FFF3E2 100%); border-left: 6px solid #FF8A00; }
.service-grid, .help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 14px; background: #FFF1C8; color: #D96000; font-weight: 800; margin-bottom: 12px; }
.check-list { padding-left: 20px; color: #6C5A4A; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 36px; margin-bottom: 34px; }
.feature-row:nth-child(even) .feature-media { order: 2; }
.feature-media { background: #FFFFFF; border-radius: 28px; padding: 18px; border: 1px solid rgba(255,138,0,.16); box-shadow: 0 16px 40px rgba(145,73,0,0.10); }
.feature-media img { width: 100%; max-height: 310px; object-fit: contain; }
.feature-copy { padding: 10px; }
.feature-copy h2 { margin-top: 0; }
.zone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.zone-card { padding: 20px; }
.zone-card img { width: 100%; max-height: 156px; object-fit: contain; border-radius: 16px; margin-bottom: 12px; background: #FFF8EF; }
.badge { color: #D96000; background: rgba(255,138,0,.11); padding: 5px 10px; border-radius: 999px; font-weight: 700; font-size: 13px; display: inline-flex; margin-bottom: 8px; }
.app-section { background: linear-gradient(135deg,#FFF3E2,#FFFFFF 70%,#FFF1C8); border: 1px solid rgba(255,138,0,.18); border-radius: 32px; padding: 34px; box-shadow: 0 16px 40px rgba(145,73,0,0.10); }
.app-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; }
.app-grid img { max-height: 360px; margin: 0 auto; }
.faq-list { display: grid; gap: 14px; }
.faq-item { padding: 20px; background: #FFFFFF; border: 1px solid rgba(255,138,0,.16); border-radius: 20px; }
.faq-item h3 { margin: 0 0 8px; color: #7A3200; }
.faq-answer { color: #6C5A4A; margin: 0; }
.notice { background: #3A1A00; color: #FFE7C2; border-radius: 28px; padding: 30px; }
.notice h2 { color: #FFC247; margin-top: 0; }
.notice p { margin-bottom: 0; }
.page-hero { padding: 54px 0 28px; background: linear-gradient(135deg,#FFF3E2 0%,#FFF8EF 70%,#FFFFFF 100%); }
.page-title { font-size: clamp(32px, 4.4vw, 52px); margin: 0 0 14px; }
.page-lead { color: #6C5A4A; max-width: 850px; font-size: 17px; }
.content-layout { display: grid; grid-template-columns: 1fr; gap: 22px; }
.content-card { background: #FFFFFF; border: 1px solid rgba(255,138,0,.16); border-radius: 24px; padding: 28px; box-shadow: 0 16px 40px rgba(145,73,0,0.10); }
.content-card h2 { margin-top: 0; }
.content-card p { color: #6C5A4A; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.image-text { display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; align-items: center; }
.image-panel { background: #FFFFFF; border: 1px solid rgba(255,138,0,.16); border-radius: 24px; padding: 20px; box-shadow: 0 16px 40px rgba(145,73,0,0.10); }
.image-panel img { max-height: 360px; margin: 0 auto; object-fit: contain; }
.site-footer { background: #3A1A00; color: #FFE7C2; padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; }
.footer-brand img { width: 132px; margin-bottom: 14px; }
.site-footer h3 { color: #FFC247; margin-top: 0; }
.site-footer a { display: block; color: #FFE7C2; margin: 8px 0; }
.site-footer a:hover { color: #FFC247; }
.footer-bottom { border-top: 1px solid rgba(255,231,194,.18); margin-top: 26px; padding-top: 18px; display: flex; gap: 18px; justify-content: space-between; flex-wrap: wrap; color: rgba(255,231,194,.8); font-size: 14px; }
@media (max-width: 1050px) { .desktop-header { display: none; } .mobile-header { display: flex; } .hero-grid, .feature-row, .app-grid, .image-text { grid-template-columns: 1fr; } .feature-row:nth-child(even) .feature-media { order: initial; } .category-grid { grid-template-columns: repeat(2, 1fr); } .service-grid, .help-grid, .zone-grid { grid-template-columns: repeat(2, 1fr); } .promo-grid { grid-template-columns: repeat(2, 1fr); } .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .container { width: min(100% - 24px, 1180px); } section { padding: 38px 0; } .hero { padding-top: 42px; } .hero-tags, .promo-grid, .category-grid, .service-grid, .help-grid, .zone-grid, .two-col { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } .app-section { padding: 22px; border-radius: 24px; } .content-card { padding: 22px; } .footer-bottom { display: block; } .mobile-logo img { width: 112px; } .main-btn.mobile-join { font-size: 11px; padding: 8px 11px; } }
