@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Mozilla+Headline:wght@200..700&family=Tiny5&display=swap');

.abeezee-regular { font-family: "ABeeZee", sans-serif; font-weight: 400; font-style: normal; }
.abeezee-regular-italic { font-family: "ABeeZee", sans-serif; font-weight: 400; font-style: italic; }
.mozilla-headline-500 { font-family: "Mozilla Headline", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; font-variation-settings: "wdth" 100; }
.tiny5-regular { font-family: "Tiny5", sans-serif; font-weight: 300; font-style: normal; }

body { font-family: "ABeeZee", Arial, Helvetica, sans-serif; background: #30389E; color: white; margin: 0; line-height: 1.4; }

header.site-header { background: #032e70; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 22px; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
header.site-header ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: row; gap: 8px; }
header.site-header a { text-decoration: none; color: white; font-family: "ABeeZee"; }

.brand { font-family: "Mozilla Headline", "ABeeZee", sans-serif; font-size: 1.45rem; letter-spacing: 0.01em; }
.brand span { color: #b7d4ff; font-size: 0.74em; }

.nav-list a { display: inline-block; padding: 8px 12px; border-radius: 8px; }
.nav-list a:hover, .nav-list a:focus-visible { background: rgba(255, 255, 255, 0.12); }

section#hero { --hero-side-width: clamp(560px, 62vw, 1020px); --hero-gap: 15px; background: linear-gradient(160deg, #0b469f 0%, #0a3b88 100%); padding: clamp(24px, 3vw, 44px); padding-right: calc(var(--hero-side-width) + var(--hero-gap)); position: relative; overflow: hidden; min-height: calc(100svh - 72px); display: grid; align-content: center; border-bottom: 1px solid rgba(255, 255, 255, 0.16); box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22); }
section#hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(130% 120% at 14% 18%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 46%); pointer-events: none; }
section#hero::after { content: ""; position: absolute; inset: 0 0 0 auto; width: var(--hero-side-width); background-image: url("https://tse4.mm.bing.net/th/id/OIP.HjWcut1nuKMUdWSMTqu-egHaEK?r=0&rs=1&pid=ImgDetMain&o=7&rm=3"); background-size: cover; background-position: right center; background-repeat: no-repeat; clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%); pointer-events: none; }

#hero .hero-copy { max-width: 100%; display: grid; gap: 14px; position: relative; z-index: 1; }
#hero-title { margin: 0; font-family: "Mozilla Headline", "ABeeZee", sans-serif; font-size: clamp(2.6rem, 4.8vw, 4.4rem); line-height: 0.98; letter-spacing: 0.01em; }
#hero .tagline { margin: 0; max-width: 44ch; line-height: 1.3; font-size: clamp(1.05rem, 1.45vw, 1.35rem); color: #e5efff; }
#hero .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
#hero .button { margin: 0; font-size: 1rem; padding: 11px 16px; }

.panel-card { border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 10px; background: rgba(8, 23, 76, 0.68); padding: 10px 12px; }
.panel-label { display: inline-block; margin-bottom: 4px; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: #c8d9ff; }
.panel-card strong { display: block; margin-bottom: 4px; font-size: 1.05rem; }
.panel-card p { margin: 0; color: #dbe7ff; line-height: 1.35; }

.eyebrow { margin: 0; padding: 0; font-size: 1.1rem; color: #bdbdbd; line-height: 1.4; letter-spacing: 0.03em; }

.button { appearance: none; -webkit-appearance: none; background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(0,0,0,0.08)); text-decoration: none; color: #ffffff; padding: 8px 14px; border: 1px solid rgba(255,255,255,0.22); border-radius: 8px; font-weight: 600; margin: 10px 0 12px; display: inline-block; font-size: 1rem; line-height: 1; text-align: center; cursor: pointer; transition: background-color 160ms ease, color 160ms ease, transform 120ms ease, box-shadow 120ms ease, border-color 160ms ease; }
.button:focus { outline: none; box-shadow: 0 6px 0 rgba(0, 0, 0, 0.22), 0 12px 20px rgba(0, 0, 0, 0.18), 0 0 0 3px rgba(245,245,245,0.16); }
.button-primary { background: linear-gradient(180deg, #ffffff, #dfe6ff); color: #30389E; border-color: #c9d4ff; }
.button-primary:hover, .button-primary:focus { background: linear-gradient(180deg, #ffffff, #edf1ff); color: #2a357a; transform: translateY(-3px); box-shadow: 0 8px 0 rgba(0, 0, 0, 0.22), 0 16px 24px rgba(0, 0, 0, 0.2); }
.button-secondary { background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04)); color: #f5f5f5; border-color: rgba(255,255,255,0.28); }
.button-secondary:hover, .button-secondary:focus { background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08)); transform: translateY(-3px); box-shadow: 0 8px 0 rgba(0, 0, 0, 0.22), 0 16px 24px rgba(0, 0, 0, 0.2); }

.skip-link { position: absolute; top: -100px; left: 0; background: #ffffff; border: 1px solid #000000; color: #000000; padding: 10px 20px; z-index: 100; }
.skip-link:focus { top: 0; }

footer.site-footer { background: #032e70; padding: 20px 22px; border-top: 1px solid rgba(255, 255, 255, 0.18); display: flex; flex-direction: column; gap: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links .category { display: flex; flex-direction: column; gap: 6px; }
.footer-links .links-heading { font-size: 1rem; font-weight: bold; margin-bottom: 4px; }
.footer-links a { color: #ffffff; text-decoration: none; transition: 160ms ease; }
.footer-links a:hover { color: #c8d9ff; margin-left: 4px; }

/* --- Cookie Banner with Bite Animation --- */
#cookiebanner { position: fixed; right: 18px; bottom: 18px; width: min(420px, calc(100vw - 36px)); padding: 18px 18px 16px; border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(3, 46, 112, 0.94); box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); display: grid; gap: 10px; z-index: 120; mask: url(#bite-mask); -webkit-mask: url(#bite-mask); mask-position: 400px 0; -webkit-mask-position: 400px 0; transition: mask-position 0.6s ease-in-out, -webkit-mask-position 0.6s ease-in-out, opacity 0.5s ease-in-out; }
#cookiebanner.is-eaten { mask-position: -50px 0; -webkit-mask-position: -50px 0; opacity: 0; }
#cookiebanner::before { content: ""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 34%), radial-gradient(circle at bottom left, rgba(255, 217, 131, 0.16), transparent 38%); pointer-events: none; }
#cookiebanner > * { position: relative; z-index: 1; }
#cookiebanner h2 { margin: 0; font-family: "Mozilla Headline", "ABeeZee", sans-serif; font-size: 1.35rem; line-height: 1.05; }
#cookiebanner p { margin: 0; color: #dce8ff; line-height: 1.45; }
.cookie-ornament { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 6px 10px; border-radius: 999px; background: rgba(255, 255, 255, 0.1); color: #ffe9b8; font-size: 0.95rem; letter-spacing: 0.12em; text-transform: uppercase; }
.cookie-eyebrow { margin: 0; color: #b7d4ff; font-size: 0.76rem; letter-spacing: 0.11em; text-transform: uppercase; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
#cookiebanner .cookiesbtn { margin: 0; }

@media (max-width: 840px) {
  header.site-header { flex-wrap: wrap; padding: 12px 14px; }
  section#hero { padding-right: 22px; min-height: 78svh; align-content: start; }
  section#hero::after { display: none; }
}

@media (max-width: 640px) {
  #cookiebanner { left: 12px; right: 12px; bottom: 12px; width: auto; }
  .cookie-actions { flex-direction: column; }
  #cookiebanner .cookiesbtn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .button, #cookiebanner { transition: none; }
}
/* --- Playful Blue-Centric Otter Design --- */
hr {
  width: 100%;
}

.quotebox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

blockquote#quote {
  text-align: center;
  font-size: 1.3em;
  max-width: 800px;
  margin: 0;
}

#qauthor {
  font-size: 1.1em;
  align-self: flex-end;
  margin-right: calc((100% - 800px) / 2 + 50px);
  margin-top: 10px;
  font-style: italic;
  opacity: 0.9;
  font-family: "Mozilla Headline"
}

