:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; color: #112649; background: #f1f7fd; }
a { color: inherit; }
.site-header { background: #fff; border-bottom: 1px solid #dce8f3; }
.header-inner { max-width: 1140px; margin: auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; text-decoration: none; color: #102c5e; letter-spacing: .04em; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.back-link { color: #1652b8; font-weight: 700; text-decoration: none; }
.back-link:hover, .back-link:focus-visible { text-decoration: underline; }
.intro { max-width: 1140px; margin: 0 auto; padding: 44px 24px 28px; }
.eyebrow { color: #087f74; font-size: .85rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.1; margin: 10px 0 14px; }
.lead { max-width: 780px; color: #465a76; font-size: 1.13rem; line-height: 1.65; margin: 0; }
.features { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 24px 0 0; }
.features li { padding: 9px 14px; background: #e0f1ef; color: #075e59; border-radius: 999px; font-size: .9rem; font-weight: 700; }
.flyer-section { max-width: 1140px; margin: 0 auto; padding: 0 24px 56px; }
.flyer-heading { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 12px; margin: 0 0 18px; }
.flyer-heading h2 { font-size: 1.35rem; margin: 0; }
.full-link { color: #1652b8; font-weight: 700; text-underline-offset: 3px; }
.flyer-frame { display: block; width: fit-content; max-width: 100%; margin: 0 auto; border-radius: 14px; overflow: hidden; box-shadow: 0 18px 48px rgba(16, 44, 94, .17); background: #fff; }
.flyer-frame img { display: block; width: min(100%, 850px); height: auto; }
.site-footer { padding: 24px; text-align: center; color: #52708f; border-top: 1px solid #dce8f3; }
@media (max-width: 600px) { .header-inner { padding: 10px 16px; } .brand span { font-size: .8rem; } .brand img { width: 42px; height: 42px; } .back-link { font-size: .85rem; } .intro { padding: 32px 18px 24px; } .flyer-section { padding: 0 12px 36px; } }
