/* Generated from the modular CSS files. */

/* Source: base/variables.css */
:root {
  color-scheme: dark;
  --head-font-family: 'Ubuntu', sans-serif;

  --bg: #071521;
  --bg-soft: #0e2233;
  --surface: #214b52;
  --surface-soft: #102f3d;

  --card: rgba(8 21 34 / .82);

  --stroke: rgba(170 208 255 / .12);

  --text: #eef4ff;
  --muted: rgba(238 244 255 / .9);
  --muted-2: rgba(238 244 255 / .58);

  --accent: #7df9ff;
  --accent-2: #8e5cff;
  --accent-3: rgba(125 249 255 / .3);
  --accent-shell: rgba(8 48 76 / .68);
  --accent-solid: #13b8b4;

  --color-silver: #c0c0c0;
  --color-yellow: #ff0;
  --color-blue: #00002f;

  --shadow-soft: 0 8px 24px rgba(0 0 0 / .18);
  --shadow-elevated: 0 16px 40px rgba(0 0 0 / .24);
  --text-shadow: 1px 1px 0 #000;

  --radius-xl: 30px;
  --radius-md: 16px;
  --radius-sm: 12px;

  --container: min(1180px, calc(100vw - 2rem));
  --header-h: 88px;

  --transition: 180ms ease;
  --transition-slow: 280ms ease;

  --ring: 0 0 0 4px rgba(125 249 255 / .14);
  --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.15rem, 2vw, 1.8rem);
  --fs-h4: clamp(1.15rem, 1.75vw, 1.5rem);

  --fs-big: clamp(1.05rem, 1.5vw, 1.25rem);
  --fs-base: clamp(1rem, 1.5vw, 1.125rem);

  --fs-small-base: clamp(.94rem, 1.125vw, 1.06rem);
  --fs-small: clamp(.75rem, 1vw, .875rem);

}

/* Source: base/fonts.css */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v20-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-700.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v21-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ubuntu-v21-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v21-latin-700.woff2') format('woff2');
}
/* Source: base/reset.css */
*,
*::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.card.card--glass {
  display: block;
  margin-bottom: .75rem;
}
a:hover {
  color: var(--accent);
  background-color: var(--accent-3);
}
button,
input,
textarea,
select {
  font: inherit;
}

::selection {
  background: #015054;
  color: var(--text);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: calc(var(--radius-xl) - 10px);
}

.hero-trust-signature img {
  margin-top: 1.5rem;
}

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

.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;
}
/* Source: base/typography.css */
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;
}
.card h3::before {
  margin-right: .5rem;
}
.card h3,
.card h4,
.process-step h3,
.section-link h3 {
  font-variant-emoji: text;
}
h3 small {
  font-size: var(--fs-small);
  font-style: italic;
  font-weight: 400;
}
h4 {
  font-size: var(--fs-h4);
}
.gradient-text {
  background: linear-gradient(90deg, #fff, var(--accent-2));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: none;
}

p {
  font-size: var(--fs-base);
}
.lead {
  max-width: 54ch;
  font-size: var(--lead);
  color: var(--muted);
}
.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;
}

/* Source: layout/header.css */

.site-header {
  min-height:  6rem;
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(7 21 33 / .94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  isolation: isolate;
  border-bottom: 1px solid rgba(170 208 255 / .08);
  transition: box-shadow var(--transition), background var(--transition);
}
.site-header.is-scrolled {
  background: rgba(7 21 33 / .9);
  box-shadow: var(--shadow-elevated);
}
.site-header::after {
  background-color: var(--accent-3);
  position: absolute;
  top: 6.5rem;
  right:.1rem;
  content: attr(data-label);
  display: block;
  border : 1px solid var(--bg);
  padding: .25rem .5rem;
  max-width: calc(100vw - 1rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--fs-small);
  letter-spacing: .02em;
  color:var(--color-yellow);
} 
.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;
}
.brand {
  background: rgba(67 117 121 / .22);
  border: 1px solid rgba(255 255 255 / .18);
  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: var(--shadow-soft);
  text-transform: lowercase;
}
.brand__text strong,
.brand__text small {
  display: block;
}
.brand__text strong {
  font-size: var(--fs-base);
  line-height: 1.6;
  text-transform: lowercase;
  letter-spacing: .02em;
  font-weight: 700;
}
.brand__text small {color: var(--muted);font-size: var(--fs-small);font-weight: 400;line-height: 1.6;}
.brand-phone {
  display: block;
  font-size: var(--fs-small-base);
  line-height: 1.6;
  color: var(--color-yellow);
}
.brand__text .tel-icon{color:var(--color-yellow);}

/* Source: layout/footer.css */

.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: repeat(3, 1fr);
  grid-template-areas:
    "brand brand brand"
    "row1 row1 row1"
    "row2 row2 row2";
  gap: 2rem;
}
.footer-brand {grid-area: brand;}
.brand--footer {margin-bottom: 1rem;}
.footer-brand p {
  max-width: 34ch;
  color: var(--muted);
  font-size: var(--fs-small-base);
}
.footer-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.footer-row--1 {grid-area: row1;}
.footer-row--2 {grid-area: row2;}
.footer-grid h3 {
  margin-bottom: .8rem;
  font-size: var(--fs-big);  
}
.footer-links {
  display: grid;
  gap: .6rem;
  color: var(--muted);
  font-size: var(--fs-small-base);
  padding: .5rem;
  list-style: none;
  margin: 0;
}
.footer-links a {
  padding: .3rem;
  border-radius: var(--radius-sm);
  transition: all .3s ease;
  color: rgba(255 255 255 / .75);
  text-decoration: none;
}
.footer-links a:hover,
.footer-links a.active,
.footer-grid h3.active {color: var(--color-yellow);}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  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);
}
/* Source: layout/navigation.css */

.site-nav {
  transform:translate(.5rem,0);
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem;
  border: 1px solid rgba(170 208 255 / .25);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-elevated);
}
.site-nav a {
  background: rgba(34 38 38 / .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(--bg);
  background: linear-gradient(135deg, #9ef7ef, var(--accent-solid));
}
.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 /.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 var(--stroke);
  border-radius: 16px;
  background: rgba(0 233 225 / .5);
  color: var(--text);
  box-shadow: var(--shadow-elevated);
}
.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;
}
/* =========================================================
   DROPDOWNS
========================================================= */
.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-dropdown__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .35rem;
  padding: 1rem .95rem;
  border: none;
  border-radius: var(--radius-sm);
  background: rgba(1 22 96 / .3);
  color: var(--muted);
  font-size: var(--fs-small-base);
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  transition:
    background-color .25s ease,
    color .25s ease;
}
.nav-dropdown__toggle:hover,
.nav-dropdown__toggle:focus-visible {
  color: var(--text);
}
.nav-dropdown__toggle.active,
.nav-dropdown__toggle[aria-current="page"] {
  background: rgba(125 249 255 / .3);
  color: var(--text);
  font-weight: 500;
}
.nav-dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  min-width: 220px;
  padding: .5rem 0;
  background: var(--bg-soft);
  border: 1px solid rgba(170 208 255 / .15);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-elevated);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity .2s ease,
    transform .2s ease,
    visibility .2s ease;
}
.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu,
.nav-dropdown.open .nav-dropdown__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-dropdown__menu a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: .5rem;
  padding: .7rem 1rem;
  background: transparent;
  color: var(--muted);
  text-decoration: none;
  transition:
    background-color .25s ease,
    color .25s ease;
}
.nav-dropdown__group {
  display: block;
  padding: .65rem 1rem .2rem;
  color: var(--accent);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.nav-dropdown__group:not(:first-child) {
  margin-top: .35rem;
  border-top: 1px solid var(--stroke);
}
.nav-link__label {
  display: block;
  font-weight: 500;
  line-height: 1.2;
}
.nav-link__subtitle {
  display: block;
  margin-top: 2px;
  font-size: .75rem;
  line-height: 1.2;
  opacity: .7;
}
.nav-dropdown__menu a:hover {
  background: rgba(125 249 255 / .2);
  color: var(--text);
}
.nav-dropdown__menu a.active,
.nav-dropdown__menu a[aria-current="page"] {
  background: rgba(125 249 255 / .25);
  color: var(--text);
  font-weight: 500;
}
.nav-dropdown.open .nav-dropdown__toggle {
  background: rgba(125 249 255 / .3);
  color: var(--text);
  font-weight: 500;
}
.nav-dropdown:focus-within .nav-dropdown__toggle {
  color: var(--text);
}

/* Source: sections/hero.css */

.hero.section,.bg-legal {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  opacity: 1;
  }    

.hero.section.home {
  min-height: auto;
  padding-block: clamp(2.5rem, 4vw, 4rem);
}

  .hero.section::before {
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            var(--hero-angle,35deg),
            rgba(13 13 20 / var(--hero-opacity,.8)),
            transparent
        ),
        var(--hero-image)
        var(--hero-position,center 20%)
        / cover
        no-repeat;
}
    .hero.section.home,
    .hero.section.about{
    --hero-image: url("../img/hancke-design-hero-1600.webp");
    --hero-angle: 69deg;
    --hero-opacity: 0.7;
  }
  .hero.section.webdesign {
    --hero-image:
        url("../img/hancke-design-hero-webdesign-1600.webp");
    --hero-position: 50% 0%;
    --hero-angle: 73deg;
    --hero-opacity: .5;
}
.hero.section.website-optimierung {
    --hero-image:
        url("../img/hancke-design-hero-website-optimierung-1600.webp");
    --hero-position: 50% 50%;
    --hero-angle: 0deg;
    --hero-opacity: 0;
}
.hero.section.onepager {
    --hero-image:
        url("../img/hancke-design-hero-onepager-1600.webp");
    --hero-position: 75% 0%;
    --hero-angle: 35deg;
    --hero-opacity: 0.7;
}
.hero.section.seo {
    --hero-image:
        url("../img/hancke-design-hero-seo-1600.webp");
    --hero-position: 80% 100%;
    --hero-angle: 35deg;
    --hero-opacity: 0.8;
}
.hero.section.ki-automation {
    --hero-image:
        url("../img/hancke-design-hero-ki-1600.webp");
    --hero-position: 100% 100%;
    --hero-angle:108deg;
    --hero-opacity: 0.44;
}
.hero.section.faq {
    --hero-image:
        url("../img/hancke-design-hero-faq-1600.webp");
    --hero-angle: 35deg;
    --hero-opacity: 0.8;
}
.hero.section.about{
    --hero-image: url("../img/hancke-design-hero-about-1600.webp");
    --hero-angle: 69deg;
    --hero-opacity: 0.7;
  }
.hero.section.kontakt {
    --hero-image:
        url("../img/hancke-design-hero-kontakt-1600.webp");
    --hero-angle:63deg;
    --hero-opacity: 0.51;
}
.hero.section.dienstleister {
    --hero-image:
        url("../img/hancke-design-hero-dienstleister-1600.webp");
    --hero-position: 100% 100%;
    --hero-angle:78deg;
    --hero-opacity: 0.39;
}
.hero.section.einzelhandel {
    --hero-image:
        url("../img/hancke-design-hero-einzelhandel-1600.webp");
    --hero-angle: 77deg;
    --hero-opacity: 0.53;
}
.hero.section.gastronomie {
    --hero-image:
        url("../img/hancke-design-hero-gastronomie-1600.webp");
    --hero-angle: 73deg;
    --hero-opacity: 0.33;
}
.hero.section.gesundheitswesen {
    --hero-image:
        url("../img/hancke-design-hero-gesundheitswesen-1600.webp");
    --hero-angle:35deg;
    --hero-position: 45% 0%;
    --hero-opacity: 0.65;
}
.hero.section.handwerk {
    --hero-image:
        url("../img/hancke-design-hero-handwerk-1600.webp");
    --hero-angle: 78deg;
    --hero-opacity: 0.14;
}
.hero.section.webdesign-findorff {
    --hero-image:
        url("../img/hancke-design-hero-findorff-1600.webp");
    --hero-angle: 10deg;
    --hero-opacity: 0.3;
}
.hero.section.webdesign-mitte {
    --hero-image:
        url("../img/hancke-design-hero-mitte-1600.webp");
    --hero-position: 100% 45%;
    --hero-angle: 129deg;
    --hero-opacity: 0.42;
}
.hero.section.webdesign-neustadt {
    --hero-image:
        url("../img/hancke-design-hero-neustadt-1600.webp");
    --hero-position: 50% 1rem;
    --hero-angle: 25deg;
    --hero-opacity: .5;
}
.hero.section.webdesign-schwachhausen {
    --hero-image:
        url("../img/hancke-design-hero-schwachhausen-1600.webp");
    --hero-position: 40% 0%;
    --hero-angle: 35deg;
    --hero-opacity:0.6;
}
.hero.section.webdesign-ueberseestadt {
    --hero-image:
        url("../img/hancke-design-hero-ueberseestadt-1600.webp");
    --hero-position: 50% 0;
    --hero-angle: 35deg;
    --hero-opacity: 0.25;
}
.hero.section.webdesign-walle {
    --hero-image:
        url("../img/hancke-design-hero-walle-1600.webp");
    --hero-position: 100% 0%;
    --hero-angle: 35deg;
    --hero-opacity: .25;
}
.hero.section.websitecheck {
    --hero-image:
        url("../img/hancke-design-hero-websitecheck-1600.webp");
    --hero-position: 75% 50%;
    --hero-angle: 35deg;
    --hero-opacity: 0.4;
}
.hero.section.projektplaner {
    --hero-image:
        url("../img/hancke-design-hero-projektplaner-1600.webp");
    --hero-position: 100% 50%;
    --hero-angle: 35deg;
    --hero-opacity: 0.37;
}
.hero.section.kostenrechner {
    --hero-image:
        url("../img/hancke-design-hero-kostenrechner-1600.webp");
    --hero-position: 100% 50%;
    --hero-angle: 35deg;
    --hero-opacity:0.17;

}

.hero.section.seocheck {
    --hero-image:
        url("../img/hancke-design-hero-seocheck-1600.webp");
    --hero-position: 100% 50%;
    --hero-angle: 35deg;
    --hero-opacity: 0.7;
}
.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 {border-radius:var(--radius-sm);padding:1rem;background-color:rgba(0 35 48/.3);max-width: 50rem;}
.page--contact .hero-copy h1 {max-width: 10ch;}
.hero.section{text-shadow:var(--text-shadow);}

/* Globaler Hero-Standard: auf allen Seiten gleiche linke Führung wie auf der Home */
@media (min-width: 951px) {
  .hero.section .container {
    width: min(calc(100% - 2rem), 1700px);
  }
  .hero.section .hero-grid--narrow {
    grid-template-columns: minmax(0, 1fr);
  }
  .hero.section .hero-copy {
    max-width: 62rem;
    margin-inline: 0;
    padding: clamp(1rem, 1.4vw, 1.35rem);
  }
}
/* Home: gezieltes Mobile-Feintuning */
@media (max-width: 785px) {
  .hero.section.home {
    min-height: auto;
    padding-block: clamp(2.75rem, 8vw, 4rem);
  }
  .hero.section.home .hero-copy {
    padding: clamp(.9rem, 3.5vw, 1.25rem);
  }
  .hero.section.home h1 {
    max-width: 16ch;
    line-height: 1.04;
  }
  .hero.section.home .lead {
    max-width: 44ch;
    line-height: 1.5;
  }
  .hero.section.home .trust-list {
    margin-top: 1.25rem;
    gap: .5rem;
  }
}

/* Source: sections/sections.css */
.container {
  width: var(--container);
  margin-inline:auto;
  padding-right: .5rem ;
}
.page-shell {
  background-color: var(--bg);
  position: relative;
  overflow: clip;
}
.site-main {padding-inline: 0;}
.section {padding: clamp(4rem, 7vw, 7rem) .75rem;}
#leistungen{padding-top: clamp(5rem, 7vw, 7rem);}
#problem{padding-top: clamp(6rem, 8vw, 9rem);}
.color{background-color: var(--surface);}
.section--soft {background-color: var(--surface-soft);}
.section--cta {margin-top: 5rem;padding-top: 0;}
.section-head {max-width: 50rem;margin-bottom: 1.8rem;}

html.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 520ms ease,
    transform 520ms cubic-bezier(.22, 1, .36, 1);
}
html.reveal-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}
html.reveal-ready [data-reveal] .reveal-child {
  opacity: .35;
  transform: translateY(8px);
  transition:
    opacity 420ms ease var(--reveal-delay, 0ms),
    transform 420ms cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms);
}
html.reveal-ready [data-reveal].is-revealed .reveal-child {
  opacity: 1;
  transform: translateY(0);
}


.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;
}
.stack {display: grid;gap: .85rem;}
.info-panel {position: relative;}
.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;
}

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

/* Source: components/lists.css */
.hero-actions,
.inline-links,
.footer-links,
.trust-list,
.checklist {list-style: none;padding: 0;margin: 0;}
.checklist {margin-bottom: 1rem;}
ul.kontakt{list-style: none;padding-left: 0;}
ul.none li{margin-left:-1rem;}
.trust-list {
  display: grid;
  gap: .6rem;
  margin-top: 1.6rem;
  color: var(--muted);
  font-size: var(--fs-small-base);
}
.trust-list li,
.checklist li,
ul.kontakt li {
  position: relative;
  padding-left: 1.6rem;
}
.trust-list li::before,
.checklist li::before,
.info-panel .checklist.aim li::before,
ul.kontakt li::before{
  position: absolute;
  left: 0;
}
ul.kontakt li::before{content: "→";}
/* Allgemein */
.i-design::before      { content: "🎨"; } 
.i-webdesign::before   { content: "🖥️"; }
.i-update::before      { content: "🔄"; } 
.i-expand::before      { content: "🧩"; } 
/* Leistungen & Inhalte */
.i-services::before    { content: "📋"; } 
.i-portfolio::before   { content: "📂"; } 
.i-products::before    { content: "🛍️"; } 
.i-menu::before        { content: "🍽️"; } 
.i-health::before      { content: "🩺"; } 
.i-onepager::before    { content: "📄"; }
.i-ai::before          { content: "🤖"; }
/* Erreichbarkeit */
.i-contact::before     { content: "☎️"; }
.i-form::before        { content: "✉️"; }
.i-location::before    { content: "📍"; }
.i-time::before        { content: "🕒"; }
.i-reservation::before { content: "📅"; }
.i-exit::before        { content: "🚪"; }
/* Technik */
.i-mobile::before      { content: "📱"; }
.i-slow::before        { content: "🐌"; }
.i-old::before         { content: "⌛"; }
.i-speed::before       { content: "⚡"; }
.i-x-speed::before     { content: "🚀"; }
.i-analytics::before   { content: "📊"; }
/* Sichtbarkeit */
.i-seo::before         { content: "🔎"; }
.i-local::before       { content: "📍"; }
/* Anfragen & Wachstum */
.i-leads::before       { content: "📈"; }
.i-trust::before       { content: "🤝"; }
.i-message::before     { content: "💬"; }
.i-conversion::before  { content: "🎯"; } 
/* Preise */
.i-price::before       { content: "💰"; }
.i-ok::before          { content: "✅"; }
/* ckecklists */
.i-tools::before       { content: "🛠️"; }
.i-list::before        { content: "📋"; }
.i-reference::before   { content: "🖼️"; }
.i-menu-pdf::before    { content: "📄"; }
.i-structure::before   { content: "🗂️"; } 
.i-content::before     { content: "✍️"; } 
.i-links::before       { content: "🔗"; }

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


.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;}
/* Source: components/buttons.css */

.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: var(--text);
  background: #0b2730;
  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(--accent-solid);
  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);
}

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

/* Source: components/cards.css */
article.price-card{background-color: var(--card);}
.card,
.notice,
.form-card,
.section-link {
  border: 1px solid var(--stroke);
  background: var(--card);
  backdrop-filter: blur(3px);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}
.card {padding: 1rem;margin-bottom: 1rem;}
.section-link{
  max-width:33ch;
  padding-block: .75rem;
  padding-inline: .75rem .5rem;
  background-color:var(--bg);
}
.section-link a{margin-bottom: 1rem;background-color:var(--accent-shell);}
.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--glass,
.testimonial-card {
  box-shadow: var(--shadow-elevated);
}
.card--soft {background: rgba(255 255 255 / .03);}
.card--link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition:var(--transition-slow);
}
.card--link:hover {
  background-color: rgba(19 184 180 / .16);
  box-shadow: var(--shadow-elevated);
  transform: translateY(-2px);
  color: var(--text);
}
.card--link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 4px;
}
.testimonial-card{
display:flex;
flex-direction:column;
justify-content:space-between;
gap:1.5rem;
min-width:0;
margin-bottom:0;
background-color: var(--color-blue);
}
.testimonial-grid{
align-items:stretch;
grid-auto-rows:auto;
}
.testimonial-card__preview{
display:block;
overflow:hidden;
padding:0;
border:0;
border-radius:var(--radius-lg);
background:transparent;
}
.testimonial-card__preview:hover{
color:inherit;
background:transparent;
}
.testimonial-card__preview img{
display:block;
width:100%;
height:auto;
aspect-ratio:16 / 9;
object-fit:cover;
transition:transform var(--transition-slow);
}
.testimonial-card__preview:hover img,
.testimonial-card__preview:focus-visible img{transform:scale(1.025);}
.testimonial-card__preview:focus-visible{
outline:2px solid var(--accent-solid);
outline-offset:3px;
}
.testimonial-card__label{
align-self:flex-start;
margin:0;
padding:.35rem .65rem;
border-radius:var(--radius-md);
background:var(--accent-solid);
color:var(--color-yellow);
font-weight:700;
letter-spacing:.02em;
}
.testimonial-card__quote{
font-size:1.05rem;
line-height:1.7;
font-style:italic;
margin:0;
}
.testimonial-card__quote::before{
content:"“";
color: var(--color-yellow);
font-size:2rem;  
line-height: 0;
}
.testimonial-card__quote--project{font-style:normal;}
.testimonial-card__quote--project::before{content:none;}
.testimonial-card__meta{
display:flex;
flex-direction:column;
gap:.35rem;
font-size:var(--fs-small-base);
}
.testimonial-card__meta a.extern{
color:var(--accent);
background:transparent;
text-decoration:underline;
text-decoration-color:rgba(125 249 255 / .45);
text-underline-offset:.2em;
}
.testimonial-card__meta a.extern:hover,
.testimonial-card__meta a.extern:focus-visible{
color:var(--text);
background:transparent;
text-decoration-color:currentColor;
}
.testimonial-card__meta .testimonial-card__project-link{
align-self:flex-start;
margin-top:.35rem;
padding:.45rem .75rem;
border:1px solid rgba(125 249 255 / .35);
border-radius:var(--radius-sm);
background:rgba(19 184 180 / .16);
font-weight:700;
line-height:1.35;
text-decoration:none;
}
.testimonial-card__meta .testimonial-card__project-link:hover,
.testimonial-card__meta .testimonial-card__project-link:focus-visible{
background:var(--accent-solid);
color:var(--bg);
}
.testimonial-card__meta strong{
font-weight:700;
}
.testimonial-card__meta span{
opacity:.75;
}
.stars {
  background-color: var(--accent-solid);
  color: var(--color-yellow);
  letter-spacing: .1rem;
  margin-bottom: .5rem;
  max-width: 8rem;
  text-align: center;
  padding-inline: .5rem;
  border-radius: var(--radius-md);
}
.arrow {
    position: absolute;
    right: 2rem;
    bottom: .5rem;
    font-size: 1.4rem;
}
.micro-trust{font-style: italic;}
.section-link{text-align: center;padding-top: 2rem;}

/* Source: components/forms.css */

.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 var(--stroke);
  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-privacy .privacy-check{
  display: flex;
  align-items: flex-start;
  gap: .25rem;      
  flex-wrap: wrap;
}
.form-privacy .privacy-check a{text-decoration: underline;}
.form-privacy .privacy-check a:hover{text-decoration: none;}
.form-privacy .privacy-check input{
  margin-block:0;      
}
.form-privacy .privacy-check span{
  display: inline; margin-bottom: 1rem;
}

.form-honeypot {
  position: absolute;
  inset-inline-start: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.hp-field {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.notice {
    width: min(100%, 50rem);
    max-width: 52%;
    margin-inline: auto;
    padding: 1rem 1.5rem;
    border-radius: var(--radius, 1rem);
    text-align: center;
    font-weight: 500;
    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%;
    }
}

/* Source: components/faq.css */

.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(to right, currentColor, currentColor) center / 50% 2px no-repeat,
        linear-gradient(to bottom, currentColor, currentColor) 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 /.5);
    }
  details p {
    padding: 1rem 1.35rem 1.2rem;
    color: var(--muted);
    font-size: var(--fs-small-base);
    max-width:70ch;
  }
/* Source: tools/website-check.css */
/* =========================================================
   WEBSITE CHECK TOOL
========================================================= */
.tool-grid {
    display:grid;
    gap:2rem;
}
.tool-info {
    display:grid;
    gap:1.5rem;
}
.tool-card {
    display:grid;
    gap:1.5rem;
}
/* =========================================================
   CHECK ITEMS
========================================================= */
.check-item {
    display:grid;
    gap:.75rem;
    padding:1.25rem;
    margin-bottom:1rem;
    border-radius:1rem;
    background:rgb(255 255 255 /.05);
    border:1px solid rgb(255 255 255 /.08);
}
.check-item label {
    font-weight:600;
    line-height:1.4;
}
.check-item select {
    width:100%;
    padding:.85rem 1rem;
    border-radius:.75rem;
    background:rgb(255 255 255 /.08);
    color:inherit;
    border:1px solid rgb(255 255 255 /.15);
}
/* =========================================================
   RESULT CONTAINER
========================================================= */
.tool-result {
    width:100%;
    margin-top:1rem;
    padding:1.75rem;
    border-radius:1rem;
    background:rgb(255 255 255 /.08);
    border:1px solid rgb(255 255 255 /.12);
    opacity:0;
    transform:translateY(20px);
    transition:opacity .45s ease,transform .45s ease;
}
.tool-result.is-visible {
    opacity:1;
    transform:none;
}
/* =========================================================
   SCORE AREA
========================================================= */
.score-box {
    display:flex;
    align-items:center;
    gap:2rem;
    margin-bottom:2rem;
}
.score-circle span {
    display:block;
    font-size:1rem;
    line-height:1.3;
    font-weight:700;
    text-align:center;
    max-width:90px;
}
.score-circle span {
    font-size:2.2rem;
    font-weight:700;
}
/* =========================================================
   SCORE STATUS
========================================================= */
.score-circle.score-good {
    background:linear-gradient(145deg,rgb(34 197 94 /.25),rgb(255 255 255 /.05));
    border-color:rgb(34 197 94 /.65);
    box-shadow:0 15px 35px rgb(34 197 94 /.18);
}
.score-circle.score-good span {
    color:rgb(134 239 172);
}
.score-circle.score-medium {
    background:linear-gradient(145deg,rgb(250 204 21 /.22),rgb(255 255 255 /.05));
    border-color:rgb(250 204 21 /.65);
    box-shadow:0 15px 35px rgb(250 204 21 /.15);
}
.score-circle.score-medium span {
    color:rgb(253 224 71);
}
.score-circle.score-low {
    background:linear-gradient(145deg,rgb(239 68 68 /.22),rgb(255 255 255 /.05));
    border-color:rgb(239 68 68 /.65);
    box-shadow:0 15px 35px rgb(239 68 68 /.18);
}
.score-circle.score-low span {
    color:rgb(252 165 165);
}
/* =========================================================
   SCORE PROGRESS BAR
========================================================= */
.score-progress {
    width:100%;
    height:.65rem;
    margin-top:1.25rem;
    border-radius:999px;
    overflow:hidden;
    background:rgb(255 255 255 /.08);
}
.score-progress span {
    display:block;
    width:0;
    height:100%;
    border-radius:inherit;
    transition:width .8s ease;
    background:linear-gradient(90deg,rgb(239 68 68),rgb(250 204 21),rgb(34 197 94));
}
/* =========================================================
   RECOMMENDATIONS
========================================================= */
.check-recommendations {
    margin:1.5rem 0;
}
.check-recommendations ul {
    display:grid;
    gap:1rem;
    padding-left:1.2rem;
}
.check-recommendations li {
    line-height:1.5;
}
/* =========================================================
   CONTACT HINT
========================================================= */
.check-contact-hint {
    margin:1.25rem 0 0;
    padding:1rem 1.15rem;
    border-radius:.75rem;
    background:rgb(67 117 121 /.14);
    border:1px solid rgb(67 117 121 /.4);
}
.check-contact-hint strong {
    display:block;
    margin-bottom:.35rem;
    font-weight:700;
}
.check-contact-hint p {
    margin:0;
    line-height:1.5;
}
/* =========================================================
   RESULT ACTIONS
========================================================= */
.tool-result-actions {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:.75rem;
    margin-top:1rem;
    animation:buttonFade .6s ease .25s both;
}
/* =========================================================
   ANIMATION
========================================================= */
.score-box {
    animation:scoreSlideIn .55s ease both;
}
.check-recommendations {
    animation:recommendationFade .6s ease .15s both;
}
@keyframes scoreSlideIn {
    from {
        opacity:0;
        transform:scale(.8);
    }
    to {
        opacity:1;
        transform:scale(1);
    }
}
@keyframes recommendationFade {
    from {
        opacity:0;
        transform:translateY(15px);
    }
    to {
        opacity:1;
        transform:none;
    }
}
@keyframes buttonFade {
    from {
        opacity:0;
        transform:translateY(10px);
    }
    to {
        opacity:1;
        transform:none;
    }
}

#website-check-next,
#seo-next{
    scroll-margin-top:7rem;
}
/* =========================================================
   ACCESSIBILITY
========================================================= */
@media (prefers-reduced-motion:reduce) {
    .tool-result,
    .score-box,
    .check-recommendations,
    .tool-result-actions,
    #checkContact,
    #seoContact {
        animation:none;
        transition:none;
    }
}
/* =========================================================
   RESPONSIVE
========================================================= */
@media (min-width:900px) {
    .tool-grid {
        grid-template-columns:minmax(280px,.8fr) minmax(420px,1.2fr);
        align-items:start;
    }
}
@media(max-width:700px) {
    .score-box {
        flex-direction:column;
        align-items:flex-start;
    }
    .score-circle {
        width:110px;
    }
    .tool-result-actions {
        align-items:stretch;
        flex-direction:column;
    }
    .tool-result-actions .btn {
        width:100%;
        justify-content:center;
    }
}
/* Source: tools/projektplaner.css */
/* =========================================================
   PROJEKTPLANER TOOL
========================================================= */
.projektplaner .tool-card{
    gap:1.5rem;
}
.check-option{
    display:flex;
    align-items:center;
    min-height:3rem;
    gap:.85rem;
    width:100%;
    padding:.75rem 1rem;
    border-radius:.75rem;
    background:rgb(255 255 255 /.05);
    border:1px solid rgb(255 255 255 /.08);
    cursor:pointer;
}
.check-option input{
    flex:0 0 auto;
    width:1.1rem;
    height:1.1rem;
    margin:0;
}
.check-option span{
    display:flex;
    align-items:center;
    line-height:1.3;
}
/* =========================================================
   PROJEKTPLANER RESULT
========================================================= */
#projektplanerResult,
#checkResult,
#seoCheckResult{
    background-color:var(--accent-shell);
    margin-top:2.5rem;
}
.project-result-grid,
.score-box{
    display:grid;
    grid-template-columns:220px 1fr;
    gap:2.5rem;
    align-items:center;
    padding:2rem;
    border-radius:1.5rem;
    background:rgb(9 21 41 /.85);
    border:1px solid rgb(255 255 255 /.08);
    box-shadow:var(--shadow-elevated);
}
.project-circle-wrap,
.score-circle-wrap{
    display:flex;
    justify-content:center;
}
.project-circle,
.score-circle{
    position:relative;
    width:190px;
    aspect-ratio:1;
    filter:drop-shadow(0 0 25px rgb(67 117 121 /.25));
}
.project-circle svg,
.score-circle svg{
    width:100%;
    height:100%;
    transform:rotate(-90deg);
}
.project-circle-bg,
.project-circle-progress,
.score-circle-bg,
.score-circle-progress{
    fill:none;
    stroke-width:9;
}
.project-circle-bg,
.score-circle-bg{
    stroke:rgb(255 255 255 /.08);
}
.project-circle-progress,
.score-circle-progress{
    stroke:rgb(67 117 121);
    stroke-linecap:round;
    transition:stroke-dashoffset .9s cubic-bezier(.4,0,.2,1);
}
.project-circle-value,
.score-circle-value{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}
.project-circle-value strong,
.score-circle-value strong{
    font-size:2.8rem;
    font-weight:800;
    letter-spacing:-.05em;
}
.project-circle-value span,
.score-circle-value span{
    margin-top:.5rem;
    font-size:.75rem;
    text-transform:uppercase;
    letter-spacing:.12em;
    opacity:.65;
}
.project-price-card{
    display:flex;
    flex-direction:column;
    gap:.35rem;
    padding:1.25rem 1.5rem;
    margin-bottom:1.5rem;
    border-radius:1rem;
    background:rgb(255 255 255 /.04);
    border:1px solid rgb(255 255 255 /.08);
    backdrop-filter:blur(12px);
}
.project-price-label{
    display:block;
    font-size:.75rem;
    text-transform:uppercase;
    letter-spacing:.12em;
    opacity:.65;
}
.project-type{
    display:block;
    max-width:100%;
    font-size:1.2rem;
    line-height:1.35;
    font-weight:750;
}
.project-price{
    display:block;
    margin-top:.25rem;
    color:rgb(67 117 121);
    font-size:1.4rem;
    font-weight:800;
}
.score-content h3{
    margin-bottom:.75rem;
}
.score-progress{
    height:.5rem;
    margin:1.5rem 0;
    overflow:hidden;
    border-radius:99px;
    background:rgb(255 255 255 /.08);
}
.score-progress span{
    display:block;
    height:100%;
    background:linear-gradient(90deg,rgb(67 117 121),rgb(4 66 254));
    transition:width .8s ease;
}
#projectRecommendation,
#checkRecommendations,
#seoRecommendations{
    padding:.75rem 1rem;
    background:rgb(255 255 255 /.04);
    border:1px solid rgb(255 255 255 /.08);
    border-radius:.75rem;
}
#projectRecommendation h4{
    margin-bottom:.5rem;
}
@media(max-width:768px){
    .project-result-grid,
    .score-box{
        grid-template-columns:1fr;
        gap:1.5rem;
        padding:1.25rem;
    }
    .project-circle,
    .score-circle{
        width:160px;
    }
}
/* kostenrechner */
/* =========================================================
   KOSTENRECHNER TOOL
========================================================= */
.kostenrechner .tool-card{
    gap:1.5rem;
}
.kostenrechner .check-option{
    display:flex;
    align-items:center;
    min-height:3rem;
    gap:.85rem;
    width:100%;
    padding:.75rem 1rem;
    border-radius:.75rem;
    background:rgb(255 255 255 /.05);
    border:1px solid rgb(255 255 255 /.08);
    cursor:pointer;
}
.kostenrechner .check-option input{
    flex:0 0 auto;
    width:1.1rem;
    height:1.1rem;
    margin:0;
}
.kostenrechner .check-option span{
    display:flex;
    align-items:center;
    line-height:1.3;
}
/* =========================================================
   KOSTENRECHNER RESULT
========================================================= */
#kostenrechnerResult{
    background-color:var(--accent-shell);
    margin-top:2.5rem;
}
.cost-result-grid{
    display:grid;
    grid-template-columns:220px 1fr;
    gap:2.5rem;
    align-items:center;
    padding:2rem;
    border-radius:1.5rem;
    background:rgb(9 21 41 /.85);
    border:1px solid rgb(255 255 255 /.08);
    box-shadow:var(--shadow-elevated);
}
.cost-circle-wrap{
    display:flex;
    justify-content:center;
}
.cost-circle{
    position:relative;
    width:190px;
    aspect-ratio:1;
    filter:drop-shadow(0 0 25px rgb(67 117 121 /.25));
}
.cost-circle svg{
    width:100%;
    height:100%;
    transform:rotate(-90deg);
}
.cost-circle-bg,
.cost-circle-progress{
    fill:none;
    stroke-width:9;
}
.cost-circle-bg{
    stroke:rgb(255 255 255 /.08);
}
.cost-circle-progress{
    stroke:rgb(67 117 121);
    stroke-linecap:round;
    transition:stroke-dashoffset .9s cubic-bezier(.4,0,.2,1);
}
.cost-circle-value{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}
.cost-circle-value strong{
    font-size:2.8rem;
    font-weight:800;
    letter-spacing:-.05em;
}
.cost-circle-value span{
    margin-top:.5rem;
    font-size:.75rem;
    text-transform:uppercase;
    letter-spacing:.12em;
    opacity:.65;
}
.cost-price-card{
    display:flex;
    flex-direction:column;
    gap:.35rem;
    padding:1.25rem 1.5rem;
    margin-bottom:1.5rem;
    border-radius:1rem;
    background:rgb(255 255 255 /.04);
    border:1px solid rgb(255 255 255 /.08);
    backdrop-filter:blur(12px);
}
.cost-price-label{
    font-size:.75rem;
    text-transform:uppercase;
    letter-spacing:.12em;
    opacity:.65;
}
#costPrice{
    color:rgb(67 117 121);
    font-size:1.4rem;
    font-weight:800;
}
.cost-progress{
    height:.5rem;
    margin:1.5rem 0;
    overflow:hidden;
    border-radius:99px;
    background:rgb(255 255 255 /.08);
}
.cost-progress span{
    display:block;
    height:100%;
    background:linear-gradient(90deg,rgb(67 117 121),rgb(4 66 254));
    transition:width .8s ease;
}
#costRecommendation{
    padding:.75rem 1rem;
    background:rgb(255 255 255 /.04);
    border:1px solid rgb(255 255 255 /.08);
    border-radius:.75rem;
}
#costRecommendation h4{
    margin-bottom:.5rem;
}
@media(max-width:768px){
    .cost-result-grid{
        grid-template-columns:1fr;
        gap:1.5rem;
        padding:1.25rem;
    }
    .cost-circle{
        width:160px;
    }
}

/* Source: responsive/media.css */

@media (max-width:950px) {
  .site-header {
    background: rgba(7 21 33 / .98);
    box-shadow: var(--shadow-elevated);
  }
  .site-header::after {
    top: auto;
    right: .5rem;
    bottom: -1.8rem;
    border-color: rgba(125 249 255 / .35);
    border-radius: 999px;
    background: rgba(7 21 33 / .96);
    box-shadow: var(--shadow-soft);
    color: var(--accent);
    pointer-events: none;
  }
  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }
  .site-header__inner {
    min-height: 76px;
  }
  .site-nav {
    position: fixed;
    inset: 100px 0 auto 0;
    display: grid;
    gap: .25rem;
    margin: 0;
    padding: .9rem;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    border-radius: 0 0 24px 24px;
    background: rgba(6 10 16 / .96);
    backdrop-filter: blur(18px);
    z-index: 180;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-120%);
    transition:
      transform .45s ease,
      opacity .45s ease;
  }
  .nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-4px);
  }
  .site-nav a {
    width: 100%;
    padding: 1rem 1.1rem;
  }
  .nav-dropdown {
    display: block;
    width: 100%;
  }
  .nav-dropdown__menu {
    position: static;
    display: none;
    gap: .25rem;
    min-width: 0;
    padding-left: 1rem;
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }
  .nav-dropdown.open .nav-dropdown__menu {
    display: grid;
  }
  .nav-dropdown__toggle {
    width: 100%;
    text-align: left;
  }
  .footer-grid {gap: 1.6rem;}
  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-grid,
  .hero-grid,
  .split {grid-template-columns: 1fr;}
  .process-grid,
  .grid--2 {grid-template-columns: repeat(1, minmax(0, 1fr));}

    .hero.section.home {
      --hero-image: url("../img/hancke-design-hero-960.webp");
      --hero-position: 75% 0%;
    }
    .hero.section.webdesign {
    --hero-image:
        url("../img/hancke-design-hero-webdesign-960.webp");
    --hero-position: 75% 0%;
    }
    .hero.section.website-optimierung {
    --hero-image:
        url("../img/hancke-design-hero-website-optimierung-960.webp");
    --hero-position: 50% 50%;
    }
    .hero.section.onepager {
    --hero-image:
        url("../img/hancke-design-hero-onepager-960.webp");
    --hero-position: 75% 0%;
    }
    .hero.section.seo {
    --hero-image:
        url("../img/hancke-design-hero-seo-960.webp");
    --hero-position: 75% 0%;
    }
    .hero.section.ki-automation {
    --hero-image:url("../img/hancke-design-hero-ki-960.webp");
    --hero-position: 75% 0%;
    }
    .hero.section.about {
      --hero-image: url("../img/hancke-design-hero-about-960.webp");
      --hero-position: 75% 0%;
    }
    .hero.section.faq {
    --hero-image:
        url("../img/hancke-design-hero-faq-960.webp");
    --hero-position: 75% 0%;
    }
    .hero.section.kontakt {
    --hero-image:
        url("../img/hancke-design-hero-kontakt-960.webp");
    --hero-position: 75% 0%;
    }.hero.section.dienstleister {
    --hero-image:
        url("../img/hancke-design-hero-dienstleister-960.webp");
    --hero-position:  75% 0%;
    }
    .hero.section.einzelhandel {
    --hero-image:
        url("../img/hancke-design-hero-einzelhandel-960.webp");
    --hero-position: 75% 0%;
    }
    .hero.section.gastronomie {
    --hero-image:
        url("../img/hancke-design-hero-gastronomie-960.webp");
    --hero-position:  75% 0%;
    }
    .hero.section.gesundheitswesen {
    --hero-image:
        url("../img/hancke-design-hero-gesundheitswesen-960.webp");
    --hero-position: 75% 0%;
    }
    .hero.section.handwerk {
    --hero-image:
        url("../img/hancke-design-hero-handwerk-960.webp");
    --hero-position: 75% 0%;
    }
    .hero.section.webdesign-findorff {
    --hero-image:
        url("../img/hancke-design-hero-findorff-960.webp");
    --hero-position:75% 0%;
    }
    .hero.section.webdesign-mitte {
    --hero-image:
        url("../img/hancke-design-hero-mitte-960.webp");
    --hero-position: 75% 0%;
    }
    .hero.section.webdesign-neustadt {
    --hero-image:
        url("../img/hancke-design-hero-neustadt-960.webp");
    --hero-position: 50% 0%;
    }
    .hero.section.webdesign-schwachhausen {
    --hero-image:
        url("../img/hancke-design-hero-schwachhausen-960.webp");
    --hero-position: 75% 0%;
    }
    .hero.section.webdesign-ueberseestadt {
    --hero-image:
        url("../img/hancke-design-hero-ueberseestadt-960.webp");
    --hero-position: 45% 0%;
    }
    .hero.section.webdesign-walle {
    --hero-image:
        url("../img/hancke-design-hero-walle-960.webp");
    --hero-position: 75% 0%;
    --hero-opacity: .3;
    }
    .hero.section.websitecheck {
    --hero-image:
        url("../img/hancke-design-hero-websitecheck-960.webp");
    --hero-position: 75% 0%;
   }
    .hero.section.projektplaner {
    --hero-image:
        url("../img/hancke-design-hero-projektplaner-960.webp");
    --hero-position: 70% 0%;
   }
    .hero.section.kostenrechner {
    --hero-image:
        url("../img/hancke-design-hero-kostenrechner-960.webp");
    --hero-position: 75% 0%;
}
    .hero.section.seocheck {
    --hero-image:
        url("../img/hancke-design-hero-seocheck-960.webp");
    --hero-position: 75% 0%;
   }
  }
@media (max-width: 785px) {
  :root {--container: min(100vw - 1rem, 1180px);}
#usecases{  padding: clamp(8rem, 10vw, 27rem) .75rem;}
.btn {max-width: 70%;}
.hero.section.home .btn {max-width: 100%;}
.cta-panel,
.footer-bottom {flex-direction: column;
}
.form-grid,
.grid--3,
.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:785px) { 
    .hero.section.home {
    --hero-image:
        url("../img/hancke-design-hero-640.webp");
    --hero-position: 85% 0;
    }
    .hero.section.webdesign {
    --hero-image:
        url("../img/hancke-design-hero-webdesign-640.webp");
    --hero-position: 55% 0%;
    }
    .hero.section.website-optimierung {
    --hero-image:
        url("../img/hancke-design-hero-website-optimierung-640.webp");
    --hero-position: 50% 50%;
    }
    .hero.section.onepager {
    --hero-image:
        url("../img/hancke-design-hero-onepager-640.webp");
    --hero-position: 55% 0%;
    }
    .hero.section.seo {
    --hero-image:
        url("../img/hancke-design-hero-seo-640.webp");
    --hero-position:70% 0%;
    }
    .hero.section.ki-automation {
    --hero-image: url("../img/hancke-design-hero-ki-640.webp");
    --hero-position: 70% 0%;
    }
    .hero.section.faq {
    --hero-image:
        url("../img/hancke-design-hero-faq-640.webp");
    --hero-position: 75% 100%;
    }
    .hero.section.about {
    --hero-image:
        url("../img/hancke-design-hero-about-640.webp");
    --hero-position: 73% 0;
    }
    .hero.section.kontakt {
    --hero-image:
        url("../img/hancke-design-hero-kontakt-640.webp");
    --hero-position: 82% 0%;
    }.hero.section.dienstleister {
    --hero-image:
        url("../img/hancke-design-hero-dienstleister-640.webp");
    --hero-position: 80% 0%;
    }
    .hero.section.einzelhandel {
    --hero-image:
        url("../img/hancke-design-hero-einzelhandel-640.webp");
    --hero-position: 55% 0%;
    }
    .hero.section.gastronomie {
    --hero-image:
        url("../img/hancke-design-hero-gastronomie-640.webp");
    --hero-position: 83% 0%;
    }
    .hero.section.gesundheitswesen {
    --hero-image:
        url("../img/hancke-design-hero-gesundheitswesen-640.webp");
    --hero-position:55% 0%;
    }
    .hero.section.handwerk {
    --hero-image:
        url("../img/hancke-design-hero-handwerk-640.webp");
    --hero-position: 55% 0%;
    }
    .hero.section.webdesign-findorff {
    --hero-image:
        url("../img/hancke-design-hero-findorff-640.webp");
    --hero-position: 89% 0%;
    }
    .hero.section.webdesign-mitte {
    --hero-image:
        url("../img/hancke-design-hero-mitte-640.webp");
    --hero-position: 75% 50%;
    }
    .hero.section.webdesign-neustadt {
    --hero-image:
        url("../img/hancke-design-hero-neustadt-640.webp");
    --hero-position: 30% 0%;
    }
    .hero.section.webdesign-schwachhausen {
    --hero-image:
        url("../img/hancke-design-hero-schwachhausen-640.webp");
    --hero-position: 22% 0%;
    }
    .hero.section.webdesign-ueberseestadt {
    --hero-image:
        url("../img/hancke-design-hero-ueberseestadt-640.webp");
    --hero-position: 80% 0%;
    }
    .hero.section.webdesign-walle {
    --hero-image:
        url("../img/hancke-design-hero-walle-640.webp");
    --hero-position:65% 0%;
    }
    .hero.section.websitecheck {
    --hero-image:
        url("../img/hancke-design-hero-websitecheck-640.webp");
    --hero-position:  70% 0%;
    }
    .hero.section.projektplaner {
    --hero-image:
        url("../img/hancke-design-hero-projektplaner-640.webp");
    --hero-position:  87% 0%;
    }
    .hero.section.kostenrechner {
    --hero-image:
        url("../img/hancke-design-hero-kostenrechner-640.webp");
    --hero-position: 90% 0%;
}
    .hero.section.seocheck {
    --hero-image:
        url("../img/hancke-design-hero-seocheck-640.webp");
    --hero-position:  78% 50%;
    }
  }
.footer-accordion__button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: inherit;
  text-align: left;
}
@media (max-width: 768px) {
  .footer-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .footer-row {display: block;}
  .footer-row > div {border-bottom: 1px solid rgba(170 208 255 / .08);}
  .footer-accordion__button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 1rem 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    text-align: left;
    cursor: pointer;
    user-select: none;
  }
  .footer-accordion__button::after {
    content: "+";
    font-size: 1.2rem;
    transition: transform .3s ease;
  }
  .footer-row > div.active .footer-accordion__button::after {transform: rotate(45deg);}
  .footer-links {
    display: grid;
    gap: .6rem;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    transition:
      max-height .35s ease,
      padding .35s ease;
  }
  .footer-row > div.active .footer-links {
    max-height: 500px;
    padding: 0 0 .75rem;
  }
}
@media (max-width: 377px) {p.site-title{top:7.5rem;}
  .brand__text strong span {display:none;}
}
@media (max-width: 359px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html {scroll-behavior: auto;}
} 


/* Globaler Hero-Mobile-Standard: gleiche Struktur auf allen Seiten */
@media (max-width: 785px) {
  .hero.section .hero-copy {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }
  .hero.section .hero-grid--narrow {
    grid-template-columns: 1fr;
  }
}
