/* aquaviana.com · Wasser & Vitalität · self-hosted fonts, glass surfaces, water light. No external requests. */
@font-face { font-family: 'Cormorant'; src: url('/fonts/cormorant-var-latin.woff2') format('woff2'); font-weight: 300 700; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Cormorant'; src: url('/fonts/cormorant-var-latinext.woff2') format('woff2'); font-weight: 300 700; font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Cormorant'; src: url('/fonts/cormorant-var-italic-latin.woff2') format('woff2'); font-weight: 300 700; font-style: italic; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('/fonts/manrope-var-latin.woff2') format('woff2'); font-weight: 200 800; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Manrope'; src: url('/fonts/manrope-var-latinext.woff2') format('woff2'); font-weight: 200 800; font-display: swap; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Cinzel'; src: url('/fonts/cinzel-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Cinzel'; src: url('/fonts/cinzel-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Cinzel'; src: url('/fonts/cinzel-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }

:root {
  --bg: #F6FBFD; --mist: #EAF6FB; --ice: #DCF0F8; --white: #FFFFFF;
  --ink: #0B2A3F; --ink-2: #1D4460; --muted: #5B7B90; --line: rgba(11, 42, 63, .12);
  --aqua: #22B8E6; --aqua-2: #5FD3F2; --deep: #1A6FD1; --teal: #1FAE9B; --gold: #E0A03A; --coral: #E0553A; --green: #3DA35D;
  --grad: linear-gradient(135deg, #5FD3F2 0%, #22B8E6 40%, #1A6FD1 100%);
  --grad-text: linear-gradient(120deg, #3EC7EE, #1A6FD1);
  --glass: rgba(255, 255, 255, .58); --glass-2: rgba(255, 255, 255, .78); --glass-line: rgba(255, 255, 255, .75);
  --shadow: 0 24px 60px -32px rgba(11, 42, 63, .35), 0 1px 0 rgba(255, 255, 255, .6) inset;
  --display: 'Cormorant', Georgia, 'Times New Roman', serif; --sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif; --caps: 'Cinzel', 'Cormorant', Georgia, serif;
  --wrap: 1200px; --r: 22px; --r-sm: 14px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { overflow-x: clip; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 1.02rem; line-height: 1.65; font-weight: 450; }
img, svg, video { max-width: 100%; display: block; }
img { height: auto; }
a { color: var(--deep); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: .16em; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 500; line-height: 1.08; letter-spacing: -.01em; margin: 0 0 .5em; color: var(--ink); }
h1 { font-size: clamp(2.3rem, 5.2vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
em { font-style: italic; }
button { font: inherit; }
::selection { background: rgba(34, 184, 230, .3); }
.sr, .hp { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
[hidden] { display: none !important; }
.wrap { width: min(var(--wrap), 100% - 2.5rem); margin-inline: auto; }
.wrap--narrow { width: min(860px, 100% - 2.5rem); }
.wrap--result { width: min(1100px, 100% - 2.5rem); padding-top: 6.5rem; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 1000; background: var(--ink); color: #fff; padding: .6rem 1rem; border-radius: 8px; }
.skip:focus { left: 8px; }

/* ---------- typographic helpers ---------- */
.kicker { font-family: var(--caps); font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; color: var(--deep); margin: 0 0 .9rem; font-weight: 600; }
.sec--deep .kicker, .hero .kicker, .ftr .kicker, .band .kicker { color: var(--aqua-2); }
.lede { font-family: var(--display); font-size: clamp(1.22rem, 2vw, 1.5rem); line-height: 1.4; color: var(--ink-2); max-width: 62ch; font-weight: 450; }
.link { font-weight: 700; display: inline-flex; align-items: center; gap: .35rem; color: var(--deep); }
.link svg { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.link:hover svg { transform: translateX(4px); }
.link--light { color: var(--aqua-2); }

/* ---------- glass ---------- */
.glass { background: var(--glass); backdrop-filter: blur(18px) saturate(1.35); -webkit-backdrop-filter: blur(18px) saturate(1.35); border: 1px solid var(--glass-line); border-radius: var(--r); box-shadow: var(--shadow); position: relative; }
.glass::before { content: ''; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(135deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, .25)); pointer-events: none; }
.sec--deep .glass, .ftr .glass { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .22); color: #fff; box-shadow: 0 30px 70px -40px rgba(0, 0, 0, .6); }
.sec--deep .glass::before, .ftr .glass::before { background: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 50%); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: .55rem; padding: .95rem 1.5rem; min-height: 50px; border-radius: 999px; font-weight: 700; font-size: .95rem; border: 1px solid transparent; cursor: pointer; text-decoration: none !important; transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s; position: relative; overflow: hidden; }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn--primary { background: var(--grad); color: #fff; box-shadow: 0 14px 30px -12px rgba(26, 111, 209, .55); }
.btn--primary::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .35) 50%, transparent 70%); transform: translateX(-120%); transition: transform .8s var(--ease); }
.btn--primary:hover::after { transform: translateX(120%); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 20px 36px -14px rgba(26, 111, 209, .65); }
.btn--glass { background: rgba(255, 255, 255, .5); border-color: rgba(255, 255, 255, .8); color: var(--ink); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.btn--glass:hover { background: rgba(255, 255, 255, .75); transform: translateY(-2px); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-2); transform: translateY(-2px); }
.btn--ghost-dark { background: transparent; border-color: var(--line); color: var(--ink); }
.btn--ghost-dark:hover { background: var(--white); }
.btn--small { padding: .65rem 1.1rem; min-height: 40px; font-size: .85rem; }
.btn:disabled { opacity: .6; cursor: wait; }

/* ---------- header ---------- */
.hdr { position: fixed; inset: 0 0 auto; z-index: 100; transition: transform .45s var(--ease), background .35s, box-shadow .35s; }
.hdr__in { width: min(var(--wrap), 100% - 2rem); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 78px; }
.hdr.is-solid { background: rgba(255, 255, 255, .72); backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4); box-shadow: 0 10px 30px -22px rgba(11, 42, 63, .35); border-bottom: 1px solid rgba(255, 255, 255, .6); }
.hdr.is-hidden { transform: translateY(-100%); }
.brand img { width: 200px; height: auto; filter: drop-shadow(0 2px 6px rgba(255, 255, 255, .8)); transition: transform .3s var(--ease); }
.brand:hover img { transform: scale(1.03); }
.nav { display: flex; align-items: center; gap: .2rem; }
.nav > a, .nav__toggle { padding: .55rem .85rem; border-radius: 999px; font-weight: 700; font-size: .9rem; color: var(--ink); background: transparent; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: .35rem; transition: background .25s; }
.nav > a:hover, .nav__toggle:hover, .nav > a[aria-current], .nav__toggle.is-active { background: rgba(255, 255, 255, .7); text-decoration: none; }
.nav__accent { color: #fff !important; background: var(--grad) !important; box-shadow: 0 10px 20px -10px rgba(26, 111, 209, .6); }
.nav__caret { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .25s; }
.nav__group { position: relative; }
.nav__group.is-open .nav__caret { transform: rotate(225deg) translateY(-2px); }
.menu { position: absolute; top: calc(100% + 10px); left: 0; width: 560px; padding: .7rem; display: grid; grid-template-columns: 1fr 1fr; gap: .3rem; background: rgba(255, 255, 255, .86); backdrop-filter: blur(22px) saturate(1.4); -webkit-backdrop-filter: blur(22px) saturate(1.4); border: 1px solid rgba(255, 255, 255, .9); border-radius: 18px; box-shadow: 0 30px 60px -30px rgba(11, 42, 63, .45); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s; }
.nav__group.is-open .menu { opacity: 1; visibility: visible; transform: none; }
.menu__item { display: flex; gap: .75rem; align-items: center; padding: .6rem .7rem; border-radius: 12px; color: var(--ink); text-decoration: none !important; transition: background .2s; }
.menu__item:hover, .menu__item.is-active { background: var(--mist); }
.menu__item strong { display: block; font-size: .95rem; }
.menu__item small { display: block; color: var(--muted); font-size: .76rem; line-height: 1.3; }
.menu__ico { width: 38px; height: 38px; border-radius: 10px; background: var(--grad); color: #fff; display: grid; place-items: center; flex: none; }
.menu__ico svg { width: 20px; height: 20px; }
.burger { display: none; width: 46px; height: 46px; border: 0; background: rgba(255, 255, 255, .7); border-radius: 50%; cursor: pointer; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.burger span { width: 20px; height: 2px; background: var(--ink); transition: transform .3s var(--ease), opacity .3s; }
body.nav-open .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .burger span:nth-child(2) { opacity: 0; }
body.nav-open .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 1000px) {
  .burger { display: flex; }
  .nav { position: fixed; inset: 78px 0 0; background: rgba(246, 251, 253, .96); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); flex-direction: column; align-items: stretch; padding: 1rem 1.25rem 2rem; gap: .25rem; overflow: auto; transform: translateX(100%); transition: transform .4s var(--ease); }
  .nav.is-open { transform: none; }
  .nav > a, .nav__toggle { font-size: 1.15rem; padding: .85rem 1rem; }
  .nav__group { display: contents; }
  .nav__toggle { display: none; }
  .menu { position: static; width: auto; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; border: 0; padding: 0 0 .5rem; grid-template-columns: 1fr; }
  .brand img { width: 160px; }
}

/* ---------- hero ---------- */
.hero { position: relative; min-height: min(100svh, 940px); display: flex; align-items: center; color: var(--ink); overflow: hidden; background: var(--ice); isolation: isolate; }
.hero--small { min-height: min(74svh, 760px); }
.hero--image { min-height: min(78svh, 760px); align-items: flex-end; }
.hero__media { position: absolute; inset: -8% 0; will-change: transform; }
.hero__img, .hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__video { opacity: 0; transition: opacity 1.2s ease; }
.hero__video.is-playing { opacity: 1; }
.hero__ripple { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 1s ease; pointer-events: none; }
.hero.is-ripple .hero__ripple { opacity: 1; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246, 251, 253, .82) 0%, rgba(246, 251, 253, .55) 38%, rgba(246, 251, 253, 0) 68%), linear-gradient(180deg, rgba(246, 251, 253, .25), rgba(246, 251, 253, 0) 30%, rgba(246, 251, 253, 0) 75%, rgba(246, 251, 253, .9)); pointer-events: none; }
.hero__veil--bottom { background: linear-gradient(180deg, rgba(246, 251, 253, .15), rgba(246, 251, 253, 0) 35%, rgba(246, 251, 253, .85) 78%, var(--bg)); }
.hero__in { position: relative; z-index: 2; width: min(var(--wrap), 100% - 2.5rem); padding: 7.5rem 0 6rem; display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
.hero--avatar .hero__in { grid-template-columns: 1.15fr .85fr; }
.hero--small .hero__in, .hero--image .hero__in { padding: 7rem 0 4rem; display: block; }
.hero__title { font-size: clamp(2.6rem, 6.4vw, 5.4rem); font-weight: 400; max-width: 14ch; letter-spacing: -.02em; line-height: 1.02; }
.hero--small .hero__title { font-size: clamp(2.4rem, 5.4vw, 4.4rem); }
.hero--image .hero__title { font-size: clamp(2.1rem, 4.4vw, 3.7rem); max-width: 22ch; font-weight: 500; }
.hero__title em { font-style: italic; font-weight: 400; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__lede { font-family: var(--display); font-size: clamp(1.2rem, 2vw, 1.5rem); line-height: 1.4; max-width: 46ch; color: var(--ink-2); margin: 1rem 0 1.6rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__meta { font-size: .9rem; color: var(--ink-2); display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; font-weight: 600; }
.hero__meta i { opacity: .5; font-style: normal; }
.hero__meta svg { width: 16px; height: 16px; vertical-align: -3px; margin-right: 4px; }
.hero__scroll { position: absolute; left: 50%; bottom: 2rem; width: 26px; height: 42px; border: 2px solid rgba(11, 42, 63, .35); border-radius: 13px; transform: translateX(-50%); z-index: 3; }
.hero__scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; background: var(--deep); border-radius: 2px; animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { transform: translateY(0); opacity: 1; } 80% { transform: translateY(14px); opacity: 0; } 100% { opacity: 0; } }
.hero__wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 3; line-height: 0; }
.hero__wave svg { width: 100%; height: 60px; }
.hero__drops { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hdrop { position: absolute; width: 22px; height: 22px; color: rgba(255, 255, 255, .85); filter: drop-shadow(0 6px 10px rgba(26, 111, 209, .25)); opacity: 0; transition: opacity 1.4s ease, translate .6s var(--ease); animation: bob 6s ease-in-out infinite; }
.hero.is-ready .hdrop { opacity: 1; }
.hdrop svg { width: 100%; height: 100%; }
.hdrop--0 { left: 58%; top: 18%; width: 34px; height: 34px; animation-delay: -1s; }
.hdrop--1 { left: 72%; top: 30%; width: 18px; height: 18px; animation-delay: -2.5s; }
.hdrop--2 { left: 84%; top: 22%; width: 26px; height: 26px; animation-delay: -4s; }
.hdrop--3 { left: 64%; top: 70%; width: 20px; height: 20px; animation-delay: -.5s; }
.hdrop--4 { left: 90%; top: 62%; width: 30px; height: 30px; animation-delay: -3s; }
.hdrop--5 { left: 48%; top: 82%; width: 16px; height: 16px; animation-delay: -5s; }
.hdrop--6 { left: 78%; top: 82%; width: 24px; height: 24px; animation-delay: -1.7s; }
@keyframes bob { 0%, 100% { margin-top: 0; } 50% { margin-top: -12px; } }

/* avatar in hero */
.hero__avatar { position: relative; display: grid; justify-items: center; }
.avatar-frame { position: relative; width: min(420px, 78vw); aspect-ratio: 1; border-radius: 50%; overflow: hidden; background: radial-gradient(circle at 50% 35%, rgba(255, 255, 255, .95), rgba(234, 247, 252, .6) 60%, rgba(234, 247, 252, 0) 72%); box-shadow: 0 40px 80px -40px rgba(26, 111, 209, .45), 0 0 0 1px rgba(255, 255, 255, .8) inset; }
.avatar-frame::before { content: ''; position: absolute; inset: -12%; border-radius: 50%; background: conic-gradient(from 0deg, rgba(95, 211, 242, 0), rgba(95, 211, 242, .5), rgba(26, 111, 209, 0), rgba(95, 211, 242, .4), rgba(95, 211, 242, 0)); animation: spin 14s linear infinite; z-index: 0; opacity: .8; }
.avatar-frame::after { content: ''; position: absolute; inset: 3%; border-radius: 50%; background: radial-gradient(circle at 50% 40%, #fff, #EAF7FC 65%, #DCF0F8); z-index: 0; }
.avatar-video, .avatar-still { position: absolute; z-index: 1; left: 50%; top: 6%; width: 92%; transform: translateX(-50%); }
.avatar-video { top: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1s; }
.avatar-video.is-playing { opacity: 1; }
.avatar-video.is-playing ~ .avatar-still { opacity: 0; }
.avatar-still { transition: opacity 1s; }
@keyframes spin { to { transform: rotate(360deg); } }
.avatar-card { margin-top: -2.2rem; z-index: 2; padding: 1.1rem 1.3rem; max-width: 380px; font-size: .92rem; line-height: 1.5; }
.avatar-card .kicker { margin-bottom: .35rem; }
.avatar-card p { margin: 0 0 .5rem; }
@media (max-width: 900px) {
  .hero--avatar .hero__in { grid-template-columns: 1fr; padding-top: 6.5rem; }
  .hero__avatar { order: -1; }
  .avatar-frame { width: min(260px, 60vw); }
  .avatar-card { max-width: 100%; margin-top: -1.4rem; }
  .hero__scroll { display: none; }
}

/* ---------- ticker ---------- */
.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--white); padding: .9rem 0; position: relative; z-index: 4; }
.ticker__track { display: flex; gap: 2rem; width: max-content; animation: ticker 60s linear infinite; font-family: var(--caps); font-size: .78rem; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-2); align-items: center; }
.ticker__track i { width: 14px; height: 14px; color: var(--aqua); display: inline-flex; }
.ticker__track i svg { width: 100%; height: 100%; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.sec { padding: clamp(3.5rem, 8vw, 6.5rem) 0; position: relative; }
.sec--top { padding-top: clamp(7rem, 14vw, 9rem); }
.sec--mist { background: var(--mist); }
.sec--deep { background: radial-gradient(120% 80% at 80% 10%, #1D4F86 0%, #0F3557 45%, #0B2A3F 100%); color: #fff; overflow: hidden; }
.sec--deep::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 40% at 20% 100%, rgba(34, 184, 230, .25), transparent 70%), radial-gradient(40% 30% at 90% 90%, rgba(95, 211, 242, .18), transparent 70%); pointer-events: none; }
.sec--deep h1, .sec--deep h2, .sec--deep h3, .sec--deep .lede { color: #fff; }
.sec--deep .lede { color: rgba(255, 255, 255, .8); }
.sec--lead { background: linear-gradient(160deg, #DCF0F8, #F6FBFD 50%, #E3F3FA); }
.sec__head { max-width: 760px; margin-bottom: 2.4rem; }
.sec__head--row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.sec__head--row h2 { margin: 0; }
.sec__foot { margin-top: 2rem; }
.sec__foot small { color: var(--muted); }
.sec--deep .sec__foot small { color: rgba(255, 255, 255, .6); }

/* ---------- reveal ---------- */
html.reveal-armed .rv { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
html.reveal-armed .rv.is-in { opacity: 1; transform: none; }

/* ---------- cards & grids ---------- */
.grid { display: grid; gap: 1.5rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 960px) { .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid--3, .grid--2 { grid-template-columns: 1fr; } }
.card { display: flex; flex-direction: column; background: var(--white); border-radius: var(--r); overflow: hidden; color: var(--ink); text-decoration: none !important; border: 1px solid rgba(255, 255, 255, .8); box-shadow: 0 18px 40px -30px rgba(11, 42, 63, .35); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.card:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(26, 111, 209, .4); }
.card__media { aspect-ratio: 3 / 2; overflow: hidden; position: relative; background: var(--ice); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.card:hover .card__media img { transform: scale(1.06); }
.card__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, .35) 50%, transparent 60%); transform: translateX(-120%); transition: transform 1s var(--ease); }
.card:hover .card__media::after { transform: translateX(120%); }
.card__body { padding: 1.2rem 1.35rem 1.35rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.card__kicker { font-family: var(--caps); font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--deep); margin: 0; font-weight: 600; }
.card h3 { font-size: 1.4rem; margin: 0; line-height: 1.15; }
.card__desc { color: var(--muted); font-size: .92rem; margin: .2rem 0 0; }
.card__meta { margin: auto 0 0; padding-top: .8rem; display: flex; justify-content: space-between; align-items: center; font-size: .82rem; color: var(--muted); font-weight: 600; }
.card__meta svg { width: 15px; height: 15px; vertical-align: -3px; margin-right: 3px; }
.card__more { display: inline-flex; align-items: center; gap: .3rem; color: var(--deep); font-weight: 700; }
.card__more svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.card:hover .card__more svg, .toolcard:hover .card__more svg { transform: translateX(4px); }

.ampel { display: inline-flex; align-items: center; gap: .4rem; font-size: .78rem; font-weight: 700; padding: .25rem .65rem .25rem .5rem; border-radius: 999px; background: var(--mist); color: var(--ink); }
.ampel::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(61, 163, 93, .2); }
.ampel--gelb::before { background: var(--gold); box-shadow: 0 0 0 3px rgba(224, 160, 58, .22); }
.ampel--rot::before { background: var(--coral); box-shadow: 0 0 0 3px rgba(224, 85, 58, .22); }
.sec--deep .ampel { background: rgba(255, 255, 255, .12); color: #fff; }

/* mosaic of themes */
.mosaic { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-auto-rows: 260px; gap: 1.2rem; }
.tile { position: relative; border-radius: var(--r); overflow: hidden; color: var(--ink); text-decoration: none !important; background: var(--ice); display: block; box-shadow: 0 18px 40px -30px rgba(11, 42, 63, .35); }
.tile--0 { grid-column: 1; grid-row: 1 / 3; }
.tile--1 { grid-column: 2; grid-row: 1; } .tile--2 { grid-column: 3; grid-row: 1; } .tile--3 { grid-column: 2; grid-row: 2; } .tile--4 { grid-column: 3; grid-row: 2; }
.tile--5 { grid-column: 1; grid-row: 3; } .tile--6 { grid-column: 2 / 4; grid-row: 3; }
.tile__media, .tile__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tile__media img { transition: transform 1.2s var(--ease); }
.tile:hover .tile__media img { transform: scale(1.06); }
.tile__body { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; padding: 1rem 1.15rem; border-radius: 16px; transition: transform .4s var(--ease); }
.tile__body .kicker { margin-bottom: .2rem; font-size: .6rem; }
.tile__body h3 { margin: 0 0 .2rem; font-size: 1.5rem; }
.tile__body p { margin: 0; font-size: .86rem; color: var(--ink-2); display: none; line-height: 1.45; }
.tile--0 .tile__body p, .tile--6 .tile__body p { display: block; }
.tile__more { display: inline-flex; align-items: center; gap: .3rem; font-weight: 700; color: var(--deep); font-size: .85rem; margin-top: .4rem; }
.tile__more svg { width: 15px; height: 15px; }
.tile:hover .tile__body { transform: translateY(-4px); }
@media (max-width: 960px) { .mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; } .tile--0 { grid-column: 1 / 3; grid-row: 1; } .tile--1 { grid-column: 1; grid-row: 2; } .tile--2 { grid-column: 2; grid-row: 2; } .tile--3 { grid-column: 1; grid-row: 3; } .tile--4 { grid-column: 2; grid-row: 3; } .tile--5 { grid-column: 1; grid-row: 4; } .tile--6 { grid-column: 2; grid-row: 4; } }
@media (max-width: 560px) { .mosaic { grid-template-columns: 1fr; grid-auto-rows: 210px; } .tile { grid-column: auto !important; grid-row: auto !important; } }

/* tools cards */
.tools { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; }
.toolcard { padding: 1.5rem 1.4rem 1.3rem; color: var(--ink); text-decoration: none !important; display: flex; flex-direction: column; gap: .5rem; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.toolcard:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -30px rgba(26, 111, 209, .4); }
.toolcard__ico { width: 48px; height: 48px; border-radius: 14px; background: var(--grad); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 20px -10px rgba(26, 111, 209, .6); }
.toolcard__ico svg { width: 24px; height: 24px; }
.toolcard h3, .toolcard h2 { margin: .3rem 0 0; font-size: 1.35rem; }
.toolcard p { margin: 0; color: var(--muted); font-size: .9rem; flex: 1; }
.toolcard .card__more { margin-top: .4rem; font-size: .85rem; }
.toolcard--accent { background: var(--ink); color: #fff; border-radius: var(--r); }
.toolcard--accent h2, .toolcard--accent .card__more { color: #fff; }
.toolcard--accent p { color: rgba(255, 255, 255, .7); }
.toolcard--accent .kicker { color: var(--aqua-2); }
.tools--big .toolcard { padding: 1.8rem 1.6rem; }

/* band */
.band { position: relative; min-height: 520px; display: flex; align-items: center; color: var(--ink); overflow: hidden; isolation: isolate; }
.band__media { position: absolute; inset: -12% 0; }
.band__media img { width: 100%; height: 100%; object-fit: cover; }
.band__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246, 251, 253, .9), rgba(246, 251, 253, .6) 45%, rgba(246, 251, 253, .1)); }
.band__in { position: relative; z-index: 1; padding: 4rem 0; max-width: 620px; }
.band .kicker { color: var(--deep); }

/* hardness strip */
.hstrip { display: grid; grid-template-columns: repeat(12, 1fr); gap: .6rem; align-items: end; }
.hstrip__item { display: grid; justify-items: center; gap: .3rem; text-decoration: none !important; color: var(--ink); font-size: .78rem; text-align: center; }
.hstrip__bar { width: 100%; height: 140px; border-radius: 10px; background: var(--ice); position: relative; overflow: hidden; }
.hstrip__bar i { position: absolute; left: 0; right: 0; bottom: 0; height: var(--v); background: linear-gradient(180deg, var(--c), color-mix(in srgb, var(--c) 60%, #fff)); border-radius: 10px 10px 0 0; transition: height 1.2s var(--ease); }
.hstrip__item b { font-family: var(--display); font-size: 1.15rem; }
.hstrip__name { color: var(--muted); font-weight: 600; line-height: 1.1; }
.hstrip__item:hover .hstrip__bar { box-shadow: 0 0 0 2px var(--c); }
.sec--deep .hstrip__bar { background: rgba(255, 255, 255, .1); }
.sec--deep .hstrip__item, .sec--deep .hstrip__name { color: #fff; }
.sec--deep .hstrip__name { color: rgba(255, 255, 255, .7); }
@media (max-width: 760px) { .hstrip { grid-template-columns: repeat(6, 1fr); } .hstrip__bar { height: 100px; } }
@media (max-width: 420px) { .hstrip { grid-template-columns: repeat(4, 1fr); } }

/* ---------- maps ---------- */
.map { position: relative; }
.map__svg { width: 100%; height: auto; display: block; }
.map__land { fill: rgba(255, 255, 255, .13); stroke: rgba(255, 255, 255, .35); stroke-width: .6; }
.map--de .map__land { stroke-width: 1.2; }
.pin { cursor: pointer; }
.pin__halo { fill: var(--green); opacity: .25; transform-origin: center; animation: halo 2.6s ease-out infinite; transform-box: fill-box; }
.pin__dot { fill: var(--green); stroke: #fff; }
.pin--gelb .pin__halo, .pin--gelb .pin__dot { fill: var(--gold); }
.pin--rot .pin__halo, .pin--rot .pin__dot { fill: var(--coral); }
.pin--dh .pin__halo, .pin--dh .pin__dot { fill: var(--c); }

.pin__label { font-family: var(--sans); font-weight: 700; fill: #fff; paint-order: stroke; stroke: rgba(11, 42, 63, .6); pointer-events: none; }
.mapgrid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 1.5rem; align-items: stretch; }
.map--eu, .map--world { background: rgba(255, 255, 255, .06); border-radius: var(--r); padding: 1rem; }
.map--world .map__svg { max-height: 300px; }
.map__sub { font-size: .8rem; color: rgba(255, 255, 255, .65); margin: .6rem 0 0; }
@media (max-width: 860px) { .mapgrid { grid-template-columns: 1fr; } }
.pin:hover .pin__dot, .pin.is-active .pin__dot, .pin:focus-visible .pin__dot { stroke: var(--aqua-2); }
.pin:focus { outline: none; }
@keyframes halo { 0% { transform: scale(.4); opacity: .5; } 100% { transform: scale(1.4); opacity: 0; } }
.map__card { position: absolute; left: 1rem; bottom: 1rem; width: min(360px, calc(100% - 2rem)); padding: 1rem; display: grid; grid-template-columns: 84px 1fr; gap: .9rem; align-items: start; z-index: 2; }
.map__card img { width: 84px; height: 84px; object-fit: cover; border-radius: 12px; }
.map__card h3 { font-size: 1.25rem; margin: 0 0 .2rem; }
.map__card h3 small { display: block; font-family: var(--sans); font-size: .76rem; color: rgba(255, 255, 255, .7); font-weight: 600; margin-top: .1rem; }
.map__card p { margin: 0 0 .3rem; font-size: .84rem; }
.map__card a { color: var(--aqua-2); font-weight: 700; font-size: .85rem; }
.map__card .close { position: absolute; top: .4rem; right: .5rem; border: 0; background: transparent; color: #fff; font-size: 1.3rem; cursor: pointer; line-height: 1; }
.map__legend { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1.2rem; }
.map__hint { color: rgba(255, 255, 255, .7); font-size: .88rem; margin-top: 1rem; }
.regionmap { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.map--de { background: rgba(255, 255, 255, .06); border-radius: var(--r); padding: 1rem; }
@media (max-width: 860px) { .regionmap { grid-template-columns: 1fr; } }
.minimap { padding: .5rem; }
.minimap .map__land { fill: var(--ice); stroke: rgba(26, 111, 209, .35); }
.minimap .pin__label { fill: var(--ink); stroke: #fff; }
.minimap .map__svg--de { max-height: 260px; }
.minimap .pin__halo { animation: none; opacity: .3; }

/* ---------- article ---------- */
.article { padding: 2.5rem 0 3rem; }
.article__grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 3.5rem; align-items: start; }
@media (max-width: 960px) { .article__grid { grid-template-columns: 1fr; gap: 2rem; } }
.article__aside { position: sticky; top: 96px; display: grid; gap: 1.2rem; }
.crumbs { margin: 0 0 1.5rem; font-size: .8rem; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .3rem; color: var(--muted); }
.crumbs li + li::before { content: '›'; margin: 0 .4rem 0 .1rem; opacity: .6; }
.crumbs a { color: var(--muted); }
.sec--deep .crumbs, .sec--deep .crumbs a { color: rgba(255, 255, 255, .7); }
.prose { font-size: 1.06rem; line-height: 1.75; }
.prose h2 { font-size: clamp(1.7rem, 2.6vw, 2.2rem); margin: 2.2rem 0 .8rem; }
.prose h3 { margin: 1.6rem 0 .5rem; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: .45rem; }
.prose li::marker { color: var(--aqua); font-weight: 700; }
.prose strong { color: var(--ink); }
.prose--note { color: var(--muted); font-size: .95rem; margin-top: 1.8rem; }
.summary { padding: 1.3rem 1.5rem; margin: 1.6rem 0; }
.summary ul { margin: 0; padding-left: 1.2rem; }
.summary li { margin-bottom: .35rem; }
.summary li::marker { color: var(--aqua); }
.summary .kicker { margin-bottom: .6rem; }
.tip { display: grid; grid-template-columns: 76px 1fr; gap: 1rem; align-items: center; margin: 2rem 0; padding: 1.2rem 1.3rem; border-radius: var(--r); background: linear-gradient(135deg, #EAF6FB, #fff); border: 1px solid rgba(34, 184, 230, .25); box-shadow: var(--shadow); }
.tip__avatar { width: 76px; height: 76px; border-radius: 50%; overflow: hidden; background: radial-gradient(circle at 50% 30%, #fff, #DCF0F8); box-shadow: 0 0 0 3px #fff, 0 0 0 4px rgba(34, 184, 230, .4); }
.tip__avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; transform: scale(1.35); transform-origin: 50% 20%; }
.tip .kicker { margin-bottom: .3rem; }
.tip__text { margin: 0; font-family: var(--display); font-size: 1.25rem; line-height: 1.35; color: var(--ink); }
.tip--aside { display: none; }
.tip--static { margin-top: 2rem; }
@media (max-width: 960px) { .article__aside { position: static; } .tip--aside { display: none; } }
.facts { padding: 1.2rem 1.3rem; }
.facts dl { margin: 0; display: grid; gap: .6rem; }
.facts dl div { display: grid; grid-template-columns: 1fr; gap: .1rem; padding-bottom: .5rem; border-bottom: 1px solid var(--line); }
.facts dl div:last-child { border: 0; padding: 0; }
.facts dt { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.facts dd { margin: 0; font-weight: 600; font-size: .95rem; }
.aside__nav { padding: 1.2rem 1.3rem; }
.aside__nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .35rem; }
.aside__nav a { color: var(--ink-2); font-size: .9rem; display: block; padding: .25rem 0; }
.aside__nav a[aria-current] { color: var(--deep); font-weight: 700; }
.aside__cta { padding: 1.2rem 1.3rem; background: linear-gradient(135deg, rgba(34, 184, 230, .18), rgba(255, 255, 255, .7)); }
.aside__cta p { font-size: .92rem; }
.article__share { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.related { padding: 2rem 0 5rem; }
.verdict { padding: 1.2rem 1.5rem; margin: 1.4rem 0; border-left: 5px solid var(--green); }
.verdict--gelb { border-left-color: var(--gold); }
.verdict--rot { border-left-color: var(--coral); }
.verdict__text { font-family: var(--display); font-size: 1.5rem; margin: 0; line-height: 1.25; }
.hgauge { padding: 1.3rem 1.5rem; margin: 1.4rem 0; }
.hgauge__head { display: flex; align-items: baseline; gap: .8rem; flex-wrap: wrap; margin-bottom: .6rem; }
.hgauge__head .kicker { margin: 0; width: 100%; }
.hgauge__head b { font-family: var(--display); font-size: 2.2rem; color: var(--c); line-height: 1; }
.hgauge__head span { color: var(--muted); font-size: .9rem; }
.hgauge__bar { position: relative; height: 14px; border-radius: 7px; background: linear-gradient(90deg, #22B8E6 0 35%, #3A6FD8 35% 58%, #7A5AF5 58% 87%, #5A3FCF 87%); margin: .6rem 0 1.4rem; }
.hgauge__bar i { position: absolute; top: -6px; left: var(--v); width: 4px; height: 26px; margin-left: -2px; background: var(--ink); border-radius: 2px; box-shadow: 0 0 0 3px #fff; }
.hgauge__t { position: absolute; top: 18px; font-size: .72rem; color: var(--muted); transform: translateX(-50%); }
.hgauge__t--1 { left: 35%; } .hgauge__t--2 { left: 58%; }
.hgauge p { margin: 0; font-size: .92rem; color: var(--ink-2); }

/* tables */
.tablewrap { overflow-x: auto; margin: 1.5rem 0; border-radius: var(--r-sm); border: 1px solid var(--line); background: var(--white); }
.cmp { width: 100%; border-collapse: collapse; font-size: .92rem; min-width: 560px; }
.cmp th, .cmp td { padding: .7rem .9rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.cmp thead th { background: var(--mist); font-family: var(--caps); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; color: var(--deep); }
.cmp tbody th { font-weight: 700; color: var(--ink); }
.cmp tr:last-child td, .cmp tr:last-child th { border-bottom: 0; }
.chips { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; }
.chips span { font-size: .76rem; padding: .25rem .6rem; border-radius: 999px; background: var(--mist); color: var(--ink-2); font-weight: 600; }

/* faq */
.faq { margin-top: 2.5rem; }
.faq h2 { font-size: 1.7rem; }
.faq details { border-top: 1px solid var(--line); padding: .3rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: .8rem 2rem .8rem 0; font-weight: 700; list-style: none; position: relative; font-size: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: .2rem; top: .6rem; font-size: 1.4rem; color: var(--aqua); font-weight: 300; transition: transform .3s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq p { margin: 0 0 1rem; color: var(--ink-2); }

/* toolbox */
.toolbox { margin: 2rem 0; display: grid; gap: .7rem; }
.toolbox__item { display: grid; grid-template-columns: 40px 1fr 20px; align-items: center; gap: .9rem; padding: .9rem 1.1rem; color: var(--ink); text-decoration: none !important; transition: transform .3s var(--ease); }
.toolbox__item:hover { transform: translateX(4px); }
.toolbox__item > svg { width: 28px; height: 28px; color: var(--deep); }
.toolbox__item strong { display: block; }
.toolbox__item small { display: block; color: var(--muted); font-size: .82rem; }

/* share */
.share { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.share button { display: inline-flex; align-items: center; gap: .5rem; padding: .45rem .9rem .45rem .45rem; border-radius: 999px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-size: .84rem; font-weight: 600; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s; }
.share button:hover { transform: translateY(-2px); box-shadow: 0 10px 20px -12px rgba(11, 42, 63, .35); }
.share__native { padding: .45rem .9rem !important; background: var(--grad) !important; color: #fff !important; border: 0 !important; }
.share__native svg { width: 18px; height: 18px; }
.share__msg { font-size: .82rem; color: var(--teal); font-weight: 700; }
.share__ico { width: 26px; height: 26px; border-radius: 50%; display: inline-grid; place-items: center; font-family: var(--sans); font-weight: 800; font-size: .72rem; color: #fff; background: var(--deep); flex: none; }
.share__ico--whatsapp { background: #25D366; }
.share__ico--facebook { background: #1877F2; }
.share__ico--x { background: #111; }
.share__ico--linkedin { background: #0A66C2; }
.share__ico--pinterest { background: #E60023; }
.share__ico--telegram { background: #2AABEE; }
.share__ico--mail { background: var(--teal); }
.share__ico--copy { background: var(--ink-2); }
.share__ico--whatsapp::before { content: ''; width: 15px; height: 15px; background: currentColor; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 0 0-8.6 15.1L2 22l5-1.3A10 10 0 1 0 12 2zm0 2a8 8 0 1 1-4.2 14.8l-.3-.2-2.9.8.8-2.8-.2-.3A8 8 0 0 1 12 4zm-3 4.2c-.2 0-.5 0-.8.4s-1 1-1 2.4 1 2.8 1.2 3c.1.2 2 3.2 5 4.4 2.5 1 3 .8 3.5.7s1.7-.7 1.9-1.4.2-1.3.2-1.4-.3-.2-.6-.4l-2-1c-.3-.1-.5-.2-.7.2l-1 1.2c-.2.2-.3.2-.6.1a6.5 6.5 0 0 1-3.2-2.8c-.2-.4.2-.4.7-1.3.1-.2 0-.4 0-.5l-.9-2.2c-.2-.6-.5-.5-.7-.5z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat; }
.share__ico--facebook::before { content: 'f'; font-size: .95rem; }
.share__ico--x::before { content: 'X'; }
.share__ico--linkedin::before { content: 'in'; font-size: .62rem; }
.share__ico--pinterest::before { content: 'P'; font-size: .9rem; }
.share__ico--telegram::before { content: ''; width: 14px; height: 14px; background: currentColor; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M22 3L2 11l7 2.5L11.5 21l3.2-4.3L19 19.5z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat; }
.share__ico--mail::before { content: '@'; font-size: .85rem; }
.share__ico--copy::before { content: ''; width: 13px; height: 13px; border: 2px solid currentColor; border-radius: 3px; box-shadow: -3px -3px 0 -1px var(--ink-2), -3px -3px 0 1px currentColor; }

/* ---------- forms ---------- */
.form { padding: 1.8rem; display: grid; gap: 1rem; }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem 1rem; }
.form__row { display: grid; gap: .35rem; }
.form__row--full { grid-column: 1 / -1; }
.form__row label { font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-2); }
.form input:not([type=hidden]), .form select, .form textarea, .tool input[type=number], .tool input[type=text], .tool input[type=time], .tool select { width: 100%; padding: .8rem .95rem; border-radius: 12px; border: 1px solid rgba(11, 42, 63, .18); background: rgba(255, 255, 255, .85); font: inherit; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.form input:focus, .form select:focus, .form textarea:focus, .tool input:focus, .tool select:focus { outline: 0; border-color: var(--aqua); box-shadow: 0 0 0 4px rgba(34, 184, 230, .2); }
.form textarea { resize: vertical; }
.form__row--actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.form__msg { margin: 0; font-size: .9rem; font-weight: 700; }
.form__msg.is-ok { color: var(--teal); }
.form__msg.is-err { color: var(--coral); }
.form__note { font-size: .8rem; color: var(--muted); margin: 0; }
@media (max-width: 640px) { .form__grid { grid-template-columns: 1fr; } .form { padding: 1.3rem; } }
.lead__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3rem; align-items: center; }
.lead__box { padding: .2rem; }
.lead__box .form { padding: 1.6rem; }
.checks { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: .5rem; }
.checks li { padding-left: 1.9rem; position: relative; font-weight: 600; color: var(--ink-2); }
.checks li::before { content: ''; position: absolute; left: 0; top: .3rem; width: 20px; height: 20px; border-radius: 50%; background: var(--grad); }
.checks li::after { content: ''; position: absolute; left: 6px; top: .55rem; width: 7px; height: 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }
@media (max-width: 900px) { .lead__grid { grid-template-columns: 1fr; gap: 2rem; } }

/* ---------- tools ---------- */
.tool { padding: 1.6rem; }
.tool .row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: .9rem 1rem; }
.tool .f { display: grid; gap: .35rem; font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-2); }
.sec--deep .tool .f { color: rgba(255, 255, 255, .8); }
.tool .f b { color: var(--deep); text-transform: none; letter-spacing: 0; }
.sec--deep .tool .f b { color: var(--aqua-2); }
.tool input[type=range] { width: 100%; accent-color: var(--deep); height: 30px; }
.seg { display: flex; flex-wrap: wrap; gap: .4rem; }
.seg button { padding: .5rem .9rem; border-radius: 999px; border: 1px solid var(--line); background: rgba(255, 255, 255, .8); font-weight: 700; font-size: .85rem; cursor: pointer; color: var(--ink); transition: background .2s, color .2s; }
.seg button.is-on { background: var(--grad); color: #fff; border-color: transparent; }
.sec--deep .seg button { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .25); }
.sec--deep .seg button.is-on { background: var(--grad); }
.out { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1rem; margin: 1.4rem 0 0; }
.out div { padding: 1rem 1.1rem; border-radius: 14px; background: rgba(255, 255, 255, .7); border: 1px solid rgba(255, 255, 255, .9); }
.sec--deep .out div { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .2); }
.out dt { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.sec--deep .out dt { color: rgba(255, 255, 255, .65); }
.out dd { margin: .2rem 0 0; font-family: var(--display); font-size: 1.9rem; line-height: 1.1; }
.out dd small { display: block; font-family: var(--sans); font-size: .78rem; color: var(--muted); margin-top: .25rem; }
.sec--deep .out dd small { color: rgba(255, 255, 255, .65); }
.out .v { font-family: var(--sans); font-size: 1.05rem; font-weight: 600; }
.tool .note { font-size: .86rem; color: var(--muted); margin: 1rem 0 0; }
.sec--deep .tool .note { color: rgba(255, 255, 255, .7); }
.tool .hint { font-size: .86rem; color: var(--ink-2); margin: .8rem 0 0; }
.sec--deep .tool .hint { color: rgba(255, 255, 255, .8); }
.tool .linkbtn { background: none; border: 0; color: var(--deep); font-weight: 700; cursor: pointer; padding: 0; text-decoration: underline; text-underline-offset: .15em; }
.sec--deep .tool .linkbtn { color: var(--aqua-2); }
.steps { display: flex; gap: .3rem; margin-bottom: 1.2rem; }
.steps i { flex: 1; height: 4px; border-radius: 2px; background: rgba(11, 42, 63, .12); }
.steps i.is-done { background: var(--grad); }
.sec--deep .steps i { background: rgba(255, 255, 255, .15); }
.sec--deep .steps i.is-done { background: var(--aqua-2); }
.opts { display: grid; gap: .5rem; margin: 1rem 0; }
.opts button { text-align: left; padding: .9rem 1.1rem; border-radius: 12px; border: 1px solid var(--line); background: rgba(255, 255, 255, .8); font-weight: 600; cursor: pointer; color: var(--ink); transition: transform .25s var(--ease), border-color .2s; }
.opts button:hover { transform: translateX(4px); border-color: var(--aqua); }
.opts button.is-on { border-color: var(--deep); background: var(--mist); }
.sec--deep .opts button { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .25); }
.sec--deep .opts button.is-on { background: rgba(34, 184, 230, .3); }
.q__progress { font-size: .78rem; font-weight: 700; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }
.sec--deep .q__progress { color: rgba(255, 255, 255, .65); }
.tool h3 { margin: .3rem 0 .5rem; font-size: 1.5rem; }
.bars { display: grid; gap: .45rem; }
.bar { display: grid; grid-template-columns: 110px 1fr 44px; align-items: center; gap: .6rem; font-size: .82rem; font-weight: 600; }
.bar i { height: 10px; border-radius: 5px; background: rgba(11, 42, 63, .1); position: relative; overflow: hidden; }
.bar i::after { content: ''; position: absolute; inset: 0; width: var(--v); background: var(--grad); border-radius: 5px; transition: width .8s var(--ease); }
.sec--deep .bar i { background: rgba(255, 255, 255, .15); }
.bar b { text-align: right; font-family: var(--display); font-size: 1rem; }
.plan { display: grid; grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); gap: .5rem; margin-top: 1.2rem; }
.plan div { padding: .7rem .5rem; border-radius: 12px; background: rgba(255, 255, 255, .7); text-align: center; font-size: .78rem; }
.sec--deep .plan div { background: rgba(255, 255, 255, .1); }
.plan b { display: block; font-family: var(--display); font-size: 1.2rem; }
.plan i { display: block; font-style: normal; color: var(--muted); font-size: .7rem; }
.sec--deep .plan i { color: rgba(255, 255, 255, .65); }
.result-line { display: flex; gap: .6rem; flex-wrap: wrap; align-items: center; margin-top: 1.2rem; }
/* tracker */
.tracker { display: grid; grid-template-columns: 220px 1fr; gap: 1.6rem; align-items: center; }
.tracker__glass { position: relative; width: 200px; height: 240px; margin: 0 auto; }
.tracker__glass svg { width: 100%; height: 100%; overflow: visible; }
.tracker__big { font-family: var(--display); font-size: 2.6rem; line-height: 1; }
.tracker__big small { font-size: 1rem; font-family: var(--sans); color: var(--muted); }
.sec--deep .tracker__big small { color: rgba(255, 255, 255, .65); }
.tracker__btns { display: flex; gap: .6rem; flex-wrap: wrap; margin: 1rem 0; }
.tracker__streak { display: flex; gap: .3rem; margin-top: .6rem; }
.tracker__streak i { width: 14px; height: 14px; border-radius: 50%; background: rgba(11, 42, 63, .12); }
.tracker__streak i.is-on { background: var(--grad); }
.sec--deep .tracker__streak i { background: rgba(255, 255, 255, .15); }
@media (max-width: 640px) { .tracker { grid-template-columns: 1fr; } }
/* check result */
.check-res { padding: 1.2rem; border-radius: 14px; border-left: 6px solid var(--green); background: rgba(255, 255, 255, .7); margin-top: 1rem; }
.check-res--gelb { border-left-color: var(--gold); }
.check-res--rot { border-left-color: var(--coral); }
.sec--deep .check-res { background: rgba(255, 255, 255, .1); }
.check-res ul { padding-left: 1.2rem; margin: .5rem 0 0; }
.check-res li { margin-bottom: .35rem; }
.card-preview { width: min(320px, 100%); border-radius: 12px; margin-top: 1rem; box-shadow: var(--shadow); }
.result__card small, .sharecard small { display: block; font-size: .8rem; color: var(--muted); margin-top: .5rem; }
.sharecard { margin-top: 1.2rem; }
.sharecard canvas { display: none; }

/* quiz */
.tool--quiz { padding: 2rem; }
.quiz__start { text-align: center; padding: 1rem 0; }
.quiz__start h3 { font-size: 2rem; }
.quiz__start p { max-width: 48ch; margin: 0 auto 1.4rem; color: var(--ink-2); }
.tool--quiz.has-result { padding: 0; background: transparent; border: 0; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.tool--quiz.has-result::before { display: none; }
.result { display: grid; grid-template-columns: 1fr 1.1fr; overflow: hidden; }
.result__media img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.result__body { padding: 2rem; }
.result__title { font-size: clamp(2.2rem, 4.6vw, 3.6rem); color: var(--type); margin: 0 0 .4rem; }
.result__title small { display: block; font-size: 1.1rem; font-family: var(--sans); color: var(--muted); font-weight: 600; margin-bottom: .2rem; }
.result__tagline { font-family: var(--display); font-size: 1.35rem; line-height: 1.3; color: var(--ink); }
.result__desc { color: var(--ink-2); font-size: .98rem; }
.result__traits { list-style: none; padding: 0; margin: 1rem 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.result__traits li { font-size: .8rem; padding: .3rem .7rem; border-radius: 999px; background: color-mix(in srgb, var(--type) 14%, #fff); color: var(--ink); font-weight: 600; }
.result__recs { margin: 1rem 0; display: grid; gap: .7rem; }
.result__recs div { padding-bottom: .5rem; border-bottom: 1px solid var(--line); }
.result__recs dt { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.result__recs dd { margin: .15rem 0 0; font-weight: 600; font-size: .95rem; }
.result__share { margin-top: 1.4rem; }
.result__card { margin-top: 1rem; }
.result__again { margin-top: 1.4rem; display: flex; gap: .6rem; flex-wrap: wrap; }
@media (max-width: 860px) { .result { grid-template-columns: 1fr; } .result__body { padding: 1.5rem; } }
.types { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 1.2rem; }
.type { display: block; color: var(--ink); text-decoration: none !important; text-align: center; }
.type__media { border-radius: var(--r); overflow: hidden; aspect-ratio: 1; box-shadow: 0 0 0 3px #fff, 0 0 0 5px var(--type), var(--shadow); transition: transform .4s var(--ease); }
.type__media img { width: 100%; height: 100%; object-fit: cover; }
.type:hover .type__media { transform: translateY(-6px) scale(1.02); }
.type h3 { margin: .9rem 0 .2rem; font-size: 1.3rem; color: var(--type); }
.type p { font-size: .84rem; color: var(--muted); margin: 0; }

/* about */
.about { display: grid; grid-template-columns: 300px 1fr; gap: 2rem; align-items: center; margin-bottom: 2rem; }
.about__avatar img { width: 100%; }
.about__img { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); }
@media (max-width: 760px) { .about { grid-template-columns: 1fr; } .about__avatar { max-width: 240px; margin: 0 auto; } }

/* ---------- footer ---------- */
.ftr { background: radial-gradient(100% 60% at 50% 0%, #163E63 0%, #0B2A3F 60%); color: rgba(255, 255, 255, .8); padding-top: 4rem; margin-top: 3rem; position: relative; }
.ftr__news { padding: 0 0 3rem; }
.news { display: grid; grid-template-columns: 150px 1.3fr 1fr; gap: 2rem; align-items: center; padding: 2rem 2.2rem; }
.news__avatar { width: 150px; height: 150px; border-radius: 50%; overflow: hidden; background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, .9), rgba(220, 240, 248, .5)); box-shadow: 0 0 0 3px rgba(255, 255, 255, .5); }
.news__avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 10%; transform: scale(1.3); transform-origin: 50% 20%; }
.news h2 { font-size: 1.9rem; color: #fff; }
.news p { margin: 0; font-size: .92rem; }
.news__form { display: grid; gap: .6rem; }
.news__form input[type=email] { width: 100%; padding: .95rem 1.1rem; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .12); color: #fff; font: inherit; }
.news__form input::placeholder { color: rgba(255, 255, 255, .5); }
.news__form input:focus { outline: 0; border-color: var(--aqua-2); }
@media (max-width: 900px) { .news { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.ftr__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; padding: 3rem 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.ftr__brand p { font-size: .9rem; margin-top: 1rem; }
.ftr .brand { display: inline-block; background: #fff; padding: .6rem 1rem; border-radius: 14px; }
.ftr .brand img { width: 170px; filter: none; }
.ftr h3 { font-family: var(--caps); font-size: .68rem; letter-spacing: .24em; text-transform: uppercase; color: var(--aqua-2); margin-bottom: .9rem; }
.ftr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; }
.ftr ul a { color: rgba(255, 255, 255, .82); font-size: .92rem; }
.ftr ul a:hover { color: #fff; }
.ftr__bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.4rem 0 2rem; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .8rem; }
.ftr__bottom p { margin: 0; }
.totop { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .1); color: #fff; }
.totop svg { width: 20px; height: 20px; transform: rotate(-90deg); }
@media (max-width: 900px) { .ftr__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .ftr__grid { grid-template-columns: 1fr; } }

/* floating bubbles behind everything, decorative only */
.bubbles-bg { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.bubbles-bg::before, .bubbles-bg::after { content: ''; position: absolute; width: 60vmax; height: 60vmax; border-radius: 50%; background: radial-gradient(circle, rgba(95, 211, 242, .18), rgba(95, 211, 242, 0) 60%); left: -20vmax; top: 30vh; animation: drift 26s ease-in-out infinite alternate; }
.bubbles-bg::after { left: auto; right: -25vmax; top: -10vh; width: 50vmax; height: 50vmax; background: radial-gradient(circle, rgba(26, 111, 209, .12), rgba(26, 111, 209, 0) 60%); animation-duration: 34s; }
@keyframes drift { to { transform: translate(8vw, -6vh); } }

/* reading progress */
.progress { position: fixed; left: 0; top: 0; height: 3px; width: 0; background: var(--grad); z-index: 200; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .hero__video, .hero__ripple, .avatar-video { display: none; }
}
@media print { .hdr, .ftr, .hero__video, .share, .bubbles-bg { display: none !important; } }

/* == netzbaustein anfang, gepflegt in C:\cc\_netz\netz.master.mjs == */
.ftr__netz{margin-top:2.2rem;padding-top:1.6rem;border-top:1px solid currentColor;border-color:color-mix(in srgb,currentColor 18%,transparent)}
.ftr__netz-h{margin:0 0 .9rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;opacity:.75;font-weight:600}
.ftr__netz-list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem 1.4rem;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
.ftr__netz-list li{margin:0;padding:0}
.ftr__netz-list li::before{content:none}
.ftr__netz-list a{display:flex;flex-direction:column;gap:.1rem;text-decoration:none;line-height:1.3;padding:.15rem 0}
.ftr__netz-list a:hover b,.ftr__netz-list a:focus-visible b{text-decoration:underline}
.ftr__netz-list b{font-weight:600;font-size:.95rem}
.ftr__netz-list span{font-size:.78rem;opacity:.65}
.ftr__netz-dach{margin:1.2rem 0 0;font-size:.8rem;opacity:.7;max-width:62ch}
.ftr__netz-dach a{text-decoration:underline;text-underline-offset:2px}
@media (max-width:640px){.ftr__netz-list{gap:.5rem 1rem}}
/* == netzbaustein ende == */
