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 { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
header { background: #35AED3; color: #FFFFFF; box-shadow: 0 8px 24px rgba(8,121,168,0.18); }
.site-header { position: sticky; top: 0; z-index: 9999; }
.header-inner { max-width: 1240px; margin: 0 auto; min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; padding: 0 22px; }
.brand img { width: 138px; max-height: 54px; object-fit: contain; }
.nav { display: flex; justify-content: center; align-items: center; gap: 18px; min-width: 0; }
.nav a { color: #FFFFFF; font-family: "Charis SIL", Georgia, serif; font-weight: 700; white-space: nowrap; padding: 25px 0 22px; border-bottom: 2px solid transparent; transition: color .2s ease, border-color .2s ease; }
.nav a:hover, .nav a.active { color: #054C72; border-bottom-color: #054C72; }
.login-btn, .main-btn, .footer-login, .entry-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: "Charis SIL", Georgia, serif; font-weight: 700; border-radius: 999px; padding: 11px 20px; transition: transform .2s ease, box-shadow .2s ease; white-space: nowrap; }
.login-btn { background: #FFFFFF; color: #0879A8; border: 1px solid rgba(46,169,214,0.45); box-shadow: 0 10px 22px rgba(8,121,168,0.10); }
.main-btn, .entry-btn { background: linear-gradient(135deg, #43C7EC 0%, #2EA9D6 45%, #0879A8 100%); color: #FFFFFF; box-shadow: 0 12px 26px rgba(8,121,168,0.22); border: 0; }
.login-btn:hover, .main-btn:hover, .entry-btn:hover, .footer-login:hover { transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: rgba(255,255,255,.18); width: 42px; height: 42px; border-radius: 12px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 21px; height: 2px; background: #FFFFFF; display: block; border-radius: 10px; }
.site-main { padding-top: 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 22px; }
.section { padding: 58px 0; }
.section.compact { padding: 34px 0; }
h1, .page-title, .hero-title { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #054C72; line-height: 1.18; margin: 0 0 18px; }
h2, .section-title { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #054C72; line-height: 1.25; margin: 0 0 14px; }
h3, .card-title, .zone-card h3, .info-card h3 { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #0879A8; line-height: 1.28; 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; }
p { margin: 0 0 16px; }
ul { margin: 12px 0 0; padding-left: 20px; }
.card, .zone-card, .info-card { background: #FFFFFF; border: 1px solid rgba(46,169,214,0.18); box-shadow: 0 16px 40px rgba(8,121,168,0.10); color: #1E2A36; border-radius: 20px; }
.text-link, .meta-text, .small-note { font-family: "Charis SIL", Georgia, serif; font-weight: 700; }
.text-link { color: #0879A8; display: inline-flex; align-items: center; margin-top: 8px; }
.text-link:after { content: "›"; margin-left: 6px; font-size: 1.2em; }
.lead { color: #5D6B78; font-size: 1.08rem; max-width: 860px; }
.page-hero { background: linear-gradient(135deg,#EAF8FF 0%,#FFFFFF 55%,#DDF5FF 100%); border-bottom: 1px solid rgba(46,169,214,.18); padding: 58px 0 44px; }
.page-hero .container { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: center; }
.page-hero.no-image .container { display: block; }
.hero-visual { background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); border-radius: 24px; padding: 18px; box-shadow: 0 16px 40px rgba(8,121,168,.10); }
.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; }
.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(46,169,214,0.22); box-shadow: 0 18px 42px rgba(8,121,168,0.14); overflow: hidden; position: relative; }
.banner-track { display: flex; transition: transform .5s ease; }
.banner-slide { min-width: 100%; padding: 18px; display: grid; place-items: center; }
.banner-slide img { width: 100%; max-height: 430px; object-fit: contain; border-radius: 18px; background: #EAF8FF; }
.banner-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(255,255,255,.92); color: #0879A8; font-size: 28px; cursor: pointer; box-shadow: 0 10px 24px rgba(8,121,168,.18); }
.banner-arrow.prev { left: 18px; }
.banner-arrow.next { right: 18px; }
.banner-dots { position: absolute; left: 0; right: 0; bottom: 18px; display: flex; justify-content: center; gap: 10px; }
.banner-dot { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(8,121,168,.25); cursor: pointer; }
.banner-dot.active { background: #2EA9D6; width: 26px; border-radius: 20px; }
.intro-strip { padding: 24px; border-radius: 22px; background: linear-gradient(135deg,#FFFFFF 0%,#EAF8FF 100%); border: 1px solid rgba(46,169,214,.22); box-shadow: 0 12px 30px rgba(8,121,168,.08); }
.pill-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.pill-row a { background: #FFFFFF; color: #0879A8; border: 1px solid rgba(46,169,214,.22); border-radius: 999px; padding: 10px 16px; font-weight: 700; box-shadow: 0 8px 18px rgba(8,121,168,.06); }
.grid { display: grid; gap: 22px; }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.category-card, .service-card, .zone-card, .info-card, .faq-item { padding: 22px; }
.category-card img, .zone-card img { width: 100%; max-height: 168px; object-fit: contain; margin-bottom: 16px; border-radius: 16px; background: #EAF8FF; padding: 8px; }
.badge { display: inline-flex; color: #0879A8; background: #EAF8FF; border: 1px solid rgba(46,169,214,.22); border-radius: 999px; padding: 5px 12px; font-weight: 700; margin-bottom: 12px; }
.number { width: 42px; height: 42px; border-radius: 14px; background: linear-gradient(135deg,#43C7EC,#0879A8); color: #FFFFFF; display: grid; place-items: center; font-weight: 700; margin-bottom: 14px; }
.split-row { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; margin: 34px 0; }
.split-row.reverse .split-text { order: 1; }
.split-row.reverse .split-image { order: 2; }
.split-image { background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); box-shadow: 0 16px 40px rgba(8,121,168,.10); border-radius: 24px; padding: 18px; }
.split-image img { width: 100%; max-height: 330px; object-fit: contain; border-radius: 18px; background: #EAF8FF; }
.split-text { padding: 8px 0; }
.app-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: center; background: linear-gradient(135deg,#DDF5FF 0%,#FFFFFF 50%,#EAF8FF 100%); border-radius: 28px; border: 1px solid rgba(46,169,214,.22); padding: 30px; box-shadow: 0 16px 40px rgba(8,121,168,.10); }
.app-section img { width: 100%; max-height: 360px; object-fit: contain; }
.check-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 0; list-style: none; }
.check-list li { background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); border-radius: 14px; padding: 10px 12px; font-weight: 700; color: #0879A8; }
.notice { background: #054C72; color: #EAF8FF; border-radius: 24px; padding: 28px; box-shadow: 0 16px 40px rgba(8,121,168,.18); }
.notice h2 { color: #FFFFFF; }
.faq-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.page-content { max-width: 980px; margin: 0 auto; }
.content-card { padding: 28px; margin-bottom: 22px; }
.two-col { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.entry-area { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 18px; }
.site-footer { background: #054C72; color: #EAF8FF; margin-top: 54px; }
.footer-grid { max-width: 1200px; margin: 0 auto; padding: 46px 22px; display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 34px; }
.footer-brand img { width: 142px; margin-bottom: 14px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: #EAF8FF; }
.footer-login { background: #FFFFFF; color: #0879A8; margin-top: 8px; }
.footer-bottom { border-top: 1px solid rgba(234,248,255,.18); text-align: center; padding: 18px 22px; color: rgba(234,248,255,.86); }
.mobile-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.42); z-index: 9998; opacity: 0; transition: opacity .22s ease; }
.mobile-overlay.show { opacity: 1; }
.mobile-menu { position: fixed; top: 0; left: 0; bottom: 0; width: 84vw; max-width: 320px; background: linear-gradient(180deg,#FFFFFF 0%,#EAF8FF 100%); z-index: 9999; transform: translateX(-105%); transition: transform .25s ease; padding: 18px; overflow-y: auto; box-shadow: 14px 0 36px rgba(5,76,114,.22); }
.mobile-menu.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.drawer-logo img { width: 132px; }
.drawer-close { border: 0; background: #EAF8FF; color: #0879A8; width: 38px; height: 38px; border-radius: 12px; font-size: 28px; line-height: 1; }
.drawer-login { width: 100%; margin-bottom: 16px; }
.drawer-nav { display: grid; gap: 8px; }
.drawer-nav a { color: #054C72; font-weight: 700; padding: 11px 12px; border-radius: 12px; border: 1px solid rgba(46,169,214,.16); background: rgba(255,255,255,.72); }
.drawer-nav a.active { background: #DDF5FF; color: #0879A8; }
body.menu-open { overflow: hidden; }
@media (max-width: 1024px) { .nav { gap: 12px; font-size: .95rem; } .grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 820px) {
  .header-inner { min-height: 66px; grid-template-columns: 52px 1fr auto; gap: 10px; padding: 0 14px; }
  .menu-toggle { display: inline-flex; }
  .brand { justify-self: center; }
  .brand img { width: 120px; }
  .nav { display: none; }
  .header-login { padding: 9px 12px; font-size: .86rem; }
  .page-hero .container, .split-row, .app-section, .footer-grid { grid-template-columns: 1fr; }
  .split-row.reverse .split-text, .split-row.reverse .split-image { order: initial; }
  .grid-3, .faq-list, .two-col { grid-template-columns: 1fr; }
  .section { padding: 42px 0; }
  .banner-slider { margin: 18px 14px 28px; border-radius: 18px; }
  .banner-slide { padding: 10px; }
  .banner-arrow { width: 36px; height: 36px; font-size: 22px; }
  .banner-slide img { max-height: 300px; }
  .check-list { grid-template-columns: 1fr; }
}
@media (max-width: 520px) { .grid-4 { grid-template-columns: 1fr; } .container { padding: 0 16px; } .category-card, .service-card, .zone-card, .info-card, .faq-item, .content-card { padding: 18px; } .page-title, .hero-title { font-size: 2rem; } }
