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.7;
}
a { text-decoration: none; }
img { display: block; max-width: 100%; }
.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);
}
.desktop-header { height: 78px; display: flex; align-items: center; gap: 20px; }
.brand img { width: 132px; height: auto; }
.nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: 4px; }
.nav a,
.text-link,
.meta-text,
.small-note {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
}
.nav a {
    color: #003A66;
    padding: 10px 11px;
    border-radius: 999px;
    font-size: 15px;
    white-space: nowrap;
    transition: .2s ease;
}
.nav a:hover,
.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;
    min-height: 44px;
    padding: 10px 22px;
    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);
    transition: transform .2s ease, box-shadow .2s ease;
    border: 0;
    white-space: nowrap;
}
.main-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(0,110,175,0.28); }
.mobile-header { display: none; height: 68px; align-items: center; justify-content: space-between; padding: 0 14px; }
.mobile-brand img { width: 112px; }
.menu-toggle { width: 42px; height: 42px; border: 1px solid rgba(22,185,234,.28); border-radius: 12px; background: #FFFFFF; display: grid; place-content: center; gap: 5px; }
.menu-toggle span { width: 22px; height: 2px; background: #006EAF; display: block; }
.mobile-register { min-height: 38px; padding: 8px 14px; font-size: 13px; }
.mobile-drawer { position: fixed; top: 0; left: -310px; width: 300px; height: 100vh; background: #F5FCFF; z-index: 10001; box-shadow: 20px 0 60px rgba(0,58,102,.22); transition: left .25s ease; padding: 18px; }
.drawer-open .mobile-drawer { left: 0; }
.drawer-backdrop { position: fixed; inset: 0; background: rgba(0,58,102,.35); z-index: 10000; opacity: 0; visibility: hidden; transition: .25s ease; }
.drawer-open .drawer-backdrop { opacity: 1; visibility: visible; }
.drawer-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.drawer-top img { width: 126px; }
.drawer-close { border: 0; background: #EAF8FF; color: #003A66; border-radius: 50%; width: 40px; height: 40px; font-size: 28px; line-height: 1; }
.drawer-nav { display: grid; gap: 10px; }
.drawer-nav a { color: #003A66; background: #FFFFFF; border: 1px solid rgba(22,185,234,.18); border-radius: 14px; padding: 12px 14px; font-weight: 700; }
.drawer-nav a.active { color: #006EAF; background: #EAF8FF; box-shadow: inset 3px 0 0 #16B9EA; }
.site-main { padding-bottom: 0; }
h1,
.page-title,
.hero-title {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
    color: #003A66;
    line-height: 1.18;
}
h2,
.section-title {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
    color: #003A66;
    line-height: 1.25;
}
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;
}
.section { padding: 54px 0; }
.section-head { max-width: 830px; margin: 0 auto 28px; text-align: center; }
.section-title { font-size: clamp(28px, 4vw, 42px); margin: 0 0 12px; }
.section-desc { color: #5D6B78; font-size: 17px; 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%; display: grid; place-items: center; background: linear-gradient(135deg,#EAF8FF,#FFFFFF); }
.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 img { width: 100%; max-height: 430px; object-fit: contain; background: #EAF8FF; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.65); background: rgba(0,110,175,.78); color: #FFFFFF; font-size: 28px; cursor: pointer; display: grid; place-items: center; }
.slider-arrow.prev { left: 16px; }
.slider-arrow.next { right: 16px; }
.slider-dots { position: absolute; left: 0; right: 0; bottom: 14px; display: flex; justify-content: center; gap: 9px; }
.slider-dots button { width: 11px; height: 11px; border-radius: 50%; border: 0; background: rgba(0,110,175,.35); cursor: pointer; }
.slider-dots button.active { background: #16B9EA; box-shadow: 0 0 0 5px rgba(32,212,255,.2); }
.intro-strip { background: linear-gradient(135deg,#FFFFFF 0%,#EAF8FF 100%); border: 1px solid rgba(22,185,234,.22); box-shadow: 0 16px 40px rgba(0,110,175,.10); border-radius: 22px; padding: 24px 28px; margin: 0 auto 34px; color: #1E2A36; }
.quick-pills { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 25px 0; }
.quick-pills a { color: #006EAF; background: #FFFFFF; border: 1px solid rgba(22,185,234,.28); border-radius: 999px; padding: 10px 18px; font-weight: 700; box-shadow: 0 8px 18px rgba(0,110,175,.07); }
.grid-8 { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.wall-grid { 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;
}
.entry-card { min-height: 208px; display: flex; flex-direction: column; gap: 10px; }
.entry-card img { height: 104px; width: 100%; object-fit: contain; border-radius: 16px; background: #EAF8FF; }
.entry-card .text-link { margin-top: auto; }
.number { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: #EAF8FF; color: #006EAF; font-weight: 700; font-size: 20px; }
.card ul, .info-card ul { padding-left: 20px; margin: 12px 0 0; }
.card li, .info-card li { margin: 6px 0; }
.text-link { color: #006EAF; display: inline-flex; align-items: center; gap: 6px; }
.text-link::after { content: '›'; font-size: 20px; line-height: 1; }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; padding: 34px; margin-bottom: 28px; background: #FFFFFF; border-radius: 26px; border: 1px solid rgba(22,185,234,.18); box-shadow: 0 16px 40px rgba(0,110,175,.10); }
.feature-row.reverse .feature-copy { order: 1; }
.feature-row.reverse .feature-media { order: 2; }
.feature-media { background: linear-gradient(135deg,#EAF8FF,#FFFFFF); border-radius: 22px; padding: 18px; }
.feature-media img { width: 100%; max-height: 330px; object-fit: contain; }
.badge { display: inline-flex; color: #006EAF; background: rgba(22,185,234,.12); border-radius: 999px; padding: 6px 12px; font-weight: 700; margin-bottom: 10px; }
.zone-card { overflow: hidden; padding: 0; }
.zone-card img { width: 100%; height: 170px; object-fit: contain; background: #EAF8FF; padding: 10px; }
.zone-body { padding: 20px; }
.app-section { background: linear-gradient(135deg,#DDF5FF 0%,#FFFFFF 52%,#EAF8FF 100%); border: 1px solid rgba(22,185,234,.22); border-radius: 28px; padding: 34px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; box-shadow: 0 18px 42px rgba(0,110,175,.12); }
.app-section img { max-height: 430px; margin: 0 auto; }
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.faq-list { display: grid; gap: 16px; max-width: 980px; margin: 0 auto; }
.faq-item { background: #FFFFFF; border: 1px solid rgba(22,185,234,.18); border-radius: 18px; padding: 20px; box-shadow: 0 12px 30px rgba(0,110,175,.08); }
.faq-item h3 { margin-top: 0; }
.responsible-box { background: linear-gradient(135deg,#003A66 0%,#006EAF 100%); color: #EAF8FF; border-radius: 26px; padding: 30px; box-shadow: 0 16px 40px rgba(0,58,102,.18); }
.responsible-box h2, .responsible-box h3 { color: #FFFFFF; }
.page-hero { padding: 58px 0 28px; background: radial-gradient(circle at top left, rgba(32,212,255,.24), transparent 35%), linear-gradient(135deg,#F5FCFF,#EAF8FF); }
.page-hero .container { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: center; }
.page-hero p { color: #5D6B78; font-size: 18px; }
.hero-card { background: #FFFFFF; border: 1px solid rgba(22,185,234,.20); border-radius: 26px; padding: 26px; box-shadow: 0 16px 40px rgba(0,110,175,.10); }
.hero-card img { width: 100%; max-height: 360px; object-fit: contain; }
.content-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 26px; align-items: start; }
.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,.10); }
.article-card h2 { margin-top: 8px; }
.side-card { position: sticky; top: 96px; }
.check-list { display: grid; gap: 10px; padding-left: 0; list-style: none; }
.check-list li { padding-left: 28px; position: relative; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: #006EAF; font-weight: 700; }
.form-grid { display: grid; gap: 14px; }
.input, textarea.input { width: 100%; border: 1px solid rgba(22,185,234,.28); border-radius: 14px; padding: 12px 14px; font-family: "Charis SIL", Georgia, serif; background: #FFFFFF; color: #1E2A36; }
textarea.input { min-height: 130px; resize: vertical; }
.site-footer { background: #003A66; color: #EAF8FF; padding: 44px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 26px; }
.footer-brand img { width: 130px; margin-bottom: 14px; }
.site-footer h3 { color: #FFFFFF; margin-top: 0; }
.site-footer a { display: block; color: #EAF8FF; margin: 8px 0; }
.footer-note { margin-top: 28px; border-top: 1px solid rgba(234,248,255,.22); padding-top: 18px; color: #DDF5FF; }
@media (max-width: 980px) {
    .desktop-header { display: none; }
    .mobile-header { display: flex; }
    .grid-8, .service-grid, .wall-grid, .info-grid, .footer-grid, .content-layout, .page-hero .container, .app-section { grid-template-columns: 1fr 1fr; }
    .feature-row, .feature-row.reverse { grid-template-columns: 1fr; padding: 22px; }
    .feature-row.reverse .feature-copy, .feature-row.reverse .feature-media { order: initial; }
    .side-card { position: static; }
}
@media (max-width: 640px) {
    .container { width: min(100% - 24px, 1200px); }
    .section { padding: 38px 0; }
    .grid-8, .service-grid, .wall-grid, .info-grid, .footer-grid, .content-layout, .page-hero .container, .app-section { grid-template-columns: 1fr; }
    .banner-slider { margin: 18px 12px 26px; border-radius: 18px; }
    .slider-arrow { width: 38px; height: 38px; font-size: 22px; }
    .intro-strip, .app-section, .responsible-box, .article-card { padding: 22px; border-radius: 20px; }
    .quick-pills { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }
    .quick-pills a { white-space: nowrap; }
    .page-hero { padding: 34px 0 18px; }
    .entry-card img, .zone-card img { height: 140px; }
}
