:root {
  --black: #020303;
  --ink: #070a08;
  --panel: #0c110e;
  --panel-2: #101713;
  --white: #f4f6f2;
  --muted: #9ca59d;
  --line: rgba(255, 255, 255, .12);
  --green: #7fff00;
  --green-soft: #a2ff4e;
  --max: 1240px;
  --header: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background:
    radial-gradient(900px 500px at 90% 15%, rgba(127, 255, 0, .055), transparent 70%),
    var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  z-index: 9999;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image: repeating-linear-gradient(0deg, rgba(255,255,255,.8) 0, rgba(255,255,255,.8) 1px, transparent 1px, transparent 3px);
  mix-blend-mode: soft-light;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
em { color: var(--green); font-style: normal; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 12px 18px;
  background: var(--green);
  color: #071000;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 36px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(2, 3, 3, .72);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px);
  transition: height .25s ease, background .25s ease;
}
.site-header.is-scrolled { height: 68px; background: rgba(2, 3, 3, .94); }

.brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; }
.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 12px;
  filter: drop-shadow(0 0 16px rgba(127, 255, 0, .16));
}
.brand > span { font-size: 19px; font-weight: 950; letter-spacing: -.045em; }
.brand > span > span { color: var(--green); }

.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.5vw, 42px); }
.main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 700;
  transition: color .2s ease;
}
.main-nav a i { color: var(--green); font-size: 23px; font-style: normal; font-weight: 300; line-height: 1; transition: transform .25s ease; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover i { transform: rotate(90deg); }
.main-nav .nav-app { gap: 7px; color: #fff; }
.main-nav .nav-app b { padding: 3px 6px; color: #071000; background: var(--green); border-radius: 2px; font-size: 8px; letter-spacing: .08em; }

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 12px 18px;
  border: 1px solid rgba(127, 255, 0, .35);
  border-radius: 999px;
  color: var(--green-soft);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.header-cta:hover { color: #081100; background: var(--green); border-color: var(--green); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: min(920px, 100vh);
  min-height: min(920px, 100svh);
  display: grid;
  align-items: center;
  padding: calc(var(--header) + 70px) max(24px, calc((100vw - var(--max)) / 2)) 100px;
  isolation: isolate;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  z-index: -3;
  inset: 0;
  overflow: hidden;
  background: url("hero-z24-ohne-personen.webp") 67% 50% / cover no-repeat;
}
.hero-slide {
  position: absolute;
  inset: -2%;
  opacity: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(.9) contrast(1.05) brightness(.94);
  animation: hero-slide-show 18s ease-in-out infinite;
  will-change: opacity, transform;
}
.hero-slide-general { background-image: url("hero-z24-ohne-personen.webp"); background-position: 67% center; }
.hero-slide-move { background-image: url("hero-z24-umzug-ohne-personen.webp"); background-position: 58% center; animation-delay: 6s; }
.hero-slide-property { background-image: url("hero-z24-objekt-ohne-personen.webp"); background-position: 60% center; animation-delay: 12s; }
@keyframes hero-slide-show {
  0%, 100% { opacity: 0; transform: scale(1.025); }
  5%, 30% { opacity: 1; }
  35% { opacity: 0; transform: scale(1.065); }
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .97) 0%, rgba(0, 0, 0, .86) 38%, rgba(0, 0, 0, .22) 77%, rgba(0, 0, 0, .58) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, .92) 0%, transparent 42%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  box-shadow: 0 0 28px rgba(127, 255, 0, .55);
}
.hero-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}
.hero-content { width: min(850px, 78vw); }
.eyebrow {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.68);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 2px; background: var(--green); box-shadow: 0 0 10px rgba(127, 255, 0, .55); }

h1, h2, h3 { margin: 0; line-height: .98; letter-spacing: -.055em; }
h1 {
  max-width: 900px;
  font-size: clamp(58px, 7.4vw, 106px);
  font-weight: 950;
  text-wrap: balance;
}
h1 em { text-shadow: 0 0 35px rgba(127, 255, 0, .15); }
.hero-copy { max-width: 720px; margin: 31px 0 0; color: rgba(255,255,255,.65); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.7; }

.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #071000; border-color: var(--green); background: var(--green); box-shadow: 0 10px 35px rgba(127, 255, 0, .13); }
.button-primary:hover { background: var(--green-soft); }
.button-ghost { background: rgba(255,255,255,.04); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: rgba(127, 255, 0, .42); color: var(--green-soft); }

.hero-side {
  position: absolute;
  right: max(24px, calc((100vw - var(--max)) / 2));
  top: 48%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-left: 24px;
  border-left: 1px solid rgba(127,255,0,.45);
}
.hero-side span { color: var(--green); font-size: 10px; font-weight: 900; }
.hero-side p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; font-weight: 750; line-height: 1.8; text-transform: uppercase; }
.scroll-cue { position: absolute; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 42px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.55); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue i { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--green); font-style: normal; }

.trust-strip {
  position: relative;
  z-index: 4;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #070b08;
  border-inline: 1px solid var(--line);
}
.trust-strip article { min-height: 126px; display: flex; align-items: center; gap: 16px; padding: 22px; border-right: 1px solid var(--line); }
.trust-strip article:last-child { border-right: 0; }
.trust-strip article > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border: 1px solid rgba(127,255,0,.28); color: var(--green); font-size: 10px; font-weight: 900; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { margin-bottom: 4px; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.trust-strip small { color: var(--muted); font-size: 11px; line-height: 1.5; }

.section { padding: 135px max(24px, calc((100vw - var(--max)) / 2)); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .55fr); gap: 70px; align-items: end; margin-bottom: 58px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
h2 { font-size: clamp(46px, 6vw, 78px); font-weight: 900; }
.section-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.75; }

.services { background: radial-gradient(800px 480px at 0 30%, rgba(127,255,0,.05), transparent 75%); }
.service-stage { position: relative; min-height: 650px; display: grid; grid-template-columns: 47% 53%; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: #090d0b; box-shadow: 0 35px 110px rgba(0,0,0,.52); overflow: hidden; }
.service-stage::before { content: ""; position: absolute; z-index: 4; inset: 0; pointer-events: none; border: 1px solid rgba(127,255,0,.08); border-radius: inherit; }
.service-copy-panel { position: relative; display: flex; flex-direction: column; padding: clamp(32px, 4.5vw, 68px); }
.slide-number { margin: 0; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.slide-number span:first-child { color: var(--green); }
.slide-copy { margin: auto 0; }
.slide-kicker { margin: 0 0 18px; color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.slide-copy h3 { max-width: 100%; font-size: clamp(35px, 3.45vw, 55px); font-weight: 900; line-height: 1.03; letter-spacing: -.045em; text-wrap: balance; overflow-wrap: normal; }
.slide-copy h3.is-medium { font-size: clamp(31px, 3vw, 48px); }
.slide-copy h3.is-long { font-size: clamp(28px, 2.55vw, 42px); line-height: 1.08; }
.slide-slogan { max-width: 475px; margin: 18px 0 0; padding-left: 15px; border-left: 2px solid var(--green); color: #e3e8e4; font-size: 14px; font-weight: 780; line-height: 1.55; }
.slide-copy > p:not(.slide-kicker) { max-width: 490px; margin: 17px 0 15px; color: #b9c0ba; font-size: 15px; line-height: 1.65; }
.slide-copy ul { margin: 0 0 30px; padding: 0; list-style: none; }
.slide-copy li { position: relative; padding: 7px 0 7px 19px; color: var(--muted); font-size: 13px; }
.slide-copy li::before { content: "+"; position: absolute; left: 0; color: var(--green); }
.slide-copy a { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid var(--green); font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.slider-controls { display: flex; gap: 8px; }
.slider-controls button { width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; cursor: pointer; transition: background .2s ease, color .2s ease; }
.slider-controls button:hover { color: #071000; background: var(--green); }
.slider-controls button[aria-pressed="true"] { color: #071000; background: var(--green); }
.service-visual-panel { position: relative; min-width: 0; overflow: hidden; }
.service-visual-panel img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.08) brightness(.94); transition: opacity .25s ease, transform .55s ease, filter .4s ease; }
.service-stage.is-changing img { opacity: .2; transform: scale(1.04); }
.visual-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,7,5,.45), transparent 55%), linear-gradient(0deg, rgba(0,0,0,.72), transparent 45%); }
.visual-word { position: absolute; left: 34px; right: 28px; bottom: 58px; margin: 0; font-size: clamp(40px, 5.5vw, 82px); font-weight: 950; letter-spacing: -.06em; line-height: .9; word-break: break-word; text-shadow: 0 4px 30px rgba(0,0,0,.5); }
.slider-dots { position: absolute; right: 26px; left: 32px; bottom: 25px; display: flex; gap: 5px; }
.slider-dots button { flex: 1; height: 4px; padding: 0; border: 0; background: rgba(255,255,255,.36); cursor: pointer; }
.slider-dots button.is-active { background: var(--green); box-shadow: 0 0 8px rgba(127,255,0,.5); }
.details-jump { width: fit-content; display: flex; align-items: center; gap: 22px; margin: 34px 0 0 auto; padding: 12px 0 8px; border-bottom: 1px solid rgba(127,255,0,.55); color: var(--green-soft); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.details-jump span { font-size: 18px; transition: transform .25s ease; }
.details-jump:hover span { transform: translateY(4px); }

.service-details { position: relative; background: radial-gradient(900px 560px at 100% 0, rgba(127,255,0,.055), transparent 72%), #030604; border-top: 1px solid rgba(255,255,255,.08); }
.service-details::before { content: "13"; position: absolute; right: max(24px, calc((100vw - var(--max)) / 2)); top: 68px; color: transparent; -webkit-text-stroke: 1px rgba(127,255,0,.11); font-size: clamp(120px, 18vw, 250px); font-weight: 950; line-height: 1; letter-spacing: -.1em; pointer-events: none; }
.service-details > * { position: relative; z-index: 1; }
.detail-list { border-top: 1px solid rgba(255,255,255,.13); }
.detail-group { border-bottom: 1px solid rgba(255,255,255,.13); }
.detail-group summary { min-height: 112px; display: grid; grid-template-columns: 74px minmax(0, 1fr) 52px; align-items: center; gap: 22px; padding: 14px 12px; cursor: pointer; list-style: none; transition: color .2s ease, background .2s ease; }
.detail-group summary::-webkit-details-marker { display: none; }
.detail-group summary:hover { background: rgba(127,255,0,.025); }
.detail-group summary:focus-visible { outline: 2px solid var(--green); outline-offset: -2px; }
.detail-number { color: var(--green); font-size: 11px; font-weight: 950; letter-spacing: .16em; }
.detail-title { font-size: clamp(24px, 3.1vw, 43px); font-weight: 900; line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
.detail-title small { display: block; margin-top: 8px; color: #7d877f; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.detail-toggle { position: relative; width: 46px; height: 46px; display: block; border: 1px solid rgba(127,255,0,.28); border-radius: 50%; transition: background .25s ease, transform .35s ease, border-color .25s ease; }
.detail-toggle::before, .detail-toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 1px; background: var(--green); transform: translate(-50%, -50%); }
.detail-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.detail-group[open] > summary { color: var(--green-soft); }
.detail-group[open] .detail-toggle { background: var(--green); border-color: var(--green); transform: rotate(45deg); }
.detail-group[open] .detail-toggle::before, .detail-group[open] .detail-toggle::after { background: #071000; }
.detail-body { padding: 8px 0 58px 108px; animation: detail-open .38s ease both; }
.detail-slogan { position: relative; max-width: 970px; margin: 0 0 30px; padding: 25px 30px 25px 35px; border-left: 3px solid var(--green); color: #e9edea; background: linear-gradient(90deg, rgba(127,255,0,.075), rgba(127,255,0,.01)); font-size: clamp(22px, 2.5vw, 34px); font-weight: 820; line-height: 1.3; letter-spacing: -.025em; }
.detail-slogan::before { content: "Z24"; position: absolute; right: 22px; top: 14px; color: rgba(127,255,0,.1); font-size: 54px; font-weight: 950; letter-spacing: -.08em; }
.detail-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.detail-card { position: relative; min-height: 278px; display: flex; flex-direction: column; justify-content: flex-start; padding: 38px 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 28px; background: linear-gradient(145deg, rgba(18,29,21,.88), rgba(8,14,10,.94)); overflow: hidden; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.detail-card::after { content: ""; position: absolute; right: -85px; top: -105px; width: 190px; height: 190px; border: 1px solid rgba(127,255,0,.09); border-radius: 50%; box-shadow: 0 0 0 34px rgba(127,255,0,.018); }
.detail-card:hover { transform: translateY(-4px); border-color: rgba(127,255,0,.34); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.detail-card > span { color: var(--green); font-size: 11px; font-weight: 950; letter-spacing: .15em; }
.detail-card h3 { max-width: 100%; margin: auto 0 15px; font-size: clamp(18px, 1.7vw, 23px); font-weight: 950; line-height: 1.16; letter-spacing: -.025em; text-transform: uppercase; overflow-wrap: anywhere; }
.detail-card p { margin: 0; color: #b5beb6; font-size: 15px; line-height: 1.7; }
.detail-cta { display: flex; justify-content: space-between; align-items: center; gap: 50px; margin-top: 34px; padding: 32px 36px; border: 1px solid rgba(127,255,0,.2); background: rgba(127,255,0,.035); }
.detail-cta p { margin: 0; }
.detail-cta strong, .detail-cta span { display: block; }
.detail-cta strong { margin-bottom: 5px; font-size: 17px; }
.detail-cta p span { color: var(--muted); font-size: 13px; }
.detail-cta .button { flex: 0 0 auto; }
.marketing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 20px; border: 1px solid rgba(255,255,255,.11); background: #070b08; }
.marketing-grid article { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; gap: 35px; padding: 28px 25px; border-right: 1px solid rgba(255,255,255,.11); transition: color .25s ease, background .25s ease; }
.marketing-grid article:last-child { border-right: 0; }
.marketing-grid article:hover { color: #071000; background: var(--green); }
.marketing-grid article > span { color: var(--green); font-size: 10px; font-weight: 950; letter-spacing: .15em; }
.marketing-grid article:hover > span { color: #071000; }
.marketing-grid p { margin: 0; font-size: clamp(18px, 2vw, 25px); font-weight: 650; line-height: 1.2; letter-spacing: -.03em; }
.marketing-grid strong { display: block; margin-top: 4px; font-weight: 950; }
@keyframes detail-open { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }

.service-faq { position: relative; background: linear-gradient(180deg, #060b07, #020403); border-top: 1px solid rgba(255,255,255,.08); }
.service-faq::after { content: "FAQ"; position: absolute; right: max(24px, calc((100vw - var(--max)) / 2)); top: 92px; color: rgba(255,255,255,.018); font-size: clamp(110px, 17vw, 240px); font-weight: 950; line-height: .75; letter-spacing: -.09em; pointer-events: none; }
.service-faq > * { position: relative; z-index: 1; }
.faq-shell { display: grid; grid-template-columns: minmax(245px, .33fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.faq-tabs { display: grid; gap: 8px; }
.faq-tabs button { min-height: 63px; display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; color: #c3cac4; background: rgba(255,255,255,.018); text-align: left; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.faq-tabs button:hover { color: #fff; border-color: rgba(127,255,0,.26); transform: translateX(3px); }
.faq-tabs button[aria-selected="true"] { color: #071000; border-color: var(--green); background: var(--green); box-shadow: 0 12px 38px rgba(127,255,0,.1); }
.faq-tabs button > span { color: var(--green); font-size: 9px; font-weight: 950; letter-spacing: .12em; }
.faq-tabs button[aria-selected="true"] > span { color: #071000; }
.faq-tabs button strong { font-size: 11px; font-weight: 900; line-height: 1.25; letter-spacing: .025em; }
.faq-tabs button:focus-visible { outline: 2px solid var(--green-soft); outline-offset: 2px; }
.faq-panel { min-height: 700px; padding: clamp(30px, 4vw, 54px); border: 1px solid rgba(127,255,0,.18); border-radius: 30px; background: radial-gradient(600px 320px at 100% 0, rgba(127,255,0,.055), transparent 72%), rgba(7,12,8,.82); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.faq-panel-label { margin: 0 0 12px; color: #89928b; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.faq-panel-label span { margin-right: 10px; color: var(--green); }
.faq-panel > h3 { max-width: 900px; margin: 0 0 36px; font-size: clamp(36px, 4.5vw, 62px); font-weight: 950; line-height: 1.02; letter-spacing: -.05em; text-wrap: balance; }
.faq-list { display: grid; gap: 14px; }
.faq-item { border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(4,8,5,.75); overflow: hidden; transition: border-color .25s ease, background .25s ease; }
.faq-item[open] { border-color: rgba(127,255,0,.36); background: rgba(9,18,11,.9); }
.faq-item summary { min-height: 96px; display: grid; grid-template-columns: minmax(0, 1fr) 44px; align-items: center; gap: 28px; padding: 20px 28px 20px 32px; list-style: none; cursor: pointer; font-size: clamp(17px, 1.7vw, 22px); font-weight: 900; line-height: 1.25; letter-spacing: -.02em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { outline: 2px solid var(--green); outline-offset: -2px; }
.faq-toggle { position: relative; width: 40px; height: 40px; display: block; border: 1px solid rgba(127,255,0,.48); border-radius: 50%; transition: background .25s ease, transform .3s ease; }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 13px; height: 2px; background: var(--green); transform: translate(-50%, -50%); }
.faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-toggle { background: var(--green); transform: rotate(45deg); }
.faq-item[open] .faq-toggle::before, .faq-item[open] .faq-toggle::after { background: #071000; }
.faq-answer { padding: 0 96px 28px 32px; animation: faq-open .3s ease both; }
.faq-answer p { max-width: 790px; margin: 0; color: #aeb8b0; font-size: 15px; line-height: 1.75; }
.faq-contact { display: flex; justify-content: space-between; align-items: center; gap: 35px; margin: 28px 0 0 calc(33% + 28px); padding: 23px 27px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.015); }
.faq-contact p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.faq-contact a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 14px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
@keyframes faq-open { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: none; } }

.packages { background: linear-gradient(180deg, #050806, #09100b); }
.packages-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); gap: 70px; align-items: end; margin-bottom: 55px; }
.packages-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -28px; }
.packages-intro > p:last-child { margin: 0; color: var(--muted); line-height: 1.75; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.package-card { position: relative; min-height: 465px; display: flex; flex-direction: column; padding: clamp(32px, 4.5vw, 58px); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); overflow: hidden; }
.package-card::after { content: ""; position: absolute; right: -90px; bottom: -130px; width: 330px; height: 330px; border: 1px solid rgba(127,255,0,.12); border-radius: 50%; box-shadow: 0 0 0 45px rgba(127,255,0,.025), 0 0 0 90px rgba(127,255,0,.015); }
.package-card-featured { border-color: rgba(127,255,0,.3); background: radial-gradient(500px 320px at 100% 100%, rgba(127,255,0,.09), transparent 68%), linear-gradient(145deg, rgba(127,255,0,.06), rgba(255,255,255,.018)); }
.package-number { position: absolute; top: 28px; right: 30px; color: rgba(255,255,255,.24); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.package-label { margin: 0 0 30px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.package-card h3 { max-width: 100%; font-size: clamp(37px, 3.7vw, 55px); overflow-wrap: normal; }
.package-card > p:not(.package-label) { max-width: 520px; margin: 26px 0 25px; color: #aeb6af; line-height: 1.7; }
.package-card ul { position: relative; z-index: 2; margin: auto 0 0; padding: 0; list-style: none; }
.package-card li { padding: 9px 0; border-top: 1px solid var(--line); color: #c6ccc7; font-size: 12px; }
.package-card li::before { content: "+"; margin-right: 10px; color: var(--green); }
.package-note { display: flex; justify-content: space-between; align-items: center; gap: 45px; margin-top: 14px; padding: 24px 28px; border: 1px solid var(--line); background: rgba(255,255,255,.018); }
.package-note p { max-width: 860px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.package-note strong { color: #e7ebe8; }
.package-note a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 15px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.cinema {
  position: relative;
  min-height: min(760px, 78vw);
  display: grid;
  align-items: end;
  padding: 90px max(24px, calc((100vw - var(--max)) / 2));
  isolation: isolate;
  overflow: hidden;
  border-block: 1px solid rgba(255,255,255,.1);
  background: #050806 url("cinema-z24-ohne-personen.webp") center / cover no-repeat;
}
.cinema > video { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.08) brightness(.82); }
.cinema-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(1,3,2,.95) 0%, rgba(1,3,2,.5) 52%, rgba(1,3,2,.2) 100%), linear-gradient(0deg, rgba(1,3,2,.94), transparent 65%); }
.cinema::after { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 100px 100px; opacity: .22; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.cinema-copy { max-width: 800px; }
.cinema-copy h2 { font-size: clamp(52px, 7.3vw, 100px); text-shadow: 0 6px 36px rgba(0,0,0,.45); }
.cinema-copy > p:last-child { margin: 28px 0 0; color: rgba(255,255,255,.66); font-size: 17px; }
.cinema-badge { position: absolute; right: max(24px, calc((100vw - var(--max)) / 2)); top: 50%; display: grid; justify-items: end; transform: translateY(-50%); }
.cinema-badge span { color: transparent; -webkit-text-stroke: 1px rgba(127,255,0,.45); font-size: clamp(90px, 14vw, 190px); font-weight: 950; line-height: .8; letter-spacing: -.1em; }
.cinema-badge small { margin-top: 15px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .22em; }

.mission { background: #f0f2ee; color: #0b0e0c; }
.mission .eyebrow { color: #535b55; }
.mission-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 62px; }
.project-grid { display: grid; grid-template-columns: 1.38fr .82fr; grid-template-rows: repeat(2, minmax(270px, 1fr)); gap: 18px; }
.project { position: relative; min-height: 300px; overflow: hidden; background: #111; }
.project-large { grid-row: 1 / 3; min-height: 630px; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.project:nth-child(2) img { object-position: 55% center; }
.project:nth-child(3) img { object-position: 72% center; }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.92), transparent 65%); }
.project-overlay { position: absolute; z-index: 2; inset: auto 32px 30px; color: #fff; }
.project-overlay small { color: var(--green); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-overlay h3 { margin: 10px 0 18px; font-size: clamp(28px, 3.5vw, 53px); }
.project:not(.project-large) .project-overlay h3 { font-size: 30px; }
.project-overlay span { font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.project:hover img { transform: scale(1.055); filter: brightness(.82); }

.process { background: #050806; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article { min-height: 300px; padding: 42px 36px; border-right: 1px solid var(--line); transition: background .25s ease; }
.process-grid article:last-child { border-right: 0; }
.process-grid article:hover { background: rgba(127,255,0,.035); }
.process-grid article > span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.process-grid h3 { margin-top: 70px; font-size: 31px; }
.process-grid p { max-width: 310px; margin: 17px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.testimonial { background: linear-gradient(130deg, #0d1610, #050806); }
.review-card { max-width: 1060px; margin: 0 auto; padding: clamp(35px, 6vw, 78px); border: 1px solid rgba(127,255,0,.22); background: linear-gradient(145deg, rgba(127,255,0,.06), rgba(255,255,255,.025)); box-shadow: 0 35px 100px rgba(0,0,0,.4); }
.review-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--green); font-size: 14px; font-weight: 850; letter-spacing: .08em; }
.review-card blockquote { margin: 55px 0; font-size: clamp(28px, 4.25vw, 52px); font-weight: 750; line-height: 1.24; letter-spacing: -.035em; }
.review-bottom { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.review-bottom p { margin: 0; }
.review-bottom strong, .review-bottom small { display: block; }
.review-bottom small { margin-top: 3px; color: var(--muted); }
.review-bottom a { color: var(--green); font-size: 11px; font-weight: 850; text-transform: uppercase; }

.about { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr); gap: clamp(48px, 6vw, 90px); align-items: center; }
.about-image { position: relative; padding: 10px; border: 1px solid rgba(255,255,255,.1); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012)); box-shadow: 0 32px 90px rgba(0,0,0,.45); }
.about-image::before { content: ""; position: absolute; z-index: -1; inset: 28px -28px -28px 28px; border: 1px solid rgba(127,255,0,.34); }
.about-photo-motion { aspect-ratio: 16 / 9; overflow: hidden; background: #030403; }
.about-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; background: #030403; filter: saturate(.88) contrast(1.04); animation: about-photo-drift 11s ease-in-out infinite alternate; will-change: transform; }
@keyframes about-photo-drift {
  from { transform: scale(1.004) translate3d(-.12%, 0, 0); }
  to { transform: scale(1.025) translate3d(.18%, -.12%, 0); }
}
.about-image > p { position: absolute; left: 10px; bottom: 10px; margin: 0; padding: 18px 23px; color: #071000; background: var(--green); font-size: 18px; font-weight: 900; }
.about-image > p span { display: block; margin-bottom: 3px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.about-copy h2 { margin-bottom: 31px; }
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.about-tags span { padding: 9px 12px; border: 1px solid var(--line); color: #c7cdc8; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.app-promo { padding-top: 40px; padding-bottom: 40px; }
.app-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 50px; align-items: center; padding: clamp(38px, 6vw, 78px); border: 1px solid rgba(127,255,0,.26); background: linear-gradient(120deg, rgba(127,255,0,.09), rgba(255,255,255,.025)); overflow: hidden; }
.app-panel::after { content: "KUNDEN-APP"; position: absolute; right: -40px; bottom: -40px; color: rgba(255,255,255,.022); font-size: 120px; font-weight: 950; white-space: nowrap; }
.app-panel > div:first-child { position: relative; z-index: 2; max-width: 720px; }
.app-panel h2 { margin-bottom: 25px; }
.app-panel p:not(.eyebrow) { max-width: 650px; color: var(--muted); line-height: 1.75; }
.app-benefits { max-width: 680px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 28px 0 30px; }
.app-benefits span { min-height: 86px; display: flex; flex-direction: column; justify-content: space-between; gap: 9px; padding: 14px; border: 1px solid var(--line); color: #c5cbc6; background: rgba(255,255,255,.02); font-size: 11px; line-height: 1.45; }
.app-benefits b { color: var(--green); font-size: 9px; letter-spacing: .12em; }
.app-mark { position: relative; z-index: 2; min-height: 330px; display: grid; place-items: center; align-content: center; border: 1px solid rgba(127,255,0,.22); border-radius: 22px; background: radial-gradient(circle at 50% 35%, rgba(127,255,0,.09), transparent 35%), #070b08; box-shadow: 0 30px 80px rgba(0,0,0,.48), inset 0 0 0 6px rgba(255,255,255,.015); transition: transform .3s ease, border-color .3s ease; }
.app-mark:hover { transform: translateY(-5px); border-color: rgba(127,255,0,.48); }
.app-mark img { width: 108px; height: 108px; object-fit: contain; }
.app-mark strong { margin-top: 9px; color: var(--green); font-size: 52px; line-height: 1; }
.app-mark small { color: var(--muted); letter-spacing: .18em; }
.app-status { position: absolute; top: 18px; right: 18px; display: flex; align-items: center; gap: 6px; color: #aab3ab; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.app-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }
.app-open { position: absolute; right: 22px; bottom: 18px; color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.area { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 80px; align-items: center; background: radial-gradient(600px 320px at 80% 50%, rgba(127,255,0,.08), transparent 72%); }
.area-copy { max-width: 780px; }
.area-copy h2 { margin-bottom: 28px; }
.area-copy > p:not(.eyebrow) { max-width: 750px; color: var(--muted); line-height: 1.75; }
.area-mark { display: flex; align-items: center; gap: 18px; }
.area-mark span { font-size: clamp(45px, 7vw, 95px); font-weight: 950; letter-spacing: -.08em; }
.area-mark i { width: 43px; height: 2px; background: var(--green); }

.contact { background: #eef1ec; color: #070a08; }
.contact-panel { position: relative; padding: clamp(40px, 7vw, 90px); background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.11); overflow: hidden; }
.contact-panel::after { content: "24"; position: absolute; right: -15px; top: -80px; color: rgba(127,255,0,.16); font-size: 340px; font-weight: 950; line-height: 1; }
.contact-panel > * { position: relative; z-index: 2; }
.contact .eyebrow { color: #515952; }
.contact-panel > p:not(.eyebrow) { max-width: 730px; color: #5c655e; font-size: 17px; line-height: 1.75; }
.contact .button-ghost { color: #0b0e0c; border-color: rgba(0,0,0,.18); background: rgba(0,0,0,.02); }
.contact-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 58px; padding-top: 28px; border-top: 1px solid rgba(0,0,0,.14); }
.contact-details a, .contact-details p { margin: 0; font-weight: 750; }
.contact-details small { display: block; margin-bottom: 6px; color: #6f7770; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: start; padding: 70px max(24px, calc((100vw - var(--max)) / 2)) 28px; border-top: 1px solid var(--line); background: #030403; }
.footer-brand p { margin: 13px 0 0 57px; color: var(--muted); font-size: 12px; }
.footer-links, .footer-social { display: grid; gap: 11px; font-size: 12px; color: #bbc1bc; }
.footer-links a:hover, .footer-social a:hover { color: var(--green); }
.copyright { grid-column: 1 / -1; margin: 45px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: #707970; font-size: 10px; }
.mobile-actions { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  :root { --header: 72px; }
  .site-header { padding-inline: 22px; gap: 18px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 12px; }
  .header-cta { display: none; }
  .site-header { grid-template-columns: auto 1fr; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); margin-inline: 22px; }
  .trust-strip article:nth-child(2) { border-right: 0; }
  .trust-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .main-nav { gap: 13px; }
  .main-nav a { font-size: 11px; }
  .service-stage { grid-template-columns: 50% 50%; }
  .detail-body { padding-left: 0; }
  .detail-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marketing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .marketing-grid article:nth-child(2) { border-right: 0; }
  .marketing-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.11); }
  .faq-shell { grid-template-columns: 225px minmax(0, 1fr); gap: 18px; }
  .faq-panel { min-height: 720px; }
  .faq-contact { margin-left: 243px; }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .package-card:last-child { grid-column: 1 / -1; }
  .area { grid-template-columns: 1fr; }
  .area-mark { justify-content: flex-start; }
}

@media (max-width: 800px) {
  body { padding-bottom: 62px; }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header.is-scrolled { height: var(--header); }
  .brand img { width: 40px; height: 40px; }
  .brand > span { font-size: 17px; }
  .menu-toggle { width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; padding: 9px; border: 1px solid var(--line); background: rgba(255,255,255,.03); cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: #fff; transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: var(--header) 0 auto; display: grid; gap: 0; padding: 10px 22px 24px; background: rgba(2,3,3,.98); border-bottom: 1px solid var(--line); transform: translateY(-130%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .main-nav.is-open { transform: translateY(0); visibility: visible; }
  .main-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
  .hero { min-height: 820px; padding-top: 130px; padding-bottom: 100px; align-items: start; }
  .hero-media { background-position: 63% center; }
  .hero-slide-general { background-position: 69% center; }
  .hero-slide-move { background-position: 64% center; }
  .hero-slide-property { background-position: 66% center; }
  .hero::before { background: linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.6)), linear-gradient(0deg, rgba(0,0,0,.95), transparent 55%); }
  .hero-grid, .hero-side { display: none; }
  .hero-content { width: 100%; }
  h1 { font-size: clamp(48px, 14vw, 76px); }
  .hero-copy { font-size: 16px; line-height: 1.6; }
  .scroll-cue { left: 24px; right: auto; bottom: 27px; }
  .trust-strip { margin: 0; grid-template-columns: 1fr; border-inline: 0; }
  .trust-strip article { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 90px 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  h2 { font-size: clamp(42px, 12vw, 62px); }
  .service-stage { grid-template-columns: 1fr; min-height: 0; }
  .service-copy-panel { min-height: 540px; order: 2; padding: 30px 25px; }
  .service-visual-panel { min-height: 370px; }
  .visual-word { left: 22px; bottom: 48px; }
  .slider-dots { left: 22px; right: 22px; }
  .slider-dots button { min-width: 8px; }
  .details-jump { margin-left: 0; }
  .service-details::before { top: 100px; }
  .detail-group summary { min-height: 94px; grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 12px; padding-inline: 2px; }
  .detail-toggle { width: 40px; height: 40px; }
  .detail-title { font-size: clamp(23px, 7vw, 34px); }
  .detail-body { padding: 4px 0 38px; }
  .detail-slogan { margin-bottom: 18px; padding: 21px 22px 21px 25px; font-size: 22px; }
  .detail-slogan::before { display: none; }
  .detail-card-grid { grid-template-columns: 1fr; gap: 12px; }
  .detail-card { min-height: 225px; padding: 30px 26px; border-radius: 22px; }
  .detail-card h3 { font-size: 21px; }
  .detail-card p { font-size: 14px; }
  .detail-cta { align-items: flex-start; flex-direction: column; gap: 22px; padding: 27px 24px; }
  .marketing-grid { grid-template-columns: 1fr; }
  .marketing-grid article { min-height: 145px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .marketing-grid article:last-child { border-bottom: 0; }
  .marketing-grid article:nth-child(2) { border-right: 0; }
  .faq-shell { grid-template-columns: 1fr; gap: 22px; }
  .faq-tabs { display: flex; gap: 8px; padding: 2px 1px 10px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; }
  .faq-tabs button { flex: 0 0 205px; min-height: 62px; }
  .faq-tabs button:hover { transform: none; }
  .faq-panel { min-height: 0; padding: 30px 20px; border-radius: 24px; }
  .faq-panel > h3 { margin-bottom: 28px; font-size: clamp(35px, 10vw, 49px); }
  .faq-item { border-radius: 19px; }
  .faq-item summary { min-height: 88px; grid-template-columns: minmax(0, 1fr) 38px; gap: 16px; padding: 18px 18px 18px 21px; font-size: 17px; }
  .faq-toggle { width: 36px; height: 36px; }
  .faq-answer { padding: 0 22px 23px; }
  .faq-answer p { font-size: 14px; }
  .faq-contact { align-items: flex-start; flex-direction: column; gap: 15px; margin-left: 0; }
  .mission-heading { display: block; }
  .mission-heading .eyebrow { margin-bottom: 23px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .project, .project-large { grid-row: auto; min-height: 430px; }
  .packages-intro { grid-template-columns: 1fr; gap: 24px; }
  .packages-intro .eyebrow { grid-column: auto; margin-bottom: 0; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card:last-child { grid-column: auto; }
  .package-card { min-height: 420px; }
  .package-note { align-items: flex-start; flex-direction: column; gap: 20px; }
  .cinema { min-height: 650px; padding-block: 70px; }
  .cinema-badge { top: 105px; right: 24px; transform: none; opacity: .75; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .process-grid h3 { margin-top: 42px; }
  .review-bottom { align-items: flex-start; flex-direction: column; }
  .about { grid-template-columns: 1fr; }
  .about-image { margin-right: 18px; }
  .about-image img { min-height: 0; }
  .about-image > p {
    position: static;
    width: 100%;
    padding: 15px 18px;
    font-size: 16px;
  }
  .app-panel { grid-template-columns: 1fr; }
  .app-benefits { grid-template-columns: 1fr; }
  .app-benefits span { min-height: auto; flex-direction: row; justify-content: flex-start; align-items: center; }
  .app-mark { min-height: 240px; }
  .area { gap: 40px; }
  .area-mark { gap: 11px; }
  .area-mark i { width: 26px; }
  .contact-details { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; }
  .copyright { grid-column: auto; margin-top: 10px; }
  .footer-brand p { margin-left: 0; }
  .mobile-actions { position: fixed; z-index: 90; inset: auto 0 0; height: 62px; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(4,8,5,.97); border-top: 1px solid rgba(127,255,0,.26); backdrop-filter: blur(14px); }
  .mobile-actions a { display: grid; place-items: center; border-right: 1px solid var(--line); font-size: 10px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
  .mobile-actions a:nth-child(2) { color: #071000; background: var(--green); }
  .mobile-actions .mobile-app { color: var(--green); }
}

@media (max-width: 470px) {
  .hero { min-height: 760px; }
  .eyebrow { font-size: 9px; letter-spacing: .12em; }
  h1 { font-size: 49px; }
  .hero-actions .button { width: 100%; }
  .service-visual-panel { min-height: 300px; }
  .service-copy-panel { min-height: 640px; }
  .detail-title small { max-width: 205px; line-height: 1.45; }
  .detail-card { min-height: 240px; }
  .project, .project-large { min-height: 360px; }
  .project-overlay { inset: auto 22px 24px; }
  .contact .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  [data-bg-video] { display: none; }
  .hero-slide { display: none; }
  .about-image img { animation: none !important; transform: none !important; }
}
