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; line-height: 1.72; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.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); }
.desktop-header { height: 78px; display: flex; align-items: center; gap: 22px; }
.brand-logo img { width: 138px; display: block; }
.nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 4px; flex-wrap: wrap; }
.nav a, .text-link, .meta-text, .small-note { font-family: "Charis SIL", Georgia, serif; font-weight: 700; }
.nav a { color: #003A66; padding: 10px 12px; border-radius: 999px; font-size: 15px; 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 { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: "Charis SIL", Georgia, serif; font-weight: 700; 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; letter-spacing: .3px; border: 0; transition: transform .2s ease, box-shadow .2s ease; white-space: nowrap; }
.main-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(0,110,175,0.28); }
.mobile-topbar { display: none; height: 70px; align-items: center; justify-content: space-between; padding: 0 14px; }
.mobile-logo img { width: 118px; display: block; }
.menu-toggle { width: 42px; height: 42px; border: 1px solid rgba(22,185,234,0.22); border-radius: 12px; background: #fff; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 0 10px; }
.menu-toggle span { height: 2px; background: #006EAF; display: block; border-radius: 4px; }
.drawer-backdrop { position: fixed; inset: 0; background: rgba(0,58,102,.35); opacity: 0; pointer-events: none; transition: .2s ease; }
.mobile-drawer { position: fixed; left: 0; top: 0; bottom: 0; width: min(310px, 86vw); background: #F5FCFF; transform: translateX(-105%); transition: .25s ease; box-shadow: 20px 0 42px rgba(0,58,102,.18); padding: 16px; overflow-y: auto; }
.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; padding-bottom: 14px; border-bottom: 1px solid rgba(22,185,234,.2); }
.drawer-head img { width: 128px; }
.drawer-close { border: 0; background: #EAF8FF; color: #006EAF; font-size: 30px; width: 42px; height: 42px; border-radius: 12px; }
.drawer-nav { display: grid; gap: 10px; padding-top: 18px; }
.drawer-nav a { color: #003A66; background: #fff; border: 1px solid rgba(22,185,234,.18); border-radius: 16px; padding: 13px 16px; font-weight: 700; }
.drawer-nav a.active { color: #006EAF; background: #EAF8FF; box-shadow: inset 4px 0 0 #16B9EA; }
h1, .page-title, .hero-title { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #003A66; line-height: 1.15; }
h2, .section-title { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #003A66; line-height: 1.25; }
h3, .card-title, .zone-card h3, .info-card h3 { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #003A66; }
p, li, .faq-answer, .section-desc, .card p, .zone-card p, .info-card p { font-family: "Charis SIL", Georgia, serif; font-weight: 400; }
.page-hero { padding: 58px 0 28px; background: radial-gradient(circle at top left, #DDF5FF 0%, #F5FCFF 38%, #FFFFFF 100%); }
.page-title { font-size: clamp(34px, 5vw, 62px); margin: 0 0 16px; }
.lead, .section-desc { color: #5D6B78; font-size: 18px; max-width: 860px; }
.section { padding: 42px 0; }
.section-head { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-title { font-size: clamp(28px, 4vw, 42px); margin: 0 0 8px; }
.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; }
.banner-track { display: flex; transition: transform .45s ease; }
.banner-slide { min-width: 100%; display: grid; place-items: center; padding: 10px; background: linear-gradient(135deg,#EAF8FF,#FFFFFF); }
.banner-slider img { width: 100%; max-height: 470px; object-fit: contain; display: block; }
.banner-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(22,185,234,.35); color: #006EAF; background: rgba(255,255,255,.86); font-size: 30px; cursor: pointer; box-shadow: 0 10px 24px rgba(0,110,175,.16); }
.banner-prev { left: 16px; } .banner-next { right: 16px; }
.banner-dots { position: absolute; bottom: 16px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; }
.banner-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(0,110,175,.25); cursor: pointer; }
.banner-dots button.active { width: 28px; border-radius: 999px; background: #16B9EA; }
.intro-strip { background: linear-gradient(135deg,#FFFFFF,#EAF8FF); border: 1px solid rgba(22,185,234,.22); border-radius: 22px; padding: 24px 28px; box-shadow: 0 16px 40px rgba(0,110,175,0.10); }
.pill-nav { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.pill-nav 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 8px 20px rgba(0,110,175,.06); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.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; }
.card-img { border-radius: 18px; background: #EAF8FF; padding: 10px; margin-bottom: 14px; display: grid; place-items: center; min-height: 150px; }
.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; }
.card-img img, .zone-card img { max-height: 180px; object-fit: contain; }
.card .tag, .zone-card .tag { color: #006EAF; background: rgba(22,185,234,.12); padding: 6px 10px; border-radius: 999px; display: inline-block; font-weight: 700; font-size: 14px; }
.text-link { color: #006EAF; display: inline-block; margin-top: 8px; }
.number { color: #16B9EA; font-size: 32px; font-weight: 700; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; margin: 28px 0; }
.feature-row:nth-child(even) .feature-visual { order: 2; }
.feature-visual { background: linear-gradient(135deg,#FFFFFF,#EAF8FF); border-radius: 24px; padding: 18px; border: 1px solid rgba(22,185,234,.18); box-shadow: 0 16px 40px rgba(0,110,175,.1); display: grid; place-items: center; }
.feature-visual img { max-height: 330px; object-fit: contain; }
.check-list { padding-left: 0; list-style: none; }
.check-list li { margin: 8px 0; padding-left: 28px; position: relative; }
.check-list li:before { content: "✓"; position: absolute; left: 0; top: 0; color: #16B9EA; font-weight: 700; }
.app-section { background: linear-gradient(135deg,#DDF5FF,#FFFFFF 55%,#EAF8FF); border-radius: 28px; padding: 30px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: center; border: 1px solid rgba(22,185,234,.18); box-shadow: 0 16px 40px rgba(0,110,175,.1); }
.app-section img { max-height: 380px; display: block; margin: 0 auto; }
.notice { background: #003A66; color: #EAF8FF; border-radius: 24px; padding: 28px; box-shadow: 0 18px 42px rgba(0,58,102,.18); }
.notice h2, .notice h3 { color: #FFFFFF; }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: #FFFFFF; border: 1px solid rgba(22,185,234,.18); border-radius: 18px; padding: 18px 20px; box-shadow: 0 10px 26px rgba(0,110,175,.07); }
.faq-item h3 { margin-top: 0; }
.content-block { background: #FFFFFF; border: 1px solid rgba(22,185,234,.18); border-radius: 24px; padding: 30px; box-shadow: 0 16px 40px rgba(0,110,175,.1); margin-bottom: 24px; }
.content-block img { max-height: 360px; display: block; margin: 0 auto 22px; object-fit: contain; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.promo-banner { background: #FFFFFF; border: 1px solid rgba(22,185,234,.18); border-radius: 24px; padding: 18px; box-shadow: 0 16px 40px rgba(0,110,175,.1); }
.site-footer { background: #003A66; color: #EAF8FF; margin-top: 56px; padding-top: 46px; }
.site-footer a { color: #EAF8FF; display: block; margin: 9px 0; }
.site-footer h3 { color: #FFFFFF; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 30px; }
.footer-brand img { width: 140px; background: rgba(255,255,255,.08); border-radius: 16px; padding: 8px; }
.footer-bottom { text-align: center; padding: 20px; border-top: 1px solid rgba(234,248,255,.18); margin-top: 30px; color: #EAF8FF; }
.footer-btn { margin-top: 14px; display: inline-flex!important; }
@media (max-width: 980px) { .desktop-header { display:none; } .mobile-topbar { display:flex; } .header-btn { padding: 10px 14px; font-size: 13px; } .grid-4 { grid-template-columns: repeat(2,1fr); } .grid-3 { grid-template-columns: 1fr; } .feature-row, .app-section, .two-col { grid-template-columns: 1fr; } .feature-row:nth-child(even) .feature-visual { order: initial; } .footer-grid { grid-template-columns: 1fr 1fr; } .section-head { display:block; } }
@media (max-width: 620px) { .container { width: min(100% - 24px, 1200px); } .grid-4 { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } .page-hero { padding-top: 36px; } .banner-arrow { width: 38px; height: 38px; font-size: 24px; } .banner-prev { left: 8px; } .banner-next { right: 8px; } .card, .zone-card, .info-card, .content-block, .notice { padding: 18px; border-radius: 18px; } .app-section { padding: 18px; } }
