:root { color-scheme: light; font-family: system-ui, sans-serif; color: #12203a; background: #fff; line-height: 1.65; }
* { box-sizing: border-box; }
body { margin: 0 auto; max-width: 880px; padding: 24px; }
header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid #dbe3ef; }
a { color: #1b4b9e; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid #1b4b9e; outline-offset: 5px; }
.brand { font-size: 20px; font-weight: 750; text-decoration: none; }
.brand img { display: block; width: 90px; height: 84px; object-fit: contain; }
.language-switch { display: flex; flex-shrink: 0; padding: 3px; border-radius: 10px; background: #eef3fd; }
.language-switch a { display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-height: 44px; padding: 7px 9px; border-radius: 8px; color: #53637b; font-size: 12px; font-weight: 800; text-decoration: none; }
.language-switch a:hover { color: #1b4b9e; }
.language-switch a[aria-current="page"] { color: #1b4b9e; background: #fff; box-shadow: 0 2px 8px rgba(25, 61, 116, .12); }
.language-flag { font-size: 17px; line-height: 1; }
main { padding-block: 40px; }
.eyebrow { color: #1b4b9e; font-weight: 700; }
h1 { font-size: clamp(30px, 5vw, 48px); line-height: 1.15; letter-spacing: -.03em; }
h2 { font-size: 23px; line-height: 1.3; }
.intro { font-size: 19px; }
.booking { display: inline-block; padding: 12px 20px; border-radius: 12px; color: white; background: #1b4b9e; font-weight: 700; text-decoration: none; }
section { margin-top: 36px; padding-top: 12px; border-top: 1px solid #dbe3ef; }
li { padding-left: 4px; margin-bottom: 12px; }
footer { padding-block: 24px; border-top: 1px solid #dbe3ef; }
@media (max-width: 420px) { body { padding: 18px; } header { gap: 12px; } .brand { font-size: 18px; } }
