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: #FFF5F7;
    color: #2A1E23;
    padding-top: 0;
}
a { text-decoration: none; transition: all .22s ease; }
img { display: block; }
.wrap { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
    background: #F06F86;
    color: #FFFFFF;
    box-shadow: 0 8px 24px rgba(184,31,53,0.18);
    position: sticky;
    top: 0;
    z-index: 9999;
}
.desktop-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    min-height: 78px;
    gap: 18px;
}
.brand img,
.mobile-brand img,
.drawer-top img,
.footer-brand img {
    width: 132px;
    height: auto;
    object-fit: contain;
}
.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 0;
}
.site-nav a {
    color: #FFFFFF;
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    padding: 28px 0 22px;
    border-bottom: 2px solid transparent;
}
.site-nav a:hover,
.site-nav a.active {
    color: #7A1022;
    border-bottom-color: #7A1022;
}
.mobile-header { display: none; }
.login-btn {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
    background: #FFFFFF;
    color: #B81F35;
    border: 1px solid rgba(233,66,85,0.35);
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(184,31,53,0.10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    letter-spacing: .02em;
    white-space: nowrap;
}
.login-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(184,31,53,0.18); color: #7A1022; }
.site-main { min-height: 60vh; }
h1,
.page-title,
.hero-title {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
    color: #9A1730;
}
h2,
.section-title {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
    color: #9A1730;
}
h3,
.card-title,
.zone-card h3,
.info-card h3 {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
}
p,
li,
.faq-answer,
.section-desc,
.card p,
.zone-card p,
.info-card p {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 400;
}
.nav a,
.text-link,
.meta-text,
.small-note {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
}
.text-link { color: #B81F35; border-bottom: 1px solid rgba(184,31,53,.28); }
.text-link:hover { color: #E94255; border-bottom-color: #E94255; }
.main-btn {
    font-family: "Charis SIL", Georgia, serif;
    font-weight: 700;
    background: linear-gradient(135deg, #FF8CA3 0%, #E94255 45%, #B81F35 100%);
    color: #FFFFFF;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(184,31,53,0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border: 0;
}
.main-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 32px rgba(184,31,53,0.28); color: #FFFFFF; }
.banner-slider {
    max-width: 1200px;
    margin: 28px auto 36px;
    border-radius: 22px;
    background: linear-gradient(135deg, #FFF5F7 0%, #FFFFFF 48%, #FFE8EE 100%);
    border: 1px solid rgba(233,66,85,0.22);
    box-shadow: 0 18px 42px rgba(184,31,53,0.14);
    overflow: hidden;
    position: relative;
}
.banner-track { position: relative; }
.banner-slide { display: none; background: #FFFFFF; }
.banner-slide.active { display: block; }
.banner-slider img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.8);
    background: rgba(255,255,255,.78);
    color: #B81F35;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(184,31,53,.18);
}
.banner-prev { left: 16px; }
.banner-next { right: 16px; }
.banner-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.banner-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,.76);
    cursor: pointer;
}
.banner-dot.active { width: 26px; border-radius: 99px; background: #E94255; }
.intro-strip,
.compliance-box,
.entry-hero,
.content-block,
.app-feature,
.support-highlight {
    background: linear-gradient(135deg, #FFFFFF 0%, #FFF9FA 52%, #FFE8EE 100%);
    border: 1px solid rgba(233,66,85,0.18);
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(184,31,53,0.10);
}
.intro-strip { padding: 26px 30px; margin-bottom: 28px; }
.intro-strip p { margin: 0; font-size: 18px; line-height: 1.75; color: #2A1E23; }
.section-head { margin: 46px auto 22px; text-align: center; }
.section-title { font-size: clamp(28px, 4vw, 42px); margin: 0 0 12px; }
.section-desc { max-width: 780px; margin: 0 auto; color: #7A5D65; line-height: 1.75; font-size: 17px; }
.quick-pills { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 28px auto 38px; }
.quick-pills a {
    color: #B81F35;
    background: #FFFFFF;
    border: 1px solid rgba(233,66,85,.18);
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(184,31,53,.08);
}
.quick-pills a:hover { background: #FFE8EE; transform: translateY(-2px); }
.category-grid,
.service-grid,
.zone-grid,
.help-grid,
.faq-grid,
.page-card-grid {
    display: grid;
    gap: 18px;
}
.category-grid { grid-template-columns: repeat(5, 1fr); }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.zone-grid { grid-template-columns: repeat(3, 1fr); }
.help-grid { grid-template-columns: repeat(3, 1fr); }
.faq-grid { grid-template-columns: repeat(2, 1fr); }
.page-card-grid { grid-template-columns: repeat(3, 1fr); }
.card,
.zone-card,
.info-card,
.faq-item,
.category-card {
    background: #FFFFFF;
    border: 1px solid rgba(233,66,85,0.18);
    box-shadow: 0 16px 40px rgba(184,31,53,0.10);
    color: #2A1E23;
    border-radius: 20px;
}
.category-card { padding: 22px; min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; }
.category-card .tag,
.zone-card .tag,
.info-card .tag,
.entry-hero .tag { color: #E94255; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; font-size: 13px; }
.category-card h3 { margin: 10px 0 8px; color: #9A1730; font-size: 22px; }
.category-card p { color: #7A5D65; line-height: 1.62; margin: 0 0 18px; }
.card { padding: 26px; }
.card-number { color: #E94255; font-weight: 700; font-size: 34px; line-height: 1; margin-bottom: 16px; }
.card h3 { color: #9A1730; font-size: 24px; margin: 0 0 12px; }
.card p { color: #2A1E23; line-height: 1.72; }
.card ul { padding-left: 20px; margin: 16px 0 0; color: #7A1022; font-weight: 700; line-height: 1.7; }
.split-section { display: grid; gap: 28px; margin: 56px auto; }
.split-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
    background: rgba(255,255,255,.64);
    border: 1px solid rgba(233,66,85,.14);
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 16px 36px rgba(184,31,53,.08);
}
.split-row.reverse .split-text { order: 1; }
.split-row.reverse .split-media { order: 2; }
.split-media {
    background: #FFFFFF;
    border: 1px solid rgba(233,66,85,.16);
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
}
.split-text { padding: 18px 18px 18px 8px; }
.split-text h2 { font-size: 30px; margin: 0 0 12px; }
.split-text p { line-height: 1.78; color: #2A1E23; }
.split-text ul { margin: 16px 0; padding-left: 20px; color: #7A1022; font-weight: 700; line-height: 1.75; }
.content-img,
.zone-card img,
.app-section img,
.banner-slider img,
.hero-visual img,
.promo-banner img,
.category-banners img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.zone-card { overflow: hidden; display: flex; flex-direction: column; }
.zone-card img { width: 100%; background: #FFF9FA; }
.zone-card .zone-body { padding: 22px; }
.zone-card h3 { color: #9A1730; margin: 8px 0 10px; font-size: 24px; }
.zone-card p { color: #7A5D65; line-height: 1.72; margin: 0 0 16px; }
.zone-graphic {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 20%, #FFBAC8, transparent 38%), linear-gradient(135deg, #FFF5F7, #FFE8EE);
    color: #B81F35;
    font-weight: 700;
    font-size: 38px;
}
.app-section {
    margin: 56px auto;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 28px;
    padding: 26px;
    border-radius: 26px;
    background: linear-gradient(135deg, #FFE8EE 0%, #FFFFFF 55%, #FFF5F7 100%);
    border: 1px solid rgba(233,66,85,.18);
    box-shadow: 0 18px 42px rgba(184,31,53,.12);
}
.app-section .app-image { background: #FFFFFF; border-radius: 22px; padding: 14px; border: 1px solid rgba(233,66,85,.16); }
.app-section h2 { font-size: 34px; margin: 0 0 14px; }
.app-section p { line-height: 1.78; color: #2A1E23; }
.feature-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 18px 0 22px; }
.feature-list span {
    background: #FFFFFF;
    color: #7A1022;
    border: 1px solid rgba(233,66,85,.15);
    border-radius: 14px;
    padding: 12px 14px;
    font-weight: 700;
}
.info-card { padding: 24px; }
.info-card .num { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; background: #FFE8EE; color: #B81F35; font-weight: 700; margin-bottom: 14px; }
.info-card h3 { color: #9A1730; margin: 0 0 10px; }
.info-card p { line-height: 1.7; color: #2A1E23; }
.faq-item { padding: 24px; }
.faq-item h3 { color: #9A1730; margin: 0 0 10px; font-size: 21px; }
.faq-answer { color: #2A1E23; line-height: 1.75; }
.compliance-box { padding: 28px; margin: 48px auto; }
.compliance-box h2 { margin: 0 0 12px; }
.compliance-box p { margin: 0; line-height: 1.8; color: #2A1E23; }
.entry-hero { margin: 30px auto 26px; padding: 34px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: center; }
.entry-hero.single { grid-template-columns: 1fr; }
.entry-hero h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.08; margin: 12px 0 16px; }
.entry-hero p { color: #2A1E23; line-height: 1.78; font-size: 18px; }
.hero-visual { background: #FFFFFF; border-radius: 22px; border: 1px solid rgba(233,66,85,.16); padding: 12px; }
.category-banners {
    max-width: 1200px;
    margin: 24px auto 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.category-banners img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 18px;
    background: #FFFFFF;
    border: 1px solid rgba(233,66,85,0.18);
    box-shadow: 0 14px 32px rgba(184,31,53,0.12);
}
.content-block { padding: 30px; margin: 26px auto; }
.content-block h2 { margin: 0 0 14px; font-size: 30px; }
.content-block h3 { color: #9A1730; margin: 24px 0 8px; }
.content-block p { line-height: 1.82; color: #2A1E23; margin: 0 0 16px; }
.content-block ul,
.content-block ol { line-height: 1.85; color: #2A1E23; padding-left: 24px; }
.content-block li strong { color: #B81F35; }
.promo-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 18px; }
.promo-banner { background: #FFFFFF; border-radius: 18px; border: 1px solid rgba(233,66,85,.18); padding: 10px; box-shadow: 0 12px 28px rgba(184,31,53,.08); }
.form-card label { display: block; font-weight: 700; color: #9A1730; margin: 14px 0 6px; }
.form-card input,
.form-card textarea,
.form-card select {
    width: 100%;
    border: 1px solid rgba(233,66,85,.22);
    border-radius: 14px;
    padding: 13px 14px;
    font-family: "Charis SIL", Georgia, serif;
    background: #FFF9FA;
    color: #2A1E23;
}
.form-card textarea { min-height: 130px; resize: vertical; }
.site-footer {
    background: #7A1022;
    color: #FFF5F7;
    margin-top: 58px;
    padding: 44px 0 24px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 28px; }
.footer-brand p { line-height: 1.75; color: #FFF5F7; }
.site-footer h3 { color: #FFFFFF; margin: 0 0 14px; }
.site-footer a { display: block; color: #FFF5F7; margin: 8px 0; font-weight: 700; }
.site-footer a:hover { color: #FFB7C6; }
.footer-note { border-top: 1px solid rgba(255,255,255,.16); margin-top: 28px; padding-top: 18px; line-height: 1.7; color: #FFF5F7; }
.drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.42); opacity: 0; pointer-events: none; transition: opacity .25s ease; z-index: 10000; }
.mobile-drawer { position: fixed; top: 0; left: 0; height: 100%; width: 84%; max-width: 320px; background: linear-gradient(180deg,#FFFFFF 0%,#FFF5F7 100%); transform: translateX(-105%); transition: transform .28s ease; z-index: 10001; padding: 18px; overflow-y: auto; box-shadow: 18px 0 44px rgba(0,0,0,.18); }
.drawer-open { overflow: hidden; }
.drawer-open .drawer-overlay { opacity: 1; pointer-events: auto; }
.drawer-open .mobile-drawer { transform: translateX(0); }
.drawer-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.drawer-close { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(233,66,85,.18); background: #FFE8EE; color: #B81F35; font-size: 26px; line-height: 1; cursor: pointer; }
.drawer-login { width: 100%; margin: 18px 0; }
.drawer-nav { display: grid; gap: 8px; }
.drawer-nav a { color: #7A1022; font-weight: 700; padding: 12px 14px; border-radius: 14px; background: rgba(255,232,238,.72); border: 1px solid rgba(233,66,85,.12); }
.drawer-nav a:hover { background: #FFFFFF; color: #E94255; }
@media (max-width: 1100px) {
    .desktop-header { display: none; }
    .mobile-header { min-height: 68px; padding: 0 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; }
    .mobile-brand { justify-self: center; }
    .mobile-brand img { width: 118px; }
    .menu-toggle { width: 42px; height: 42px; border-radius: 12px; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.18); display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; padding: 0 10px; cursor: pointer; }
    .menu-toggle span { height: 2px; background: #FFFFFF; border-radius: 99px; width: 100%; }
    .mobile-login { min-height: 38px; padding: 0 12px; font-size: 13px; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .service-grid,
    .zone-grid,
    .help-grid,
    .page-card-grid { grid-template-columns: repeat(2, 1fr); }
    .entry-hero { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
    .wrap { width: min(100% - 24px, 1200px); }
    .banner-slider { margin: 18px 12px 28px; border-radius: 18px; }
    .banner-arrow { width: 36px; height: 36px; font-size: 24px; }
    .banner-prev { left: 10px; }
    .banner-next { right: 10px; }
    .intro-strip { padding: 20px; }
    .intro-strip p { font-size: 16px; }
    .category-grid,
    .service-grid,
    .zone-grid,
    .help-grid,
    .faq-grid,
    .page-card-grid,
    .promo-grid { grid-template-columns: 1fr; }
    .quick-pills { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
    .quick-pills a { flex: 0 0 auto; }
    .split-row,
    .split-row.reverse { grid-template-columns: 1fr; }
    .split-row.reverse .split-text,
    .split-row.reverse .split-media { order: initial; }
    .split-text { padding: 10px; }
    .app-section { grid-template-columns: 1fr; padding: 18px; }
    .feature-list { grid-template-columns: 1fr; }
    .category-banners { grid-template-columns: 1fr; margin-left: 12px; margin-right: 12px; }
    .entry-hero { padding: 22px; margin: 22px auto; }
    .content-block { padding: 22px; }
    .footer-grid { grid-template-columns: 1fr; }
}
