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 { display: block; }
.container { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #35AED3;
  color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(8,121,168,0.18);
}
.desktop-header { height: 74px; display: flex; align-items: center; gap: 18px; }
.brand img { width: 142px; height: auto; max-height: 54px; object-fit: contain; }
.nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 14px; }
.nav a { color: #FFFFFF; white-space: nowrap; font-size: 15px; line-height: 1; padding: 28px 0 20px; border-bottom: 2px solid transparent; transition: .2s ease; }
.nav a:hover, .nav a.is-active { color: #054C72; border-bottom-color: #054C72; }
.login-btn, .main-btn, .footer-login {
  font-family: "Charis SIL", Georgia, serif;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  transition: .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 { background: linear-gradient(135deg, #43C7EC 0%, #2EA9D6 45%, #0879A8 100%); color: #FFFFFF; box-shadow: 0 12px 26px rgba(8,121,168,0.22); }
.login-btn:hover, .main-btn:hover, .footer-login:hover { transform: translateY(-2px); }
.mobile-top { display: none; height: 66px; align-items: center; justify-content: space-between; padding: 0 14px; }
.menu-toggle { width: 42px; height: 42px; border: 0; border-radius: 12px; background: rgba(255,255,255,.2); display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.menu-toggle span { width: 21px; height: 2px; background: #FFFFFF; border-radius: 3px; }
.mobile-logo img { width: 128px; max-height: 48px; object-fit: contain; }
.mobile-login { min-height: 38px; padding: 8px 12px; font-size: 13px; }
.drawer-mask { position: fixed; inset: 0; background: rgba(0,0,0,.42); opacity: 0; visibility: hidden; z-index: 10000; transition: .25s ease; }
.mobile-drawer { position: fixed; top: 0; left: 0; width: 84vw; max-width: 320px; height: 100vh; background: linear-gradient(180deg,#FFFFFF 0%,#EAF8FF 100%); z-index: 10001; transform: translateX(-102%); transition: .28s ease; padding: 18px; overflow-y: auto; box-shadow: 18px 0 34px rgba(5,76,114,.24); }
.drawer-open .drawer-mask { opacity: 1; visibility: visible; }
.drawer-open .mobile-drawer { transform: translateX(0); }
.drawer-open { overflow: hidden; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.drawer-head img { width: 132px; height: auto; object-fit: contain; }
.drawer-close { width: 40px; height: 40px; border: 0; border-radius: 50%; background: #DDF5FF; color: #054C72; font-size: 28px; line-height: 1; }
.drawer-login { width: 100%; margin: 18px 0; }
.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,.09); border: 1px solid rgba(46,169,214,.16); }
.site-main { padding-bottom: 0; }
h1, .page-title, .hero-title { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #054C72; line-height: 1.16; }
h2, .section-title { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #054C72; line-height: 1.2; }
h3, .card-title, .zone-card h3, .info-card h3 { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #0879A8; line-height: 1.25; }
p, li, .faq-answer, .section-desc, .card p, .zone-card p, .info-card p { font-family: "Charis SIL", Georgia, serif; font-weight: 400; }
.section { padding: 54px 0; }
.section-head { text-align: center; max-width: 830px; margin: 0 auto 28px; }
.section-title { font-size: clamp(28px,4vw,42px); margin: 0 0 12px; }
.section-desc { color: #5D6B78; margin: 0; }
.text-link, .meta-text, .small-note { font-family: "Charis SIL", Georgia, serif; font-weight: 700; }
.text-link { color: #0879A8; display: inline-flex; margin-top: 10px; }
.text-link:hover { color: #2EA9D6; }
.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 { position: relative; min-height: clamp(210px, 42vw, 500px); }
.banner-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg,#EAF8FF,#FFFFFF); }
.banner-slide.active { opacity: 1; position: relative; }
.banner-slide img { width: 100%; height: auto; max-height: 500px; object-fit: contain; }
.banner-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); color: #0879A8; font-size: 30px; box-shadow: 0 10px 22px rgba(8,121,168,.18); cursor: pointer; }
.banner-prev { left: 16px; } .banner-next { right: 16px; }
.banner-dots { position: absolute; left: 0; right: 0; bottom: 16px; display: flex; justify-content: center; gap: 10px; }
.banner-dot { width: 11px; height: 11px; border: 0; border-radius: 50%; background: rgba(8,121,168,.28); cursor: pointer; }
.banner-dot.active { background: #0879A8; width: 28px; border-radius: 999px; }
.intro-strip { background: #FFFFFF; border: 1px solid rgba(46,169,214,0.18); box-shadow: 0 16px 40px rgba(8,121,168,0.10); border-radius: 22px; padding: 24px 28px; color: #1E2A36; }
.quick-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 24px; }
.quick-pills a { color: #0879A8; font-weight: 700; padding: 10px 16px; border: 1px solid rgba(46,169,214,.24); border-radius: 999px; background: #FFFFFF; box-shadow: 0 8px 18px rgba(8,121,168,.08); }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card, .zone-card, .info-card, .page-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: 22px; }
.category-card { display: flex; flex-direction: column; min-height: 100%; }
.category-card img, .zone-card img, .content-img, .app-section img, .hero-visual img, .promo-banner img { max-width: 100%; height: auto; object-fit: contain; }
.category-card img { width: 100%; max-height: 170px; margin-bottom: 16px; background: #EAF8FF; border-radius: 16px; padding: 8px; }
.card h3, .zone-card h3, .info-card h3 { margin: 0 0 10px; }
.card p, .zone-card p, .info-card p { color: #5D6B78; margin: 0; }
.service-num { color: #2EA9D6; font-size: 34px; font-weight: 700; display: block; margin-bottom: 8px; }
.check-list { margin: 14px 0 0; padding-left: 20px; color: #1E2A36; }
.check-list li { margin: 6px 0; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; margin: 32px 0; padding: 28px; border-radius: 28px; background: #FFFFFF; border: 1px solid rgba(46,169,214,0.18); box-shadow: 0 16px 40px rgba(8,121,168,0.10); }
.feature-row:nth-child(even) { background: linear-gradient(135deg,#FFFFFF 0%,#EAF8FF 100%); }
.feature-visual { display: flex; align-items: center; justify-content: center; background: #EAF8FF; border-radius: 22px; padding: 16px; min-height: 250px; }
.feature-visual img { max-height: 300px; object-fit: contain; }
.feature-copy p { color: #5D6B78; }
.feature-copy ul { padding-left: 20px; }
.zone-card { padding: 0; overflow: hidden; }
.zone-card img { width: 100%; max-height: 160px; padding: 12px; background: #EAF8FF; }
.zone-body { padding: 20px; }
.zone-label { display: inline-flex; margin-bottom: 8px; font-weight: 700; color: #0879A8; background: #EAF8FF; border-radius: 999px; padding: 5px 12px; }
.decor-icon { height: 160px; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 30% 30%,#43C7EC,#2EA9D6 48%,#0879A8); color: #FFFFFF; font-size: 46px; font-weight: 700; }
.app-section { background: linear-gradient(135deg,#EAF8FF 0%,#FFFFFF 50%,#DDF5FF 100%); border: 1px solid rgba(46,169,214,.22); border-radius: 30px; padding: 30px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: center; box-shadow: 0 18px 42px rgba(8,121,168,0.14); }
.app-section img { max-height: 360px; margin: auto; }
.help-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.faq-list { display: grid; gap: 16px; }
.faq-item { background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); border-radius: 20px; padding: 22px; box-shadow: 0 12px 30px rgba(8,121,168,.08); }
.faq-item h3 { margin: 0 0 8px; }
.notice { background: linear-gradient(135deg,#054C72 0%,#0879A8 100%); color: #EAF8FF; border-radius: 26px; padding: 32px; box-shadow: 0 18px 42px rgba(8,121,168,0.18); }
.notice h2, .notice h3 { color: #FFFFFF; }
.notice p, .notice li { color: #EAF8FF; }
.page-hero { padding: 54px 0 34px; background: linear-gradient(135deg,#EAF8FF 0%,#F5FCFF 60%,#FFFFFF 100%); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: center; }
.page-title { font-size: clamp(34px,5vw,56px); margin: 0 0 16px; }
.breadcrumb { color: #0879A8; font-weight: 700; margin-bottom: 8px; }
.hero-visual { background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); border-radius: 28px; padding: 18px; box-shadow: 0 16px 40px rgba(8,121,168,0.10); }
.hero-visual img { max-height: 360px; margin: auto; }
.content-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; align-items: start; }
.article { background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); border-radius: 26px; padding: 30px; box-shadow: 0 16px 40px rgba(8,121,168,0.10); }
.article h2 { margin-top: 26px; }
.article p { color: #1E2A36; }
.sidebar { display: grid; gap: 16px; position: sticky; top: 92px; }
.sidebar a { color: #0879A8; font-weight: 700; display: block; padding: 12px 0; border-bottom: 1px solid rgba(46,169,214,.16); }
.promo-box { background: #EAF8FF; border-radius: 18px; padding: 18px; }
.contact-form { display: grid; gap: 14px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(46,169,214,.28); border-radius: 14px; padding: 13px 14px; font-family: "Charis SIL", Georgia, serif; font-size: 16px; background: #FFFFFF; color: #1E2A36; }
.contact-form button { border: 0; cursor: pointer; }
.site-footer { background: #054C72; color: #EAF8FF; padding: 46px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 28px; }
.footer-brand img { width: 146px; margin-bottom: 14px; }
.site-footer h3 { color: #FFFFFF; margin-top: 0; }
.site-footer p { color: #EAF8FF; }
.site-footer a { color: #EAF8FF; display: block; margin: 8px 0; }
.footer-login { display: inline-flex !important; background: #FFFFFF; color: #0879A8 !important; border: 1px solid rgba(255,255,255,.65); margin-top: 12px !important; }
.footer-bottom { text-align: center; padding: 18px; margin-top: 30px; border-top: 1px solid rgba(234,248,255,.18); color: #EAF8FF; }
@media (max-width: 1040px) { .nav { gap: 10px; } .nav a { font-size: 14px; } .grid-4 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 820px) { .desktop-header { display: none; } .mobile-top { display: flex; } .container { width: min(100% - 24px, 1200px); } .section { padding: 42px 0; } .grid-3, .grid-4, .help-grid, .footer-grid, .content-layout, .page-hero-grid, .app-section { grid-template-columns: 1fr; } .feature-row { grid-template-columns: 1fr; padding: 20px; } .feature-row.text-first .feature-copy { order: 1; } .feature-row.text-first .feature-visual { order: 2; } .banner-slider { margin: 18px 12px 26px; border-radius: 18px; } .banner-arrow { width: 38px; height: 38px; font-size: 25px; } .page-hero { padding-top: 36px; } .sidebar { position: static; } }
@media (max-width: 520px) { .grid-4 { grid-template-columns: 1fr; } .mobile-login { padding: 7px 9px; font-size: 12px; } .mobile-logo img { width: 112px; } .card, .zone-body, .article { padding: 18px; } .banner-dots { bottom: 10px; } .feature-visual { min-height: 190px; } }
