:root {
  color-scheme: dark;
  --head-font-family: 'Ubuntu', sans-serif;
  --bg: #08111d;
  --bg-elev: #0d1626;
  --bg-soft: #111d31;
  --card: rgba(11 18 31 / .72);
  --card-strong: rgba(16 25 43 / .88);
  --stroke: rgba(170 208 255 / .12);
  --stroke-strong: rgba(170 208 255 / .22);
  --text: #eef4ff;
  --muted: rgba(238 244 255 / .74);
  --muted-2: rgba(238 244 255 / .58);
  --accent: #7df9ff;
  --accent-2: #8e5cff;
  --accent-3: rgba(125 249 255 / .3);
  --accent-shell:rgba(7 45 114 / .5);
  --warm: #fe9966;
  --warm-light: rgba(1 253 245/.5);
  --color-silver: #c0c0c0;
  --color-yellow:#ff0;
  --color-star: #ffd700;
  --shadow: 0 24px 70px rgba(0 0 0 / .38);
  --shadow-soft: 0 12px 32px rgba(0 0 0 / .24);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100vw - 2rem));
  --header-h: 88px;
  --transition:all 180ms ease;
  --transition-slow:all 280ms ease;
  --ring: 0 0 0 4px rgba(125 249 255 / .14);
  --grid-line: rgba(125 249 255 / .06);

  /* Schriftgrößen */
  --home-h1: clamp(2.5rem, 5vw, 5rem);
  --lead: clamp(1rem, 1.3vw, 1.3rem);
  --fs-h1: clamp(1.4rem, 1.25rem + 1vw, 3rem);
  --fs-h2: clamp(1.3rem, 2.25vw, 2.4rem);
  --fs-h3: clamp(1.25rem, 2vw, 2rem);
  --fs-h4: clamp(1.25rem, 1.75vw, 1.5rem);
  --fs-big: clamp(1.05rem, 1.5vw, 1.25rem);
  --fs-bigxl: clamp(1rem, calc(1rem + 1vw), 1.25rem);
  --fs-base: clamp(1rem, 1.5vw, 1.125rem);
  --fs-small-base: clamp(0.94rem, 1.125vw, 1.06rem);
  --fs-small: clamp(0.75rem, 1vw, 0.875rem);
  --font-size-first-letter: clamp(1.25rem, calc(1.2rem + 1vw), 1.25rem);
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/inter-v20-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/ubuntu-v21-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ubuntu-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ubuntu-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background:linear-gradient(180deg, #050b13 0%, #08111d 100%);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--fs-base);
  color: var(--text);
  line-height: 1.65;
  text-rendering: optimizeLegibility;

  opacity: 1;
  transition: opacity 260ms ease;
}

body.is-leaving {
  opacity: 0;
}
a {
  color: inherit;
  text-decoration: none;
  padding: .2rem .4rem;
  border-radius: var(--radius-sm);
  transition:var(--transition-slow) ;
}

a:hover {
  color: var(--accent);
  background-color:var(--accent-3) ;
}

button,
input,
textarea,
select {
  font: inherit;
}

::selection {
  background: rgba(125 249 255 / .22);
  color: var(--text);
}
.site-header {
  min-height:  6rem;
  position: sticky;
  top: 0;
  z-index: 5;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  isolation: isolate;
  border-bottom: 1px solid rgba(170 208 255 / .08);
  transition: box-shadow var(--transition), background var(--transition);
}

.site-header.is-scrolled {
  box-shadow: 0 16px 34px rgba(0 0 0 / .22);
}
.site-header::after {
  display: none;
}
.container.site-header__inner {
  width: 100%;
  padding: .2rem 1rem;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.container {
  width: var(--container);
  margin-inline: auto;
  padding-right: .5rem ;
}

.page-shell {
  background-color: var(--accent-shell) ;
  position: relative;
  overflow: clip;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -120px;
  z-index: 1000;
  padding: .8rem 1rem;
  border-radius: 999px;
  background: var(--accent);
  color: #041018;
  font-size: var(--fs-small-base);
  transition: top var(--transition);
}

.skip-link:focus {
  top: 1rem;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 3.5rem;
  aspect-ratio: 1;
  border-radius: 16px;
  font-size: var(--fs-h3);
  letter-spacing: .075rem;
  font-weight: 800;
  color: #041018;
  background: #fff;
  box-shadow: 0 12px 22px rgba(0 0 0 / .24);
  text-transform: lowercase;
}

.brand__text strong,
.brand__text small {
  display: block;
}

.brand__text strong {
  font-size: var(--fs-base);
  line-height: 1.2;
  text-transform: lowercase;
  letter-spacing: .02em;
}

.brand__text small {
  color: var(--muted);
  font-size: var(--fs-small);
}
.brand__text .tel-icon{color:var(--color-yellow);}

.site-nav {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem;
  border-radius: var(--radius-sm);
  background-color:var(--card);
  border: 1px solid rgba(170 208 255 / .25);
  box-shadow: var(--shadow-soft);
}

.site-nav a {
  background: rgba(87 134 137/ 0.3);
  padding: .72rem .95rem;
  border-radius: var(--radius-sm);
  color: var(--muted);
  font-size: var(--fs-small-base);
  transition: var(--transition-slow);
}

.site-nav a:hover,
.site-nav a.active,
.brand.is-active {
  color: var(--text);
  background: rgba(125 249 255 / .3);
}
.site-nav a.nav-cta {
  color: var(--bg);
  background: linear-gradient(135deg, var(--accent), #9ef7c7);
  font-weight: 700;
}
.site-nav a.nav-cta:hover,
.site-nav a.nav-cta.active {
  color: var(--color-yellow);
  background: linear-gradient(135deg, var(--accent), var(--accent-shell));
}

.site-nav a.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: var(--accent, rgba(255 255 255 / .8));
}

p.site-title{
  background-color: rgba(0, 153, 148, 0.85);
  border-radius:0 0 0 5px;
  padding: .2rem;
  display: none;
  width: 10ch;
  position: fixed;
  top:6rem; 
  right:0;
  text-align: center;
  font-weight: 700;
  font-size: var(--fs-small);
  z-index: 20;
}
.nav-toggle {
  display: none;
  width: 3.35rem;
  height: 3.35rem;
  border: 1px solid rgba(170 208 255 / .12);
  border-radius: 16px;
  background: rgba(0 233 225/.5);
  color: var(--text);
  box-shadow: var(--shadow-soft);
}

.nav-toggle__bars {
  display: block;
  position: relative;
  width: 1.1rem;
  height: 2px;
  margin-inline: auto;
  background: currentColor;
}

.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1.1rem;
  height: 2px;
  background: currentColor;
}

.nav-toggle__bars::before {
  top: -7px;
}

.nav-toggle__bars::after {
  top: 7px;
}

.site-main {padding-inline: 0;}

.section {
  padding: clamp(4rem, 7vw, 7rem) .75rem;
}
#Kundenstimmen{background-color: rgba(19 97 160/.5);}
#Kundenstimmen .container {width: 100%;padding-inline:1rem ;}
.color{background-color: rgba(158 247 200/.4);}
.section--cta {
  margin-top: 5rem;
  padding-top: 0;
}

.section--soft {
  background-color: rgba(158 247 200/.4);
}

.section-head {
  max-width: 50rem;
  margin-bottom: 1.8rem;
  }
.hero.section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  opacity: 1;
  transition: opacity 420ms ease;
}
.hero.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(35deg, rgba(13 13 20 / .9), transparent),
    var(--hero-bg) center / cover no-repeat;
  pointer-events: none;
  will-change: transform;
}
.hero.section {
  --hero-bg: url("../img/hancke-design-hero.webp");
}
.hero.section.webdesign {
  --hero-bg: url("../img/hancke-design-hero-webdesign.webp");
}
.hero.section.onepager {
  --hero-bg: url("../img/hancke-design-hero-onepager.webp");
}
.hero.section.seo {
  --hero-bg: url("../img/hancke-design-hero-seo.webp");
}
.hero.section.ki-automation {
  --hero-bg: url("../img/hancke-design-hero-automation.webp");
}
.hero.section.ki {
  --hero-bg: url("../img/hancke-design-hero-ki.webp");
}
.hero.section.faq {
  --hero-bg: url("../img/hancke-design-hero-faq.webp");
}
.hero.section.kontakt {
  --hero-bg: url("../img/hancke-design-hero-kontakt.webp");
}
.hero.section.impressum::before,
.hero.section.datenschutz::before{background:transparent}

.hero-grid {
  display: grid;
  grid-template-columns: 1.8fr .2fr;
  align-items: center;
  gap: 2rem;
}

.hero-grid--narrow {
  grid-template-columns: 2fr 0fr;
}

.hero-copy {
  max-width: 50rem;
}

.page--home .hero-copy {
  padding-top: .5rem;
}

.page--contact .hero-copy h1 {
  max-width: 10ch;  
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 .9rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: var(--fs-small);
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,h2,h3{font-family: var(--head-font-family);}
h1 {
  max-width: 25ch;
  line-height: 1.08;
  text-wrap: balance;
  margin-bottom: 1.2rem;
  font-size: var(--home-h1);  
  letter-spacing: -.04rem;
  word-break: normal;
}

h2 {
  margin-bottom: .95rem;
  font-size: var(--fs-h2);
  line-height: 1.085;
  letter-spacing: -.03em;
}

h3 {
  margin-bottom: .55rem;
  font-size: var(--fs-h3);
  line-height: 1.25;
}

h4 {font-size: var(--fs-h4);}

p {
  font-size: var(--fs-base);
}

.lead {
  max-width: 54ch;
  font-size: var(--lead);
  color: var(--muted);
}

.hero-actions,
.inline-links,
.footer-links,
.trust-list,
.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  margin-top: 1.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 3.25rem;
  padding: .85rem 1.2rem;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  font-size: var(--fs-small-base);
  transition: var(--transition-slow);
  will-change: transform;
}

.btn:hover {
  color: #f6fe02;
  background: #06101a;
  transform: translateY(-1px);
}

.btn:focus-visible,
.site-nav a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}

.btn--primary {
  color: var(--text);
  font-weight: 800;
  background:var(--warm-light);
  transition: var(--transition-slow);
}

.btn--secondary {
  border-color: rgba(170 208 255 / .18);
  background: rgba(255 255 255 / .03);
  color: var(--text);
  transition: var(--transition-slow);
}

.trust-list {
  display: grid;
  gap: .6rem;
  margin-top: 1.6rem;
  color: var(--muted);
  font-size: var(--fs-small-base);
}

.trust-list li,
.checklist li {
  position: relative;
  padding-left: 1.3rem;
}

.trust-list li::before,
.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--accent);
}

.card,
.notice,
.form-card {
  border: 1px solid rgba(170 208 255 / .10);
  background: var(--card);
  backdrop-filter: blur(18px);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.card {
  padding: 1rem;
}

.card p,
.notice p {
  font-size: var(--fs-small-base);
}

.card--glass {
  background:
    linear-gradient(180deg, rgba(255 255 255 / .08), rgba(255 255 255 / .03)),
    rgba(13 20 33 / .72);
}

.card--soft {
  background: rgba(255 255 255 / .03);
}

 
.card--link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition:var(--transition-slow);
}
.card--link:hover {
  transform: translateY(-4px);
  color: var(--color-star);
}
.card--link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}

article.price-card{background-color: var(--card);}

figure{display: block;max-width: 100%;}
.split figure{display: flex;flex-direction: column; align-items: center;}
.split figure img{transform:translate(3rem,1rem);}

figcaption{padding-left: .75rem;}
.split figcaption {
  position: absolute;
  left: .25rem;
  bottom: 1rem;
}
.split figcaption span {
  display: flex;
  align-items: center;
  padding: .45rem .4rem;
  border: 1px solid rgba(170 208 255 / .2);
  border-radius: var(--radius-sm);
  background: rgba(8 16 27 / .8);
  color: var(--text);
  font-size: var(--fs-small);
}
img{
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: calc(var(--radius-xl) - 10px);
}
figure a img{transition: all .5s ease-in-out;}
figure a:hover {background-color:transparent;}
figure a:hover img{transform:scale(1, 1.05)skew(-3deg);}
.icon-wrapper svg{transform:translateY(.2rem);}
.grid {
  display: grid;
  gap: 1rem;
}

.grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: start;
  gap: 1.3rem;
}

.info-panel {
  position: relative;
}

.checklist {
  display: grid;
  gap: .75rem;
  color: var(--muted);
  font-size: var(--fs-small-base);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  aspect-ratio: 1;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(125 249 255 / .12);
  color: var(--accent);
  font-size: var(--fs-big);
  font-weight: 800;
}

.project {
  overflow: hidden;
  padding: .9rem;
}

.project-body {
  padding: .9rem .35rem .35rem;
}

.project-body p {
  font-size: var(--fs-small-base);
}
.project-body .stars {
  background-color:var(--accent-3);
  color:var(--color-star);
  font-size:var(--fs-h3);
  letter-spacing:.1rem;
  margin-bottom:2rem;
  min-width:6.5vw;
  padding-inline:.5rem;
  border-radius: var(--radius-sm);
  animation:flicker 3s ease-in-out infinite;
}
@keyframes flicker {
  0%,
  to {
    color:var(--color-star)
  }
  50% {
    color:var(--color-silver)
  }
}
.project figure{
  display: flex;
  flex-direction: column;
  align-items: center;  
  gap: .5rem;
}
.project figcaption{
  margin-top: -.5rem;
  margin-left: .5rem;
  font-size: var(--fs-small-base);
  width:33ch;
}
.project-body blockquote {
  background-color: var(--accent-3);
  border-left: 4px solid var(--color-yellow);
  font-size: var(--fs-big);
  font-style: italic;
  line-height: 1.7;
  margin-left: 0;
  padding-block:.5rem 0;
  padding-inline:1.75rem 0;
  position: relative;
}
.project-body blockquote::before {
  color: var(--color-yellow);
  content: "“";
  font-size: var(--fs-h3);
  position: absolute;
  top: -.4rem;
  left: .5rem;
}
.project-body footer {
  background: linear-gradient(180deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));
  border-top: 1px solid var(--muted-2);
  color: var(--text);
  font-size: var(--fs-small);
  margin-top: 2rem;
  padding-block: 1rem;
  padding-inline:.5rem;
  position: relative;
  text-align: center;
  width: auto;
  z-index: 30;
}
.project-body p.projekt-kpi {
  color: var(--text);
  font-size: var(--fs-small);
  font-weight: 700;
  line-height: 1.5;
  margin: .4rem 0 1rem;
  padding-top: .25rem;
  border-top: solid var(--accent-3) 1px;
}
.project-link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.project.card {
  transition: transform .2s ease, box-shadow .2s ease;
}

.project.card:hover {
  transform: translateY(-4px);
}

.project-link:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 4px;
  border-radius: 12px;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.1rem;
}

.inline-links a {
  color: var(--accent);
  font-size: var(--fs-small-base);
  text-decoration: underline;
  text-decoration-color: var(--color-silver);
  text-underline-offset: .42em;
}
.inline-links a:hover {
  text-decoration: none;}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.1rem, 3vw, 1.5rem);
}

.contact-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 1.2rem;
}

.contact-copy {
  display: grid;
  gap: 1rem;
}

.form-card {
  padding: 1.2rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.form-grid label,
.form-check,
.form-message {
  display: grid;
  gap: .45rem;
}

.form-grid label span,
.form-check span {
  color: var(--muted);
  font-size: var(--fs-small-base);
}

input,
textarea,
select {
  width: 100%;
  padding: .95rem 1rem;
  border: 1px solid rgba(170 208 255 / .12);
  border-radius: 16px;
  background: rgba(4 10 18 / .6);
  color: var(--text);
  font-size: var(--fs-base);
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

input::placeholder,
textarea::placeholder {
  color: var(--muted-2);
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(125 249 255 / .28);
  background: rgba(7 13 22 / .78);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-message {
  grid-column: 1 / -1;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: var(--fs-small-base);
}

.form-check input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: .2rem;
  flex: 0 0 auto;
}

.form-honeypot {
  position: absolute;
  inset-inline-start: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.notice {
    width: min(100%, 50rem);
    max-width: 50%;
    margin-inline: auto;
    padding: 1rem 1.5rem;
    border-radius: var(--radius, 1rem);
    text-align: center;
    font-weight: 600;
    box-shadow: 0 .5rem 1.5rem rgba(0 0 0 / .15);
}

.notice--success {
    color: #fff;
    background: #15803d;
    border: 1px solid #166534;
}

.notice--error {
    color: #fff;
    background: #b91c1c;
    border: 1px solid #991b1b;
}
@media (width <= 48rem) {
    .notice {
        max-width: 100%;
    }
}
.faq-list {
  display: grid;
  gap: .85rem;
}

details.card {
  padding: 0;
  overflow: clip;
}
details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  padding: 1.25rem 1.35rem;
  font-size: var(--fs-big);
  font-weight: 700;
  transition: var(--transition-slow);
}
details summary:hover,
details[open] summary{
  background-color: var(--accent-shell);
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::after {
  content: "";
  flex-shrink: 0;
  inline-size: 2rem;
  block-size: 2rem;
  border: 2px solid rgba(170 208 255 / .3);
  border-radius: 50%;
  background:
    linear-gradient(currentColor 0 0) center / 50% 2px no-repeat,
    linear-gradient(currentColor 0 0) center / 2px 50% no-repeat;
  transition:
    transform .25s ease,
    border-color .25s ease;
}
details[open] summary {
  border-bottom: 1px solid rgba(170 208 255 / .2);
}

details[open] summary::after {
  border-color: #f00;
  transform: rotate(135deg);
  background-color: rgba(253, 98, 1, 0.5);
}

details p {
  padding: 1rem 1.35rem 1.2rem;
  color: var(--muted);
  font-size: var(--fs-small-base);
  max-width:70ch;
}

.bg-legal{
  padding: 2rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  background: linear-gradient(35deg,rgba(13, 13, 20, 0.9),transparent),
   url("../img/hancke-design-hero.webp") center/cover no-repeat;
}
.legal {
  display: grid;
  gap: .8rem;
}
.legal h2 {
  margin-top: 1.2rem;
  font-size: var(--fs-h4);
}

.stack {
  display: grid;
  gap: .85rem;
}

.site-footer {
  position: relative;
  padding: 3.5rem 0 1.5rem;
  border-top: 1px solid rgba(170 208 255 / .08);
  background: rgba(4 9 15 / .88);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 1.2rem;
}

.brand--footer {
  margin-bottom: 1rem;
}

.footer-brand p {
  max-width: 34ch;
  color: var(--muted);
  font-size: var(--fs-small-base);
}

.footer-links {
  display: grid;
  gap: .6rem;
  color: var(--muted);
  font-size: var(--fs-small-base);
  padding: .5rem;  
}
.footer-links a {
  padding: .3rem;  
  border-radius:var(--radius-sm) ;
  transition:all .3s ease;
}

.footer-links a:hover {
  background: rgba(125 249 255 / .3);
  color: var(--accent);
}

.footer-grid h2 {
  margin-bottom: .8rem;
  font-size: var(--fs-big);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(170 208 255 / .08);
  color: var(--muted-2);
  font-size: var(--fs-small-base);
}

@media (max-width: 1024px) {

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-header__inner {
    min-height: 76px;
  }
.site-nav {
  position: fixed;
  inset: 76px 0 auto 0;
  display: grid;
  gap: .25rem;
  padding: .9rem;
  margin: 0;
  border-radius: 0 0 24px 24px;
  max-height: calc(100vh - 76px);
  overflow-y: auto;
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease-in-out;
  background: rgba(6 10 16 / .96);
  backdrop-filter: blur(18px);
  z-index: 180;
}

.nav-open .site-nav {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
  .site-nav a {
    width: 100%;
    padding: 1rem 1.1rem;
  }

  .footer-grid {
    gap: 1.6rem;
  }

  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header::after {
    background-color: var(--accent-3);
    position: absolute;
    top: 6rem;
    right:0;
    content: attr(data-route);
    display: block;
    border-radius: .3rem 0 0 .3rem;
    padding:.25rem .75rem .25rem .5rem;
    font-size:var(--fs-small-base);
    letter-spacing: 0.02em;
    color: var(--color-silver);
  }
}

@media (max-width: 1000px) {  
  .hero.section{background-size: 100% 100%;}
  .contact-grid,
  .hero-grid,
  .split {
    grid-template-columns: 1fr;}
  .process-grid,
  .grid--3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 785px) {
  .hero.section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
}
.hero.section::before {
  background:
    linear-gradient(35deg, rgba(13 13 20 / .9), transparent),
    url("../img/hancke-design-mobile.webp") center / cover no-repeat;
}
.hero.section.webdesign::before {
  background:
          linear-gradient(35deg,rgba(13 13 20/.9),transparent),
          url("../img/hancke-design-hero-webdesign.webp") 50% 70%/cover no-repeat;
}
.hero.section.onepager::before {
  background:
          linear-gradient(35deg,rgba(13 13 20/.9),transparent),
          url("../img/hancke-design-hero-onepager.webp") 60% 70%/cover no-repeat;
}
  .hero.section.seo::before{
  background:
          linear-gradient(35deg,rgba(13 13 20/.9),transparent),
          url("../img/hancke-design-hero-seo-mobile.webp") 60% 70%/cover no-repeat;
}
  .hero.section.ki-automation::before{
  background:
          linear-gradient(35deg,rgba(13 13 20/.9),transparent),
          url("../img/hancke-design-hero-automation.webp") 85% 80%/cover no-repeat;
}
  .hero.section.ki::before{
  background:
          linear-gradient(35deg,rgba(13 13 20/.9),transparent),
          url("../img/hancke-design-hero-ki.webp") 85% 80%/cover no-repeat;
}
.hero.section.faq::before{
  background:
          linear-gradient(35deg,rgba(13 13 20/.9),transparent),
          url("../img/hancke-design-hero-faq.webp") 70% 70%/cover no-repeat;
  }
  .hero.section.kontakt::before{
  background:
          linear-gradient(35deg,rgba(13 13 20/.9),transparent),
          url("../img/hancke-design-hero-kontakt.webp") 80% 90%/cover no-repeat;
}
  .bg-legal{
  background: linear-gradient(35deg,rgba(13, 13, 20, 0.9),transparent),
   url("../img/hancke-design-mobile.webp") 60% 100%/cover no-repeat;
}
  :root {
    --container: min(100vw - 1rem, 1180px);
  }

  .btn {max-width: 70%;}

  .cta-panel,
  .footer-bottom {
    flex-direction: column;
  }

  .form-grid,
  .grid--3,
  .footer-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-copy {
    max-width: none;
  }

  h1 {
    max-width: none;
    font-size: var(--fs-h1);
  }

  .lead {
    font-size: var(--fs-base);
  }
  section#projekte{padding-top: 9rem;}
}
@media (max-width: 377px) {p.site-title{top:7.5rem;}}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
} 