
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; }
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: 1180px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; gap: 22px; }
.brand img, .mobile-logo img { width: 122px; height: auto; }
.nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 4px; }
.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;
    min-height: 44px;
    padding: 12px 22px;
    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);
    border: 0;
    letter-spacing: .02em;
    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); }
.main-btn.compact { min-height: 38px; padding: 9px 14px; font-size: 12px; }
.mobile-topbar { display: none; }
.drawer-backdrop, .mobile-drawer { display: none; }
main { min-height: 70vh; }
.section, .page-section { max-width: 1180px; margin: 0 auto; padding: 54px 20px; }
.hero { max-width: 1180px; margin: 0 auto; padding: 48px 20px 34px; display: grid; grid-template-columns: 1.12fr .88fr; gap: 34px; align-items: center; }
.hero-card { background: linear-gradient(135deg, #FFF8EF 0%, #FFF3E2 58%, #FFF1C8 100%); border: 1px solid rgba(255,138,0,0.18); border-radius: 32px; padding: 34px; box-shadow: 0 18px 46px rgba(145,73,0,0.10); }
.eyebrow, .tag { display: inline-flex; color: #D96000; background: rgba(255,138,0,0.12); border: 1px solid rgba(255,138,0,0.18); border-radius: 999px; padding: 7px 12px; font-weight: 700; font-size: 13px; }
h1, .page-title, .hero-title { font-family: "Be Vietnam Pro", Arial, sans-serif; font-weight: 700; color: #D96000; line-height: 1.12; }
.hero-title { font-size: clamp(34px, 5vw, 58px); margin: 18px 0; }
h2, .section-title { font-family: "Be Vietnam Pro", Arial, sans-serif; font-weight: 700; color: #D96000; }
.section-title { font-size: clamp(26px, 3vw, 38px); margin: 0 0 14px; }
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; }
p { color: #6C5A4A; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 22px; }
.hero-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }
.hero-badges span { background: #FFFFFF; border: 1px solid rgba(255,138,0,0.16); border-radius: 16px; padding: 13px; font-weight: 700; color: #3A1A00; text-align: center; box-shadow: 0 10px 24px rgba(145,73,0,0.08); }
.hero-visual { background: #FFFFFF; border: 1px solid rgba(255,138,0,0.18); border-radius: 34px; padding: 22px; box-shadow: 0 16px 40px rgba(145,73,0,0.10); }
.content-img, .zone-card img, .app-section img, .hero-visual img, .promo-banner img { max-width: 100%; height: auto; object-fit: contain; }
.promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.promo-banner { background: #FFFFFF; border: 1px solid rgba(255,138,0,0.16); border-radius: 24px; padding: 12px; box-shadow: 0 16px 40px rgba(145,73,0,0.10); }
.promo-banner img { width: 100%; border-radius: 18px; }
.promo-banner h3 { margin: 14px 4px 6px; }
.promo-banner p { margin: 0 4px 8px; }
.quick-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.quick-pills a { color: #D96000; background: #FFFFFF; border: 1px solid rgba(255,138,0,0.20); border-radius: 999px; padding: 11px 16px; font-weight: 700; box-shadow: 0 10px 22px rgba(145,73,0,0.07); }
.grid-6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.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; padding: 24px; }
.intro-strip { background: linear-gradient(135deg, #FFFFFF, #FFF3E2); border-left: 6px solid #FF8A00; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.num { width: 44px; height: 44px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: #FFF1C8; color: #D96000; font-weight: 800; margin-bottom: 10px; }
.check-list { padding: 0; margin: 16px 0 0; list-style: none; }
.check-list li { margin: 9px 0; color: #3A1A00; font-weight: 500; }
.check-list li:before { content: "•"; color: #FF8A00; font-weight: 800; margin-right: 8px; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; margin-bottom: 28px; }
.feature-media { background: #FFFFFF; border: 1px solid rgba(255,138,0,0.16); border-radius: 28px; padding: 18px; box-shadow: 0 16px 40px rgba(145,73,0,0.10); }
.feature-media img { width: 100%; max-height: 340px; object-fit: contain; border-radius: 18px; }
.text-link { color: #D96000; font-weight: 700; display: inline-flex; margin-top: 8px; }
.zone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.zone-card img { width: 100%; max-height: 170px; margin-bottom: 16px; border-radius: 18px; }
.app-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; align-items: center; background: linear-gradient(135deg, #FFF3E2, #FFF8EF); border: 1px solid rgba(255,138,0,0.16); border-radius: 30px; padding: 28px; box-shadow: 0 16px 40px rgba(145,73,0,0.10); }
.app-section img { width: 100%; max-height: 420px; }
.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: #FFFFFF; border: 1px solid rgba(255,138,0,0.16); border-radius: 20px; padding: 20px; box-shadow: 0 14px 30px rgba(145,73,0,0.08); }
.faq-item h3 { margin: 0 0 8px; }
.responsible { background: linear-gradient(135deg, #FFF1C8, #FFF8EF); border: 1px solid rgba(255,138,0,0.24); border-radius: 28px; padding: 28px; }
.page-hero { max-width: 1180px; margin: 0 auto; padding: 58px 20px 24px; }
.page-hero .page-title { font-size: clamp(32px, 5vw, 54px); margin: 14px 0; max-width: 860px; }
.page-layout { max-width: 1180px; margin: 0 auto; padding: 28px 20px 60px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 26px; align-items: start; }
.article { background: #FFFFFF; border: 1px solid rgba(255,138,0,0.16); border-radius: 28px; padding: 30px; box-shadow: 0 16px 40px rgba(145,73,0,0.10); }
.article h2 { margin-top: 30px; }
.side-panel { display: grid; gap: 18px; }
.side-panel img { width: 100%; border-radius: 24px; background: #FFFFFF; padding: 12px; border: 1px solid rgba(255,138,0,0.16); box-shadow: 0 16px 40px rgba(145,73,0,0.10); }
.site-footer { background: #3A1A00; color: #FFE7C2; margin-top: 20px; }
.footer-inner { max-width: 1180px; margin: 0 auto; padding: 44px 20px; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 28px; }
.footer-brand img { width: 126px; margin-bottom: 16px; }
.footer-brand p, .footer-note { color: #FFE7C2; }
.footer-col h3 { color: #FFC247; margin-top: 0; }
.footer-col a { display: block; color: #FFE7C2; margin: 9px 0; }
.footer-note { max-width: 1180px; margin: 0 auto; padding: 18px 20px 28px; border-top: 1px solid rgba(255,231,194,0.18); font-size: 14px; }
@media (max-width: 980px) {
    .header-inner { display: none; }
    .mobile-topbar { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 10px; padding: 10px 14px; }
    .mobile-logo { justify-self: center; }
    .mobile-logo img { width: 112px; }
    .menu-toggle, .drawer-close { background: #FFFFFF; color: #3A1A00; border: 1px solid rgba(255,138,0,0.20); border-radius: 12px; width: 40px; height: 40px; font-size: 23px; }
    .drawer-backdrop { display: block; position: fixed; inset: 0; background: rgba(58,26,0,.34); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
    .mobile-drawer { display: block; position: fixed; top: 0; left: 0; width: min(84vw, 330px); height: 100vh; background: #FFF8EF; transform: translateX(-105%); transition: transform .25s ease; box-shadow: 18px 0 36px rgba(58,26,0,.18); padding: 18px; }
    .drawer-open .drawer-backdrop { 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: 16px; }
    .drawer-head img { width: 118px; }
    .drawer-nav a { display: block; color: #3A1A00; padding: 13px 12px; border-radius: 14px; font-weight: 700; }
    .drawer-nav a.active, .drawer-nav a:hover { color: #D96000; background: rgba(255,138,0,0.12); }
    .hero, .app-section, .page-layout { grid-template-columns: 1fr; }
    .promo-grid, .grid-6, .service-grid, .zone-grid, .help-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-row { grid-template-columns: 1fr; }
    .feature-row.reverse .feature-text { order: 2; }
    .feature-row.reverse .feature-media { order: 1; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .section, .page-section { padding: 38px 16px; }
    .hero { padding: 30px 16px; }
    .hero-card { padding: 24px; border-radius: 24px; }
    .hero-badges, .promo-grid, .grid-6, .service-grid, .zone-grid, .help-grid, .footer-inner { grid-template-columns: 1fr; }
    .card, .zone-card, .info-card, .article { padding: 20px; }
    .app-section { padding: 20px; }
}
