html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Charis SIL", Georgia, serif;
  font-weight: 400;
}
body { background: #F5FCFF; color: #1E2A36; }
* { box-sizing: border-box; }
a { text-decoration: none; }
img { display: block; }
.shell { width: min(1180px, 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-nav { height: 76px; display: flex; align-items: center; gap: 22px; }
.brand img { width: 132px; height: auto; }
.nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 18px; }
.nav a { color: #FFFFFF; font-family: "Charis SIL", Georgia, serif; font-weight: 700; white-space: nowrap; padding: 27px 0 21px; border-bottom: 2px solid transparent; transition: .2s ease; }
.nav a:hover, .nav a.active { color: #054C72; border-bottom-color: #054C72; }
.mobile-topbar { display: none; height: 68px; align-items: center; justify-content: space-between; padding: 0 14px; }
.mobile-logo img { width: 116px; }
.menu-toggle { width: 42px; height: 42px; border: 0; border-radius: 12px; background: rgba(255,255,255,.18); display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 0 10px; }
.menu-toggle span { height: 2px; background: #FFFFFF; border-radius: 4px; }
.login-btn, .main-btn { 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: .22s 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 { transform: translateY(-2px); filter: brightness(1.03); }
.site-main { padding-top: 0; }
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; line-height: 1.2; }
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; line-height: 1.72; }
.nav a, .text-link, .meta-text, .small-note { font-family: "Charis SIL", Georgia, serif; font-weight: 700; }
.text-link { color: #0879A8; display: inline-flex; margin-top: 8px; }
.text-link:hover { color: #2EA9D6; }
.section { padding: 58px 0; }
.section-head { max-width: 780px; margin: 0 auto 28px; text-align: center; }
.section-title { font-size: clamp(28px, 4vw, 42px); margin: 0 0 14px; }
.section-desc { color: #5D6B78; margin: 0; }
.hero-page { background: linear-gradient(135deg, #EAF8FF 0%, #FFFFFF 55%, #DDF5FF 100%); border-bottom: 1px solid rgba(46,169,214,.18); padding: 62px 0 34px; }
.hero-page .shell { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: center; }
.hero-title { font-size: clamp(34px, 5.5vw, 58px); margin: 0 0 18px; }
.hero-copy { color: #5D6B78; font-size: 18px; margin: 0 0 20px; }
.hero-note { display: inline-flex; padding: 10px 16px; border-radius: 999px; background: #FFFFFF; color: #0879A8; border: 1px solid rgba(46,169,214,.18); font-weight: 700; }
.hero-visual { background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); border-radius: 24px; box-shadow: 0 16px 40px rgba(8,121,168,0.10); padding: 18px; }
.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-viewport { position: relative; min-height: 260px; }
.banner-slide { display: none; padding: 14px; }
.banner-slide.active { display: block; }
.banner-slide img { width: 100%; max-height: 520px; margin: 0 auto; border-radius: 16px; }
.banner-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border: 0; border-radius: 50%; color: #FFFFFF; background: rgba(8,121,168,.78); cursor: pointer; font-size: 26px; }
.banner-prev { left: 18px; } .banner-next { right: 18px; }
.banner-dots { position: absolute; left: 0; right: 0; bottom: 16px; display: flex; justify-content: center; gap: 8px; }
.banner-dot { width: 10px; height: 10px; border: 0; border-radius: 999px; background: rgba(8,121,168,.3); cursor: pointer; }
.banner-dot.active { width: 28px; 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,0.10); padding: 24px 28px; }
.quick-pills { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 22px; }
.quick-pills a { color: #0879A8; background: #EAF8FF; border: 1px solid rgba(46,169,214,.22); border-radius: 999px; padding: 10px 16px; font-weight: 700; }
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 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: 22px; }
.category-card img, .zone-card img { width: 100%; max-height: 190px; margin: 0 auto 16px; }
.category-card h3, .zone-card h3 { margin: 4px 0 8px; }
.card-number { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; background: #EAF8FF; color: #0879A8; font-weight: 700; margin-bottom: 12px; }
.card ul, .info-card ul, .content-block ul { padding-left: 20px; margin: 12px 0 0; }
.alternating { display: grid; gap: 28px; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); border-radius: 26px; padding: 24px; box-shadow: 0 16px 40px rgba(8,121,168,0.10); }
.feature-row.reverse .feature-media { order: 2; }
.feature-media img { width: 100%; max-height: 310px; margin: 0 auto; }
.tag { display: inline-flex; color: #0879A8; background: #EAF8FF; border-radius: 999px; padding: 7px 12px; font-weight: 700; margin-bottom: 8px; }
.app-section { background: linear-gradient(135deg, #EAF8FF, #FFFFFF 52%, #DDF5FF); border: 1px solid rgba(46,169,214,.18); border-radius: 30px; padding: 30px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: center; }
.app-section img { width: 100%; max-height: 380px; margin: 0 auto; }
.safety-grid { grid-template-columns: repeat(3, 1fr); }
.faq-list { display: grid; gap: 16px; max-width: 980px; margin: 0 auto; }
.faq-item { background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); border-radius: 18px; padding: 20px; box-shadow: 0 10px 24px rgba(8,121,168,0.08); }
.faq-item h3 { margin: 0 0 8px; }
.notice { background: #054C72; color: #EAF8FF; border-radius: 24px; padding: 28px; }
.notice h2 { color: #FFFFFF; margin-top: 0; }
.content-wrap { display: grid; grid-template-columns: 1fr .8fr; gap: 30px; align-items: start; }
.content-block { background: #FFFFFF; border: 1px solid rgba(46,169,214,.18); border-radius: 22px; box-shadow: 0 16px 40px rgba(8,121,168,0.10); padding: 26px; margin-bottom: 22px; }
.content-block h2 { margin-top: 0; }
.side-panel { position: sticky; top: 98px; }
.promo-banner { background: #FFFFFF; border-radius: 22px; padding: 18px; box-shadow: 0 16px 40px rgba(8,121,168,0.10); border: 1px solid rgba(46,169,214,.18); }
.promo-banner img { max-height: 280px; margin: 0 auto; }
.site-footer { background: #054C72; color: #EAF8FF; padding: 48px 0 18px; }
.site-footer a { color: #EAF8FF; display: block; margin: 9px 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 28px; }
.footer-brand img { width: 132px; margin-bottom: 12px; }
.footer-login { display: inline-flex !important; color: #0879A8 !important; margin-top: 8px !important; }
.site-footer h3 { color: #FFFFFF; margin-top: 0; }
.footer-bottom { border-top: 1px solid rgba(234,248,255,.2); margin-top: 28px; padding-top: 18px; color: rgba(234,248,255,.82); }
.mobile-drawer { position: fixed; top: 0; left: 0; width: min(84vw, 320px); height: 100vh; background: linear-gradient(180deg,#FFFFFF,#EAF8FF); z-index: 10001; transform: translateX(-105%); transition: .28s ease; padding: 18px; overflow-y: auto; box-shadow: 20px 0 46px rgba(5,76,114,.18); }
.drawer-mask { position: fixed; inset: 0; background: rgba(0,0,0,.45); opacity: 0; pointer-events: none; z-index: 10000; transition: .25s ease; }
.drawer-open .mobile-drawer { transform: translateX(0); }
.drawer-open .drawer-mask { opacity: 1; pointer-events: auto; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.drawer-head img { width: 120px; }
.drawer-close { border: 0; background: #EAF8FF; color: #0879A8; width: 38px; height: 38px; border-radius: 12px; font-size: 26px; }
.drawer-login { width: 100%; margin-bottom: 16px; }
.drawer-nav a { display: block; padding: 13px 12px; color: #054C72; border-bottom: 1px solid rgba(46,169,214,.18); font-weight: 700; }
@media (max-width: 1024px) { .desktop-nav { display:none; } .mobile-topbar { display:flex; } .grid-4 { grid-template-columns: repeat(2,1fr); } .grid-3, .safety-grid { grid-template-columns: repeat(2,1fr); } .hero-page .shell, .content-wrap { grid-template-columns: 1fr; } .side-panel { position: static; } }
@media (max-width: 720px) { .section { padding: 42px 0; } .grid-3, .grid-4, .safety-grid { grid-template-columns: 1fr; } .feature-row, .feature-row.reverse, .app-section { grid-template-columns: 1fr; } .feature-row.reverse .feature-media { order: 0; } .footer-grid { grid-template-columns: 1fr; } .mobile-login { padding: 8px 12px; min-height: 38px; font-size: 13px; } .banner-viewport { min-height: 180px; } .banner-arrow { width: 36px; height: 36px; } .banner-prev { left: 8px; } .banner-next { right: 8px; } .hero-page { padding-top: 42px; } }
