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; }
img { max-width: 100%; height: auto; display: block; }
.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); }
.site-main { padding-top: 12px; }
.desktop-header { height: 78px; display: flex; align-items: center; gap: 22px; }
.brand img, .mobile-logo img { width: 136px; }
.nav { flex: 1; display: flex; justify-content: center; gap: 4px; flex-wrap: wrap; }
.nav a, .drawer-nav a { color: #003A66; font-family: "Charis SIL", Georgia, serif; font-weight: 700; padding: 10px 12px; border-radius: 999px; transition: .2s; }
.nav a:hover, .nav a.active, .drawer-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; 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; border: 0; transition: .2s; white-space: nowrap; }
.main-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,110,175,0.28); }
.mobile-topbar { display: none; height: 68px; align-items: center; justify-content: space-between; padding: 0 14px; }
.menu-toggle, .drawer-close { border: 0; background: rgba(22,185,234,0.12); color: #003A66; width: 42px; height: 42px; border-radius: 14px; font-size: 24px; font-weight: 700; }
.mobile-register { padding: 10px 14px; font-size: 13px; }
.drawer-overlay { position: fixed; inset: 0; background: rgba(0,58,102,.35); opacity: 0; visibility: hidden; transition: .2s; }
.mobile-drawer { position: fixed; top: 0; left: 0; bottom: 0; width: min(320px, 86vw); background: #FFFFFF; transform: translateX(-105%); transition: .25s; box-shadow: 0 24px 50px rgba(0,58,102,.2); z-index: 10001; padding: 18px; }
.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-head img { width: 128px; }
.drawer-nav { display: grid; gap: 8px; }
h1, .page-title, .hero-title { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #003A66; }
h2, .section-title { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #003A66; }
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; line-height: 1.75; }
.nav a, .text-link, .meta-text, .small-note { font-family: "Charis SIL", Georgia, serif; font-weight: 700; }
.text-link { color: #006EAF; }
.section { padding: 48px 0; }
.section-head { max-width: 790px; margin: 0 auto 26px; text-align: center; }
.section-title { font-size: clamp(28px,4vw,44px); margin: 0 0 12px; }
.section-desc { color: #5D6B78; margin: 0; }
.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%; padding: 16px; }
.banner-slider img { width: 100%; max-height: 460px; object-fit: contain; border-radius: 18px; background: #EAF8FF; }
.banner-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border: 0; border-radius: 999px; background: rgba(255,255,255,.88); color: #006EAF; font-size: 26px; box-shadow: 0 10px 24px rgba(0,110,175,.14); cursor: pointer; }
.banner-prev { left: 18px; } .banner-next { right: 18px; }
.banner-dots { position: absolute; left: 0; right: 0; bottom: 18px; display: flex; justify-content: center; gap: 8px; }
.banner-dots button { width: 10px; height: 10px; border-radius: 999px; border: 0; background: rgba(0,110,175,.26); cursor: pointer; }
.banner-dots button.active { width: 28px; background: #16B9EA; }
.intro-strip, .responsible-box { background: linear-gradient(135deg,#FFFFFF 0%,#EAF8FF 100%); border: 1px solid rgba(22,185,234,0.22); box-shadow: 0 16px 40px rgba(0,110,175,0.10); border-radius: 24px; padding: 24px; }
.quick-pills { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.quick-pills a { background: #FFFFFF; border: 1px solid rgba(22,185,234,0.26); color: #006EAF; border-radius: 999px; padding: 10px 16px; font-weight: 700; box-shadow: 0 8px 22px rgba(0,110,175,.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 { 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, .zone-card img { width: 100%; height: 150px; object-fit: contain; border-radius: 18px; background: #EAF8FF; margin-bottom: 14px; }
.card .tag, .zone-card .tag { display: inline-block; color: #006EAF; background: rgba(32,212,255,.15); border-radius: 999px; padding: 6px 12px; font-weight: 700; font-size: 14px; }
.service-number { width: 46px; height: 46px; border-radius: 16px; background: #EAF8FF; color: #006EAF; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 20px; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; margin: 28px 0; }
.feature-row.reverse .feature-text { order: 1; }
.feature-row.reverse .feature-media { order: 2; }
.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 { background: #FFFFFF; border: 1px solid rgba(22,185,234,.18); border-radius: 24px; padding: 18px; box-shadow: 0 16px 40px rgba(0,110,175,0.10); }
.feature-media img { width: 100%; max-height: 320px; object-fit: contain; }
.feature-text ul, .app-copy ul { padding-left: 20px; }
.app-section { background: linear-gradient(135deg,#DDF5FF 0%,#FFFFFF 58%,#EAF8FF 100%); border-radius: 28px; padding: 28px; border: 1px solid rgba(22,185,234,.22); display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; box-shadow: 0 16px 40px rgba(0,110,175,0.10); }
.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: 14px; }
.faq-item { background: #FFFFFF; border: 1px solid rgba(22,185,234,.18); border-radius: 18px; padding: 20px; }
.faq-item h3 { margin: 0 0 8px; }
.page-hero { padding: 58px 0 28px; background: radial-gradient(circle at top left, #DDF5FF, transparent 42%), linear-gradient(135deg,#F5FCFF 0%,#FFFFFF 100%); }
.page-hero .container { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center; }
.page-title { font-size: clamp(34px,5vw,58px); margin: 0 0 14px; }
.hero-card { background:#FFFFFF; border:1px solid rgba(22,185,234,.18); border-radius:28px; padding:24px; box-shadow:0 16px 40px rgba(0,110,175,0.10); }
.hero-card img { max-height: 340px; margin: auto; object-fit: contain; }
.content-layout { display:grid; grid-template-columns: 2fr 1fr; gap: 24px; }
.article-card { background:#FFFFFF; border:1px solid rgba(22,185,234,.18); border-radius:24px; padding:28px; box-shadow:0 16px 40px rgba(0,110,175,0.10); }
.article-card h2 { margin-top: 30px; }
.side-card { position: sticky; top: 100px; align-self:start; background:#EAF8FF; border:1px solid rgba(22,185,234,.22); border-radius:24px; padding:22px; }
.site-footer { background: #003A66; color: #EAF8FF; margin-top: 48px; padding: 44px 0 0; }
.footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:28px; }
.footer-brand img { width: 138px; margin-bottom: 14px; }
.footer-links { display:grid; gap:8px; }
.footer-links a { color:#EAF8FF; font-weight:700; }
.site-footer h3 { color:#FFFFFF; }
.footer-bottom { text-align:center; border-top:1px solid rgba(234,248,255,.18); margin-top:30px; padding:18px; color:#DDF5FF; }
@media (max-width: 980px){ .desktop-header{display:none}.mobile-topbar{display:flex}.site-main{padding-top:8px}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3,.help-grid{grid-template-columns:1fr 1fr}.feature-row,.app-section,.page-hero .container,.content-layout{grid-template-columns:1fr}.feature-row.reverse .feature-text,.feature-row.reverse .feature-media{order:initial}.footer-grid{grid-template-columns:1fr}.side-card{position:static}.banner-slide{padding:10px}.banner-arrow{width:38px;height:38px}.banner-slider img{max-height:360px} }
@media (max-width: 620px){ .container{width:min(100% - 22px,1200px)}.grid-4,.grid-3,.help-grid{grid-template-columns:1fr}.section{padding:34px 0}.card img,.zone-card img{height:130px}.page-hero{padding-top:34px}.mobile-logo img{width:118px}.main-btn{padding:10px 14px}.banner-prev{left:8px}.banner-next{right:8px}.banner-dots{bottom:10px}.intro-strip,.responsible-box,.card,.zone-card,.info-card,.article-card{border-radius:18px;padding:18px} }
