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.65;
}
a { text-decoration: none; }
img { display: block; }
.site-header {
  background: #35AED3;
  color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(8,121,168,0.18);
  position: sticky;
  top: 0;
  z-index: 9999;
}
.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  height: 76px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand img, .mobile-brand img, .drawer-logo img, .footer-brand img { width: 128px; height: auto; }
.nav { display: flex; align-items: center; gap: 16px; flex: 1; justify-content: center; }
.nav a {
  color: #FFFFFF;
  white-space: nowrap;
  font-family: "Charis SIL", Georgia, serif;
  font-weight: 700;
  font-size: 15px;
  padding: 24px 0 20px;
  border-bottom: 2px solid transparent;
}
.nav a:hover, .nav a.active { color: #054C72; border-bottom-color: #054C72; }
h1, .page-title, .hero-title {
  font-family: "Charis SIL", Georgia, serif;
  font-weight: 700;
  color: #054C72;
  line-height: 1.15;
}
h2, .section-title {
  font-family: "Charis SIL", Georgia, serif;
  font-weight: 700;
  color: #054C72;
  line-height: 1.25;
}
h3, .card-title, .zone-card h3, .info-card h3 { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #0879A8; }
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; }
.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: 10px 18px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.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 20px;
  display: inline-flex;
}
.login-btn:hover, .main-btn:hover { transform: translateY(-2px); transition: .2s ease; }
.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,.18);
  color: #FFFFFF;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 700;
}
.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 84vw;
  max-width: 320px;
  height: 100vh;
  background: linear-gradient(160deg,#FFFFFF 0%,#EAF8FF 100%);
  z-index: 10001;
  transform: translateX(-105%);
  transition: transform .28s ease;
  padding: 18px;
  overflow-y: auto;
  box-shadow: 18px 0 50px rgba(5,76,114,.22);
}
.drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.42); opacity: 0; visibility: hidden; z-index: 10000; transition: .25s ease; }
.drawer-open .mobile-drawer { transform: translateX(0); }
.drawer-open .drawer-overlay { opacity: 1; visibility: visible; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.drawer-close { color: #0879A8; background: #EAF8FF; }
.drawer-login { width: 100%; margin-bottom: 14px; }
.drawer-nav { display: grid; gap: 8px; }
.drawer-nav a { color: #054C72; font-weight: 700; padding: 12px 14px; border-radius: 14px; background: rgba(46,169,214,.10); }
.section { max-width: 1200px; margin: 0 auto; padding: 38px 20px; }
.page-hero { max-width: 1200px; margin: 30px auto 16px; padding: 48px 28px; border-radius: 24px; background: linear-gradient(135deg,#EAF8FF 0%,#FFFFFF 55%,#DDF5FF 100%); border: 1px solid rgba(46,169,214,.18); box-shadow: 0 16px 40px rgba(8,121,168,.10); }
.page-hero p { max-width: 820px; color: #5D6B78; font-size: 18px; }
.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 .45s ease; }
.banner-slide { min-width: 100%; display: flex; align-items: center; justify-content: center; padding: 14px; }
.banner-slider img { max-width: 100%; height: auto; object-fit: contain; border-radius: 18px; }
.banner-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; border: 0; color: #FFFFFF; background: rgba(8,121,168,.72); font-size: 28px; cursor: pointer; }
.banner-prev { left: 16px; } .banner-next { right: 16px; }
.banner-dots { position: absolute; bottom: 18px; left: 0; right: 0; display: flex; justify-content: center; gap: 9px; }
.banner-dot { width: 11px; height: 11px; border-radius: 50%; border: 0; background: rgba(255,255,255,.75); cursor: pointer; }
.banner-dot.active { background: #0879A8; }
.intro-strip { background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); border-radius: 22px; box-shadow: 0 16px 40px rgba(8,121,168,.10); padding: 26px; }
.pill-nav { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.pill-nav a { color: #0879A8; background: #EAF8FF; border: 1px solid rgba(46,169,214,.20); padding: 10px 16px; border-radius: 999px; font-weight: 700; }
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-4 { grid-template-columns: repeat(4,1fr); }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.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;
  padding: 24px;
}
.number { display: inline-flex; width: 42px; height: 42px; border-radius: 14px; align-items: center; justify-content: center; background: #EAF8FF; color: #0879A8; font-weight: 700; margin-bottom: 12px; }
.text-link { color: #0879A8; display: inline-flex; margin-top: 10px; }
.text-link:hover { color: #2EA9D6; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; margin-bottom: 34px; }
.feature-media { background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); border-radius: 24px; padding: 16px; 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; }
.feature-media img { width: 100%; max-height: 350px; object-fit: contain; }
.feature-copy ul, .check-list { padding-left: 20px; color: #1E2A36; }
.zone-card { padding: 0; overflow: hidden; }
.zone-card img { width: 100%; max-height: 210px; padding: 14px; background: #EAF8FF; }
.zone-body { padding: 22px; }
.label { display: inline-flex; color: #0879A8; background: #EAF8FF; border-radius: 999px; padding: 5px 12px; font-weight: 700; font-size: 14px; }
.icon-card { min-height: 210px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(135deg,#FFFFFF,#EAF8FF); }
.app-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 30px; background: linear-gradient(135deg,#EAF8FF 0%,#FFFFFF 60%,#DDF5FF 100%); border-radius: 26px; border: 1px solid rgba(46,169,214,.18); padding: 28px; box-shadow: 0 16px 40px rgba(8,121,168,.10); }
.app-section img { width: 100%; max-height: 410px; }
.notice { background: #054C72; color: #EAF8FF; border-radius: 24px; padding: 30px; box-shadow: 0 16px 40px rgba(8,121,168,.16); }
.notice h2 { color: #FFFFFF; }
.faq-item { border-bottom: 1px solid rgba(46,169,214,.18); padding: 20px 0; }
.faq-item:last-child { border-bottom: 0; }
.faq-item h3 { margin: 0 0 8px; }
.article { max-width: 980px; margin: 0 auto; }
.article p { font-size: 17px; color: #1E2A36; }
.hero-visual { margin: 24px 0; border-radius: 24px; background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); padding: 18px; box-shadow: 0 16px 40px rgba(8,121,168,.10); }
.hero-visual img { width: 100%; max-height: 420px; }
.info-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; padding: 0; list-style: none; }
.info-list li { background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); border-radius: 18px; padding: 18px; box-shadow: 0 10px 26px rgba(8,121,168,.08); }
.site-footer { background: #054C72; color: #EAF8FF; margin-top: 54px; }
.footer-grid { max-width: 1200px; margin: 0 auto; padding: 42px 20px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 26px; }
.footer-grid h3 { color: #FFFFFF; }
.footer-grid a { display: block; color: #EAF8FF; margin: 8px 0; font-weight: 700; }
.footer-grid p { color: #EAF8FF; }
.footer-login { display: inline-flex !important; color: #0879A8 !important; margin-top: 8px !important; }
.footer-bottom { text-align: center; padding: 16px; border-top: 1px solid rgba(234,248,255,.16); color: #EAF8FF; }
.promo-banner { 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); }
.promo-banner img { width:100%; max-height:360px; }
@media (max-width: 980px) {
  .desktop-header { display: none; }
  .mobile-header { display: flex; }
  .mobile-brand img { width: 118px; }
  .mobile-login { padding: 8px 12px; font-size: 13px; }
  .grid-4, .grid-3 { grid-template-columns: repeat(2,1fr); }
  .feature-row, .app-section, .footer-grid { grid-template-columns: 1fr; }
  .feature-row.reverse .feature-copy { order: 2; }
  .feature-row.reverse .feature-media { order: 1; }
  .page-hero { margin: 18px 14px; padding: 30px 20px; }
  .section { padding: 28px 14px; }
}
@media (max-width: 620px) {
  .grid-4, .grid-3, .grid-2, .info-list { grid-template-columns: 1fr; }
  .banner-slider { margin: 18px 14px 26px; border-radius: 18px; }
  .banner-arrow { width: 34px; height: 34px; font-size: 22px; }
  .banner-prev { left: 8px; } .banner-next { right: 8px; }
  .card, .zone-body, .info-card { padding: 18px; }
  .page-title, .hero-title { font-size: 32px; }
}
