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; transition: 0.2s ease; }
p { line-height: 1.72; }
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; }
.desktop-header { max-width: 1240px; margin: 0 auto; height: 76px; display: flex; align-items: center; gap: 22px; padding: 0 20px; }
.logo-link img, .mobile-logo img { display: block; width: 128px; height: auto; }
.nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 16px; min-width: 0; }
.nav a { color: #FFFFFF; font-family: "Charis SIL", Georgia, serif; font-weight: 700; white-space: nowrap; padding: 26px 0 22px; border-bottom: 2px solid transparent; font-size: 15px; }
.nav a:hover { color: #054C72; border-bottom-color: #054C72; }
.login-btn { font-family: "Charis SIL", Georgia, serif; font-weight: 700; background: #FFFFFF; color: #0879A8; border: 1px solid rgba(46,169,214,0.45); border-radius: 999px; box-shadow: 0 10px 22px rgba(8,121,168,0.10); padding: 11px 19px; display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; }
.login-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(8,121,168,0.18); }
.main-btn { font-family: "Charis SIL", Georgia, serif; font-weight: 700; background: linear-gradient(135deg, #43C7EC 0%, #2EA9D6 45%, #0879A8 100%); color: #FFFFFF; border-radius: 999px; box-shadow: 0 12px 26px rgba(8,121,168,0.22); padding: 12px 22px; display: inline-flex; }
.mobile-header { display: none; height: 68px; align-items: center; justify-content: space-between; padding: 0 14px; }
.menu-toggle, .drawer-close { border: 0; background: rgba(255,255,255,0.18); color: #FFFFFF; border-radius: 12px; width: 42px; height: 42px; font-size: 24px; font-family: "Charis SIL", Georgia, serif; font-weight: 700; }
.mobile-login { padding: 9px 13px; font-size: 13px; }
.drawer-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.46); z-index: 10000; }
.drawer-overlay.show { display: block; }
.mobile-drawer { position: fixed; top: 0; left: 0; height: 100vh; width: 84vw; max-width: 320px; background: linear-gradient(180deg,#FFFFFF 0%,#EAF8FF 100%); z-index: 10001; transform: translateX(-105%); transition: transform 0.28s ease; box-shadow: 18px 0 42px rgba(5,76,114,0.24); padding: 18px; overflow-y: auto; }
.mobile-drawer.open { transform: translateX(0); }
.drawer-open { overflow: hidden; }
.drawer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.drawer-top img { width: 126px; height: auto; }
.drawer-close { background: #35AED3; color: #FFFFFF; }
.drawer-login { width: 100%; margin-bottom: 16px; }
.drawer-nav { display: grid; gap: 9px; }
.drawer-nav a { color: #054C72; background: #FFFFFF; border: 1px solid rgba(46,169,214,0.18); border-radius: 14px; padding: 12px 14px; font-weight: 700; }
.page-shell, .home-main { max-width: 1240px; margin: 0 auto; padding: 28px 20px 70px; }
h1, .page-title, .hero-title { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #054C72; line-height: 1.12; }
h2, .section-title { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #054C72; }
h3, .card-title, .zone-card h3, .info-card h3 { font-family: "Charis SIL", Georgia, serif; font-weight: 700; }
p, li, .faq-answer, .section-desc, .card p, .zone-card p, .info-card p { font-family: "Charis SIL", Georgia, serif; font-weight: 400; }
.nav a, .text-link, .meta-text, .small-note { font-family: "Charis SIL", Georgia, serif; font-weight: 700; }
.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 0.5s ease; }
.banner-slide { flex: 0 0 100%; display: flex; align-items: center; justify-content: center; min-height: 240px; padding: 10px; }
.banner-slider img { max-width: 100%; height: auto; object-fit: contain; display: block; border-radius: 18px; }
.banner-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.7); background: rgba(255,255,255,0.86); color: #0879A8; font-size: 28px; font-weight: 700; cursor: pointer; }
.banner-prev { left: 16px; }
.banner-next { right: 16px; }
.banner-dots { position: absolute; bottom: 14px; left: 0; right: 0; display: flex; gap: 8px; justify-content: center; }
.banner-dots button { width: 11px; height: 11px; border-radius: 50%; border: 0; background: rgba(8,121,168,0.28); cursor: pointer; }
.banner-dots button.active { width: 28px; border-radius: 999px; background: #2EA9D6; }
.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: 22px; }
.intro-strip { padding: 26px; background: linear-gradient(135deg,#FFFFFF 0%,#EAF8FF 100%); border: 1px solid rgba(46,169,214,0.22); border-radius: 22px; box-shadow: 0 16px 40px rgba(8,121,168,0.08); margin-bottom: 28px; }
.quick-pills { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 34px; }
.quick-pills a { color: #0879A8; background: #FFFFFF; border: 1px solid rgba(46,169,214,0.25); border-radius: 999px; padding: 10px 16px; font-weight: 700; }
.quick-pills a:hover { background: #EAF8FF; }
.section-head { max-width: 780px; margin: 0 0 22px; }
.section-head.center { text-align: center; margin: 0 auto 24px; }
.section-desc { color: #5D6B78; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.category-card { padding: 22px; min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; }
.category-icon { width: 48px; height: 48px; border-radius: 16px; background: linear-gradient(135deg,#43C7EC,#0879A8); color: #FFFFFF; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:20px; }
.text-link { color: #0879A8; display: inline-flex; margin-top: 10px; }
.service-card { padding: 26px; }
.service-number { color: #2EA9D6; font-size: 34px; font-weight: 700; }
.feature-list, .check-list { padding-left: 20px; color: #1E2A36; }
.split-section { display: grid; gap: 22px; margin-top: 34px; }
.split-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; padding: 24px; }
.split-row.reverse .split-text { order: 1; }
.split-row.reverse .split-image { order: 2; }
.split-image { background: #EAF8FF; border-radius: 20px; padding: 14px; text-align:center; }
.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; }
.split-image img { max-height: 320px; }
.zone-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.zone-card { overflow: hidden; }
.zone-card img { width: 100%; max-height: 205px; padding: 10px; background: #EAF8FF; }
.zone-body { padding: 20px; }
.tag { color: #0879A8; font-weight: 700; font-size: 14px; }
.zone-mark { min-height: 155px; display:flex; align-items:center; justify-content:center; background: linear-gradient(135deg,#EAF8FF,#FFFFFF); color:#0879A8; font-size:44px; font-weight:700; }
.app-section { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 28px; align-items: center; padding: 28px; background: linear-gradient(135deg,#EAF8FF 0%,#FFFFFF 55%,#DDF5FF 100%); border-radius: 26px; border: 1px solid rgba(46,169,214,0.22); margin: 38px 0; }
.app-section img { max-height: 360px; display: block; margin: 0 auto; }
.help-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.info-card { padding: 22px; }
.info-index { color: #2EA9D6; font-size: 28px; font-weight: 700; }
.faq-list { display: grid; gap: 14px; }
.faq-item { padding: 20px 22px; border-radius: 18px; background: #FFFFFF; border: 1px solid rgba(46,169,214,0.18); box-shadow: 0 12px 30px rgba(8,121,168,0.08); }
.faq-item h3 { margin-top: 0; color: #054C72; }
.responsible-note { margin-top: 34px; padding: 24px; border-radius: 22px; background: #054C72; color: #EAF8FF; }
.responsible-note h2 { color: #FFFFFF; margin-top: 0; }
.page-hero { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 28px; align-items: center; background: linear-gradient(135deg,#EAF8FF,#FFFFFF); border: 1px solid rgba(46,169,214,0.22); border-radius: 26px; padding: 28px; box-shadow: 0 16px 40px rgba(8,121,168,0.10); }
.page-title { font-size: clamp(34px,4vw,56px); margin: 10px 0 16px; }
.eyebrow { color: #0879A8; font-weight: 700; }
.hero-visual { background: #FFFFFF; border-radius: 22px; padding: 16px; text-align: center; border: 1px solid rgba(46,169,214,0.18); }
.hero-visual img { max-height: 360px; }
.text-visual { min-height: 260px; display:flex; flex-direction:column; justify-content:center; align-items:center; color:#054C72; }
.text-visual span { font-size: 56px; font-weight: 700; }
.content-section { margin-top: 32px; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 18px; }
.content-card { padding: 24px; }
.link-panel { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 22px; }
.link-panel a { background:#FFFFFF; border:1px solid rgba(46,169,214,0.18); border-radius:16px; padding:16px; color:#0879A8; font-weight:700; box-shadow:0 10px 24px rgba(8,121,168,0.07); }
.promo-banner { padding: 20px; border-radius: 22px; background:#FFFFFF; border:1px solid rgba(46,169,214,0.18); box-shadow:0 16px 40px rgba(8,121,168,0.10); margin-top: 24px; text-align:center; }
.promo-banner img { max-height: 300px; }
.cta-panel { padding: 24px; border-radius: 22px; background: linear-gradient(135deg,#EAF8FF,#FFFFFF); border:1px solid rgba(46,169,214,0.22); margin-top: 24px; }
.site-footer { background: #054C72; color: #EAF8FF; padding: 46px 20px 24px; }
.footer-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; }
.footer-brand img { width: 135px; height:auto; background: transparent; }
.site-footer h3 { color:#FFFFFF; margin-top:0; }
.site-footer a { display:block; color:#EAF8FF; margin: 8px 0; }
.footer-bottom { max-width: 1240px; margin: 28px auto 0; border-top: 1px solid rgba(234,248,255,0.25); padding-top: 18px; color: #DDF5FF; }
@media (max-width: 1024px) { .desktop-header{display:none;} .mobile-header{display:flex;} .page-shell,.home-main{padding-top:20px;} .grid-4{grid-template-columns:repeat(2,1fr);} .grid-3,.zone-grid,.help-grid{grid-template-columns:repeat(2,1fr);} .split-row,.page-hero,.app-section,.content-grid{grid-template-columns:1fr;} .split-row.reverse .split-text,.split-row.reverse .split-image{order:initial;} .footer-grid{grid-template-columns:1fr 1fr;} }
@media (max-width: 640px) { .page-shell,.home-main{padding-left:14px;padding-right:14px;} .banner-slide{min-height:160px;padding:8px;} .banner-arrow{width:36px;height:36px;font-size:22px;} .grid-4,.grid-3,.zone-grid,.help-grid,.link-panel{grid-template-columns:1fr;} .split-row,.page-hero,.app-section{padding:18px;} .page-title{font-size:34px;} .footer-grid{grid-template-columns:1fr;} .mobile-logo img{width:112px;} .mobile-login{font-size:12px;padding:8px 10px;} }
