/*
Theme Name: Genesungszone
Author: Rechberger IT
Version: 1.1.0
*/
:root {
  --navy: #172d4c;
  --navy-2: #0f2139;
  --blue: #b5cdf4;
  --ice: #f7f7f7;
  --paper: #ffffff;
  --mint: #d9f0e5;
  --ink: #14233a;
  --muted: #667085;
  --line: rgba(23, 45, 76, .14);
  --glass: rgba(255, 255, 255, .68);
  --glass-strong: rgba(255, 255, 255, .82);
  --shadow: 0 24px 80px rgba(23, 45, 76, .16);
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(115deg, rgba(181,205,244,.20), transparent 30%),
    linear-gradient(245deg, rgba(217,240,229,.30), transparent 36%),
    var(--ice);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: geometricPrecision;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin-top: 0; }
.gz-page { overflow: clip; position: relative; }
.gz-page:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(23,45,76,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,45,76,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000, transparent 82%);
}
.gz-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 10px 0;
  background: rgba(247, 247, 247, .70);
  backdrop-filter: blur(22px) saturate(145%);
  border-bottom: 1px solid rgba(255, 255, 255, .62);
  box-shadow: 0 14px 40px rgba(23,45,76,.07);
}
.gz-nav {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.gz-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.gz-brand-mark { width: 46px; height: 46px; flex: 0 0 46px; object-fit: contain; filter: drop-shadow(0 10px 20px rgba(23,45,76,.12)); }
.gz-brand-text { display: grid; gap: 0; line-height: 1.02; min-width: 0; }
.gz-brand-text strong { color: var(--navy); font-weight: 900; font-size: 21px; white-space: nowrap; }
.gz-brand-text small { color: rgba(23,45,76,.70); font-weight: 650; font-size: 12px; white-space: nowrap; }
.gz-links { display: flex; align-items: center; gap: 8px; padding: 6px; border: 1px solid rgba(255,255,255,.64); border-radius: var(--radius); background: rgba(255,255,255,.44); }
.gz-links a { padding: 10px 13px; border-radius: 7px; font-size: 14px; color: rgba(20,35,58,.76); transition: background .25s ease, color .25s ease, transform .25s ease; }
.gz-links a:hover { background: rgba(181,205,244,.32); color: var(--navy); transform: translateY(-1px); }
.gz-cta,
.gz-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  font-weight: 800;
  border: 1px solid rgba(23,45,76,.9);
  box-shadow: 0 16px 34px rgba(23, 45, 76, .24);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.gz-cta:hover,
.gz-button:hover { transform: translateY(-2px); box-shadow: 0 22px 42px rgba(23,45,76,.28); }
.gz-button.secondary { background: rgba(255,255,255,.58); color: var(--navy); box-shadow: none; border-color: rgba(23,45,76,.18); backdrop-filter: blur(14px); }
.gz-hero { position: relative; min-height: calc(100vh - 82px); padding: 86px 0 54px; isolation: isolate; }
.gz-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse at 78% 30%, rgba(181,205,244,.40), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(247,247,247,.74) 52%, rgba(217,240,229,.32));
}
.gz-liquid {
  position: absolute;
  z-index: -1;
  filter: blur(.2px);
  opacity: .70;
  background: linear-gradient(135deg, rgba(181,205,244,.58), rgba(255,255,255,.12) 48%, rgba(217,240,229,.42));
  border: 1px solid rgba(255,255,255,.68);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 24px 80px rgba(23,45,76,.10);
  transform: skew(-12deg) rotate(-6deg);
  animation: gz-drift 13s ease-in-out infinite alternate;
}
.gz-liquid-a { width: 420px; height: 180px; right: 3vw; top: 9vh; }
.gz-liquid-b { width: 520px; height: 150px; right: 18vw; bottom: 11vh; animation-duration: 16s; animation-delay: -3s; }
.gz-hero-inner,
.gz-section-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 1; }
.gz-hero-inner { display: grid; grid-template-columns: minmax(0, .98fr) minmax(420px, .82fr); gap: 54px; align-items: center; }
.gz-hero-copy { max-width: 700px; }
.gz-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.gz-kicker:before { content: ""; width: 34px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--mint)); }
h1 { margin: 20px 0 22px; max-width: 780px; font-size: clamp(52px, 7vw, 104px); line-height: .92; letter-spacing: 0; color: var(--navy); }
h2 { color: var(--navy); font-size: clamp(34px, 4.2vw, 62px); line-height: 1.02; letter-spacing: 0; }
h3 { color: var(--navy); letter-spacing: 0; }
.gz-lead { max-width: 620px; font-size: clamp(18px, 2vw, 22px); color: rgba(20,35,58,.82); }
.gz-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.gz-hero-stage { min-height: 610px; position: relative; }
.gz-glass { background: var(--glass); border: 1px solid rgba(255,255,255,.70); box-shadow: var(--shadow); backdrop-filter: blur(22px) saturate(145%); }
.gz-stage-main { position: absolute; inset: 14px 28px 118px 0; border-radius: var(--radius); overflow: hidden; transform: rotate(-1.5deg); }
.gz-stage-main:after,
.gz-photo:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(23,45,76,.20)); pointer-events: none; }
.gz-stage-main img { width: 100%; height: 100%; object-fit: cover; }
.gz-stage-strip { position: absolute; right: 0; bottom: 42px; width: 54%; height: 190px; border-radius: var(--radius); overflow: hidden; box-shadow: 0 24px 70px rgba(23,45,76,.18); animation: gz-float 7s ease-in-out infinite; }
.gz-stage-strip img { width: 100%; height: 100%; object-fit: cover; }
.gz-stage-card { position: absolute; display: grid; gap: 2px; border-radius: var(--radius); padding: 18px 20px; min-width: 172px; color: var(--navy); animation: gz-float 6.5s ease-in-out infinite; }
.gz-stage-card strong { font-size: 32px; line-height: 1; }
.gz-stage-card span { color: rgba(20,35,58,.72); font-weight: 750; font-size: 13px; }
.gz-stage-card-one { left: -24px; bottom: 126px; }
.gz-stage-card-two { right: 28px; top: 58px; animation-delay: -2s; }
.gz-proof { width: min(1180px, calc(100% - 40px)); margin: 34px auto 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.gz-proof div { position: relative; overflow: hidden; padding: 22px; border-radius: var(--radius); background: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.72); backdrop-filter: blur(18px); box-shadow: 0 18px 50px rgba(23,45,76,.08); }
.gz-proof div:before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: linear-gradient(var(--blue), var(--mint)); }
.gz-proof strong { display: block; color: var(--navy); font-size: 22px; }
.gz-proof span { display: block; color: rgba(20,35,58,.68); font-weight: 650; }
.gz-section { padding: 104px 0; position: relative; }
.gz-section-flow:before { content: ""; position: absolute; inset: 12% auto auto 0; width: 42vw; height: 68%; background: linear-gradient(135deg, rgba(181,205,244,.24), transparent); transform: skewY(-8deg); }
.gz-section-soft { background: linear-gradient(180deg, rgba(255,255,255,.70), rgba(255,255,255,.38)); }
.gz-section-head { display: grid; grid-template-columns: .28fr 1fr .72fr; gap: 30px; align-items: end; margin-bottom: 44px; }
.gz-section-head h2 { margin-bottom: 0; }
.gz-section-head p { color: var(--muted); margin-bottom: 5px; }
.gz-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 48px; align-items: center; }
.gz-photo-stack { min-height: 620px; position: relative; }
.gz-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative; }
.gz-photo-large { position: absolute; inset: 0 60px 40px 0; margin: 0; transform: rotate(1.2deg); }
.gz-photo img { width: 100%; height: 100%; object-fit: cover; }
.gz-mini-panel { position: absolute; right: 0; bottom: 0; border-radius: var(--radius); padding: 22px 24px; width: min(270px, 70%); animation: gz-float 6s ease-in-out infinite; }
.gz-mini-panel span { display: block; color: rgba(20,35,58,.62); text-transform: uppercase; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.gz-mini-panel strong { display: block; color: var(--navy); font-size: 28px; line-height: 1.05; margin-top: 6px; }
.gz-panel { padding: 42px; border-radius: var(--radius); }
.gz-panel p { color: rgba(20,35,58,.76); }
.gz-list { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.gz-list li { padding-left: 30px; position: relative; color: rgba(20,35,58,.78); }
.gz-list li:before { content: ""; position: absolute; left: 0; top: .68em; width: 13px; height: 13px; border-radius: 4px; background: linear-gradient(135deg, var(--blue), var(--mint)); transform: rotate(45deg); }
.gz-services { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.gz-card { border: 1px solid rgba(255,255,255,.70); border-radius: var(--radius); background: rgba(255,255,255,.66); padding: 26px; box-shadow: 0 18px 55px rgba(23,45,76,.08); backdrop-filter: blur(18px); transition: transform .28s ease, box-shadow .28s ease, background .28s ease; }
.gz-card:hover { transform: translateY(-6px); box-shadow: 0 28px 75px rgba(23,45,76,.14); background: rgba(255,255,255,.82); }
.gz-service { min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; }
.gz-service small { color: var(--blue); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.gz-service h3 { font-size: 24px; margin: 18px 0 12px; }
.gz-service p { color: var(--muted); }
.gz-service a { color: var(--navy); font-weight: 850; }
.gz-band { position: relative; overflow: hidden; background: var(--navy-2); color: #fff; padding: 104px 0; isolation: isolate; }
.gz-band-bg { position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, rgba(181,205,244,.16), transparent 40%), linear-gradient(270deg, rgba(217,240,229,.12), transparent 50%); }
.gz-band-bg:after { content: ""; position: absolute; inset: 22% -10% auto 42%; height: 180px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); transform: skew(-16deg) rotate(-8deg); animation: gz-drift 16s ease-in-out infinite alternate; }
.gz-band .gz-kicker,
.gz-band h2,
.gz-band h3 { color: #fff; }
.gz-band h2 { max-width: 850px; }
.gz-timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 42px; background: rgba(181,205,244,.18); border: 1px solid rgba(181,205,244,.18); border-radius: var(--radius); overflow: hidden; }
.gz-timeline article { padding: 28px; background: rgba(255,255,255,.055); backdrop-filter: blur(18px); }
.gz-timeline span { display: inline-flex; color: var(--blue); font-weight: 900; margin-bottom: 24px; }
.gz-timeline p { color: rgba(255,255,255,.74); }
.gz-focus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gz-focus-card { border-radius: var(--radius); padding: 30px; min-height: 250px; }
.gz-focus-card span { color: var(--blue); text-transform: uppercase; font-size: 12px; letter-spacing: .13em; font-weight: 900; }
.gz-focus-card h3 { font-size: 30px; line-height: 1.08; margin: 28px 0 14px; }
.gz-focus-card p { color: var(--muted); }
.gz-section-contact { background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(181,205,244,.20)); }
.gz-contact { display: grid; grid-template-columns: .86fr 1.14fr; gap: 24px; align-items: start; }
.gz-contact-box,
.gz-form { border-radius: var(--radius); padding: 32px; }
.gz-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gz-form label { display: grid; gap: 8px; font-weight: 800; color: var(--navy); }
.gz-form label:nth-of-type(3),
.gz-form label:nth-of-type(4),
.gz-form .gz-success,
.gz-form .gz-button,
.gz-form input[type="hidden"] { grid-column: 1 / -1; }
.gz-form input,
.gz-form textarea { width: 100%; border: 1px solid rgba(23,45,76,.16); border-radius: var(--radius); padding: 15px 16px; font: inherit; background: rgba(255,255,255,.72); outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.gz-form input:focus,
.gz-form textarea:focus { border-color: rgba(23,45,76,.44); box-shadow: 0 0 0 4px rgba(181,205,244,.28); background: #fff; }
.gz-form textarea { min-height: 160px; resize: vertical; }
.gz-success { padding: 14px 16px; background: rgba(217,240,229,.62); border: 1px solid rgba(23,45,76,.12); border-radius: var(--radius); color: var(--navy); font-weight: 800; }
.gz-footer { padding: 42px 0; background: #101f36; color: rgba(255,255,255,.72); }
.gz-footer-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.gz-footer-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.gz-footer-mark { width: 44px; height: 44px; flex: 0 0 44px; object-fit: contain; }
.gz-footer-text { display: grid; line-height: 1.02; }
.gz-footer-text strong { color: #fff; font-weight: 900; font-size: 21px; white-space: nowrap; }
.gz-footer-text small { color: rgba(255,255,255,.68); font-weight: 650; font-size: 12px; white-space: nowrap; }
.gz-footer-copy { color: rgba(255,255,255,.68); text-align: right; }
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.gz-services [data-reveal]:nth-child(2),
.gz-timeline [data-reveal]:nth-child(2),
.gz-focus-grid [data-reveal]:nth-child(2) { transition-delay: .08s; }
.gz-services [data-reveal]:nth-child(3),
.gz-timeline [data-reveal]:nth-child(3),
.gz-focus-grid [data-reveal]:nth-child(3) { transition-delay: .16s; }
.gz-services [data-reveal]:nth-child(4),
.gz-timeline [data-reveal]:nth-child(4) { transition-delay: .24s; }
@keyframes gz-float { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-14px,0); } }
@keyframes gz-drift { 0% { transform: translate3d(0,0,0) skew(-12deg) rotate(-6deg); } 100% { transform: translate3d(24px,-18px,0) skew(-12deg) rotate(-8deg); } }
@media (max-width: 1080px) {
  .gz-hero-inner { grid-template-columns: 1fr; }
  .gz-hero-stage { min-height: 520px; max-width: 680px; }
  .gz-services, .gz-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gz-section-head { grid-template-columns: 1fr; }
  .gz-section-head p { max-width: 700px; }
}
@media (max-width: 900px) {
  .gz-links { display: none; }
  .gz-hero { min-height: auto; padding-top: 58px; }
  .gz-proof, .gz-split, .gz-focus-grid, .gz-contact { grid-template-columns: 1fr; }
  .gz-photo-stack { min-height: 520px; }
  .gz-photo-large { right: 28px; }
  .gz-contact-box, .gz-form, .gz-panel { padding: 26px; }
}
@media (max-width: 640px) {
  .gz-nav, .gz-hero-inner, .gz-section-inner, .gz-proof, .gz-footer-inner { width: min(100% - 28px, 1180px); }
  .gz-header { padding: 8px 0; }
  .gz-brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .gz-brand-text strong { font-size: 18px; }
  .gz-brand-text small { font-size: 11px; }
  .gz-cta { display: none; }
  h1 { font-size: clamp(46px, 15vw, 70px); }
  .gz-section { padding: 76px 0; }
  .gz-hero-stage { min-height: 430px; }
  .gz-stage-main { inset: 0 0 110px 0; }
  .gz-stage-card-one { left: 10px; bottom: 92px; }
  .gz-stage-card-two { right: 10px; top: 28px; }
  .gz-stage-strip { width: 68%; height: 140px; }
  .gz-services, .gz-timeline, .gz-form { grid-template-columns: 1fr; }
  .gz-service { min-height: 240px; }
  .gz-photo-stack { min-height: 450px; }
  .gz-mini-panel { width: 78%; }
  .gz-footer-inner { display: grid; }
  .gz-footer-copy { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

.gz-footer-links { display: inline-flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.gz-footer-links a { color: rgba(255,255,255,.72); font-weight: 750; }
.gz-footer-links a:hover { color: #fff; }
.gz-legal-main { min-height: 70vh; }
.gz-legal-hero { padding: 96px 0 20px; }
.gz-legal-hero h1 { margin-bottom: 18px; }
.gz-legal-content { padding: clamp(26px, 5vw, 52px); border-radius: var(--radius); }
.gz-legal-content h2 { margin-bottom: 24px; }
.gz-legal-content h3 { margin: 34px 0 10px; font-size: 24px; }
.gz-legal-content p { max-width: 850px; color: rgba(20,35,58,.78); }
.gz-legal-content a { color: var(--navy); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.gz-legal-contact { display: grid; gap: 16px; margin: 24px 0; align-items: start; justify-items: start; }
.gz-revealed-contact { display: grid; gap: 6px; padding: 18px; border: 1px solid rgba(23,45,76,.12); border-radius: var(--radius); background: rgba(255,255,255,.62); }
.gz-revealed-contact p { margin: 0; }
@media (max-width: 640px) {
  .gz-footer-links { justify-content: flex-start; }
  .gz-legal-hero { padding-top: 70px; }
}
