
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; max-width: 100%; height: 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); }
.header-inner { max-width: 1200px; margin: 0 auto; min-height: 74px; display: flex; align-items: center; gap: 22px; padding: 0 18px; }
.brand img, .mobile-brand img { width: 136px; max-height: 54px; object-fit: contain; }
.nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 18px; white-space: nowrap; }
.nav a { color: #FFFFFF; font-size: 16px; font-weight: 700; padding: 25px 0 20px; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a.active { color: #054C72; border-bottom-color: #054C72; }
.login-btn, .main-btn, .footer-login { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 20px; font-family: "Charis SIL", Georgia, serif; font-weight: 700; border-radius: 999px; transition: transform .2s ease, box-shadow .2s ease; }
.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-header { display: none; min-height: 66px; align-items: center; justify-content: space-between; padding: 0 14px; background: #35AED3; }
.menu-toggle { width: 44px; height: 44px; border: 0; border-radius: 14px; background: rgba(255,255,255,.24); display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; padding: 0 11px; }
.menu-toggle span { height: 2px; background: #FFFFFF; border-radius: 99px; }
.mobile-login { min-height: 38px; padding: 0 13px; font-size: 13px; }
.site-main { min-height: 60vh; }
.container { width: min(1200px, calc(100% - 32px)); margin-left: auto; margin-right: auto; }
.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 { min-height: 210px; position: relative; }
.banner-slide { opacity: 0; visibility: hidden; transition: opacity .45s ease; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 10px; }
.banner-slide.active { opacity: 1; visibility: visible; position: relative; }
.banner-slide img { width: 100%; max-height: 460px; object-fit: contain; border-radius: 18px; }
.banner-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border: 0; border-radius: 50%; color: #0879A8; background: rgba(255,255,255,.86); font-size: 34px; line-height: 1; cursor: pointer; box-shadow: 0 8px 20px rgba(8,121,168,.18); }
.banner-prev { left: 18px; } .banner-next { right: 18px; }
.banner-dots { position: absolute; left: 0; right: 0; bottom: 14px; display: flex; justify-content: center; gap: 8px; }
.banner-dot { width: 10px; height: 10px; border: 0; border-radius: 50%; background: rgba(8,121,168,.3); cursor: pointer; }
.banner-dot.active { width: 26px; border-radius: 999px; background: #0879A8; }
h1, .page-title, .hero-title { font-family: "Charis SIL", Georgia, serif; font-weight: 700; color: #054C72; }
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; color: #054C72; }
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; }
.intro-strip, .responsible, .page-hero { background: linear-gradient(135deg, #FFFFFF 0%, #EAF8FF 100%); border: 1px solid rgba(46,169,214,0.18); border-radius: 24px; box-shadow: 0 16px 40px rgba(8,121,168,0.10); padding: 30px; }
.intro-strip h1, .page-hero h1 { margin: 0 0 14px; font-size: clamp(30px, 5vw, 54px); line-height: 1.08; }
.intro-strip p, .page-hero p, .responsible p { color: #5D6B78; font-size: 18px; margin: 0; }
.quick-pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; margin-bottom: 22px; }
.quick-pills a { background: #FFFFFF; color: #0879A8; border: 1px solid rgba(46,169,214,0.22); border-radius: 999px; padding: 10px 17px; font-weight: 700; box-shadow: 0 8px 18px rgba(8,121,168,.08); }
.section { padding: 34px 0; }
.section-head { max-width: 820px; margin-bottom: 22px; }
.section-head span, .page-hero span, .zone-card span, .app-copy span { display: inline-block; color: #0879A8; font-weight: 700; margin-bottom: 8px; }
.section-title { margin: 0 0 10px; font-size: clamp(26px, 4vw, 42px); }
.section-desc { color: #5D6B78; margin: 0; }
.category-grid, .zone-grid, .service-grid, .safe-grid { display: grid; gap: 20px; }
.category-grid { grid-template-columns: repeat(4, 1fr); }
.zone-grid, .safe-grid { grid-template-columns: repeat(3, 1fr); }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.category-card, .card, .zone-card, .info-card, .content-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: 20px; }
.category-card img, .zone-card img, .content-img, .app-section img, .banner-slider img, .hero-visual img, .promo-banner img { max-width: 100%; height: auto; object-fit: contain; }
.category-card img { height: 130px; margin: 0 auto 14px; }
.category-card h3, .zone-card h3, .info-card h3 { margin: 0 0 8px; }
.category-card p, .zone-card p, .info-card p { color: #5D6B78; margin: 0 0 12px; }
.text-link { color: #0879A8; }
.text-link:hover { color: #2EA9D6; }
.number { width: 48px; height: 48px; border-radius: 16px; background: #EAF8FF; color: #0879A8; display: flex; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 14px; }
.info-card ul, .app-copy ul, .feature-text ul { padding-left: 20px; margin: 10px 0 0; color: #1E2A36; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; margin-bottom: 24px; }
.feature-row.reverse .feature-media { order: 2; }
.feature-row.reverse .feature-text { order: 1; }
.feature-media, .feature-text { background: #FFFFFF; border: 1px solid rgba(46,169,214,0.18); border-radius: 24px; box-shadow: 0 16px 40px rgba(8,121,168,0.10); padding: 24px; }
.feature-media img { width: 100%; max-height: 360px; object-fit: contain; }
.feature-text p { color: #5D6B78; }
.zone-card img { height: 150px; margin: 0 auto 14px; }
.graphic-mark { width: 78px; height: 78px; display: flex; align-items: center; justify-content: center; border-radius: 24px; background: linear-gradient(135deg, #43C7EC 0%, #2EA9D6 45%, #0879A8 100%); color: #FFFFFF; font-size: 30px; font-weight: 700; margin-bottom: 16px; }
.app-band { display: grid; grid-template-columns: .95fr 1.25fr; gap: 26px; align-items: center; background: linear-gradient(135deg, #DDF5FF 0%, #FFFFFF 58%, #EAF8FF 100%); border: 1px solid rgba(46,169,214,0.22); border-radius: 28px; padding: 28px; box-shadow: 0 18px 42px rgba(8,121,168,0.14); }
.app-visual img { max-height: 390px; margin: 0 auto; object-fit: contain; }
.app-copy h2 { font-size: clamp(26px, 4vw, 42px); margin: 0 0 12px; }
.app-copy p { color: #5D6B78; }
.faq-preview details, .faq-list details { background: #FFFFFF; border: 1px solid rgba(46,169,214,0.18); border-radius: 18px; padding: 18px 20px; margin-bottom: 12px; box-shadow: 0 10px 26px rgba(8,121,168,0.08); }
summary { cursor: pointer; font-weight: 700; color: #054C72; }
details p { color: #5D6B78; margin-bottom: 0; }
.responsible { margin-top: 28px; margin-bottom: 44px; }
.responsible h2 { margin-top: 0; }
.page-hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: center; margin-top: 32px; }
.hero-visual img { max-height: 340px; margin: 0 auto; }
.page-content { display: grid; gap: 24px; }
.content-card p { color: #5D6B78; }
.compact { grid-template-columns: repeat(3, 1fr); }
.content-entry { margin-top: 18px; }
.site-footer { background: #054C72; color: #EAF8FF; padding: 46px 0 0; }
.footer-grid { width: min(1200px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 28px; }
.footer-brand img { width: 138px; max-height: 56px; object-fit: contain; margin-bottom: 14px; }
.site-footer h3 { color: #FFFFFF; margin-top: 0; }
.site-footer a { display: block; color: #EAF8FF; margin: 9px 0; font-weight: 700; }
.site-footer p { color: #DDF5FF; }
.footer-login { display: inline-flex!important; background: #FFFFFF; color: #0879A8!important; margin-top: 12px!important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.18); text-align: center; padding: 16px; margin-top: 34px; color: #DDF5FF; }
.drawer-overlay { display: none; position: fixed; inset: 0; background: rgba(5,76,114,.42); z-index: 10000; opacity: 0; transition: opacity .25s ease; }
.drawer-overlay.open { display: block; opacity: 1; }
.mobile-drawer { position: fixed; top: 0; left: 0; bottom: 0; width: min(84vw, 320px); background: linear-gradient(180deg, #FFFFFF 0%, #EAF8FF 100%); z-index: 10001; transform: translateX(-105%); transition: transform .28s ease; padding: 18px; overflow-y: auto; box-shadow: 18px 0 36px rgba(8,121,168,.2); }
.mobile-drawer.open { transform: translateX(0); }
.drawer-active { overflow: hidden; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.drawer-logo img { width: 130px; max-height: 54px; object-fit: contain; }
.drawer-close { border: 0; background: #EAF8FF; color: #0879A8; width: 40px; height: 40px; border-radius: 12px; font-size: 28px; }
.drawer-login { width: 100%; margin-bottom: 16px; }
.drawer-nav a { display: block; padding: 13px 8px; border-bottom: 1px solid rgba(46,169,214,.18); color: #054C72; font-weight: 700; }
@media (max-width: 1100px) { .desktop-header { display: none; } .mobile-header { display: flex; } .category-grid { grid-template-columns: repeat(2, 1fr); } .zone-grid, .safe-grid, .service-grid, .compact { grid-template-columns: repeat(2, 1fr); } .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) { .container { width: min(100% - 24px, 1200px); } .banner-slider { margin: 18px 12px 24px; border-radius: 18px; } .banner-arrow { width: 36px; height: 36px; font-size: 26px; } .banner-prev { left: 10px; } .banner-next { right: 10px; } .intro-strip, .responsible, .page-hero { padding: 22px; } .category-grid, .zone-grid, .safe-grid, .service-grid, .compact { grid-template-columns: 1fr; } .feature-row, .feature-row.reverse, .app-band, .page-hero { grid-template-columns: 1fr; } .feature-row.reverse .feature-media, .feature-row.reverse .feature-text { order: unset; } .footer-grid { grid-template-columns: 1fr; } .mobile-brand img { width: 116px; } .mobile-login { padding: 0 10px; font-size: 12px; } .category-card img, .zone-card img { height: 118px; } }
