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: #F5FCFF; color: #1E2A36; }
a { text-decoration: none; }
img { display: block; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: linear-gradient(135deg, #FFFFFF 0%, #EAF8FF 55%, #F5FCFF 100%);
    color: #003A66;
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0,110,175,0.08);
}
.topbar { max-width: 1240px; margin: 0 auto; padding: 12px 20px; display: flex; align-items: center; gap: 20px; }
.brand img { width: 138px; height: auto; object-fit: contain; }
.nav { flex: 1; display: flex; justify-content: center; gap: 4px; align-items: center; }
.nav a,
.text-link,
.meta-text,
.small-note { font-family: "Charis SIL", Georgia, serif; font-weight: 700; }
.nav a { color: #003A66; padding: 11px 12px; border-radius: 999px; font-size: 15px; white-space: nowrap; transition: .2s ease; }
.nav a:hover,
.nav a.active { background: rgba(22,185,234,0.12); color: #006EAF; box-shadow: inset 0 -2px 0 #16B9EA; }
.main-btn { font-family: "Charis SIL", Georgia, serif; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #20D4FF 0%, #16B9EA 45%, #006EAF 100%); color: #FFFFFF; border-radius: 999px; box-shadow: 0 12px 26px rgba(0,110,175,0.22); padding: 12px 22px; min-height: 44px; transition: .2s ease; letter-spacing: .3px; }
.main-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(0,110,175,0.28); }
.small-btn { padding: 9px 14px; min-height: 38px; font-size: 13px; }
.mobile-header { display: none; align-items: center; justify-content: space-between; padding: 10px 14px; }
.menu-toggle,.drawer-close,.slide-arrow { border: 0; cursor: pointer; font-family: "Charis SIL", Georgia, serif; font-weight: 700; }
.menu-toggle { width: 42px; height: 42px; border-radius: 14px; background: #EAF8FF; color: #006EAF; font-size: 24px; }
.mobile-brand { position: absolute; left: 50%; transform: translateX(-50%); }
.mobile-brand img { width: 118px; }
.drawer-backdrop { position: fixed; inset: 0; background: rgba(0,58,102,.35); opacity: 0; pointer-events: none; transition: .2s ease; }
.mobile-drawer { position: fixed; top: 0; left: 0; height: 100vh; width: min(320px,86vw); background: linear-gradient(180deg,#FFFFFF 0%,#EAF8FF 100%); transform: translateX(-105%); transition: .25s ease; box-shadow: 18px 0 42px rgba(0,58,102,.18); padding: 18px; }
.drawer-open .drawer-backdrop { opacity: 1; pointer-events: auto; }
.drawer-open .mobile-drawer { transform: translateX(0); }
.drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.drawer-close { width: 38px; height: 38px; border-radius: 12px; background: #DDF5FF; color: #003A66; font-size: 26px; }
.drawer-nav { display: grid; gap: 8px; }
.drawer-nav a { color: #003A66; font-weight: 700; padding: 13px 14px; border-radius: 14px; background: rgba(255,255,255,.72); border: 1px solid rgba(22,185,234,.14); }
.drawer-nav a.active { color: #006EAF; background: rgba(22,185,234,.14); }
.container { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 46px 0; }
.section-tight { padding: 28px 0; }
h1,
.page-title,
.hero-title { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #003A66; margin: 0 0 16px; line-height: 1.12; }
h2,
.section-title { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #003A66; margin: 0 0 14px; line-height: 1.2; }
h3,
.card-title,
.zone-card h3,
.info-card h3 { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #006EAF; margin: 0 0 10px; }
p,
li,
.faq-answer,
.section-desc,
.card p,
.zone-card p,
.info-card p { font-family: "Charis SIL", Georgia, serif; font-weight: 400; line-height: 1.75; }
p { margin: 0 0 14px; }
.section-desc { color: #5D6B78; max-width: 820px; }
.banner-slider { max-width: 1200px; margin: 28px auto 36px; border-radius: 22px; background: linear-gradient(135deg, #EAF8FF 0%, #FFFFFF 48%, #DDF5FF 100%); border: 1px solid rgba(22,185,234,0.22); box-shadow: 0 18px 42px rgba(0,110,175,0.14); overflow: hidden; position: relative; }
.slide-track { display: flex; transition: transform .55s ease; }
.slide { min-width: 100%; background: #EAF8FF; }
.banner-slider img { width: 100%; max-width: 100%; height: auto; object-fit: contain; }
.slide-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 999px; color: #FFFFFF; background: linear-gradient(135deg,#20D4FF,#006EAF); box-shadow: 0 8px 18px rgba(0,110,175,.26); font-size: 24px; }
.slide-prev { left: 16px; }
.slide-next { right: 16px; }
.slide-dots { position: absolute; left: 0; right: 0; bottom: 14px; display: flex; justify-content: center; gap: 8px; }
.slide-dot { width: 10px; height: 10px; border: 0; border-radius: 999px; background: rgba(0,110,175,.25); cursor: pointer; }
.slide-dot.active { width: 28px; background: #16B9EA; }
.intro-strip,.soft-panel,.responsible-box { background: linear-gradient(135deg,#FFFFFF 0%,#EAF8FF 100%); border: 1px solid rgba(22,185,234,.2); border-radius: 24px; padding: 26px; box-shadow: 0 16px 40px rgba(0,110,175,0.10); }
.pills { display: flex; gap: 10px; flex-wrap: wrap; }
.pills a { color: #006EAF; background: #FFFFFF; border: 1px solid rgba(22,185,234,.22); border-radius: 999px; padding: 10px 16px; font-weight: 700; box-shadow: 0 10px 22px rgba(0,110,175,.06); }
.grid-8 { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.card,
.zone-card,
.info-card { background: #FFFFFF; border: 1px solid rgba(22,185,234,0.18); box-shadow: 0 16px 40px rgba(0,110,175,0.10); color: #1E2A36; border-radius: 22px; padding: 22px; overflow: hidden; }
.category-card { min-height: 178px; display: flex; flex-direction: column; gap: 10px; }
.category-card img { width: 100%; max-height: 124px; object-fit: contain; margin-bottom: 8px; }
.number { display: inline-flex; width: 42px; height: 42px; border-radius: 14px; align-items: center; justify-content: center; background: #EAF8FF; color: #006EAF; font-weight: 700; margin-bottom: 12px; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; padding: 28px; border-radius: 26px; background: #FFFFFF; border: 1px solid rgba(22,185,234,.18); box-shadow: 0 16px 40px rgba(0,110,175,.10); margin-bottom: 24px; }
.feature-row.reverse .feature-text { order: 1; }
.feature-row.reverse .feature-media { order: 2; }
.content-img,
.zone-card img,
.app-section img,
.banner-slider img,
.hero-visual img,
.promo-banner img { max-width: 100%; height: auto; object-fit: contain; }
.feature-media { background: linear-gradient(135deg,#EAF8FF,#FFFFFF); border-radius: 22px; padding: 16px; }
.feature-media img { width: 100%; max-height: 320px; object-fit: contain; }
.text-link { color: #006EAF; display: inline-flex; margin-top: 8px; }
.zone-card { padding: 0; }
.zone-card .zone-body { padding: 20px; }
.zone-card img { width: 100%; height: 150px; object-fit: contain; background: #EAF8FF; padding: 12px; }
.tag { display: inline-flex; color: #006EAF; background: rgba(22,185,234,.12); border-radius: 999px; padding: 6px 12px; font-weight: 700; margin-bottom: 12px; }
.app-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 28px; background: linear-gradient(135deg,#DDF5FF 0%,#FFFFFF 55%,#EAF8FF 100%); border: 1px solid rgba(22,185,234,.2); border-radius: 28px; padding: 30px; box-shadow: 0 16px 40px rgba(0,110,175,.10); }
.app-section img { width: 100%; max-height: 360px; object-fit: contain; }
.check-list { padding-left: 0; list-style: none; display: grid; gap: 10px; }
.check-list li { padding-left: 30px; position: relative; }
.check-list li:before { content: "✓"; position: absolute; left: 0; top: 0; color: #006EAF; font-weight: 700; }
.faq-list { display: grid; gap: 16px; }
.faq-item { background: #FFFFFF; border: 1px solid rgba(22,185,234,.18); border-radius: 18px; padding: 20px; box-shadow: 0 12px 28px rgba(0,110,175,.08); }
.page-hero { padding: 48px 0 22px; background: radial-gradient(circle at top left, #DDF5FF 0, #F5FCFF 38%, #F5FCFF 100%); }
.hero-card { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: center; }
.hero-visual { background: linear-gradient(135deg,#EAF8FF,#FFFFFF); border: 1px solid rgba(22,185,234,.2); border-radius: 26px; padding: 18px; box-shadow: 0 16px 40px rgba(0,110,175,.10); }
.hero-visual img { width: 100%; max-height: 360px; object-fit: contain; }
.content-block { background: #FFFFFF; border: 1px solid rgba(22,185,234,.18); border-radius: 24px; padding: 28px; box-shadow: 0 16px 40px rgba(0,110,175,.10); margin-bottom: 24px; }
.notice { border-left: 5px solid #16B9EA; background: #EAF8FF; padding: 18px 20px; border-radius: 16px; }
.site-footer { background: #003A66; color: #EAF8FF; padding: 48px 20px 24px; margin-top: 36px; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 28px; }
.footer-brand img { width: 138px; margin-bottom: 16px; }
.site-footer h3 { color: #FFFFFF; }
.site-footer a { display: block; color: #EAF8FF; margin: 9px 0; }
.footer-bottom { max-width: 1200px; margin: 26px auto 0; padding-top: 18px; border-top: 1px solid rgba(234,248,255,.2); color: #DDF5FF; }
@media (max-width: 1024px) { .desktop-header{display:none}.mobile-header{display:flex}.grid-8{grid-template-columns:repeat(2,1fr)}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.hero-card,.feature-row,.app-section{grid-template-columns:1fr}.feature-row.reverse .feature-text,.feature-row.reverse .feature-media{order:initial}.footer-grid{grid-template-columns:1fr 1fr} }
@media (max-width: 640px) { .container{width:min(100% - 24px,1200px)}.grid-8,.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section{padding:34px 0}.page-title,.hero-title{font-size:32px}.feature-row,.app-section,.content-block,.intro-strip{padding:20px;border-radius:20px}.slide-arrow{width:36px;height:36px}.footer-grid{grid-template-columns:1fr}.brand img{width:120px}.category-card img,.zone-card img{max-height:120px;height:auto} }
