/* Vortex-Coding.de — Dark, responsive, developer vibe */
:root{
  --bg:#080c12;
  --bg-soft:#0c121a;
  --grid:rgba(255,255,255,.03);
  --card:#0f1622;
  --text:#e9eef5;
  --muted:#a9b7c6;
  --accent:#00b4ff;
  --accent-2:#2ad6ff;
  --danger:#ff4d6d;
  --radius:18px;
  --shadow:0 14px 48px rgba(0,0,0,.45);
  --border:rgba(255,255,255,.08);
  --wrap:1120px;
  /* NEU: Höhe des sticky Headers für Anker-Offset */
  --topbar-h: 64px;
  --space-xs:clamp(4px, .6vw, 8px);
  --space-s:clamp(8px, 1vw, 16px);
  --space-m:clamp(16px, 2vw, 28px);
  --space-l:clamp(24px, 3vw, 40px);
  --space-xl:clamp(32px, 4vw, 60px);
  --about-max:1040px;
}

*{box-sizing:border-box}
html,body{height:100%}
html{background:var(--bg-soft);}

/* NEU: Smooth Scrolling (respektiert PRM) */
@media (prefers-reduced-motion: no-preference){
  html{ scroll-behavior:smooth; }
}

body{
  margin:0;
  color:var(--text);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Inter,"Helvetica Neue",Arial;
  font-size:clamp(16px, calc(0.28vw + 15px), 18px);
  line-height:1.6;
  text-rendering:optimizeLegibility;
  background-image:
    radial-gradient(1200px 700px at 10% -10%, rgba(0,180,255,.14), transparent 60%),
    radial-gradient(900px 540px at 110% 0%, rgba(42,214,255,.10), transparent 58%),
    linear-gradient(180deg, var(--bg) 0%, #0a111a 35%, #0b121a 65%, var(--bg-soft) 100%),
    linear-gradient(transparent 0, transparent 31px, var(--grid) 32px),
    linear-gradient(90deg, transparent 0, transparent 31px, var(--grid) 32px);
  background-size:auto,auto,auto,32px 32px,32px 32px;
  background-repeat:no-repeat,no-repeat,no-repeat,repeat,repeat;
}

body.nav-open{overflow:auto; touch-action:auto;}
body::after{
  content:""; position:fixed; left:0; right:0; bottom:0;
  height:clamp(90px, 16vh, 220px); pointer-events:none;
  background:linear-gradient(180deg, rgba(12,18,26,0) 0%, rgba(12,18,26,.45) 55%, rgba(12,18,26,1) 100%);
  z-index:-1;
}

h1,h2,h3,h4,h5,h6{font-family:inherit; font-weight:700; line-height:1.18; margin:0 0 .4em;}
h1{font-size:clamp(34px, 4vw, 48px);}
h2{font-size:clamp(28px, 3.2vw, 38px);}
h3{font-size:clamp(22px, 2.6vw, 30px);}
h4{font-size:clamp(20px, 2vw, 24px);}
p{margin:0 0 1.2em; color:var(--muted);}

a{color:var(--accent); text-decoration:none}
a:hover{color:var(--accent-2)}
a:focus-visible{outline:2px solid var(--accent-2); outline-offset:3px;}
a.btn, a.btn:visited{color:#e9eef5}
a.btn.btn-primary, a.btn.btn-primary:visited{color:#0b1015}

img{max-width:100%; height:auto; display:block;}

.wrap{max-width:var(--wrap); margin:0 auto; padding-inline:56px; width:100%;}
.wrap.narrow{max-width:780px}

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

.container{width:100%; max-width:var(--wrap); margin:0 auto; padding-inline:56px;}

@media (max-width:1280px){
  .wrap,
  .container,
  .about-shell{padding-inline:48px;}
}

@media (max-width:992px){
  :root{--topbar-h:60px;}
  .wrap,
  .container,
  .about-shell{padding-inline:32px;}
  .topbar .wrap{height:60px;}
  .section{padding-block:clamp(56px, 10vw, 88px);}
}

@media (max-width:768px){
  :root{--topbar-h:58px;}
  .wrap,
  .container,
  .about-shell{padding-inline:24px;}
  .section{padding-block:clamp(44px, 12vw, 72px);}
}

@media (max-width:760px){
  body{font-size:clamp(15px, 4vw, 16px);}
  h1{font-size:clamp(28px, 7vw, 34px);}
  h2{font-size:clamp(24px, 6vw, 30px);}
  h3{font-size:clamp(20px, 5vw, 26px);}
  .section{padding-block:clamp(28px, 12vw, 40px);}
  section[id]{scroll-margin-top:calc(var(--topbar-h) + 24px);}
}

@media (max-width:600px){
  :root{--topbar-h:56px;}
  .wrap,
  .container,
  .about-shell{padding-inline:20px;}
  .topbar .wrap{height:56px;}
  .section{padding-block:clamp(36px, 14vw, 56px);}
}

@media (max-width:480px){
  .wrap,
  .container,
  .about-shell{padding-inline:16px;}
  .section{padding-block:clamp(32px, 16vw, 48px);}
}

@media (max-width:760px){
  .grid-2{gap:clamp(12px, 5vw, 16px);}
  .card{padding:clamp(18px, 6vw, 24px); gap:clamp(12px, 4.8vw, 16px);}
  .about-hero__inner{gap:clamp(24px, 6vw, 36px);}
  .about-hero__content{justify-items:center; text-align:center;}
  .about-hero__content h1{font-size:clamp(28px, 7vw, 34px);}
  .about-hero__content p{font-size:clamp(15px, 4.2vw, 17px);}
  .about-hero__actions,
  .services-hero__actions,
  .service-hero__cta,
  .prices-hero__cta,
  .page-hero .cta-row,
  .demo-handwerk-hero__actions,
  .demo-gastro-hero-actions{display:grid; gap:12px; justify-items:stretch;}
  .about-hero__actions .btn,
  .services-hero__actions .btn,
  .service-hero__cta .btn,
  .prices-hero__cta .btn,
  .page-hero .cta-row .btn,
  .demo-handwerk-hero__actions .btn,
  .demo-gastro-hero-actions .btn{width:100%;}
  .about-hero__portrait img{width:min(320px, 82vw); margin:0 auto;}
  .service-hero .wrap{gap:clamp(20px, 6vw, 32px);}
  .service-hero__panel{order:-1;}
  .service-hero__copy h1{font-size:clamp(28px, 7vw, 36px);}
  .service-hero__sub{font-size:clamp(15px, 4.2vw, 17px);}
  .services-hero__content h1{font-size:clamp(30px, 7vw, 38px);}
  .services-hero__lead{font-size:clamp(15px, 4.2vw, 17px);}
  .prices-hero__lead{font-size:clamp(24px, 7vw, 30px);}
  .prices-hero__meta{font-size:clamp(15px, 4vw, 17px);}
  .prices-hero__summary{padding:clamp(22px, 6vw, 28px);}
  .portfolio-grid,
  .card-grid,
  .work-cards{gap:clamp(12px, 5vw, 16px);}
}

.grid-2{display:grid; gap:clamp(24px,4vw,48px); grid-template-columns:repeat(2,minmax(0,1fr)); align-items:start;}
@media (max-width:992px){
  .grid-2{grid-template-columns:1fr;}
}

.card{
  position:relative;
  display:grid;
  gap:clamp(10px,2vw,16px);
  padding:clamp(20px,2.8vw,28px);
  border-radius:22px;
  border:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg, rgba(14,21,32,.94), rgba(8,13,22,.9));
  box-shadow:0 18px 46px rgba(0,0,0,.45);
  transition:transform .25s ease, box-shadow .28s ease, border-color .28s ease;
}

.card:hover,
.card:focus-within{
  border-color:rgba(0,180,255,.32);
}

@media (prefers-reduced-motion: no-preference){
  .card:hover,
  .card:focus-within{
    transform:translateY(-4px);
    box-shadow:0 26px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(0,180,255,.18);
  }
}

.card:focus-within{outline:2px solid var(--accent-2); outline-offset:3px;}

@media (max-width:768px){
  .card{box-shadow:0 18px 42px rgba(0,0,0,.5);}
  .card:hover,
  .card:focus-within{transform:none; box-shadow:0 22px 48px rgba(0,0,0,.52);}
}

.card > a{
  display:grid;
  gap:clamp(8px,1.6vw,12px);
  color:inherit;
  text-decoration:none;
}

.stack-s{display:grid; gap:var(--space-s);}
.stack-m{display:grid; gap:var(--space-m);}
.stack-l{display:grid; gap:var(--space-l);}
.stack-xs{display:grid; gap:var(--space-xs);}

body[data-page="about-me"] main{display:grid; gap:clamp(32px,6vw,72px); padding:clamp(32px,7vw,88px) 0;}

.about-shell{max-width:min(var(--about-max), var(--wrap)); margin:0 auto; padding:0 clamp(16px,4vw,32px);}

.section{display:block; padding-block:clamp(64px, 12vw, 112px);}
.section-head{display:grid; gap:clamp(8px,1.4vw,16px);}
.section-head .eyebrow{letter-spacing:.24em; text-transform:uppercase; font-size:12px; color:var(--accent); font-weight:700; margin:0;}
.section-head h2{margin:0; font-size:clamp(26px,4vw,34px);}

.about-hero{position:relative;}
.about-hero__inner{display:grid; gap:clamp(32px,5vw,56px); grid-template-columns:repeat(2,minmax(0,1fr)); align-items:center; position:relative; isolation:isolate;}
@media (max-width:992px){
  .about-hero__inner{grid-template-columns:1fr; text-align:center;}
  .about-hero__content{justify-items:center;}
}
.about-hero__media{position:relative; display:grid; place-items:center; padding:clamp(18px,3vw,28px);}
.about-hero__portrait{position:relative; display:grid; place-items:center; isolation:isolate;}
.about-hero__portrait::before{content:""; position:absolute; inset:0; width:120%; height:120%; transform:translate(-8%, 6%); border-radius:50%; background:radial-gradient(ellipse at 35% 60%, rgba(42,214,255,.18), transparent 55%); z-index:-1;}
.about-hero__portrait img{position:relative; width:clamp(220px,26vw,320px); max-width:100%; height:auto; aspect-ratio:1/1; border-radius:24px; object-fit:cover; box-shadow:0 28px 68px rgba(0,0,0,.55), 0 0 0 6px rgba(0,180,255,.12); border:1px solid rgba(0,180,255,.28);}
@media (max-width:992px){
  .about-hero__portrait::before{width:140%; height:140%; transform:translate(-14%, 10%);}
}
.about-hero__lead{color:var(--text);}
.about-hero__content{display:grid; gap:clamp(12px,2vw,18px); text-align:left;}
.about-hero__content h1{margin:0; font-size:clamp(32px,5vw,44px);}
.about-hero__content p{margin:0; color:var(--muted); font-size:clamp(16px,2vw,18px);}
.about-hero__actions{display:flex; flex-wrap:wrap; gap:12px; justify-content:center;}
.about-hero__actions .btn{min-width:200px;}
@media (max-width:992px){
  .about-hero__actions{justify-content:center;}
}
.about-hero__actions .btn.btn-ghost{border:1px solid var(--border); background:rgba(255,255,255,.02);}

.about-how__shell{display:grid; gap:clamp(18px,3vw,28px);}
.about-how__scroller{position:relative; overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; padding-bottom:8px;}
.about-how__list{display:flex; gap:clamp(16px,2vw,24px); list-style:none; margin:0; padding:0; justify-content:center;}
.about-how__list .work-card{flex:0 0 clamp(220px,18vw,240px); scroll-snap-align:start;}
@media (min-width:1280px){
  .about-how__scroller{overflow:visible;}
  .about-how__list{display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:clamp(18px,2.4vw,24px);}
  .about-how__list .work-card{flex:auto;}
}
@media (max-width:992px){
  .about-how__list{justify-content:flex-start;}
}

.about-badges__scroller{display:flex; justify-content:center; overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; padding-bottom:8px;}
.about-badges{display:flex; gap:clamp(10px,2vw,16px); list-style:none; margin:0; padding:0; justify-content:center;}
.about-badge{flex:0 0 auto; padding:8px 16px; border-radius:999px; border:1px solid var(--border); background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); color:var(--muted); font-size:14px; scroll-snap-align:start; white-space:nowrap; transition:box-shadow .2s ease, border-color .2s ease;}
.about-badge:focus-visible{outline:2px solid var(--accent-2); outline-offset:4px; border-color:rgba(0,180,255,.35); box-shadow:0 18px 36px rgba(0,0,0,.35);}
@media (min-width:960px){
  .about-badges__scroller{overflow:visible;}
  .about-badges{justify-content:center;}
}

.about-timeline .section-head,
.about-values .section-head,
.about-mv .section-head,
.about-code .section-head,
.about-status .section-head{max-width:640px; margin:0 auto clamp(18px,3vw,28px); text-align:left;}

.about-timeline .timeline-list{list-style:none; margin:0; padding:0; position:relative; display:grid; gap:clamp(18px,2.6vw,28px);}
.about-timeline .timeline-list::before{content:""; position:absolute; left:calc(120px + clamp(16px, 3vw, 28px) / 2); top:0; bottom:0; width:2px; background:linear-gradient(180deg, rgba(0,180,255,.4), rgba(0,180,255,0));}
.timeline-item{position:relative; display:grid; grid-template-columns:120px 1fr; gap:clamp(16px,3vw,32px); align-items:flex-start;}
.timeline-item:last-child::after{content:""; position:absolute; left:calc(120px + clamp(16px, 3vw, 28px) / 2 - 1px); bottom:-24px; width:2px; height:24px; background:linear-gradient(180deg, rgba(0,180,255,.25), transparent);}
@media (max-width:768px){
  .about-timeline .timeline-list::before{left:12px;}
  .timeline-item{grid-template-columns:1fr; padding-left:32px;}
  .timeline-item:last-child::after{left:12px;}
}
.timeline-marker{position:absolute; left:calc(120px + clamp(16px, 3vw, 28px) / 2 - 6px); top:12px; width:12px; height:12px; border-radius:50%; background:linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow:0 0 0 6px rgba(0,180,255,.16); pointer-events:none;}
@media (max-width:768px){
  .timeline-marker{left:6px;}
}
.timeline-year{font-weight:700; font-size:clamp(16px,2vw,18px); color:var(--accent-2); text-transform:uppercase; letter-spacing:.12em; align-self:center;}
@media (max-width:768px){
  .timeline-year{text-align:left;}
}
.timeline-entry{position:relative; padding:clamp(16px,2.4vw,22px); border-radius:14px; border:1px solid rgba(255,255,255,.08); background:linear-gradient(180deg, rgba(10,16,24,.92), rgba(8,12,18,.88)); color:var(--text); box-shadow:0 14px 36px rgba(0,0,0,.42); transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;}
.timeline-entry p{margin:0; color:var(--muted);}
.timeline-entry:focus{outline:none;}
.timeline-entry:focus-visible{outline:2px solid var(--accent-2); outline-offset:2px;}
.timeline-entry:hover,
.timeline-entry:focus-visible{border-color:rgba(0,180,255,.35);}
@media (prefers-reduced-motion: no-preference){
  .timeline-entry:hover,
  .timeline-entry:focus-visible{transform:translateY(-2px); box-shadow:0 22px 52px rgba(0,0,0,.5);}
}

.about-quote{margin:0; padding:clamp(18px,3vw,28px); border-radius:18px; border:1px solid rgba(255,255,255,.08); background:linear-gradient(180deg, rgba(12,18,28,.94), rgba(8,12,18,.9)); box-shadow:0 22px 52px rgba(0,0,0,.48); font-size:clamp(16px,2vw,18px); line-height:1.8; color:var(--muted);}
.about-quote p{margin:0;}

.work-cards{list-style:none; margin:0; padding:0; display:grid; gap:clamp(16px,2.4vw,22px); grid-template-columns:repeat(auto-fit, minmax(220px,1fr));}
.work-card{display:grid; gap:8px; padding:clamp(18px,2.4vw,24px); border-radius:18px; border:1px solid rgba(255,255,255,.08); background:linear-gradient(180deg, rgba(12,18,28,.94), rgba(8,12,18,.88)); box-shadow:0 20px 48px rgba(0,0,0,.45);}
.work-card strong{font-size:clamp(16px,2vw,18px); color:var(--text);}
.work-card span{font-size:15px; color:var(--muted);}
.timeline-tooltip{position:absolute; inset:auto auto 100% 0; transform:translateY(-12px); min-width:220px; max-width:260px; padding:12px 16px; border-radius:12px; background:rgba(4,10,18,.98); border:1px solid rgba(0,180,255,.28); box-shadow:0 16px 36px rgba(0,0,0,.55); color:var(--muted); font-size:14px; line-height:1.5; opacity:0; pointer-events:none; transition:opacity .2s ease, transform .2s ease;}
.timeline-entry:hover .timeline-tooltip,
.timeline-entry:focus-visible .timeline-tooltip{opacity:1; transform:translateY(-18px);}
@media (max-width:768px){
  .timeline-tooltip{inset:100% auto auto 0; transform:translateY(12px);}
  .timeline-entry:hover .timeline-tooltip,
  .timeline-entry:focus-visible .timeline-tooltip{transform:translateY(18px);}
}

.about-values .values-grid{display:grid; gap:clamp(18px,3vw,28px);}
@media (min-width:992px){
  .about-values .values-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (min-width:768px) and (max-width:992px){
  .about-values .values-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:768px){
  .about-values .values-grid{grid-template-columns:1fr;}
}
.value-card h3{margin:0; font-size:clamp(18px,2.4vw,22px);}
.value-card p{margin:0; color:var(--muted);}

.about-mv__grid{align-items:stretch;}
.about-mv__card{background:linear-gradient(135deg, rgba(0,180,255,.08), rgba(8,12,18,.94)); border:1px solid rgba(0,180,255,.18); box-shadow:0 22px 56px rgba(0,0,0,.46);}
.about-mv__card h3{margin:0; font-size:clamp(20px,2.6vw,24px);}
.about-mv__card p{margin:0; color:var(--muted);}

.about-code__wrap{display:grid; gap:clamp(24px,4vw,32px);}
.about-code__content{display:grid; gap:clamp(24px,4vw,32px); align-items:center;}
@media (min-width:960px){
  .about-code__content{grid-template-columns:minmax(0,1fr) minmax(0,320px);}
}
.about-code__terminal{position:relative;}
.terminal{position:relative; border-radius:14px; border:1px solid rgba(255,255,255,.06); background:var(--bg-soft); padding:0; overflow:hidden; box-shadow:0 18px 48px rgba(0,0,0,.45); color:var(--muted); --terminal-caret: rgba(255,255,255,.6); --terminal-link: var(--accent);}
.terminal::after{content:""; position:absolute; inset:0; background:repeating-linear-gradient(0deg, rgba(255,255,255,.02) 0, rgba(255,255,255,.02) 1px, transparent 2px, transparent 4px); opacity:.25; pointer-events:none;}
.terminal__bar{display:flex; align-items:center; gap:8px; height:40px; padding:0 12px; border-bottom:1px solid rgba(255,255,255,.06); background:rgba(8,12,18,.65);}
.terminal__dot{width:10px; height:10px; border-radius:999px; background:rgba(255,255,255,.18); transition:background .2s ease;}
.terminal__bar:hover .terminal__dot{background:rgba(255,255,255,.28);}
.terminal__title{margin-left:auto; font-size:12px; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--muted);}
.terminal__body{padding:16px 18px;}
.terminal pre{margin:0; font:500 14px/1.6 ui-monospace, SFMono-Regular, Menlo, monospace; white-space:pre-wrap; word-break:break-word; color:var(--text);}
.terminal__body a{color:var(--terminal-link); transition:color .2s ease;}
.terminal__body a:hover,
.terminal__body a:focus-visible{color:var(--accent-2);}
.terminal.neon{--terminal-caret: var(--accent-2); --terminal-link: var(--accent-2);}
[data-terminal-cursor] .terminal__body pre::after{content:"▌"; display:inline-block; margin-left:4px; color:var(--terminal-caret); animation:terminal-caret 1s step-end infinite;}
@media (prefers-reduced-motion: reduce){
  [data-terminal-cursor] .terminal__body pre::after{animation:none;}
}
.about-status__inner{display:grid; gap:clamp(18px,3vw,28px);}

.about-terminal__window{margin-bottom:clamp(20px,3vw,28px);}
.about-terminal__cta{display:flex; flex-wrap:wrap; gap:12px; justify-content:center;}
.about-terminal__cta .btn{min-width:200px;}

@media (prefers-reduced-motion: reduce){
  .about-hero__actions .btn,
  .timeline-entry,
  .toggle-switch,
  .value-card,
  .about-mv__card,
  .about-code__terminal,
  .about-code__profile img{transition:none!important;}
}

@keyframes terminal-caret{
  0%, 49%{opacity:1;}
  50%, 100%{opacity:0;}
}

.about-profile .section-head{gap:var(--space-xs); text-align:left;}
.about-profile__grid{display:grid; gap:var(--space-s);}
@media (min-width:640px){
  .about-profile__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (min-width:1024px){
  .about-profile__grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
.about-card{background:linear-gradient(180deg, rgba(12,18,28,.94), rgba(8,12,18,.9)); border:1px solid rgba(255,255,255,.06); border-radius:20px; padding:clamp(18px,2.4vw,26px); display:grid; gap:8px; min-height:140px; align-content:start; box-shadow:0 18px 44px rgba(0,0,0,.46); transition:transform .22s ease, box-shadow .26s ease, border-color .26s ease;}
.about-card h3{margin:0; font-size:clamp(16px,2vw,18px); letter-spacing:.08em; text-transform:uppercase; color:var(--muted);}
.about-card p{margin:0; font-size:clamp(16px,2vw,18px); color:var(--text); font-weight:600;}
.about-card:hover{transform:translateY(-4px); box-shadow:0 28px 60px rgba(0,0,0,.52); border-color:rgba(0,180,255,.38);}
.about-card--contact{min-height:0; grid-column:1/-1;}
.about-card__links{display:flex; flex-wrap:wrap; gap:8px 18px; align-items:center; font-weight:600;}
.about-card__links a{color:var(--accent);}
.about-card__links a:hover,
.about-card__links a:focus-visible{color:var(--accent-2);}
@media (max-width:600px){
  .about-card{min-height:auto;}
}

.about-principles .section-head{text-align:left; gap:var(--space-xs);}
.about-principles__grid{display:grid; gap:var(--space-s); grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}
.about-principle{border-radius:22px; border:1px solid rgba(0,180,255,.28); background:linear-gradient(170deg, rgba(0,180,255,.14), rgba(8,12,18,.92)); padding:clamp(18px,2.2vw,24px); display:grid; gap:10px; min-height:160px; box-shadow:0 16px 40px rgba(0,0,0,.45); transition:transform .22s ease, box-shadow .26s ease;}
.about-principle h3{margin:0; font-size:clamp(17px,2vw,19px);}
.about-principle p{margin:0; color:var(--muted); font-size:15px;}
.about-principle:hover{transform:translateY(-3px); box-shadow:0 24px 56px rgba(0,0,0,.5);}

.about-values__list{list-style:none; margin:0; padding:0; display:grid; gap:var(--space-s);}
@media (min-width:1024px){
  .about-values__list{grid-template-columns:repeat(2,minmax(0,1fr));}
}
.about-value{border-radius:18px; border:1px solid rgba(255,255,255,.08); background:linear-gradient(180deg, rgba(13,19,28,.92), rgba(8,12,18,.88)); padding:clamp(18px,2vw,24px); display:grid; gap:8px; min-height:140px;}
.about-value h3{margin:0; font-size:clamp(17px,2vw,19px);}
.about-value p{margin:0; color:var(--muted); font-size:15px;}

.about-process .section-head{text-align:left; gap:var(--space-xs);}
.about-process__steps{list-style:none; margin:0; padding:0; display:grid; gap:var(--space-s); grid-template-columns:1fr; counter-reset:about-process;}
@media (min-width:1024px){
  .about-process__steps{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (min-width:1280px){
  .about-process__steps{grid-template-columns:repeat(5,minmax(0,1fr));}
}
.about-process__step{counter-increment:about-process; position:relative; padding:clamp(18px,2.2vw,24px); border-radius:20px; border:1px solid rgba(255,255,255,.06); background:linear-gradient(180deg, rgba(12,18,28,.94), rgba(7,11,18,.88)); box-shadow:0 18px 44px rgba(0,0,0,.45); display:grid; gap:10px; min-height:168px;}
.about-process__step::before{content:counter(about-process); width:34px; height:34px; border-radius:999px; background:linear-gradient(135deg, rgba(0,180,255,.9), rgba(42,214,255,.7)); color:#001018; font-weight:700; display:inline-grid; place-items:center; box-shadow:0 12px 28px rgba(0,0,0,.38);}
.about-process__step h3{margin:0; font-size:clamp(16px,2vw,18px);}
.about-process__step p{margin:0; color:var(--muted); font-size:15px;}

.about-cta{padding-top:0;}
.about-cta__box{background:linear-gradient(160deg, rgba(0,180,255,.2), rgba(0,0,0,0)); border:1px solid rgba(0,180,255,.32); border-radius:24px; box-shadow:0 28px 60px rgba(0,0,0,.5); padding:clamp(26px,4.6vw,42px); display:grid; gap:var(--space-s); text-align:center;}
.about-cta__box h2{margin:0; font-size:clamp(24px,3vw,32px);}
.about-cta__box p{margin:0; color:var(--muted);}
.about-cta__actions{display:flex; gap:var(--space-s); justify-content:center; flex-wrap:wrap;}
.about-cta__actions .btn{flex:0 1 auto;}
@media (max-width:992px){
  .about-cta__actions .btn{flex:1 1 100%;}
}

.page-hero{padding:68px 0 32px; border-bottom:1px solid var(--border); background:linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.005));}
.page-hero .wrap{display:flex; justify-content:center}
.page-intro{max-width:760px; display:grid; gap:18px; text-align:left}
.page-kicker{letter-spacing:.28em; text-transform:uppercase; font-size:12px; color:var(--accent); font-weight:600}
.page-lead{font-size:18px; line-height:1.7; color:var(--muted); margin:0}
.page-hero .cta-row{margin-top:10px}

.page-section{padding:48px 0}
.page-section + .page-section{border-top:1px solid rgba(255,255,255,.04)}
.page-section .section-head{text-align:left; margin-bottom:28px}

.page-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px; align-items:start}
@media (max-width:992px){.page-grid{grid-template-columns:1fr; gap:26px}}

.feature-list{margin:0; padding:0; list-style:none; display:grid; gap:14px}
.feature-list li{display:flex; align-items:flex-start; gap:12px; font-size:16px; line-height:1.6; color:var(--muted)}
.feature-icon{width:28px; height:28px; border-radius:10px; background:linear-gradient(135deg, rgba(0,180,255,.28), rgba(42,214,255,.16)); display:inline-grid; place-items:center; flex-shrink:0; color:#001018; font-weight:700}

.accent-text{color:var(--accent)}
.muted{color:var(--muted)}

.page-callout{border:1px solid var(--border); border-radius:22px; padding:28px; background:linear-gradient(180deg, rgba(15,22,34,.92), rgba(8,12,18,.9)); box-shadow:0 24px 48px rgba(0,0,0,.45); display:grid; gap:14px}

.cards.page-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:22px}
.cards.page-cards .card{padding:26px; background:linear-gradient(180deg, rgba(12,18,28,.94), rgba(7,11,18,.9)); border-radius:20px; border:1px solid rgba(255,255,255,.06); box-shadow:0 18px 44px rgba(0,0,0,.45); transition:transform .2s ease, box-shadow .25s ease;}
.cards.page-cards .card::before{display:none}
.cards.page-cards .card:hover{transform:translateY(-3px); box-shadow:0 28px 60px rgba(0,0,0,.5)}
.cards.page-cards .card h3,
.cards.page-cards .card h2{margin-bottom:10px}

.stat-grid{display:grid; gap:18px; grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.stat-card{padding:20px 22px; border-radius:18px; border:1px solid rgba(0,180,255,.22); background:linear-gradient(140deg, rgba(0,180,255,.14), rgba(10,18,28,.88)); box-shadow:0 18px 40px rgba(0,0,0,.45); display:grid; gap:6px}
.stat-card strong{font-size:18px; color:var(--text)}
.stat-card span{font-size:14px; color:var(--muted)}

.divider{height:1px; background:rgba(255,255,255,.06); border-radius:999px; margin:24px 0}

details.faq{border:1px solid var(--border); border-radius:18px; padding:18px 22px; background:linear-gradient(180deg, rgba(12,18,28,.92), rgba(8,12,18,.9)); transition:border-color .2s ease, box-shadow .2s ease;}
details.faq + details.faq{margin-top:14px}
details.faq[open]{border-color:rgba(0,180,255,.35); box-shadow:0 18px 42px rgba(0,0,0,.45)}
details.faq summary{cursor:pointer; font-weight:600; color:var(--text); list-style:none}
details.faq summary::-webkit-details-marker{display:none}
details.faq p{margin:12px 0 0; color:var(--muted)}

/* Topbar */
.topbar{ position:sticky; top:0; z-index:1000; backdrop-filter:saturate(120%) blur(8px); background:rgba(8,12,18,.72); border-bottom:1px solid var(--border) }
.topbar .wrap{display:flex; align-items:center; gap:16px; min-height:var(--topbar-h); padding-block:8px;}
.brand{display:flex; align-items:center; gap:12px; min-height:44px; margin-right:auto; min-width:0;}
.logo{width:40px; height:40px; object-fit:contain;}
.brand-name{font-weight:800; letter-spacing:.2px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.nav{margin-left:auto; display:flex; align-items:center; gap:18px}
.nav-list{margin:0; padding:0; list-style:none; display:flex; align-items:center; gap:18px}
.nav-item{position:relative; display:flex; align-items:center}
.nav-item.has-sub{position:relative}
.nav-link{display:inline-flex; align-items:center; gap:6px; padding:12px 0; color:var(--muted); font-weight:600; text-decoration:none}
.nav-link:hover,
.nav-link:focus-visible{color:var(--text)}
.nav-link:focus-visible{outline:2px solid var(--accent-2); outline-offset:4px; border-radius:10px}
.nav-link:visited{color:var(--muted)}
.nav-link.is-active,
.nav-link.is-active:visited,
.nav-link[aria-current="page"],
.nav-link[aria-current="page"]:visited{color:var(--accent)}
.nav-item.has-sub .nav-link{padding-right:8px}
.sub-nav{position:absolute; top:100%; left:0; min-width:260px; margin:0; padding:14px; list-style:none; border-radius:16px; border:1px solid rgba(42,214,255,.22); background:var(--bg-soft); box-shadow:0 20px 55px rgba(0,0,0,.55); display:grid; gap:8px; z-index:20; transform:translateY(-1px)}
.sub-nav[hidden]{display:none}
.sub-nav li{width:100%}
.sub-nav a{display:block; padding:10px 14px; border-radius:12px; color:var(--muted); font-weight:500; text-decoration:none}
.sub-nav a:hover,
.sub-nav a:focus-visible{color:var(--text); background:rgba(0,180,255,.12)}
.sub-nav a:focus-visible{outline:2px solid var(--accent-2); outline-offset:3px}
.nav-item.open > .nav-link,
.nav-item.has-active > .nav-link{color:var(--accent)}
.nav-cta .btn{min-width:0}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 clamp(18px,2vw,22px);
  border-radius:9999px;
  border:1px solid #303841;
  background:var(--bg-soft);
  color:var(--text);
  font-weight:600;
  line-height:1;
  transition:background .2s ease, box-shadow .2s ease, border-color .2s ease, transform .2s ease, color .2s ease;
}
.btn:focus-visible{
  outline:2px solid var(--accent-2);
  outline-offset:2px;
}
.btn:hover{
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow:0 12px 28px rgba(0,0,0,.35);
}
.btn:active{
  transform:translateY(1px);
  box-shadow:0 4px 12px rgba(0,0,0,.4);
}
.btn-primary{
  border-color:transparent;
  background:linear-gradient(135deg,#00b4ff,#2ad6ff);
  color:#0b1015;
  font-weight:700;
  box-shadow:0 12px 32px rgba(0,180,255,.35);
}
.btn-primary,
.btn-primary:visited,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active{color:#0b1015;}
.btn-primary:hover{
  background:linear-gradient(135deg,#25c7ff,#5de3ff);
}
.btn-primary:active{
  background:linear-gradient(135deg,#00a5eb,#26c8fb);
}
.btn-secondary{
  background:var(--bg-soft);
  border-color:#303841;
  color:#e9eef5;
}
.btn-secondary:hover{
  background:linear-gradient(180deg, rgba(48,56,65,.9), rgba(28,34,42,.9));
  box-shadow:0 10px 26px rgba(0,0,0,.4), 0 0 0 1px rgba(0,180,255,.18);
}
.btn-secondary:active{
  background:linear-gradient(180deg, rgba(34,40,48,.92), rgba(16,20,26,.92));
}
.btn-ghost{
  border-color:rgba(0,180,255,.32);
  background:rgba(0,180,255,.08);
  color:var(--accent-2);
}
a.btn-ghost,
a.btn-ghost:visited{color:var(--accent-2);}
.btn-ghost:hover{
  background:rgba(0,180,255,.14);
  box-shadow:0 12px 30px rgba(0,0,0,.35), 0 0 0 1px rgba(0,180,255,.18);
}
.btn-ghost:active{
  background:rgba(0,180,255,.16);
}
/* Mobiler Menü-Button: 3 Striche, dunkle Umrandung, rechtsbündig – Vortex-Coding */
.nav-toggle{
  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  width:44px;
  height:44px;
  padding:10px;
  margin-left:auto;
  background:transparent;
  border:none;
  color:inherit;
  cursor:pointer;
  touch-action:manipulation;
  transition:color .2s ease;
}
.nav-toggle span{
  width:24px;
  height:2px;
  border-radius:2px;
  background:#e9eef5;
  display:block;
  box-shadow:0 0 0 1px rgba(2,8,14,.82), 0 1px 1px rgba(0,0,0,.55);
  transition:transform .22s ease, opacity .22s ease, background-color .2s ease, box-shadow .2s ease;
}
.nav-toggle:hover span,
.nav-toggle:active span{
  background:#f2f6fb;
  box-shadow:0 0 0 1px rgba(1,4,10,.9), 0 1px 2px rgba(0,0,0,.6);
}
.nav-toggle:focus-visible{
  outline:2px solid var(--accent-2);
  outline-offset:4px;
}
.nav-toggle:focus-visible span{
  background:#f6f9ff;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}


.modules-grid{display:grid; gap:clamp(20px,2.4vw,28px); grid-template-columns:repeat(auto-fit,minmax(260px,1fr));}
@media (min-width:1040px){.modules-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
.module-card{display:grid; gap:clamp(12px,2vw,16px); padding:clamp(22px,3vw,28px); border-radius:20px; border:1px solid rgba(255,255,255,.08); background:linear-gradient(180deg, rgba(13,20,32,.94), rgba(8,12,20,.9)); box-shadow:0 20px 52px rgba(0,0,0,.55); transition:transform .22s ease, box-shadow .25s ease, border-color .25s ease;}
.module-card:hover{transform:translateY(-4px); box-shadow:0 26px 68px rgba(0,0,0,.58); border-color:rgba(0,180,255,.28);}
.module-card__icon{width:40px; height:40px; border-radius:12px; background:linear-gradient(135deg, rgba(0,180,255,.18), rgba(42,214,255,.06)); display:grid; place-items:center; font-size:20px;}
.module-card__price{margin:0; font-weight:600; color:var(--text);}
.module-card p{margin:0; color:var(--muted);}
.module-card .btn{justify-self:flex-start;}

.process-steps{margin:0; padding:0; list-style:none; display:grid; gap:clamp(18px,3vw,24px); grid-template-columns:repeat(4,minmax(0,1fr)); position:relative;}
@media (max-width:992px){.process-steps{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:600px){.process-steps{grid-template-columns:1fr;}}
.process-step{position:relative; display:grid; gap:clamp(12px,2vw,16px); padding:clamp(22px,3vw,28px); border-radius:24px; border:1px solid rgba(255,255,255,.06); background:linear-gradient(180deg, rgba(12,20,32,.94), rgba(7,12,22,.9)); box-shadow:0 20px 50px rgba(0,0,0,.48); transition:transform .24s ease, box-shadow .28s ease, border-color .26s ease;}
.process-step::after{content:""; position:absolute; top:50%; right:-12px; width:24px; height:2px; background:linear-gradient(90deg, rgba(0,180,255,.38), transparent); transform:translateY(-50%);}
@media (min-width:1024px){.process-step:last-child::after{display:none;}}
@media (max-width:992px){.process-step::after{display:none;}}
@media (prefers-reduced-motion: reduce){
  .process-step{transition:border-color .26s ease, box-shadow .28s ease;}
}
@media (prefers-reduced-motion: no-preference){
  .process-step:hover,
  .process-step:focus-within{transform:translateY(-4px); box-shadow:0 28px 68px rgba(0,0,0,.55); border-color:rgba(0,180,255,.28);}
}
.process-step:focus-within{outline:2px solid var(--accent-2); outline-offset:3px;}
.process-meta{display:flex; align-items:center; justify-content:space-between; gap:12px;}
.process-meta h3{margin:0; font-size:18px;}
.process-count{display:inline-flex; align-items:center; justify-content:center; min-width:44px; height:44px; border-radius:16px; background:linear-gradient(135deg, rgba(0,180,255,.32), rgba(42,214,255,.18)); color:#001018; font-weight:700; letter-spacing:.08em;}
.process-step h3{margin:0; font-size:18px;}
.process-step p{margin:0; color:var(--muted); font-size:15px; line-height:1.6;}

.websites-terminal{display:grid; gap:clamp(24px,3vw,32px); padding:clamp(32px,6vw,64px) 0 0;}
.terminal-block{border-radius:22px; border:1px solid rgba(0,180,255,.26); background:linear-gradient(180deg, rgba(11,18,30,.95), rgba(7,11,20,.92)); box-shadow:0 24px 66px rgba(0,0,0,.58); padding:clamp(24px,3vw,32px); display:grid; gap:14px;}
.terminal-title{margin:0; font-size:16px; letter-spacing:.12em; text-transform:uppercase; color:rgba(0,180,255,.72);}
.terminal-lines{margin:0; font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; font-size:15px; line-height:1.7; color:var(--muted); background:rgba(0,0,0,.16); border-radius:16px; padding:18px 20px; border:1px solid rgba(255,255,255,.05);}
.terminal-lines code{white-space:pre-wrap;}
.terminal-cta{display:flex; justify-content:center;}
.btn.btn-xl{min-height:56px; padding:0 clamp(28px,4vw,40px); font-size:1rem; font-weight:700;}

@media (max-width:768px){
  .websites-section .section-head{justify-items:center; text-align:center;}
  .module-card .btn{width:100%;}
  .terminal-block{text-align:center;}
}

.selected-package-badge{margin:18px 0 22px; padding:12px 18px; border-radius:999px; border:1px solid rgba(0,180,255,.32); background:linear-gradient(135deg, rgba(0,180,255,.18), rgba(0,180,255,.05)); color:var(--text); font-weight:600; display:inline-flex; align-items:center; gap:10px; box-shadow:0 12px 32px rgba(0,0,0,.35);}
.selected-package-badge::before{content:"✔"; color:#001018; background:linear-gradient(135deg, rgba(0,180,255,.85), rgba(42,214,255,.6)); border-radius:50%; width:22px; height:22px; display:grid; place-items:center; font-size:12px; font-weight:700;}

/* Leistungen-Teaser */
.section-brief-services{padding:clamp(56px,10vw,92px) 0; background:linear-gradient(180deg, rgba(10,16,24,.96), rgba(8,12,18,.92)); border-top:1px solid rgba(255,255,255,.04); border-bottom:1px solid rgba(255,255,255,.03);}
.section-brief-services .wrap{display:grid; gap:clamp(24px,4vw,36px);}
.services-grid{display:grid; gap:clamp(18px,3vw,24px); grid-template-columns:repeat(3,minmax(0,1fr));}
@media (max-width:992px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:600px){.services-grid{grid-template-columns:1fr;}}
.section-brief-services .card p{margin:0; color:var(--muted); font-size:15px;}
.section-brief-services .card h3{margin:0; font-size:20px;}
.section-brief-services .section-cta{margin-top:0;}

/* Warum mit mir */
.section-whyme{padding:clamp(56px,10vw,92px) 0; background:linear-gradient(180deg, rgba(11,18,30,.96), rgba(8,12,20,.92)); border-top:1px solid rgba(255,255,255,.03); border-bottom:1px solid rgba(255,255,255,.03);}
.section-whyme .section-head{max-width:620px;}
.whyme-grid{display:grid; gap:clamp(18px,3vw,26px);}
@media (min-width:1120px){
  .whyme-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .whyme-quote{grid-column:span 2;}
}
.whyme-block{
  border-radius:24px;
  border:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg, rgba(13,20,32,.94), rgba(8,12,20,.9));
  box-shadow:0 20px 52px rgba(0,0,0,.48);
  padding:clamp(22px,3vw,28px);
  display:grid;
  gap:clamp(12px,2vw,16px);
}
.whyme-block h3{margin:0; font-size:clamp(18px,2.4vw,20px);}
.whyme-block p{margin:0; color:var(--muted);}
.whyme-list ul{list-style:none; margin:0; padding:0; display:grid; gap:clamp(10px,2vw,14px);}
.whyme-list li{display:grid; grid-template-columns:auto 1fr; align-items:start; gap:12px; color:var(--muted); font-weight:500;}
.whyme-list span{display:inline-flex; align-items:center; justify-content:center; width:28px; height:28px; border-radius:999px; background:rgba(0,180,255,.14); font-size:18px;}
.whyme-quote blockquote{margin:0; padding:clamp(18px,2.6vw,22px); border-radius:18px; border:1px solid rgba(0,180,255,.24); background:linear-gradient(180deg, rgba(9,16,26,.9), rgba(7,12,20,.88)); position:relative; color:var(--muted); font-style:italic;}
.whyme-quote blockquote::before{content:"“"; position:absolute; top:12px; left:18px; font-size:32px; color:rgba(0,180,255,.45);}
.whyme-quote p{margin:0; padding-left:20px;}
.whyme-block strong{color:var(--text);}
.whyme-block:last-child{margin-bottom:0;}

/* Preise */
.section-price-teaser{padding:clamp(56px,10vw,92px) 0; background:linear-gradient(180deg, rgba(9,15,24,.96), rgba(7,12,20,.92)); border-top:1px solid rgba(255,255,255,.03); border-bottom:1px solid rgba(255,255,255,.03);}
.price-tiles{display:grid; gap:clamp(18px,3vw,24px); grid-template-columns:repeat(3,minmax(0,1fr));}
@media (max-width:992px){.price-tiles{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:768px){.price-tiles{grid-template-columns:1fr;}}
.price-tiles .card{align-content:start; padding-top:clamp(28px,3.2vw,34px);}
.price-tiles .card:nth-child(3){border-color:rgba(0,180,255,.24);}
.badge-popular{
  position:absolute;
  inset:12px 16px auto auto;
  padding:8px 16px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(0,180,255,.85), rgba(42,214,255,.6));
  color:#001018;
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  box-shadow:0 16px 36px rgba(0,0,0,.45);
}
.price-tiles .card:nth-child(3):hover,
.price-tiles .card:nth-child(3):focus-within{border-color:rgba(0,180,255,.38);}
.price-tiles .price{margin:0; font-size:clamp(20px,3vw,24px); font-weight:700; color:var(--text);}
.price-tiles .card p{margin:0; color:var(--muted);}

/* FAQ */
.section-faq{padding:clamp(48px,9vw,84px) 0; background:linear-gradient(180deg, rgba(10,16,26,.96), rgba(8,12,18,.92)); border-top:1px solid rgba(255,255,255,.03); border-bottom:1px solid rgba(255,255,255,.03);}
.section-faq .faq-list{display:grid; gap:12px;}
.section-faq .faq-item{background:var(--bg-soft); border:1px solid rgba(42,214,255,.25); border-radius:20px; padding:14px 16px; box-shadow:0 14px 32px rgba(0,0,0,.28);}
.section-faq .faq-q{appearance:none; background:transparent; border:0; width:100%; text-align:left; color:var(--text); font-size:1rem; font-weight:500; line-height:1.3; padding:0 28px 0 0; position:relative; cursor:pointer;}
.section-faq .faq-q::after{content:""; position:absolute; right:4px; top:50%; width:10px; height:10px; border-right:1.5px solid var(--muted); border-bottom:1.5px solid var(--muted); transform:translateY(-50%) rotate(45deg); transition:transform .18s ease;}
.section-faq .faq-q[aria-expanded="true"]::after{transform:translateY(-50%) rotate(-135deg);}
.section-faq .faq-q:focus-visible{outline:2px solid var(--accent); outline-offset:3px; border-radius:12px;}
.section-faq .faq-a{margin-top:8px; color:var(--muted); font-size:.95rem; line-height:1.45;}
.section-faq .faq-a p{margin:0;}
@media (min-width:768px){
  .section-faq .faq-item{padding:16px 20px;}
}
@media (prefers-reduced-motion: reduce){
  .section-faq .faq-q::after{transition:none;}
}

/* Service-Seiten */
.page.page-service{background:linear-gradient(180deg, rgba(8,12,18,.98), rgba(6,10,16,.96))}
.service-main{display:block}
.service-hero{padding:72px 0 48px; position:relative; overflow:hidden; border-bottom:1px solid rgba(255,255,255,.05)}
.service-hero::before{content:""; position:absolute; inset:-40% -10% auto -10%; height:120%; background:radial-gradient(closest-side, rgba(0,180,255,.18), transparent 70%); filter:blur(40px); opacity:.85; pointer-events:none}
.service-hero .wrap{position:relative; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:40px; align-items:center}
.service-hero__copy{display:grid; gap:18px}
.service-hero__copy h1{margin:0; font-size:clamp(32px,5vw,46px)}
.service-hero__sub{margin:0; font-size:18px; line-height:1.7; color:var(--muted)}
.service-hero__cta{display:flex; flex-wrap:wrap; gap:12px}
.service-hero__meta{display:grid; gap:10px; color:var(--muted)}
.service-hero__meta p{margin:0}
.service-hero__panel{padding:26px; border-radius:20px; border:1px solid rgba(0,180,255,.24); background:linear-gradient(180deg, rgba(10,18,30,.94), rgba(7,12,22,.92)); box-shadow:0 24px 58px rgba(0,0,0,.55); display:grid; gap:14px}
.service-hero__panel h2{margin:0; font-size:20px}
.service-hero__panel ul{margin:0; padding:0; list-style:none; display:grid; gap:10px; color:var(--muted); font-size:15px}
.service-section{padding:64px 0; border-bottom:1px solid rgba(255,255,255,.04)}
.service-section:last-of-type{border-bottom:0}
.service-section .wrap{display:grid; gap:32px}
.service-section .section-head{display:grid; gap:12px; max-width:720px}
.service-section .section-head h2{margin:0; font-size:clamp(26px,4vw,34px)}
.service-benefits-grid{display:grid; gap:20px; grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.service-benefit{border:1px solid rgba(255,255,255,.08); border-radius:18px; padding:24px; background:linear-gradient(180deg, rgba(13,19,29,.94), rgba(8,12,18,.9)); box-shadow:0 18px 48px rgba(0,0,0,.48); display:grid; gap:10px}
.service-benefit h3{margin:0}
.service-benefit p{margin:0; color:var(--muted)}
.service-process{display:grid; gap:24px}
.service-steps{display:grid; gap:16px; padding:0; margin:0; list-style:none; counter-reset:steps}
.service-step{border:1px solid rgba(0,180,255,.16); border-radius:18px; padding:20px 22px; background:linear-gradient(180deg, rgba(10,18,28,.92), rgba(6,12,20,.92)); display:grid; gap:8px; position:relative}
.service-step::before{counter-increment:steps; content:counter(steps); position:absolute; top:20px; right:22px; font-weight:700; color:rgba(0,180,255,.6)}
.service-step h3{margin:0}
.service-step p{margin:0; color:var(--muted)}
.service-contact{display:grid; gap:20px; border-radius:20px; border:1px solid rgba(0,180,255,.25); background:linear-gradient(180deg, rgba(12,20,32,.94), rgba(8,12,20,.92)); padding:28px; box-shadow:0 24px 58px rgba(0,0,0,.5)}
.service-contact p{margin:0; color:var(--muted)}
.service-contact .cta-row{margin:0}
.service-overview-grid{display:grid; gap:20px; grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.service-overview-card{border:1px solid rgba(255,255,255,.08); border-radius:18px; padding:24px; background:linear-gradient(180deg, rgba(13,19,29,.94), rgba(8,12,18,.9)); box-shadow:0 18px 48px rgba(0,0,0,.48); display:grid; gap:12px; transition:transform .2s ease, box-shadow .25s ease}
.service-overview-card:hover{transform:translateY(-3px); box-shadow:0 24px 62px rgba(0,0,0,.5)}
.service-overview-card h3{margin:0}
.service-overview-card p{margin:0; color:var(--muted)}
.service-overview-card a{align-self:flex-start}
.service-note{padding:24px; border-radius:18px; border:1px solid rgba(0,180,255,.2); background:rgba(10,18,28,.92); display:flex; flex-direction:column; gap:12px; color:var(--muted)}
.service-note strong{color:var(--text)}

.services-main{display:grid; gap:clamp(48px,8vw,96px);}
.services-hero{position:relative; padding:clamp(48px,8vw,80px) 0; min-height:min(60vh, 520px); display:flex; align-items:center; overflow:hidden;}
.services-hero__inner{position:relative; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:clamp(24px,5vw,56px); align-items:center; isolation:isolate;}
@media (max-width:992px){
  .services-hero__inner{grid-template-columns:1fr; text-align:center; justify-items:center;}
}
.services-hero__content{display:grid; gap:clamp(16px,2.4vw,24px); max-width:540px; z-index:1;}
@media (max-width:992px){
  .services-hero__content{max-width:680px;}
}
.services-hero__content h1{margin:0; font-size:clamp(34px,5vw,48px);}
.services-hero__lead{margin:0; color:var(--muted); font-size:clamp(16px,2.2vw,18px);}
.services-hero__actions{display:flex; flex-wrap:wrap; gap:12px;}
.services-hero__glow{position:absolute; inset:auto -20% -40% -20%; height:120%; background:radial-gradient(closest-side, rgba(0,180,255,.24), transparent 70%); filter:blur(80px); opacity:.8; pointer-events:none;}
@media (max-width:992px){
  .services-hero__actions{justify-content:center;}
  .services-hero__glow{inset:auto -40% -50% -40%;}
}

.services-section{position:relative; padding:clamp(48px,8vw,88px) 0;}
.services-section__inner{display:grid; gap:clamp(28px,4vw,40px);}
.services-section__head{max-width:720px;}
.services-section__head h2{margin:0; font-size:clamp(28px,4vw,38px);}
.services-section__lead{margin:0; color:var(--muted); font-size:clamp(16px,2vw,18px);}

.services-cards{display:grid; gap:clamp(20px,3vw,28px); grid-template-columns:repeat(3,minmax(0,1fr));}
@media (max-width:992px){
  .services-cards{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:768px){
  .services-cards{grid-template-columns:1fr;}
}
.services-card{position:relative; display:grid; gap:clamp(14px,2vw,18px); padding:clamp(24px,3vw,32px); border-radius:24px; border:1px solid rgba(0,180,255,.16); background:linear-gradient(180deg, rgba(14,20,32,.94), rgba(8,12,20,.9)); box-shadow:0 18px 52px rgba(0,0,0,.48); transition:border-color .25s ease, box-shadow .28s ease, transform .28s ease;}
.services-card h3{margin:0; font-size:clamp(22px,3vw,26px);}
.services-card__list{margin:0; padding-left:20px; color:var(--muted); display:grid; gap:8px; font-size:15px; line-height:1.6;}
.services-card__link{margin-top:auto; display:inline-flex; align-items:center; gap:6px; font-weight:600; color:var(--accent);}
.services-card__link::after{content:"→"; font-size:16px; transition:transform .2s ease;}
.services-card:focus-within{outline:2px solid var(--accent-2); outline-offset:4px;}
.services-card:hover,.services-card:focus-within{border-color:rgba(0,180,255,.38); box-shadow:0 26px 64px rgba(0,0,0,.54);}
.services-card:hover .services-card__link::after,.services-card:focus-within .services-card__link::after{transform:translateX(4px);}
@media (prefers-reduced-motion: reduce){
  .services-card{transition:border-color .25s ease, box-shadow .28s ease;}
  .services-card:hover,.services-card:focus-within{transform:none;}
  .services-card__link::after{transition:none;}
}
@media (prefers-reduced-motion: no-preference){
  .services-card:hover,.services-card:focus-within{transform:translateY(-4px);}
}

.feature-grid{display:grid; gap:clamp(20px,3vw,28px); grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}
.feature-item{display:grid; gap:12px; padding:clamp(20px,2.6vw,26px); border-radius:22px; border:1px solid rgba(255,255,255,.06); background:linear-gradient(180deg, rgba(15,22,32,.94), rgba(8,12,20,.9)); box-shadow:0 18px 48px rgba(0,0,0,.46);}
.feature-item h3{margin:0; font-size:18px;}
.feature-item p{margin:0; color:var(--muted); font-size:15px; line-height:1.6;}
.feature-icon{width:44px; height:44px; border-radius:14px; display:grid; place-items:center; background:linear-gradient(135deg, rgba(0,180,255,.22), rgba(42,214,255,.08)); color:var(--accent-2); box-shadow:0 12px 28px rgba(0,0,0,.4);}
.feature-icon svg{width:24px; height:24px;}

.process-list{display:grid; gap:clamp(18px,3vw,24px); grid-template-columns:repeat(4,minmax(0,1fr)); list-style:none; margin:0; padding:0;}
@media (max-width:992px){
  .process-list{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:600px){
  .process-list{grid-template-columns:1fr;}
}
.process-step{position:relative; display:grid; gap:clamp(12px,2vw,16px); padding:clamp(24px,3vw,28px); border-radius:24px; border:1px solid rgba(0,180,255,.2); background:linear-gradient(180deg, rgba(12,20,32,.94), rgba(8,12,20,.9)); box-shadow:0 20px 56px rgba(0,0,0,.5); transition:border-color .28s ease, box-shadow .3s ease, transform .3s ease;}
.process-step__number{font-size:18px; font-weight:700; letter-spacing:.12em; color:rgba(42,214,255,.8); text-transform:uppercase;}
.process-step__content h3{margin:0; font-size:20px;}
.process-step__content p{margin:0; color:var(--muted); line-height:1.6;}
.process-step:focus-within{outline:2px solid var(--accent-2); outline-offset:4px;}
@media (prefers-reduced-motion: reduce){
  .process-step{transition:border-color .28s ease, box-shadow .3s ease;}
}
@media (prefers-reduced-motion: no-preference){
  .process-step:hover,.process-step:focus-within{transform:translateY(-4px); box-shadow:0 28px 70px rgba(0,0,0,.55); border-color:rgba(0,180,255,.32);}
}

.terminal-box{position:relative; border-radius:26px; border:1px solid rgba(0,180,255,.24); background:linear-gradient(180deg, rgba(11,18,28,.96), rgba(7,12,22,.9)); box-shadow:0 26px 70px rgba(0,0,0,.55); overflow:hidden;}
.terminal-box::after{content:""; position:absolute; inset:0; background-image:linear-gradient(transparent 0, transparent 6px, rgba(255,255,255,.03) 7px); background-size:100% 14px; opacity:.2; pointer-events:none; mix-blend-mode:screen;}
.terminal-box__bar{display:flex; gap:8px; padding:14px 20px; border-bottom:1px solid rgba(255,255,255,.04); background:linear-gradient(180deg, rgba(18,26,38,.95), rgba(10,16,26,.9));}
.terminal-box__bar span{width:12px; height:12px; border-radius:50%; background:linear-gradient(135deg, rgba(255,255,255,.2), rgba(0,180,255,.4)); box-shadow:0 0 0 1px rgba(0,180,255,.2);}
.terminal-box__body{padding:clamp(24px,3vw,32px); display:grid; gap:16px; font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;}
.terminal-line{margin:0; color:var(--text); font-size:15px;}
.terminal-prompt{color:var(--accent-2); margin-right:8px;}
.terminal-list{margin:0; padding:0; color:var(--muted); display:grid; gap:8px; font-size:15px; list-style:none;}

.services-next__inner{display:flex; align-items:center; justify-content:space-between; gap:clamp(16px,4vw,32px); padding:clamp(24px,3vw,32px); border-radius:26px; border:1px solid rgba(0,180,255,.26); background:linear-gradient(180deg, rgba(12,20,32,.95), rgba(8,12,20,.9)); box-shadow:0 24px 64px rgba(0,0,0,.5); flex-wrap:wrap;}
.services-next__content{display:grid; gap:8px; min-width:220px;}
.services-next__content h2{margin:0; font-size:clamp(26px,4vw,34px);}
.services-next__lead{margin:0; color:var(--muted); font-size:16px;}
.services-next__actions{display:flex; flex-wrap:wrap; gap:12px;}
@media (max-width:768px){
  .services-next__inner{flex-direction:column; align-items:flex-start;}
  .services-next__actions{width:100%;}
  .services-next__actions .btn{flex:1 1 auto; width:100%;}
  .services-next__content{text-align:left;}
}

/* Footer kompakt */
.simple-footer{border-top:1px solid rgba(255,255,255,.06); padding:32px 0; background:rgba(6,10,16,.96)}
.simple-footer .wrap{display:flex; flex-wrap:wrap; gap:18px; align-items:center; justify-content:space-between}
.simple-footer p{margin:0; color:var(--muted)}
.simple-footer nav{display:flex; gap:16px; flex-wrap:wrap}
.simple-footer a{color:var(--muted)}
.simple-footer a:hover{color:var(--accent)}

@media (max-width:992px){
  .service-hero .wrap{grid-template-columns:1fr; gap:32px}
  .service-hero__panel{order:-1}
}

@media (max-width:768px){
  .service-section{padding:48px 0}
  .service-hero{padding:64px 0 44px}
  .service-contact{padding:24px}
}


/* HERO */
.hero{
  position:relative;
  padding:0 0 clamp(80px, 14vw, 136px);
  background:
    radial-gradient(circle at 20% -10%, rgba(0,180,255,.16), rgba(10,14,22,0) 42%),
    linear-gradient(180deg, rgba(12,16,24,.96), rgba(8,10,16,.94));
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  inset:auto 12% -45% -12%;
  height:130%;
  background:radial-gradient(circle at 28% 0%, rgba(0,180,255,.32), transparent 62%),
    radial-gradient(circle at 78% 72%, rgba(42,214,255,.18), transparent 72%);
  filter:blur(68px);
  opacity:.75;
  pointer-events:none;
  z-index:0;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0 40% 0 0;
  background:linear-gradient(90deg, rgba(6,11,18,.68) 0%, rgba(6,11,18,0) 62%);
  opacity:.65;
  pointer-events:none;
  z-index:0;
}
.hero .wrap{position:relative; z-index:1;}
.hero-inner{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(280px, 0.9fr) minmax(0, 1fr);
  column-gap:clamp(2.5rem, 6vw, 4.5rem);
  align-items:stretch;
  align-content:flex-start;
  min-height:80vh;
  padding-top:2rem;
  max-width:1500px;
  padding-left:1.5rem;
  padding-right:1.5rem;
  margin:0 auto;
}
.hero-left{
  position:relative;
  z-index:3;
  display:grid;
  gap:clamp(.65rem, 1.1vw, 1.05rem);
  max-width:560px;
  margin-left:0;
  justify-self:flex-start;
}
.hero-eyebar{
  width:40px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#00b4ff 0%,#2ad6ff 100%);
}
.hero-quote-group{
  position:relative;
  display:grid;
  gap:.28rem;
  margin:0;
  padding-left:18px;
}
.hero-quote-group::before{
  content:"";
  position:absolute;
  inset:8px auto 8px 0;
  width:2px;
  border-radius:999px;
  background:rgba(0,180,255,.6);
}
.hero-quote{
  font-size:clamp(1.7rem, 1.2vw + 1.3rem, 2.4rem);
  line-height:.98;
  font-style:italic;
  font-weight:600;
  color:#e9eef5;
  margin:0;
  max-width:18ch;
}
.hero-quote strong{
  font-weight:700;
  color:inherit;
  background:linear-gradient(90deg, #00b4ff 0%, #2ad6ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}
.hero-quote-signature{
  margin:0;
  font-size:clamp(1rem, 0.5vw + .95rem, 1.15rem);
  color:rgba(255,255,255,.6);
  font-weight:500;
  padding-left:26px;
}
.hero-subline{
  font-size:clamp(1.05rem, 0.8vw + 1rem, 1.4rem);
  line-height:1.4;
  color:#e9eef5;
  margin:.15rem 0 .15rem;
  max-width:32ch;
}
.hero-desc{
  font-size:.8rem;
  line-height:1.45;
  color:rgba(255,255,255,.75);
  max-width:50ch;
  margin-top:-14px;
}
.hero-down-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:9999px;
  background:radial-gradient(circle at 30% 30%, rgba(0,180,255,.22), rgba(10,16,24,.88));
  border:1px solid rgba(0,180,255,.6);
  color:#ffffff;
  font-size:1.2rem;
  font-weight:500;
  text-decoration:none;
  box-shadow:0 0 0 rgba(0,180,255,0);
  transition:box-shadow .3s ease, transform .3s ease;
}
.hero-down-btn:hover{
  box-shadow:0 0 12px rgba(0,180,255,.4);
  transform:translateY(2px);
}
.hero-down-btn:focus-visible{
  outline:2px solid #00b4ff;
  outline-offset:3px;
}
.hero-down-icon{display:inline-flex; align-items:center; justify-content:center;}

.hero-middle{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  align-self:stretch;
  isolation:isolate;
}

.hero-middle-panel{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  gap:clamp(.75rem, 1.6vw, 1.1rem);
  width:100%;
  height:100%;
  padding:0;
  background:none;
  border-radius:0;
  overflow:visible;
}

.hero-middle-panel::after{display:none;}

.hero-portrait-wrapper{
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  width:clamp(280px, 30vw, 340px);
  margin:0;
  pointer-events:none;
  z-index:2;
}
.hero-portrait-wrapper img{pointer-events:none;}
.hero-portrait-glow{
  position:absolute;
  top:52%;
  left:50%;
  width:clamp(340px, 36vw, 400px);
  height:clamp(340px, 36vw, 400px);
  transform:translate(-50%, -60%);
  background:radial-gradient(circle, rgba(0,180,255,.28) 0%, rgba(42,214,255,.16) 48%, rgba(0,180,255,0) 76%);
  filter:blur(26px);
  opacity:.3;
  z-index:1;
}
.hero-portrait-img{
  position:relative;
  z-index:2;
  width:100%;
  max-width:320px;
  height:auto;
  object-fit:cover;
  object-position:center top;
  filter:saturate(.8) brightness(.95) contrast(1.05);
}

.hero-portrait-caption{
  position:relative;
  z-index:2;
  margin:12px 0 0;
  color:#a9b7c6;
  font-size:.875rem;
  letter-spacing:.04em;
  text-align:center;
}

.hero-right{
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  gap:clamp(1.1rem, 2vw, 1.45rem);
  max-width:460px;
  margin-left:auto;
  margin-right:1.5rem;
  padding-left:clamp(26px, 3.2vw, 36px);
  padding-right:0;
  padding-top:0;
  padding-bottom:0;
  justify-self:flex-end;
  background:none;
  border-radius:0;
  box-shadow:none;
  color:rgba(233,238,245,.88);
}

.hero-right::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:clamp(8px, 1.6vw, 16px);
  width:1px;
  background:linear-gradient(180deg, rgba(0,180,255,.4) 0%, rgba(0,180,255,.18) 48%, rgba(0,180,255,0) 100%);
  opacity:.7;
  pointer-events:none;
}
.info-block{display:flex; flex-direction:column; gap:clamp(.6rem, 1vw, .85rem);}
.info-title{
  font-size:.9em;
  line-height:1.3;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(42,214,255,.76);
  margin:0;
}
.info-text{
  font-size:.95rem;
  line-height:1.55;
  color:rgba(233,238,245,.85);
  margin:0;
  max-width:54ch;
}
.info-cta{
  font-size:.8rem;
  line-height:1.2;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  text-decoration:none;
  color:rgba(42,214,255,.78);
  display:inline-block;
}
.info-cta:visited{color:rgba(42,214,255,.78);}
.info-cta:hover,
.info-cta:focus{
  color:#2ad6ff;
  text-decoration:underline;
  outline:none;
}
.info-divider{display:none;}

.hero-right .contact-block{
  margin-top:.4rem;
  display:flex;
  flex-direction:column;
  gap:.85rem;
}

.contact-actions{
  display:grid;
  gap:16px;
}

.contact-action{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  padding:14px 24px;
  border-radius:9999px;
  font-size:15px;
  line-height:1.4;
  font-weight:500;
  text-align:center;
  text-decoration:none;
  color:#fff;
  border:1px solid transparent;
  background:#0b0f14;
  transition:background-color .25s ease, border-color .25s ease, transform .25s ease;
  gap:8px;
}

.contact-action:focus-visible{
  outline:2px solid #00b4ff;
  outline-offset:2px;
}

.contact-action--outline{
  border-color:#00b4ff;
  background:#0b0f14;
}

.contact-action--outline:hover,
.contact-action--outline:focus{
  border-color:#2ad6ff;
  background:#101622;
}

.contact-action--whatsapp{
  background:linear-gradient(90deg, rgba(0,180,255,0.25) 0%, rgba(0,180,255,0.05) 100%);
}

.contact-action--whatsapp:hover,
.contact-action--whatsapp:focus{
  background:linear-gradient(90deg, rgba(0,180,255,0.3) 0%, rgba(0,180,255,0.08) 100%);
}

.contact-action__icon{
  height:22px;
  width:auto;
  display:block;
}

.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;
}

@media (min-width:768px){
  .hero-inner{
    max-width:1400px;
    margin-left:auto;
    margin-right:auto;
    padding-left:1rem;
    padding-right:1rem;
    column-gap:clamp(3rem, 5.5vw, 4.75rem);
    align-items:stretch;
    align-content:flex-start;
  }

  .hero-left{
    max-width:560px;
    margin-left:0;
  }

  .hero-right{
    max-width:460px;
    margin-left:auto;
    margin-right:0;
  }
}

@media (min-width:1024px){
  .hero-subline{
    margin-bottom:.7rem;
  }

  .hero-desc{
    margin-top:0;
  }

  .hero-right .contact-block{
    align-self:flex-start;
    gap:1rem;
  }

  .contact-actions{justify-items:stretch;}
}

@media (max-width:1200px){
  .hero-inner{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    column-gap:clamp(2.2rem, 5vw, 3.2rem);
  }

  .hero-middle{
    grid-column:1 / -1;
    justify-content:flex-end;
    margin-block:clamp(20px, 4vw, 36px);
  }

  .hero-right{
    margin-top:clamp(16px, 3vw, 32px);
  }
}

@media (max-width:992px){
  .hero-inner{
    grid-template-columns:1fr;
  }

  .hero-middle{
    grid-column:auto;
    justify-content:center;
    margin-block:clamp(16px, 4vw, 28px);
  }

  .hero-right{
    margin-left:0;
    margin-right:0;
    padding-left:clamp(20px, 4vw, 28px);
  }
}

@media (max-width:768px){
  .hero{
    padding:0 0 clamp(64px, 18vw, 108px);
  }
  .hero-inner{
    display:block;
    min-height:auto;
    padding-top:2rem;
  }
  .hero-left{
    margin-left:0;
    text-align:center;
  }
  .hero-left > *{margin-left:auto; margin-right:auto;}
  .hero-middle{
    margin:0 auto;
    max-width:320px;
  }
  .hero-middle-panel{
    align-items:center;
  }
  .hero-portrait-wrapper{
    width:min(320px, 82vw);
    margin:0 auto;
  }
  .hero-portrait-glow{
    display:block;
    width:min(320px, 84vw);
    height:min(320px, 84vw);
    filter:blur(22px);
    opacity:.28;
  }
  .hero-portrait-caption{
    margin-top:16px;
    text-align:center;
    font-size:.82rem;
  }
  .hero-left, .hero-right{max-width:unset;}
  .hero-right{
    margin-top:2.5rem;
    margin-left:0;
    padding-left:0;
    gap:clamp(16px, 5vw, 24px);
  }
  .hero-right::before{display:none;}
  .hero-quote-group::before{display:none;}
  .hero-quote{font-size:clamp(1.35rem, 5.6vw, 1.9rem);}
  .hero-quote-signature{padding-left:0;}
  .hero-subline{font-size:clamp(1rem, 4.6vw, 1.25rem);}
  .hero-desc{font-size:clamp(.95rem, 4.2vw, 1.1rem);}
  .hero-actions{display:grid; gap:12px;}
  .hero-actions .btn{width:100%;}
  .hero-right .contact-block{width:100%;}
  .contact-actions{grid-template-columns:1fr;}
}


.sub{color:var(--muted); margin:0 0 22px}

/* Badges */
.badges{display:flex; gap:10px; padding:0; margin:16px 0 0; list-style:none; flex-wrap:wrap}
.badges li{padding:6px 12px; border-radius:999px; border:1px solid var(--border); color:var(--muted); background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); font-size:13px}

.hero-logos{margin-top:26px; display:grid; gap:10px}
.hero-logos-label{letter-spacing:.28em; text-transform:uppercase; font-size:11px; color:var(--muted); font-weight:600}
.logo-list{display:flex; flex-wrap:wrap; gap:14px; align-items:center}
.logo-item{display:inline-flex; align-items:center; justify-content:center; padding:10px 16px; border-radius:18px; border:1px solid rgba(0,180,255,.22); background:linear-gradient(180deg, rgba(8,16,26,.82), rgba(6,12,20,.72)); box-shadow:0 16px 32px rgba(0,0,0,.45); transition:transform .2s ease, box-shadow .3s ease, border-color .2s ease}
.logo-item:hover,.logo-item:focus-visible{transform:translateY(-2px); box-shadow:0 22px 44px rgba(0,0,0,.55); border-color:rgba(42,214,255,.45)}
.logo-item img{display:block; max-width:140px; width:100%; height:auto; filter:drop-shadow(0 8px 16px rgba(0,0,0,.25))}
.logo-item:focus-visible{outline:2px solid var(--accent-2); outline-offset:4px}

.section-projects .section-head{margin-bottom:18px}
.chips-grid{display:grid; gap:18px; grid-template-columns:1fr}
@media (min-width:720px){.chips-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1120px){.chips-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.chip{display:flex; align-items:center; justify-content:center; min-height:82px; padding:18px 20px; border-radius:22px; border:1px solid rgba(0,180,255,.24); background:linear-gradient(180deg, rgba(12,20,32,.92), rgba(7,12,22,.88)); box-shadow:0 20px 48px rgba(0,0,0,.48); font-weight:650; font-size:18px; letter-spacing:.06em; text-transform:uppercase; color:var(--text); text-align:center; text-decoration:none; transition:transform .2s ease, box-shadow .3s ease, border-color .2s ease, background .3s ease}
.chip:hover{transform:translateY(-2px); background:linear-gradient(180deg, rgba(16,26,40,.94), rgba(8,14,24,.9)); border-color:rgba(42,214,255,.42); box-shadow:0 26px 56px rgba(0,0,0,.55)}
.chip:focus-visible{outline:2px solid var(--accent-2); outline-offset:4px}
.chip:active{transform:translateY(0)}

/* Terminal (Hero) */
/* Sections/Cards */
.section{padding:48px 0; position:relative}
.section::before{content:""; position:absolute; inset:0; pointer-events:none; opacity:0; transition:opacity .4s ease; background:linear-gradient(180deg, rgba(0,180,255,.08), rgba(0,0,0,0))}
.section-alt{background:linear-gradient(180deg, rgba(10,16,26,.96), rgba(8,12,18,.92)); border-top:1px solid rgba(255,255,255,.05); border-bottom:1px solid rgba(255,255,255,.03)}
.section-alt::before{opacity:.65}
.section + .section{border-top:1px solid rgba(255,255,255,.02)}

.hero-secondary .hero-grid{align-items:center}
.hero-secondary .hero-art{display:flex; justify-content:center}
.hero-secondary .terminal{max-width:420px; margin:0 auto}

.section > *{position:relative; z-index:1}
.section-head{max-width:720px; margin:0 auto 32px; text-align:center}
.section-head .lead{color:var(--muted)}

.intro-text{max-width:720px; margin:0 auto 32px; text-align:center; display:grid; gap:12px}
.intro-text p{margin:0; color:var(--muted); font-size:17px; line-height:1.6}
.intro-text .lead{color:var(--text); font-weight:600}

.services-grid{display:grid; gap:24px; grid-template-columns:repeat(3,minmax(0,1fr))}
.services-grid.services-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}
@media (max-width:992px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:600px){.services-grid{grid-template-columns:1fr}}

.service-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:24px;
  padding:32px 32px 44px;
  border-radius:26px;
  background:linear-gradient(180deg, rgba(14,22,34,.94), rgba(9,14,22,.9));
  box-shadow:0 32px 68px rgba(0,0,0,.5);
  border:1px solid rgba(0,180,255,.18);
  transition:transform .22s ease, box-shadow .28s ease, border-color .22s ease;
}
.service-card .btn{margin-top:auto; margin-bottom:18px}
.service-card > *{position:relative; z-index:1}
.service-card::before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:inherit;
  background:radial-gradient(circle at top, rgba(0,180,255,.18), rgba(0,0,0,0) 65%);
  opacity:.55;
  pointer-events:none;
  transition:opacity .25s ease;
}
.service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 42px 84px rgba(0,0,0,.58);
  border-color:rgba(42,214,255,.42);
}
.service-card:hover::before{opacity:.85}
.service-head h2{margin-bottom:10px}
.service-lead{margin:0; color:var(--muted); font-size:16px; line-height:1.6}
.service-icon{width:58px; height:58px; border-radius:18px; background:linear-gradient(150deg, rgba(0,180,255,.28), rgba(42,214,255,.14)); display:grid; place-items:center; color:var(--accent-2); box-shadow:0 16px 38px rgba(0,0,0,.45)}
.service-icon .icon{width:28px; height:28px}
.service-usp{margin:0; font-weight:650; color:var(--text); font-size:18px; line-height:1.55}
.service-list{margin:0; padding-left:20px; color:var(--muted); display:flex; flex-direction:column; gap:8px; font-size:15px; line-height:1.55}
.service-actions{display:flex; flex-wrap:wrap; gap:12px; margin-top:auto}
.service-actions .btn{flex:1 1 220px; min-width:200px; justify-content:center}
.service-actions .service-trust{flex-basis:100%}
@media (max-width:600px){.service-actions{gap:10px}}
@media (max-width:480px){
  .service-actions{flex-direction:column}
  .service-actions .btn{width:100%; min-width:0}
}
.service-trust{margin:0; color:var(--muted); font-size:14px; letter-spacing:.02em; font-weight:600; text-align:center}

.bg-soft{background:linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.01))}

.process-icon{width:48px; height:48px; border-radius:14px; background:linear-gradient(135deg, rgba(0,180,255,.25), rgba(42,214,255,.12)); display:grid; place-items:center; color:var(--accent-2); box-shadow:0 14px 32px rgba(0,0,0,.45)}
.process-icon .icon{width:26px; height:26px}

.callout{border:1px solid var(--border); border-radius:20px; padding:32px; background:linear-gradient(180deg, rgba(0,180,255,.12), rgba(10,16,26,.92)); box-shadow:0 30px 60px rgba(0,0,0,.45)}
.callout-grid{display:grid; gap:24px; grid-template-columns:repeat(2,minmax(0,1fr)); margin:24px 0}
@media (max-width:768px){.callout-grid{grid-template-columns:1fr}}
.callout-grid h3{margin-bottom:8px}
.callout-grid ul{margin:0; padding-left:18px}
.callout .callout-actions{margin-top:16px}
.callout-note{margin:12px 0 0; color:var(--muted); font-weight:600}

.section-cta{text-align:center; margin-top:36px}
.section-cta .cta-row{justify-content:center}

.section-testimonials .section-head{max-width:680px}
.testimonials-grid{display:grid; gap:22px; grid-template-columns:repeat(3,minmax(0,1fr)); align-items:stretch}
@media (max-width:992px){.testimonials-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:600px){.testimonials-grid{grid-template-columns:1fr}}
.home-testimonial-card{position:relative; display:grid; gap:18px; padding:28px; border-radius:22px; border:1px solid rgba(255,255,255,.08); align-content:start;
  background:linear-gradient(180deg, rgba(12,20,32,.94), rgba(7,12,22,.9)); box-shadow:0 26px 58px rgba(0,0,0,.48);
  transition:transform .22s ease, box-shadow .28s ease, border-color .22s ease;
}
.home-testimonial-card::before{content:""; position:absolute; inset:1px; border-radius:inherit; pointer-events:none; opacity:.55;
  box-shadow:inset 0 0 0 1px rgba(0,180,255,.12);
}
.home-testimonial-card blockquote{margin:0}
.home-testimonial-card blockquote p{margin:0; font-size:17px; line-height:1.7; color:var(--text)}
.testimonial-name{margin:0; font-size:18px}
.testimonial-role{margin:0; color:var(--muted); font-size:15px}
.home-testimonial-card:hover,.home-testimonial-card:focus-visible{transform:translateY(-4px); box-shadow:0 34px 72px rgba(0,0,0,.58);
  border-color:rgba(0,180,255,.28);
}
.home-testimonial-card:focus-visible{outline:2px solid var(--accent-2); outline-offset:4px}

@media (max-width:768px){
  .home-testimonial-card:hover,
  .home-testimonial-card:focus-visible{transform:none; box-shadow:0 24px 52px rgba(0,0,0,.5);}
}

.section-contact .section-head{text-align:center}
.contact-cta{display:grid; gap:18px; justify-items:center; text-align:center; max-width:640px; margin:0 auto}
.contact-cta p{margin:0; color:var(--muted); font-size:16px; line-height:1.6}
.contact-cta .contact-btn{min-width:220px}
.contact-note{font-size:14px}

/* NEU: Anker landen unter dem sticky Header */
.anchor-target{display:block; height:0; margin:0; padding:0; scroll-margin-top:calc(var(--topbar-h) + 16px);}
section[id]{ scroll-margin-top: calc(var(--topbar-h) + 16px); }


.testimonial-grid{display:grid; gap:22px; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); margin-bottom:32px}
.testimonial-card{position:relative; border-radius:22px; border:1px solid rgba(255,255,255,.08); background:linear-gradient(180deg, rgba(10,18,28,.94), rgba(8,12,20,.88)); box-shadow:0 26px 58px rgba(0,0,0,.48); padding:26px; display:grid; gap:16px}
.testimonial-card::before{content:""; position:absolute; inset:1px; border-radius:inherit; box-shadow:inset 0 0 0 1px rgba(0,180,255,.12); opacity:.6; pointer-events:none}
.testimonial-avatar{width:48px; height:48px; border-radius:50%; background:linear-gradient(140deg, rgba(0,180,255,.35), rgba(42,214,255,.16)); display:grid; place-items:center; font-weight:700; color:#001018; font-size:17px; text-transform:uppercase; box-shadow:0 12px 28px rgba(0,0,0,.45)}
.testimonial-card blockquote{margin:0; display:grid; gap:12px; color:var(--muted)}
.testimonial-card blockquote p{margin:0; font-size:16px; line-height:1.6; color:var(--text)}
.testimonial-card blockquote footer{font-size:14px; color:var(--muted); font-style:normal; letter-spacing:.02em}
.trustpilot-row{display:flex; justify-content:center}
.trustpilot-row .trustpilot-link{display:inline-flex; align-items:center; justify-content:center; padding:14px 20px; border-radius:18px; border:1px solid rgba(0,180,255,.22); background:linear-gradient(180deg, rgba(8,16,26,.88), rgba(6,12,20,.82)); box-shadow:0 18px 44px rgba(0,0,0,.45); transition:transform .2s ease, box-shadow .28s ease}
.trustpilot-row .trustpilot-link:hover,.trustpilot-row .trustpilot-link:focus-visible{transform:translateY(-3px); box-shadow:0 28px 62px rgba(0,0,0,.55)}
.trustpilot-row .trustpilot-link:focus-visible{outline:2px solid var(--accent-2); outline-offset:4px}

.founder-grid{display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:36px; align-items:center}
.founder-media{display:flex; justify-content:center}
.founder-media img{max-width:260px; width:100%; border-radius:32px; box-shadow:0 32px 72px rgba(0,0,0,.5)}
.founder-copy{display:grid; gap:16px}
.founder-copy p{margin:0; color:var(--muted); font-size:17px; line-height:1.6}
@media (max-width:768px){.founder-grid{grid-template-columns:1fr; text-align:center}.founder-copy .cta-row{justify-content:center}}

.section-small{padding:24px 0}
.cards{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
@media (max-width:992px){ .cards{grid-template-columns:repeat(2,1fr)} }
@media (max-width:600px){ .cards{grid-template-columns:1fr} }

/* Listen */
.list{padding-left:18px; margin:8px 0; color:var(--muted)}
.list li{margin:6px 0}

/* Footer */
.sep{border:0; border-top:1px solid var(--border); margin:24px 0}
.contact .hint{color:var(--muted)}
.footer{border-top:1px solid var(--border); padding:16px 0 26px}
.foot-grid{display:flex; justify-content:space-between; align-items:center; gap:12px}
.foot-nav{display:flex; gap:16px}
.narrow{max-width:800px}

@media (max-width:600px){
  .foot-grid{flex-direction:column; align-items:flex-start; gap:16px;}
  .foot-nav{flex-wrap:wrap; row-gap:8px;}
}

/* Reveal */
.reveal{opacity:1; transform:none}
.js .reveal{opacity:0; transform:translateY(10px); transition:opacity .5s ease, transform .5s ease}
.js .reveal.in{opacity:1; transform:none}

/* Mobile Dropdown unter Sticky-Header – keine Desktop-Änderungen */
@media (max-width:760px){
  .topbar .wrap{position:relative; gap:12px; padding-inline:16px;}
  .brand-name{max-width:min(220px, calc(100vw - 160px));}
  .nav-toggle{display:flex; margin-left:auto;}
  .nav{position:absolute; top:calc(100% + 12px); left:16px; right:16px; margin-left:0; width:auto; max-width:none;
       background:rgba(8,12,18,.94); backdrop-filter:saturate(130%) blur(16px);
       border:1px solid rgba(0,180,255,.22); border-radius:20px; padding:clamp(18px, 5vw, 28px);
       transform:translateY(-12px) scaleY(.92); transform-origin:top; opacity:0; pointer-events:none;
       transition:transform .26s ease, opacity .26s ease; display:grid; gap:18px;
       box-shadow:0 28px 60px rgba(0,0,0,.55); max-height:calc(90vh - var(--topbar-h)); overflow-y:auto;}
  .nav.open{transform:translateY(0) scaleY(1); opacity:1; pointer-events:auto;}
  .nav-list{flex-direction:column; align-items:stretch; gap:12px;}
  .nav-item{width:100%; flex-direction:column; align-items:stretch;}
  .nav-link{width:100%; padding:12px 16px; border-radius:14px; background:rgba(255,255,255,.02);
            min-height:48px; justify-content:space-between; font-size:clamp(15px, 3.2vw, 17px);}
  .nav-link:hover{background:rgba(0,180,255,.12);}
  .nav-item.has-sub .nav-link{padding-right:18px;}
  .nav-item.open > .nav-link{background:rgba(0,180,255,.18); color:#03121e;}
  .nav-item.open > .nav-link.is-active{color:#03121e;}
  .sub-nav{position:static; width:100%; margin-top:10px; padding:10px 12px; border-radius:14px;
           border:1px solid rgba(0,180,255,.22); box-shadow:none; transform:none; opacity:1; pointer-events:auto;
           background:rgba(8,14,24,.9); gap:8px;}
  .sub-nav a{padding:10px 12px; min-height:44px;}
  .nav-cta .btn{width:100%; min-height:48px;}
}

@media (max-width:480px){
  .nav{padding:20px 18px 40px; padding-bottom:calc(40px + env(safe-area-inset-bottom, 0px));}
  .logo{width:36px; height:36px;}
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  *{animation:none!important; transition:none!important}
  .about-card:hover,
  .about-principle:hover,
  .about-process__step:hover,
  .about-hero__actions .btn:hover,
  .about-cta__actions .btn:hover{transform:none;}
}

/* Typewriter */
.typewriter{ margin:0; white-space:pre-wrap; overflow:hidden; height:calc(var(--rows) * 1.55em) }
@supports (height: 1lh){ .typewriter{ height:calc(var(--rows) * 1lh) } }
.code-vscode{ font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; font-size:14px; line-height:1.55; color:#d4d4d4 }
.tok-prompt{color:#6A9955}.tok-cmd{color:#9CDCFE}.tok-fn{color:#DCDCAA}.tok-flag{color:#C586C0}.tok-success{color:#89CA78}.tok-muted{color:#7f848e}.tok-string{color:#CE9178}.tok-type{color:#4EC9B0}.tok-arrow{color:#9CDCFE}.tok-number{color:#B5CEA8}
.caret{ display:inline-block; width:0.6ch; height:1.2em; margin-left:1px; vertical-align:-0.2em; background:rgba(255,255,255,.85); animation:caret-blink 1s steps(1,end) infinite; border-radius:1px }
@keyframes caret-blink{ 50%{ opacity:0 } }
@media (prefers-reduced-motion: reduce){ .caret{ animation:none } }

/* ======= Modal (Overlay) ======= */
body.is-modal-open{overflow:hidden; touch-action:none;}
.modal{ position:fixed; inset:0; display:none; z-index:1200; }
.modal[aria-hidden="false"]{ display:grid; place-items:center; }
.modal-backdrop{
  position:absolute; inset:0; background:rgba(8,12,18,.72);
  backdrop-filter: blur(6px) saturate(120%);
  opacity:0;
}
.modal[aria-hidden="false"] .modal-backdrop{ animation: modalFade .22s ease forwards; }
@keyframes modalFade{ to{ opacity:1 } }

/* ======= Mac-Terminal Fenster ======= */
.term-modal{
  position:relative;
  width:min(980px, 94vw);
  max-height:86vh;
  display:flex;
  flex-direction:column;
  background:linear-gradient(180deg, rgba(13,19,28,.98), rgba(10,15,22,.98));
  border:1px solid var(--border); border-radius:14px; box-shadow:0 24px 80px rgba(0,0,0,.55);
  overflow:hidden;
  transform:translateY(6px) scale(.98);
  opacity:0;
}
.modal[aria-hidden="false"] .term-modal{
  animation: termPop .28s cubic-bezier(.2,.7,.2,1) forwards;
  transform-origin: 50% 0%;
}
@keyframes termPop{
  50%{ transform:translateY(0) scale(1.012); opacity:1 }
  100%{ transform:translateY(0) scale(1); opacity:1 }
}
@media (prefers-reduced-motion: reduce){
  .modal[aria-hidden="false"] .term-modal{ animation:none; transform:none; opacity:1 }
}

.form-modal{
  position:relative;
  width:min(640px,92vw);
  max-height:88vh;
  background:linear-gradient(180deg,#0f1522,#0b111a);
  border:1px solid var(--border);
  border-radius:18px;
  box-shadow:0 28px 80px rgba(0,0,0,.55);
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.form-modal__header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  padding:20px 24px 16px;
  border-bottom:1px solid var(--border);
  background:linear-gradient(180deg,rgba(14,20,32,.95),rgba(8,12,20,.95));
}
.form-modal__header h2{margin:0; font-size:22px}
.form-modal__header p{margin:6px 0 0; color:var(--muted); max-width:36ch}
.form-modal__close{
  border:1px solid var(--border);
  border-radius:10px;
  background:transparent;
  color:var(--text);
  padding:6px 12px;
  cursor:pointer;
  transition:background .18s ease, transform .15s ease, box-shadow .2s ease;
}
.form-modal__close:hover{background:rgba(255,255,255,.06); transform:translateY(-1px)}
.form-modal__close:active{transform:translateY(0)}
.form-modal__close:focus-visible{outline:2px solid var(--accent-2); outline-offset:2px}

.form-modal__body{
  padding:24px;
  overflow:auto;
  max-height:calc(88vh - 88px);
}

.info-modal{
  position:relative;
  width:min(520px,92vw);
  max-height:88vh;
  background:linear-gradient(180deg,rgba(15,22,34,.96),rgba(8,12,20,.96));
  border:1px solid var(--border);
  border-radius:18px;
  box-shadow:0 26px 72px rgba(0,0,0,.55);
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.info-modal__header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  padding:22px 24px 14px;
  border-bottom:1px solid var(--border);
  background:linear-gradient(180deg,rgba(14,20,32,.95),rgba(8,12,20,.95));
}
.info-modal__header h2{margin:0; font-size:20px}
.info-modal__header p{margin:6px 0 0; color:var(--muted)}
.info-modal__close{
  border:1px solid var(--border);
  border-radius:10px;
  background:transparent;
  color:var(--text);
  padding:6px 12px;
  cursor:pointer;
  transition:background .18s ease, transform .15s ease;
}
.info-modal__close:hover{background:rgba(255,255,255,.06); transform:translateY(-1px)}
.info-modal__close:focus-visible{outline:2px solid var(--accent-2); outline-offset:2px}
.info-modal__body{padding:22px 24px 28px; overflow:auto}
.info-list{margin:0; padding-left:20px; display:grid; gap:10px; color:var(--muted)}
.info-list li{line-height:1.6}

.form-grid{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px}
.form-field.full,
.form-row.full{grid-column:1/-1}
@media (max-width:768px){.form-grid{grid-template-columns:1fr}}

.form-field,
.form-row{display:flex; flex-direction:column; gap:8px}
.form-field label,
.form-label{font-weight:600}
.field-label{font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); font-weight:700}
.field-pill{display:inline-flex; align-items:center; gap:8px; padding:10px 14px; border-radius:12px; border:1px solid rgba(255,255,255,.08); background:rgba(255,255,255,.05); font-weight:600; color:var(--text); line-height:1.4}
.form-field input,
.form-field select,
.form-field textarea,
.input{
  width:100%;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid var(--border);
  background:rgba(8,12,18,.65);
  color:var(--text);
  font:inherit;
  resize:vertical;
}
.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible,
.input:focus-visible{outline:2px solid var(--accent-2); outline-offset:2px}

.referral-row{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:12px;
  align-items:stretch;
}
.referral-field{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}
.referral-field[hidden]{display:none}
@media (max-width:768px){
  .referral-row{grid-template-columns:1fr}
}

.field-error{min-height:1em; font-size:14px; color:var(--danger); margin:0}

.help-info{margin:12px 0 0; padding:14px 16px; border-radius:14px; border:1px solid var(--border); background:rgba(255,255,255,.04); color:var(--muted); font-size:14px}
.help-info strong{display:block; font-size:15px; color:var(--text); margin-bottom:6px}

.form-actions{display:flex; justify-content:flex-end; gap:12px; margin-top:24px}

.consent-group{
  display:grid;
  gap:14px;
  padding:18px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:16px;
  background:linear-gradient(180deg, rgba(12,18,28,.85), rgba(8,12,20,.82));
}
.consent-field{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:16px;
  align-items:flex-start;
}
.consent-copy{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.consent-checkbox{
  width:22px;
  height:22px;
  border-radius:6px;
  border:1px solid var(--border);
  background:var(--bg);
  color:var(--accent);
  accent-color:var(--accent);
  appearance:auto;
  cursor:pointer;
  transition:border-color .18s ease, box-shadow .18s ease;
}
.consent-checkbox:focus-visible{
  outline:2px solid var(--accent-2);
  outline-offset:3px;
  box-shadow:0 0 0 4px rgba(0,180,255,.18);
}
.consent-label{
  font-weight:600;
  color:var(--text);
  line-height:1.6;
}
.consent-label a{
  color:var(--accent);
  border-bottom:1px solid rgba(0,180,255,.45);
  padding-bottom:1px;
  transition:color .2s ease, border-color .2s ease;
}
.consent-label a:visited{color:var(--accent);}
.consent-label a:hover,
.consent-label a:focus-visible{
  color:var(--accent-2);
  border-bottom-color:currentColor;
}
.consent-label a:focus-visible{
  outline:2px solid var(--accent-2);
  outline-offset:3px;
  border-radius:4px;
}
.consent-hint{
  margin:8px 0 0;
  color:var(--muted);
  font-size:14px;
}
.consent-error{
  margin:0;
  font-size:14px;
  color:var(--danger);
  min-height:1em;
}
.consent-group.has-error .consent-label,
.consent-group.has-error .consent-copy{
  color:var(--text);
}
.consent-group.has-error .consent-checkbox{
  border-color:var(--danger);
  box-shadow:0 0 0 1px rgba(255,77,109,.45);
}
.consent-group.has-error .consent-hint{
  color:var(--danger);
}
@media (max-width:600px){
  .consent-field{grid-template-columns:1fr; gap:12px;}
  .consent-checkbox{justify-self:flex-start;}
}

.chip-list{display:flex; flex-wrap:wrap; gap:12px; margin:0; padding:0; list-style:none}
.chip{position:relative; display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:10px 20px; border-radius:999px; border:1px solid rgba(0,180,255,.25); background:rgba(8,16,26,.72); color:var(--text); font-weight:600; letter-spacing:.01em; line-height:1.25; cursor:pointer; transition:background .2s ease, border-color .2s ease, box-shadow .25s ease, color .2s ease}
.chip__label{pointer-events:none}
.chip--choice input{position:absolute; inset:0; opacity:0; pointer-events:none}
[data-chip]:hover{background:rgba(0,180,255,.16); border-color:rgba(0,180,255,.38)}
[data-chip].chip--active{background:rgba(0,180,255,.2); border-color:rgba(42,214,255,.5); color:var(--accent-2); box-shadow:0 0 0 1px rgba(42,214,255,.35), 0 14px 32px rgba(0,0,0,.32)}
[data-chip].chip--focus{outline:2px solid var(--accent-2); outline-offset:2px}
.chip-list--multi [data-chip]{min-width:200px}
@media (max-width:600px){
  .chip-list--multi [data-chip]{min-width:unset; flex:1 1 calc(50% - 12px)}
}


.status-view{display:flex; align-items:center; justify-content:center; min-height:260px}
.status-content{max-width:420px; text-align:center; display:flex; flex-direction:column; gap:12px}
.status-title{font-size:24px; margin:0}
.status-text{margin:0; color:var(--muted)}
.status-hint{margin:0; color:var(--muted); font-size:15px}
.status-actions{display:flex; gap:12px; justify-content:center; flex-wrap:wrap}
.status-fallback{display:flex; justify-content:center}
.fallback-actions{display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-top:8px}

.status-view[data-state="error"] .status-title{color:var(--danger)}
.term-titlebar{
  display:grid; grid-template-columns:auto 1fr auto; align-items:center;
  gap:12px; padding:10px 12px;
  background:linear-gradient(180deg,#0f1520,#0b111a);
  border-bottom:1px solid var(--border);
  user-select:none;
}
.traffic{display:flex; align-items:center; gap:8px}
.dot{width:12px; height:12px; border-radius:50%; display:inline-block; border:1px solid rgba(0,0,0,.35)}
.dot.close{background:#ff5f57; border-color:#e0443e; cursor:pointer; transition:filter .15s ease, transform .15s ease}
.dot.min{background:#febc2e; border-color:#d49a1c}
.dot.max{background:#28c840; border-color:#1aa129}
.dot.close:hover{ filter:brightness(1.15); transform:scale(1.05) }
.term-title{ color:#a9b7c6; font-size:13px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.term-title .host{color:#00b4ff}
.term-title .domain{color:#2ad6ff}
.term-title .path{color:#8fb6ff}
.term-actions .sm{
  height:28px; padding:0 10px; border-radius:8px; border:1px solid var(--border);
  background:transparent; color:var(--text); opacity:.85; transition:background .15s ease, opacity .15s ease, box-shadow .2s ease, transform .12s ease;
}
.term-actions .sm:hover{ background:rgba(255,255,255,.06); opacity:1; transform:translateY(-1px) }
.term-actions .sm:active{ transform:translateY(0) }
.term-actions .sm:focus-visible{ outline:2px solid var(--accent-2); outline-offset:2px }

.term-body{
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  color:#cfe9ff; font-size:14px; line-height:1.6;
  padding:18px 18px 16px; position:relative; outline:none;
  overflow:auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  max-height: calc(86vh - 56px);
}
.term-body::after{
  content:""; position:absolute; inset:0;
  background-image: repeating-linear-gradient(180deg, rgba(255,255,255,.03) 0, rgba(255,255,255,.03) 1px, transparent 1px, transparent 3px);
  pointer-events:none; opacity:.12; mix-blend-mode:overlay;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.0) 0, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,.0) 100%);
}

.prompt{ margin:0 0 10px; white-space:pre-wrap; cursor:pointer; user-select:none }
.prompt:hover{ background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)); border-radius:8px }

.prompt .p{ color:#6A9955 }
.prompt .cmd{ color:#9CDCFE }
.prompt .flag{ color:#C586C0 }
.prompt .muted{ color:#7f8a9a }

/* ======= Anfrage-Status ======= */
#anfrage-form-wrapper[hidden]{ display:none; }

.anfrage-status{
  display:flex;
  flex-direction:column;
  gap:1.2rem;
  padding:1.4rem 1.2rem 1.6rem;
  background:linear-gradient(180deg, rgba(15,22,34,.92), rgba(10,16,25,.92));
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  box-shadow:0 24px 60px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.04);
  color:#e9eef5;
}
.anfrage-status[hidden]{ display:none; }

.anfrage-status .status-wrapper{
  display:flex;
  gap:1rem;
  align-items:flex-start;
}

.anfrage-status .status-icon{
  width:2.6rem;
  height:2.6rem;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.04);
  position:relative;
  flex-shrink:0;
}

.anfrage-status .status-icon::before{
  content:"";
  width:1.35rem;
  height:1.35rem;
  border-radius:50%;
  background:rgba(255,255,255,.22);
  box-shadow:0 0 14px rgba(0,180,255,.35);
}

.anfrage-status .status-text{ max-width:42ch; }
.anfrage-status .status-headline{
  margin:0;
  font-size:1.28rem;
  font-weight:600;
  letter-spacing:.01em;
  color:#f5fbff;
}
.anfrage-status .status-message{
  margin:.4rem 0 0;
  color:var(--muted,#a9b7c6);
}
.anfrage-status .status-sub{
  margin:.6rem 0 0;
  color:var(--muted,#9bb0c5);
  font-size:.94rem;
}

.status-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
}

.anfrage-status .status-new[hidden],
.anfrage-status .status-retry[hidden]{
  display:none;
}

.status--success .status-icon{
  border-color:rgba(111,227,161,.45);
  background:rgba(49,137,97,.18);
}
.status--success .status-icon::before{
  background:#6fe3a1;
  box-shadow:0 0 18px rgba(111,227,161,.6);
}
.status--success .status-headline{ color:#d9ffe8; }

.status--error .status-icon{
  border-color:rgba(255,119,136,.4);
  background:rgba(115,32,45,.22);
}
.status--error .status-icon::before{
  background:#ff7788;
  box-shadow:0 0 18px rgba(255,119,136,.6);
}
.status--error .status-headline{ color:#ffd9df; }

.status--loading .status-icon{
  border-color:rgba(0,180,255,.4);
  background:rgba(0,180,255,.08);
}
.status--loading .status-icon::before{
  width:1.45rem;
  height:1.45rem;
  border-radius:50%;
  border:2px solid rgba(0,180,255,.25);
  border-top-color:rgba(0,180,255,.8);
  background:transparent;
  animation:status-spin 1s linear infinite;
  box-shadow:none;
}
.status--loading .status-headline{ color:#d9f3ff; }

@keyframes status-spin{ to{ transform:rotate(360deg); } }

@media (prefers-reduced-motion: reduce){
  .status--loading .status-icon::before{ animation:none; }
}

.term-steps{ list-style:none; margin:0; padding:0; counter-reset: steps }
.term-steps > li{ margin:10px 0 12px; background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border:1px solid var(--border); border-radius:10px; padding:10px 12px;
}
.step-head{ display:flex; align-items:center; gap:10px; margin-bottom:6px; font-weight:700; color:#e9eef5 }
.badge{
  display:inline-grid; place-items:center;
  width:22px; height:22px; border-radius:6px;
  background:linear-gradient(135deg,var(--accent),var(--accent-2)); color:#001018; font-weight:800; font-size:12px;
}
.step-list{ margin:0; padding-left:18px; color:#a9b7c6 }
.step-list li{ margin:4px 0 }

.term-footer{
  display:flex; gap:10px; justify-content:flex-end; padding-top:8px;
}
.btn-ghost.sm{ height:28px; padding:0 10px; border-radius:999px; border:1px solid var(--border); background:transparent; color:var(--text) }

.term-toast{
  position:sticky; bottom:10px; margin-left:auto; margin-right:auto;
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px; border-radius:999px; border:1px solid var(--border);
  background:rgba(12,18,26,.9); box-shadow:0 10px 24px rgba(0,0,0,.35);
  font-size:13px; color:#d7e6ff; opacity:0; transform:translateY(6px);
  transition:opacity .15s ease, transform .15s ease;
}
.term-toast.in{ opacity:1; transform:translateY(0) }

/* ======= Expertise Seiten ======= */
.expertise-hero .hero-grid{align-items:center}
.expertise-figure{display:flex; flex-direction:column; gap:10px; background:linear-gradient(180deg, rgba(15,22,34,.92), rgba(10,16,24,.88)); border:1px solid var(--border); border-radius:18px; padding:16px; box-shadow:0 18px 40px rgba(0,0,0,.38)}
.expertise-figure picture{display:block; border-radius:12px; overflow:hidden}
.expertise-figure img{width:100%; height:auto; display:block}
.expertise-figure figcaption{margin:8px 0 0; color:var(--muted); font-size:14px}
.expertise-grid{display:grid; gap:32px; grid-template-columns:repeat(2,minmax(0,1fr)); align-items:center}
.expertise-text, .expertise-side{display:flex; flex-direction:column; gap:16px}
.expertise-columns{display:grid; gap:28px; grid-template-columns:repeat(2,minmax(0,1fr)); align-items:start}
.expertise-columns .column{display:flex; flex-direction:column; gap:16px}
.expertise-columns .column p{margin:0; color:var(--muted); line-height:1.6}
.expertise-modules{display:grid; gap:18px; grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.module-card{background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)); border:1px solid var(--border); border-radius:18px; padding:18px; box-shadow:0 18px 40px rgba(0,0,0,.36); display:flex; flex-direction:column; gap:10px}
.module-card h3{margin:0; font-size:18px}
.module-card p{margin:0; color:var(--muted); line-height:1.6}
.faq-list{display:grid; gap:18px; margin:0; padding:0; list-style:none}
.faq-item{background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)); border:1px solid var(--border); border-radius:18px; padding:18px; box-shadow:0 16px 38px rgba(0,0,0,.34)}
.faq-item dt{margin:0 0 6px; font-weight:600; font-size:17px}
.faq-item dd{margin:0; color:var(--muted); line-height:1.65}
.expertise-grid .list, .expertise-columns .list{margin:0; padding-left:20px; color:var(--muted);}

@media (max-width:992px){
  .expertise-grid{grid-template-columns:1fr}
  .expertise-columns{grid-template-columns:1fr}
}

/* ======= Flip-Cards  ======= */
.card-head{ display:flex; align-items:center; gap:10px; margin:0 0 6px; }
.card-icon{ display:inline-grid; place-items:center; }

/* Icons konsistent auf Front/Back */
.icon{ width:24px; height:24px; display:block }
.card-icon .icon use{ pointer-events:none }
.card-icon .icon, .card-icon .icon *{
  vector-effect: non-scaling-stroke;
  shape-rendering: geometricPrecision;
}
/* Flip soll die Icons nicht „verziehen“ */
.flip .card-icon .icon{ transform:none!important }

.cards .flip{ perspective:1200px; cursor:pointer; min-height:300px; }
.flip-inner{
  position:relative; width:100%; height:100%;
  transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
}

/* Beide Seiten: Backface-Hiding */
.flip-face{
  position:absolute; inset:0; padding:18px; border-radius:var(--radius);
  background:var(--card); color:var(--text);
  display:flex; flex-direction:column; min-height:100%;
  backface-visibility:hidden; -webkit-backface-visibility:hidden;
  transform:translateZ(0);
  transition: transform .6s cubic-bezier(.2,.6,.2,1), opacity .6s ease;
}
.flip-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:auto; padding-top:12px}
.flip-actions .btn{flex:0 0 auto}

/* Front/Back */
.flip-front{ transform:rotateY(0deg); z-index:2; }
.flip-front .flip-hint{ margin-top:auto; font-size:.875rem; color:var(--muted); opacity:.85 }

.flip-back{
  transform:rotateY(180deg);
  z-index:1;
  border-top:1px solid var(--border);
  border-left:1px solid var(--border);
}

.flip.is-flipped .flip-front{ transform:rotateY(-180deg); }
.flip.is-flipped .flip-back { transform:rotateY(0deg); z-index:3; }

/* Interaktion/Focus */
.flip .flip-front, .flip .flip-back{ pointer-events:none; }
.flip:not(.is-flipped) .flip-front{ pointer-events:auto; }
.flip.is-flipped .flip-back{ pointer-events:auto; }
.flip:focus-visible{ outline:2px solid var(--accent-2); outline-offset:2px; }

/* Hover-Lift */
.cards .flip:hover .flip-front,
.cards .flip:hover .flip-back,
.cards .flip:focus-visible .flip-front,
.cards .flip:focus-visible .flip-back{
  filter:drop-shadow(0 12px 28px rgba(0,180,255,.18));
}

/* PRM */
@media (prefers-reduced-motion: reduce){
  .flip-face{ transition:none }
  .flip.is-flipped .flip-front{ transform:none; display:none }
  .flip.is-flipped .flip-back{ transform:none; position:relative }
}
/* Klammer-Icon auf der Rückseite ent-spiegeln */
.flip .flip-back .card-icon .icon{
  transform: rotateY(180deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ======= FAQ Accordion (neu) ======= */
.faq-section{ margin-top:12px }
.faq-list{ list-style:none; padding:0; margin:0; display:grid; gap:10px }
.faq-item{
  border:1px solid var(--border);
  border-radius:12px;
  background:linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}

.faq-q{
  width:100%; text-align:left; border:0; background:transparent; color:var(--text);
  padding:14px 14px; display:grid; grid-template-columns:1fr auto; align-items:center; gap:12px;
  cursor:pointer; font-size:16px; line-height:1.4;
}
.faq-q:focus-visible{ outline:2px solid var(--accent-2); outline-offset:2px; border-radius:12px }
.faq-q .faq-label{ color:var(--text) }
.faq-q .chev{ transition: transform .25s ease, opacity .25s ease; opacity:.9 }

.faq-a{
  padding:0 14px;
  border-top:1px solid transparent;
  transition:border-color .28s ease;
}
.faq-a > *{ margin:12px 0 }
.faq-a p{ color:var(--muted); margin:12px 0 }
.faq-a:not([hidden]){
  border-top-color:var(--border);
}

.faq-item[aria-expanded="true"] .chev{ transform:rotate(180deg) }

/* ===== Kontaktformular ===== */
.contact-wrap{display:flex; flex-direction:column; gap:1.6rem; padding:3rem 0 4rem}
.contact-form{background:linear-gradient(180deg, rgba(15,22,34,.9), rgba(12,18,26,.92)); border:1px solid var(--border,rgba(255,255,255,.08)); border-radius:20px; padding:2rem; box-shadow:0 20px 60px rgba(0,0,0,.45); display:flex; flex-direction:column; gap:1.4rem}
.contact-form fieldset{margin:0; padding:0; border:0}
.contact-form .field{display:flex; flex-direction:column; gap:.45rem}
.contact-form label{font-weight:600; letter-spacing:.01em}
.contact-form input,
.contact-form textarea,
.contact-form select{background:#0b1220; border:1px solid var(--border,rgba(255,255,255,.12)); border-radius:14px; padding:.75rem .85rem; color:var(--text,#e9eef5); font:inherit; transition:border-color .18s ease, box-shadow .18s ease, background .25s ease}
.contact-form textarea{min-height:140px; resize:vertical}
.contact-form input::placeholder,
.contact-form textarea::placeholder{color:var(--muted,#a9b7c6)}
.contact-form input:focus-visible,
.contact-form textarea:focus-visible,
.contact-form select:focus-visible{outline:none; border-color:var(--accent,#00b4ff); box-shadow:0 0 0 3px rgba(0,180,255,.25)}
.contact-form select{appearance:none; background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23a9b7c6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolyline points="6 9 12 15 18 9"/%3E%3C/svg%3E'); background-repeat:no-repeat; background-position:calc(100% - 14px) 50%; padding-right:42px}
.contact-form select option{background:#0b1220; color:var(--text,#e9eef5)}
.grid-2{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.2rem}
.checkbox-field{display:flex; align-items:flex-start; gap:.75rem; background:rgba(8,12,18,.55); border:1px solid var(--border,rgba(255,255,255,.08)); border-radius:14px; padding:1rem}
.checkbox-field input[type="checkbox"]{flex-shrink:0; width:20px; height:20px; border-radius:6px; border:1px solid var(--border,rgba(255,255,255,.12)); background:#0b1220; margin-top:.1rem; accent-color:var(--accent,#00b4ff)}
.checkbox-field input[aria-invalid="true"] + label{color:#ff6b81}
.checkbox-field a{color:var(--accent,#00b4ff)}
.field-error{min-height:1.2rem; font-size:.875rem; color:#ff6b81; margin:0}
.field-error:empty{display:none}
.contact-form [aria-invalid="true"]{border-color:#ff6b81; box-shadow:0 0 0 2px rgba(255,107,129,.35)}
.contact-method{gap:.85rem}
.contact-method legend{font-size:1rem; font-weight:650}
.contact-method__options{display:flex; flex-wrap:wrap; gap:.75rem}
.contact-method__option{position:relative; display:flex; flex:1 1 240px; min-width:220px; border-radius:16px; border:1px solid rgba(0,180,255,.22); background:rgba(9,14,24,.9); padding:.85rem 1rem; cursor:pointer; transition:border-color .2s ease, box-shadow .25s ease, background .25s ease}
.contact-method__option input{position:absolute; inset:0; opacity:0; cursor:pointer}
.contact-method__option span{display:flex; flex-direction:column; gap:.35rem}
.contact-method__option strong{font-size:1rem; letter-spacing:.01em}
.contact-method__option small{font-size:.85rem; color:var(--muted)}
.contact-method__option:focus-within,
.contact-method__option:hover{border-color:rgba(42,214,255,.45); box-shadow:0 18px 40px rgba(0,0,0,.35)}
.contact-method__option input:checked + span strong{color:var(--accent-2)}
.contact-method__option input:checked + span small{color:#d7e9ff}
.method-panel{display:flex; flex-direction:column; gap:.75rem; border:1px solid rgba(255,255,255,.08); border-radius:16px; padding:1rem 1.1rem; background:rgba(10,16,26,.78); box-shadow:0 16px 36px rgba(0,0,0,.4); transition:opacity .2s ease}
.method-panel[hidden]{display:none}
.method-panel__hint{margin:0; color:var(--muted); font-size:.95rem}
.checkbox-field label{display:flex; align-items:flex-start; gap:.6rem}
.form-required-hint{display:inline-flex; align-items:center; gap:.35rem; margin-left:.5rem; padding:.15rem .5rem; border-radius:999px; border:1px solid rgba(0,180,255,.4); color:var(--accent-2); font-size:.75rem; text-transform:uppercase; letter-spacing:.08em}
.form-required-hint--optional{border-color:rgba(255,255,255,.28); color:var(--muted,#a9b7c6)}
.form-consent{display:flex; flex-direction:column; gap:.5rem}
.form-consent__label{display:flex; align-items:flex-start; gap:.75rem; flex-wrap:nowrap; font-weight:600; letter-spacing:.01em; color:var(--text,#e9eef5); cursor:pointer; position:relative; isolation:isolate; padding:.35rem .65rem; border-radius:12px; transition:outline-color .18s ease, box-shadow .18s ease}
.form-consent__label:focus-within{outline:2px solid rgba(0,180,255,.55); outline-offset:4px; border-radius:12px; box-shadow:0 0 0 4px rgba(0,180,255,.18)}
.form-consent__text{flex:1 1 auto; line-height:1.5; color:var(--muted,#a9b7c6)}
.form-consent__text a{color:var(--accent,#00b4ff); text-decoration:none; border-bottom:1px solid rgba(0,180,255,.45); padding-bottom:1px}
.form-consent__text a:hover,.form-consent__text a:focus-visible{color:var(--accent-2,#3ce1ff); border-bottom-color:currentColor}
.form-consent__badge{margin-left:auto; white-space:nowrap}
.form-consent__checkbox{flex-shrink:0; width:20px; height:20px; border-radius:6px; border:1px solid var(--border,rgba(255,255,255,.12)); background:#0b1220; accent-color:var(--accent,#00b4ff)}
.form-consent__error{margin:0; min-height:1rem; font-size:.85rem; color:#ff6b81}
.form-consent.has-error .form-consent__label{color:var(--text,#e9eef5)}
.form-consent.has-error .form-consent__text{color:#ff6b81}
.form-consent.has-error .form-consent__badge{border-color:rgba(255,107,129,.5); color:#ff6b81}
.honeypot{position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden}
.form-actions{display:flex; justify-content:flex-end}
#contact-submit[disabled]{opacity:.65; cursor:wait}
.form-status{margin-top:.5rem; padding:1rem 1.2rem; border-radius:14px; border:1px solid var(--border,rgba(255,255,255,.12)); background:rgba(8,12,18,.6); display:none}
.form-status.is-visible{display:block}
.form-status__headline{margin:0; font-weight:700}
.form-status__message{margin:.3rem 0 0; color:var(--muted,#a9b7c6)}
.form-status.is-success{border-color:rgba(56,196,137,.45); background:rgba(22,56,40,.7)}
.form-status.is-success .form-status__headline{color:#50fa98}
.form-status.is-error{border-color:rgba(255,107,129,.45); background:rgba(56,18,24,.7)}
.form-status.is-error .form-status__headline{color:#ff6b81}
.form-status.is-loading{border-color:rgba(0,180,255,.45); background:rgba(5,26,38,.75)}
.form-status.is-loading .form-status__headline{color:var(--accent,#00b4ff)}

@media (max-width:992px){
  .contact-form{padding:1.6rem}
  .contact-method__option{flex:1 1 100%}
}

@media (max-width:768px){
  .grid-2{grid-template-columns:1fr}
  .form-actions{justify-content:stretch}
  #contact-submit{width:100%}
}

/* Reduced Motion: sofort öffnen/schließen ohne Transition */
@media (prefers-reduced-motion: reduce){
  .faq-a{ transition:none!important }
}
/* Abstand zwischen letztem FAQ-Item und Button */
.faq-cta{
  margin-top: clamp(16px, 2.5vh, 28px);
}

/* ===== Footer Terminal ===== */
.site-footer{
  background: var(--bg);
  border-top: 1px solid var(--bg-soft);
  padding: 20px 16px;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #e9eef5;
}
.terminal-footer__wrap{
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.terminal-footer__line{
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 12px;
  line-height: 1.2;
}
.terminal-footer__line--prompt{
  margin-bottom: 2px;
  gap: 10px;
}
.terminal-footer__prefix{
  flex: 0 0 auto;
  color: #00b4ff;
  text-shadow: none;
}
.terminal-footer__prefix--prompt{
  background: linear-gradient(90deg, #00b4ff 0%, #2ad6ff 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 6px rgba(0, 180, 255, 0.3);
}
.terminal-footer__content{
  flex: 1 1 auto;
  color: #e9eef5;
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}
.terminal-footer__line--prompt .terminal-footer__content{
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px;
}
.terminal-footer__command{
  white-space: nowrap;
}
.terminal-footer__label{
  color: #e9eef5;
  opacity: 0.9;
  white-space: nowrap;
}
.terminal-footer__line--links .terminal-footer__content{
  gap: 16px;
}
.terminal-footer__link{
  color: #00c2ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s ease, text-decoration-color .2s ease;
}
.terminal-footer__link:hover{
  color: #2ad6ff;
  text-decoration-color: #2ad6ff;
}
.terminal-footer__link:focus-visible{
  outline: 2px solid rgba(0, 180, 255, 0.65);
  outline-offset: 3px;
  border-radius: 4px;
  text-decoration-color: #2ad6ff;
}
.terminal-footer__line--status{
  align-items: center;
  gap: 10px;
}
.terminal-footer__line--status .terminal-footer__content{
  flex: 0 0 auto;
  gap: 6px;
  color: #a9b7c6;
}
.terminal-footer__status{
  margin-left: 12px;
  color: #a9b7c6;
}

@media (max-width: 480px){
  .site-footer{
    font-size: 13px;
  }
  .terminal-footer__line{
    line-height: 1.35;
    gap: 10px;
  }
  .terminal-footer__content{
    gap: 10px;
  }
  .terminal-footer__line--links .terminal-footer__content{
    gap: 14px;
  }
}

.site-footer a:focus-visible{
  scroll-margin-top: 110px;
}

#wa-widget{
  position:fixed;
  bottom:calc(16px + env(safe-area-inset-bottom, 0px));
  right:calc(16px + env(safe-area-inset-right, 0px));
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:12px;
  max-width:min(92vw, 360px);
  z-index:1350;
  --wa-qr-size:240px;
}

.wa-trigger{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:18px;
  border:1px solid rgba(0,180,255,.25);
  background:linear-gradient(180deg, rgba(18,28,40,.92), rgba(10,16,26,.94));
  color:var(--text);
  font:600 15px/1.3 inherit;
  letter-spacing:.01em;
  box-shadow:0 16px 40px rgba(0,0,0,.48);
  transition:transform .22s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
  cursor:pointer;
}

.wa-trigger:hover,
.wa-trigger:focus-visible,
#wa-widget.wa-open .wa-trigger{
  border-color:rgba(0,180,255,.45);
  background:linear-gradient(180deg, rgba(20,32,46,.95), rgba(12,20,32,.97));
  box-shadow:0 18px 46px rgba(0,40,70,.55);
}

.wa-trigger:focus-visible{
  outline:2px solid var(--accent-2);
  outline-offset:3px;
}

.wa-icon{
  display:inline-grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(0,180,255,.18), rgba(0,180,255,.08));
  box-shadow:inset 0 0 0 1px rgba(0,180,255,.32);
}

.wa-svg{
  width:18px;
  height:18px;
  fill:#25d366;
}

.wa-panel{
  order:-1;
  position:relative;
  width:min(92vw, 340px);
  background:linear-gradient(180deg, rgba(16,24,36,.97), rgba(9,15,24,.95));
  border:1px solid rgba(0,180,255,.18);
  border-radius:20px;
  box-shadow:0 22px 60px rgba(0,0,0,.52), inset 0 0 0 1px rgba(255,255,255,.04);
  opacity:0;
  transform:translateY(12px);
  transform-origin:bottom right;
  transition:opacity .24s ease-out, transform .24s ease-out;
  visibility:hidden;
  pointer-events:none;
}

.wa-panel::after{
  content:"";
  position:absolute;
  right:28px;
  bottom:-10px;
  width:18px;
  height:18px;
  background:linear-gradient(225deg, rgba(16,24,36,.97), rgba(9,15,24,.95));
  border:1px solid rgba(0,180,255,.18);
  border-left:none;
  border-top:none;
  transform:rotate(45deg);
  box-shadow:0 12px 24px rgba(0,0,0,.35);
  border-bottom-right-radius:6px;
  pointer-events:none;
}

.wa-panel.open{
  opacity:1;
  transform:translateY(0);
  visibility:visible;
  pointer-events:auto;
}

.wa-panel-inner{
  position:relative;
  padding:20px 20px 18px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.wa-close{
  position:absolute;
  top:14px;
  right:14px;
  border:0;
  width:32px;
  height:32px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:var(--text);
  font-size:20px;
  line-height:1;
  cursor:pointer;
  transition:background .2s ease, transform .18s ease;
}

.wa-close:hover{ background:rgba(255,255,255,.08); }
.wa-close:active{ transform:scale(.94); }
.wa-close:focus-visible{
  outline:2px solid var(--accent-2);
  outline-offset:2px;
}

.wa-head{
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.wa-lexi{
  width:52px;
  height:52px;
  border-radius:9999px;
  object-fit:cover;
  border:1px solid rgba(0,180,255,.28);
  box-shadow:0 10px 26px rgba(0,40,70,.35), 0 0 0 3px rgba(0,180,255,.08);
  background:linear-gradient(135deg, rgba(0,180,255,.12), rgba(0,180,255,.04));
}

.wa-bubble{
  position:relative;
  margin:0;
  padding:12px 15px;
  max-width:min(78%, 80vw);
  background:var(--bg-soft);
  color:#e9eef5;
  font-size:16px;
  font-weight:600;
  line-height:1.45;
  border-radius:16px 16px 16px 10px;
  border:1px solid rgba(0,180,255,.18);
  box-shadow:0 18px 36px rgba(0,0,0,.32), inset 0 0 0 1px rgba(255,255,255,.02);
}

.wa-bubble::after{
  content:"";
  position:absolute;
  left:-8px;
  bottom:12px;
  width:16px;
  height:16px;
  background:var(--bg-soft);
  border:1px solid rgba(0,180,255,.18);
  border-right:none;
  border-top:none;
  transform:rotate(45deg);
  border-bottom-left-radius:3px;
  box-shadow:-3px 6px 14px rgba(0,0,0,.3);
}

.wa-bubble:hover{
  box-shadow:0 20px 38px rgba(0,40,70,.36), inset 0 0 0 1px rgba(255,255,255,.03);
}

.wa-bubble:focus-visible{
  outline:2px solid var(--accent-2);
  outline-offset:3px;
}

.wa-description{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.wa-qr{
  display:grid;
  place-items:center;
  width:var(--wa-qr-size);
  height:var(--wa-qr-size);
  aspect-ratio:1 / 1;
  align-self:center;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.1);
  background:#fff;
  padding:14px;
  box-shadow:0 16px 40px rgba(0,0,0,.42);
}

.wa-qr img{
  display:block;
  width:100%;
  height:auto;
  image-rendering:auto;
}

@media (hover: hover) and (min-width: 1024px){
  .wa-qr img{
    image-rendering:crisp-edges;
    image-rendering:-webkit-optimize-contrast;
  }
}

.wa-link{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:6px;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid rgba(0,180,255,.32);
  color:var(--text);
  background:linear-gradient(135deg, rgba(0,180,255,.16), rgba(0,180,255,.08));
  font-weight:600;
  text-align:center;
  transition:transform .2s ease, box-shadow .25s ease, background .25s ease;
}

.wa-link:hover,
.wa-link:focus-visible{
  background:linear-gradient(135deg, rgba(0,180,255,.28), rgba(0,180,255,.16));
  box-shadow:0 10px 26px rgba(0,80,120,.4);
}

.wa-link:focus-visible{
  outline:2px solid var(--accent-2);
  outline-offset:3px;
}

.wa-note{
  margin:0;
  font-size:12px;
  color:rgba(233,238,245,.7);
}

.wa-note a{
  color:var(--accent);
}

.wa-note a:hover,
.wa-note a:focus-visible{
  color:var(--accent-2);
  text-decoration:underline;
  outline:none;
}

@media (min-width: 640px){
  .wa-lexi{ width:60px; height:60px; }
  .wa-bubble{ max-width:78%; }
}

@media (max-width: 992px){
  #wa-widget{ --wa-qr-size:220px; }
}

@media (max-width: 600px){
  #wa-widget{ --wa-qr-size:200px; }
}

@media (max-width: 480px){
  #wa-widget{
    max-width:92vw;
    right:calc(12px + env(safe-area-inset-right, 0px));
    bottom:calc(12px + env(safe-area-inset-bottom, 0px));
  }
  .wa-panel{
    width:100%;
    border-radius:18px;
  }
  .wa-panel::after{ right:20px; }
  .wa-lexi{ width:48px; height:48px; box-shadow:0 8px 20px rgba(0,40,70,.32), 0 0 0 2px rgba(0,180,255,.08); }
  .wa-bubble{ max-width:80vw; font-size:15px; padding:11px 14px; }
  .wa-bubble::after{ left:-7px; bottom:10px; width:14px; height:14px; }
}

@media (prefers-reduced-motion: reduce){
  #wa-widget .wa-trigger,
  #wa-widget .wa-panel,
  #wa-widget .wa-link,
  #wa-widget .wa-close{
    transition:none !important;
  }
  #wa-widget .wa-panel,
  #wa-widget .wa-panel.open{
    transform:none !important;
  }
}

/* Trustpilot kompakt + Dark-Look */
.section--trustpilot .wrap { max-width: 800px; }

.trustpilot-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.trustpilot-link:focus-visible {
  outline: 2px solid #00b4ff;
  outline-offset: 6px;
  border-radius: 16px;
}

.trustpilot-wrap {
  max-width: 640px;
  margin: 0 auto;
  background: var(--bg-soft, #0c121a);
  border: 1px solid rgba(42,214,255,0.15);
  border-radius: 14px;
  padding: 8px 14px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.35),
              inset 0 0 0 1px rgba(255,255,255,0.03);
}

.trustpilot-link .trustpilot-wrap {
  pointer-events: none;
}

.trustpilot-fallback {
  display: block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.section--trustpilot .trustpilot-widget {
  filter: none;
}

/* ===== Angebot Modal & FAQ ===== */
#angebot-info .wrap > ul {
  margin: 16px 0;
  padding-left: 20px;
  color: var(--muted);
}

.angebot-cta {
  text-align: center;
}

.angebot-cta .wrap {
  display: flex;
  justify-content: center;
}

.offer-modal-trigger {
  display: none;
}

html.js .offer-modal-trigger {
  display: inline-flex;
}

html.scroll-lock,
html.scroll-lock body {
  overflow: hidden;
}

#offer-modal .form-grid {
  gap: 10px;
}

#offer-modal .form-row {
  gap: 4px;
}

#offer-modal .form-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

#offer-modal .input,
#offer-modal textarea {
  font-size: 14px;
  padding: 8px 11px;
}

#offer-modal .chip-choice span {
  min-height: 36px;
  padding: 6px 12px;
  font-size: 14px;
}

#offer-modal .form-actions {
  margin-top: 12px;
  gap: 8px;
}

#offer-modal legend.help {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--muted, #9fb1c5);
}

#offer-modal .form-hint {
  margin: 2px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted, #9fb1c5);
}

#offer-modal .referral-row {
  gap: 10px;
}

#offer-modal .referral-field {
  gap: 4px;
}

#offer-modal .consent-group {
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
}

#offer-modal .consent-field {
  gap: 12px;
}

#offer-modal .consent-label {
  font-size: 14px;
  line-height: 1.45;
}

#offer-modal .consent-hint {
  margin-top: 4px;
  font-size: 13px;
}

#angebot-faq details {
  border: 1px solid rgba(0, 180, 255, 0.18);
  border-radius: 14px;
  background: var(--bg-soft, #0c121a);
  padding: 14px 16px;
  margin-bottom: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

#angebot-faq details:last-of-type {
  margin-bottom: 0;
}

#angebot-faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  color: #e9eef5;
}

#angebot-faq summary::marker,
#angebot-faq summary::-webkit-details-marker {
  display: none;
}

#angebot-faq summary:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 4px;
}

#angebot-faq .faq__content {
  margin-top: 12px;
  color: var(--muted);
  font-size: 15px;
}

#angebot-faq .faq__content ul {
  margin: 0;
  padding-left: 20px;
}

#angebot-faq .faq__content li {
  margin: 6px 0;
}

#offer-modal {
  padding: clamp(18px, 4.5vw, 40px) clamp(12px, 4.5vw, 36px);
  z-index: 2500;
}

#offer-modal[hidden] {
  display: none;
}

#offer-modal .modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 11, 20, 0.78);
  backdrop-filter: blur(12px) saturate(140%);
  opacity: 0;
  animation: none;
  transition: opacity 0.28s ease;
}

#offer-modal.open .modal-backdrop,
#offer-modal[aria-hidden="false"] .modal-backdrop {
  opacity: 1;
  animation: none;
}

#offer-modal .offer-dialog {
  position: relative;
  width: min(820px, calc(100vw - 24px));
  max-height: min(90vh, 820px);
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(18, 26, 40, 0.98), rgba(8, 12, 20, 0.95));
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.62), 0 0 0 1px rgba(255, 255, 255, 0.04);
  color: #f4f8ff;
  overflow: hidden;
  transform: translateY(20px) scale(0.985);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

#offer-modal.open .offer-dialog,
#offer-modal[aria-hidden="false"] .offer-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.offer-dialog:focus-visible {
  outline: none;
}

.offer-dialog__chrome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(25, 34, 50, 0.95), rgba(12, 18, 30, 0.92));
}

.offer-dialog__lights {
  display: flex;
  gap: 12px;
}

.offer-dialog__lights span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.38);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.45);
}

.offer-dialog__lights span:nth-child(1) {
  background: #ff5f57;
}

.offer-dialog__lights span:nth-child(2) {
  background: #febc2e;
}

.offer-dialog__lights span:nth-child(3) {
  background: #28c840;
}

.offer-dialog__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #f5fbff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.18s ease, box-shadow 0.25s ease, color 0.2s ease;
}

.offer-dialog__close span {
  display: block;
  transform: translateY(-1px);
}

.offer-dialog__close:hover,
.offer-dialog__close:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: var(--accent-2);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.offer-dialog__close:active {
  transform: translateY(0);
}

.offer-dialog__close:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 3px;
}

.offer-dialog__scroll {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.offer-dialog__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: clamp(18px, 3vw, 26px) clamp(20px, 3.6vw, 34px) 0;
}

.offer-dialog__header h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.16;
}

.offer-dialog__header p {
  margin: 0;
  color: var(--muted, #9fb1c5);
  font-size: clamp(14px, 1.2vw, 15px);
  max-width: 62ch;
  line-height: 1.5;
}

.offer-dialog__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(16px, 3.6vw, 24px) clamp(20px, 3.8vw, 30px) clamp(20px, 4vw, 30px);
  overflow-y: auto;
}

.offer-dialog__body form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.offer-dialog__body form fieldset {
  margin: 0;
}

.offer-dialog__body::-webkit-scrollbar {
  width: 12px;
}

.offer-dialog__body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.offer-dialog__body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 992px) {
  #offer-modal {
    padding: clamp(14px, 5vw, 32px);
  }

  #offer-modal .offer-dialog {
    width: min(94vw, 680px);
    border-radius: 20px;
  }

  .offer-dialog__chrome {
    padding: 12px 18px;
  }

  .offer-dialog__body {
    padding: clamp(16px, 5vw, 26px) clamp(18px, 6vw, 28px) clamp(18px, 6vw, 28px);
  }
}

@media (max-width: 600px) {
  #offer-modal .offer-dialog {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .offer-dialog__chrome {
    padding: 12px 16px;
  }

  .offer-dialog__close {
    width: 32px;
    height: 32px;
  }

  .offer-dialog__header {
    padding: 18px 18px 0;
  }

  .offer-dialog__header h2 {
    font-size: clamp(26px, 8vw, 32px);
  }

  .offer-dialog__body {
    padding: 16px 18px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #offer-modal .modal-backdrop,
  #offer-modal .offer-dialog {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

html:not(.js) #offer-modal[hidden] {
  display: block;
}

html:not(.js) #offer-modal {
  position: static;
  padding: 0;
  display: block;
}

html:not(.js) #offer-modal .modal-backdrop,
html:not(.js) #offer-modal .offer-dialog__close {
  display: none;
}

html:not(.js) #offer-modal .offer-dialog {
  width: 100%;
  max-height: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  transform: none;
  opacity: 1;
}

html:not(.js) #offer-modal .offer-dialog__scroll {
  overflow: visible;
}

html:not(.js) #offer-modal .offer-dialog__header {
  padding: 24px 0 0;
}

html:not(.js) #offer-modal .offer-dialog__body {
  padding: 24px 0 0;
  overflow: visible;
}


/* Navigation Anpassungen */
.nav-list{gap:clamp(16px,2vw,28px);} 
.nav-item.nav-cta .btn{padding-inline:clamp(20px,3vw,28px); font-weight:700;}

/* Dropdown-Menüs */

/* Terminal Card */
.terminal-card{width:min(440px,100%); border-radius:20px; border:1px solid rgba(0,180,255,.26); background:linear-gradient(180deg, rgba(12,18,28,.94), rgba(6,10,18,.92)); box-shadow:0 24px 60px rgba(0,0,0,.58); padding:clamp(22px,3vw,28px); display:grid; gap:18px; position:relative; overflow:hidden;}
.terminal-card::before{content:""; position:absolute; inset:10% -20% auto 40%; height:120px; background:radial-gradient(closest-side, rgba(0,180,255,.35), transparent 70%); filter:blur(50px); opacity:.6; pointer-events:none;}
.terminal-card__header{display:flex; gap:8px;}
.terminal-card__header span{width:12px; height:12px; border-radius:50%; background:rgba(255,255,255,.1); box-shadow:0 0 0 1px rgba(255,255,255,.05);} 
.terminal-card__body{margin:0; font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; font-size:14px; line-height:1.6; color:rgba(201,235,255,.92); background:rgba(0,0,0,.22); border-radius:14px; padding:18px 20px; border:1px solid rgba(255,255,255,.08); box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);} 

/* Websites Seite */

.package-card__head{display:flex; justify-content:space-between; align-items:flex-start; gap:16px;}
.package-card__eyebrow{margin:0; letter-spacing:.08em; text-transform:uppercase; font-size:13px; color:rgba(0,180,255,.75); font-weight:700;}
.package-card__price{margin:0; font-weight:700; color:var(--text); font-size:clamp(20px,2.4vw,24px);} 
.package-card__intro{margin:0; color:var(--muted);} 

.addon-grid{display:grid; gap:clamp(18px,2.6vw,24px); grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}
.addon-card{display:grid; gap:10px; padding:clamp(20px,2.6vw,26px); border-radius:18px; border:1px solid rgba(255,255,255,.08); background:linear-gradient(180deg, rgba(13,20,32,.94), rgba(6,10,18,.9)); box-shadow:0 20px 48px rgba(0,0,0,.52); transition:transform .22s ease, box-shadow .24s ease, border-color .24s ease;}
.addon-card:hover{transform:translateY(-3px); box-shadow:0 28px 60px rgba(0,0,0,.58); border-color:rgba(0,180,255,.28);} 
.addon-card h3{margin:0; font-size:clamp(18px,2.4vw,22px);} 
.addon-card p{margin:0; color:var(--muted);} 
.addon-card__price{font-weight:700; color:var(--text);} 
.btn-link{background:none; border:none; color:var(--accent); padding:0; justify-self:flex-start; text-decoration:underline; text-decoration-thickness:2px; text-decoration-color:rgba(0,180,255,.4);} 
.btn-link:hover,
.btn-link:focus-visible{color:var(--accent-2); text-decoration-color:rgba(42,214,255,.65);} 

.prices-process .process-steps{margin:0; padding:0; list-style:none; display:grid; gap:clamp(18px,2.4vw,24px);}
@media (min-width:1024px){.prices-process .process-steps{grid-template-columns:repeat(4,minmax(0,1fr));}}
.prices-process .process-step{display:grid; gap:12px; padding:clamp(22px,3vw,28px); border-radius:20px; border:1px solid rgba(255,255,255,.08); background:linear-gradient(180deg, rgba(12,19,30,.94), rgba(6,10,18,.9)); box-shadow:0 22px 54px rgba(0,0,0,.55); transition:transform .22s ease, box-shadow .24s ease, border-color .24s ease;}
.prices-process .process-step:hover{transform:translateY(-3px); box-shadow:0 28px 62px rgba(0,0,0,.58); border-color:rgba(0,180,255,.28);}
.process-step__index{display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:12px; background:linear-gradient(135deg, rgba(0,180,255,.85), rgba(42,214,255,.65)); color:#001018; font-weight:700;}
.prices-process .process-step h3{margin:0; font-size:18px;}
.prices-process .process-step p{margin:0; color:var(--muted);}

.websites-cta__box{display:grid; gap:clamp(24px,3vw,36px); border-radius:24px; border:1px solid rgba(0,180,255,.24); background:linear-gradient(160deg, rgba(0,180,255,.16), rgba(8,14,24,.92)); box-shadow:0 30px 72px rgba(0,0,0,.6); padding:clamp(28px,4vw,40px); align-items:center;}
@media (min-width:960px){.websites-cta__box{grid-template-columns:minmax(240px,320px) minmax(0,1fr);}}
.websites-cta__terminal{max-width:320px;}
.websites-cta__content{display:grid; gap:12px;}
.websites-cta__content h2{margin:0; font-size:clamp(26px,4vw,34px);} 
.websites-cta__content p{margin:0; color:var(--muted);} 

/* Anfrage Badge */
.selected-package-badge{margin:18px 0; padding:10px 16px; border-radius:999px; border:1px solid rgba(0,180,255,.24); background:rgba(0,180,255,.1); color:var(--text); font-weight:600; display:inline-flex; align-items:center; gap:8px;}
.selected-package-badge::before{content:"★"; color:var(--accent);} 

/* Bilder Quellen */
.source-list{display:grid; gap:clamp(18px,2.4vw,24px);}
.source-block{border-radius:18px; border:1px solid rgba(255,255,255,.08); background:linear-gradient(180deg, rgba(13,20,32,.94), rgba(6,10,18,.9)); box-shadow:0 20px 48px rgba(0,0,0,.52); padding:clamp(22px,3vw,28px);}
.source-block h2{margin:0 0 12px;}
.source-block ul{margin:0; padding-left:18px; color:var(--muted); display:grid; gap:8px;}
.standard-list{margin:18px 0 28px; padding-left:18px; display:grid; gap:10px;}
.standard-list li{color:var(--muted);}

/* Preise Seite */
.page-prices main{display:grid; gap:clamp(48px,7vw,88px); padding:clamp(48px,8vw,96px) 0 clamp(72px,9vw,128px);}

.prices-section{padding:clamp(40px,6vw,64px) 0; display:grid;}
.prices-section .section-head{display:grid; gap:clamp(12px,2vw,16px); max-width:720px; text-align:left;}
.prices-section > .wrap > .intro{margin:12px 0 0; color:var(--muted); font-size:clamp(16px,2vw,18px); max-width:48ch;}
.prices-section > .wrap > .intro.reveal{margin-top:clamp(12px,2vw,18px);}

.mini-grid{display:grid; gap:18px; grid-template-columns:repeat(4,minmax(0,1fr)); margin-top:clamp(24px,4vw,32px);}
@media (max-width:1280px){
  .mini-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:992px){
  .mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:768px){
  .mini-grid{grid-template-columns:minmax(0,1fr);}
}

.mini-card{background:var(--bg-soft); border-radius:16px; padding:16px 14px; border:1px solid rgba(255,255,255,.05); display:grid; gap:12px; position:relative; transition:transform .22s ease, box-shadow .24s ease, border-color .24s ease; box-shadow:0 10px 24px rgba(0,0,0,.32);}
.mini-card h3{margin:0; font-size:1.05rem; line-height:1.35;}
.mini-card .desc{margin:0; color:var(--muted); font-size:.95rem; line-height:1.45; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; transition:color .2s ease, -webkit-line-clamp .2s ease;}
.mini-card .mini-price{display:flex; align-items:center; gap:8px; font-size:1rem;}
.mini-card .mini-price .amount{font-weight:700; font-size:1.05rem;}
.mini-card .mini-price .price-badge{font-size:.85rem; opacity:.8; margin-left:.5rem; background:rgba(0,180,255,.14); padding:2px 8px; border-radius:999px; display:inline-flex; align-items:center; gap:4px; color:var(--accent-2);}
.mini-card .mini-note{margin:0; font-size:.75rem; color:rgba(233,238,245,.7);}
.mini-cta{display:inline-block; margin-top:10px; border-radius:999px; padding:10px 14px; background:linear-gradient(90deg,#00b4ff,#2ad6ff); color:#0b1220; font-weight:600; text-decoration:none;}
.mini-cta:hover{color:#02060d;}
.mini-cta:focus-visible{outline:3px solid rgba(0,180,255,.65); outline-offset:3px; box-shadow:0 0 0 4px rgba(0,180,255,.25);}
.mini-card:hover,.mini-card:focus-within{transform:translateY(-2px); box-shadow:0 0 0 1px rgba(42,214,255,.15), 0 12px 24px rgba(0,0,0,.35); border-color:rgba(0,180,255,.26);}
.mini-card:hover .desc,.mini-card:focus-within .desc{-webkit-line-clamp:unset; color:var(--text);}
@media (prefers-reduced-motion: reduce){
  .mini-card{transition:none;}
  .mini-card:hover,.mini-card:focus-within{transform:none;}
}
.section-kicker{letter-spacing:.28em; text-transform:uppercase; font-size:12px; color:var(--accent); font-weight:600; margin:0;}
.section-lead{margin:0; color:var(--muted); line-height:1.4; font-size:clamp(16px,2vw,18px);}

.prices-hero{position:relative; overflow:hidden; padding:clamp(64px,10vw,120px) 0 clamp(56px,8vw,96px);}
.prices-hero::before{content:""; position:absolute; inset:-40% -10% auto -10%; height:120%; background:radial-gradient(closest-side at 18% 18%, rgba(0,180,255,.22), transparent 70%); filter:blur(42px); opacity:.8; pointer-events:none;}
.prices-hero::after{content:""; position:absolute; inset:auto -25% -45% 28%; height:95%; background:radial-gradient(closest-side at 55% 45%, rgba(42,214,255,.18), transparent 70%); filter:blur(64px); opacity:.55; pointer-events:none;}
.prices-hero__layout{position:relative; display:grid; gap:clamp(32px,5vw,56px); align-items:center;}
@media (min-width:1040px){.prices-hero__layout{grid-template-columns:minmax(0,1fr) minmax(280px,1fr);}}
@media (max-width:992px){.prices-hero__layout{grid-template-columns:1fr; text-align:center;}}
.prices-hero__content{display:grid; gap:clamp(18px,3vw,24px); text-align:left;}
@media (max-width:992px){.prices-hero__content{text-align:center;}}
.prices-hero__eyebrow{margin:0; font-size:12px; letter-spacing:.32em; text-transform:uppercase; color:var(--accent); font-weight:700;}
.prices-hero__lead{margin:0; font-size:clamp(20px,3.6vw,28px); line-height:1.25; color:var(--text); max-width:32ch;}
.prices-hero__meta{margin:0; color:var(--muted); line-height:1.35; max-width:58ch; font-size:clamp(16px,2.2vw,18px);}
@media (max-width:992px){.prices-hero__lead,.prices-hero__meta{margin-left:auto; margin-right:auto;}}
.prices-hero__cta{display:flex; flex-wrap:wrap; gap:clamp(12px,2vw,16px); align-items:center;}
.prices-hero__cta .btn{min-width:200px;}
@media (max-width:768px){
  .prices-hero__cta{justify-content:center;}
  .prices-hero__cta .btn{flex:1 1 100%; min-width:0;}
}
.prices-hero__panel{display:flex; justify-content:flex-end;}
@media (max-width:992px){.prices-hero__panel{justify-content:center;}}
.prices-hero__summary{width:min(420px,100%); border-radius:24px; border:1px solid rgba(0,180,255,.24); background:linear-gradient(160deg, rgba(0,180,255,.18), rgba(8,14,24,.92)); box-shadow:0 32px 72px rgba(0,0,0,.58); padding:clamp(26px,3vw,34px); display:grid; gap:clamp(18px,2.4vw,22px); text-align:left;}
.prices-hero__badge{display:inline-flex; align-items:center; gap:10px; padding:8px 18px; border-radius:999px; background:rgba(0,180,255,.16); color:var(--text); font-size:.82rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase;}
@media (max-width:992px){.prices-hero__badge{justify-self:center;}}
.prices-hero__stats{margin:0; padding:0; display:grid; gap:14px; font-size:15px; color:var(--muted);}
.prices-hero__stats div{display:flex; justify-content:space-between; align-items:center; gap:18px; border-bottom:1px solid rgba(255,255,255,.06); padding-bottom:10px;}
.prices-hero__stats div:last-child{border-bottom:0; padding-bottom:0;}
.prices-hero__stats dt{margin:0; font-weight:600; letter-spacing:.05em; text-transform:uppercase; color:rgba(201,235,255,.85);}
.prices-hero__stats dd{margin:0; font-weight:600; color:var(--text);}

.pricing-grid{display:grid; gap:clamp(16px,2.4vw,24px); grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); align-items:stretch;}
@media (min-width:1180px){.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
.pricing-card{position:relative; display:flex; flex-direction:column; gap:clamp(18px,2.6vw,24px); padding:clamp(24px,3vw,32px); border-radius:24px; border:1px solid #2a3038; background:linear-gradient(180deg, rgba(12,18,28,.96), rgba(8,12,20,.9)); box-shadow:0 22px 58px rgba(0,0,0,.55); transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease; min-height:100%;}
.pricing-card--featured{border-color:rgba(0,180,255,.45); box-shadow:0 34px 86px rgba(0,0,0,.65);}
.pricing-card--featured::before{opacity:.45;}
.pricing-card--featured:hover::before{opacity:.7;}
.pricing-card::before{content:""; position:absolute; inset:0; border-radius:inherit; background:linear-gradient(140deg, rgba(0,180,255,.35), rgba(42,214,255,.08)); opacity:0; pointer-events:none; transition:opacity .3s ease;}
.pricing-card:hover{transform:translateY(-4px); box-shadow:0 32px 78px rgba(0,0,0,.6); border-color:rgba(0,180,255,.35);}
.pricing-card:hover::before{opacity:.6;}
.pricing-card__header{display:flex; justify-content:space-between; align-items:flex-start; gap:16px; position:relative; z-index:1;}
.pricing-card--featured .pricing-card__header{padding-top:12px;}
.pricing-card__tag{position:absolute; top:-10px; left:0; display:inline-flex; align-items:center; gap:6px; padding:6px 14px; border-radius:999px; background:linear-gradient(120deg, rgba(0,180,255,.88), rgba(0,214,255,.72)); color:#04121d; font-size:11px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; box-shadow:0 10px 24px rgba(0,180,255,.35);}
.pricing-card__tag::before{content:"★"; font-size:12px; line-height:1;}
.pricing-card--featured .pricing-card__price{color:#fff;}
.pricing-card__label{font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:rgba(0,180,255,.78); font-weight:700;}
.pricing-card__price{margin:0; font-size:clamp(20px,2.6vw,26px); font-weight:700; color:var(--text); display:flex; gap:6px; align-items:center;}
.pricing-card__price strong{font-weight:700;}
.pricing-card__body{display:grid; gap:clamp(12px,2vw,18px); position:relative; z-index:1;}
.pricing-card__body h3{margin:0; font-size:clamp(20px,2.8vw,24px); line-height:1.25; color:var(--text);}
.pricing-card__intro{margin:0; color:var(--muted); line-height:1.35;}
.pricing-card__list{margin:0; padding:0; list-style:none; display:grid; gap:10px; color:var(--muted); font-size:15px; line-height:1.35;}
.pricing-card__list li{position:relative; padding-left:18px;}
.pricing-card__list li::before{content:""; position:absolute; left:0; top:.55em; width:8px; height:8px; border-radius:50%; background:linear-gradient(135deg,#00b4ff,#2ad6ff); box-shadow:0 0 0 1px rgba(0,180,255,.28);}
.pricing-card__footer{margin-top:auto; display:grid; gap:clamp(12px,2vw,16px); position:relative; z-index:1;}
.pricing-card__badges{display:flex; flex-wrap:wrap; gap:10px; align-items:center;}
.pricing-card__badge{display:inline-flex; align-items:center; gap:6px; padding:8px 14px; border-radius:999px; background:rgba(0,180,255,.12); border:1px solid rgba(0,180,255,.22); color:rgba(201,235,255,.9); font-size:13px; font-weight:600; letter-spacing:.04em; text-transform:uppercase;}
.pricing-card__cta{display:block; margin-top:1rem;}
.pricing-card__cta .btn{width:100%;}

/* Preis-Karten Badge – Überschneidungen verhindern */
.pricing-card .pricing-card__tag{
  position:static;
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.35rem .8rem;
  border-radius:999px;
  background:linear-gradient(90deg,#2ad6ff,#00b4ff);
  color:#0b1220;
  font-weight:700;
  font-size:.78rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap;
  margin-bottom:.6rem;
}
.pricing-card .pricing-card__tag::before{content:none;}
.pricing-card .pricing-card__tag .icon{
  width:1em;
  height:1em;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
}
@media (max-width:600px){
  .pricing-card .pricing-card__tag{font-size:.76rem;}
}

/* Karten-CTA in voller Breite, responsive */

.btn.cta-primary,
.button.cta-primary,
.cta-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.9rem 1.4rem;
  min-height:3rem;
  border-radius:999px;
  text-align:center;
  line-height:1;
  font-weight:700;
  background:linear-gradient(90deg,#2ad6ff,#00b4ff);
  color:#0b1220;
}

.pricing-card .cta-primary,
.cta-primary.is-block{
  display:inline-flex;
  width:100%;
  justify-content:center;
  align-items:center;
}

/* Visuelle Zustände – Text immer gut lesbar */
.btn.cta-primary:visited,
.button.cta-primary:visited,
.cta-primary:visited{color:#0b1220;}

.btn.cta-primary:hover,
.button.cta-primary:hover,
.cta-primary:hover{filter:brightness(1.05);}

.btn.cta-primary:active,
.button.cta-primary:active,
.cta-primary:active{transform:translateY(1px);}

.btn.cta-primary:focus-visible,
.button.cta-primary:focus-visible,
.cta-primary:focus-visible{
  outline:2px solid #2ad6ff;
  outline-offset:2px;
}

.prices-process .process-steps{list-style:none; margin:0; padding:0; display:grid; gap:clamp(16px,2.4vw,24px);}
@media (min-width:1040px){.prices-process .process-steps{grid-template-columns:repeat(4,minmax(0,1fr));}}
.prices-process .process-step{display:grid; gap:12px; padding:clamp(22px,3vw,28px); border-radius:22px; border:1px solid #2a3038; background:linear-gradient(180deg, rgba(12,20,30,.95), rgba(8,12,20,.9)); box-shadow:0 22px 56px rgba(0,0,0,.5); transition:transform .22s ease, box-shadow .24s ease, border-color .24s ease;}
.prices-process .process-step:hover{transform:translateY(-3px); box-shadow:0 30px 70px rgba(0,0,0,.58); border-color:rgba(0,180,255,.28);}
.prices-process .process-step h3{margin:0; font-size:18px;}
.prices-process .process-step p{margin:0; color:var(--muted); font-size:15px; line-height:1.35;}
.prices-process .process-step .process-step__index{font-size:13px; letter-spacing:.18em; text-transform:uppercase; color:rgba(0,180,255,.78); font-weight:700;}

.prices-cta__box{display:grid; gap:clamp(24px,4vw,32px); grid-template-columns:repeat(2,minmax(0,1fr)); align-items:center; border-radius:26px; border:1px solid rgba(0,180,255,.24); background:linear-gradient(180deg, rgba(12,20,32,.96), rgba(8,12,20,.9)); box-shadow:0 32px 80px rgba(0,0,0,.6); padding:clamp(28px,4vw,40px);}
@media (max-width:992px){.prices-cta__box{grid-template-columns:1fr; text-align:center;}}
.prices-cta__content{display:grid; gap:clamp(12px,2vw,18px);}
.prices-cta__content p{margin:0; color:var(--muted); line-height:1.4; font-size:clamp(16px,2vw,18px);}
.prices-cta__content h2{margin:0; font-size:clamp(26px,4vw,34px);}
@media (max-width:992px){.prices-cta__content .btn{justify-self:center;}}

@media (max-width:768px){
  .page-prices main{gap:48px;}
  .prices-section .section-head{justify-items:center; text-align:center; margin-left:auto; margin-right:auto;}
  .prices-hero__summary{text-align:center;}
}

@media (prefers-reduced-motion: reduce){
  .pricing-card,
  .pricing-card::before,
  .prices-process .process-step,
  .prices-cta__box{
    transition:none !important;
    transform:none !important;
  }
}
table{width:100%; border-collapse:collapse; border-spacing:0; color:inherit; margin:0 0 1.5rem;}
th,td{padding:14px 16px; text-align:left; border-bottom:1px solid rgba(255,255,255,.08);}
thead th{font-weight:600; color:var(--text); font-size:clamp(15px, 1.4vw, 16px);}
tbody tr:last-child td{border-bottom:0;}

@media (max-width:600px){
  table{display:block; overflow-x:auto; white-space:nowrap; -webkit-overflow-scrolling:touch; border-radius:12px;}
  table::after{content:"Zum Scrollen wischen →"; display:block; text-align:right; font-size:12px; color:var(--muted); padding:8px 16px;}
  th,td{padding:14px 18px;}
}

/* ===== Portfolio-Seite: Meine Arbeit ===== */
.page-wrapper{
  width:100%;
  max-width:var(--wrap);
  margin-inline:auto;
  padding-inline:clamp(16px,4vw,32px);
}

.hero-layout{
  display:grid;
  gap:clamp(32px,6vw,56px);
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:center;
  position:relative;
  isolation:isolate;
}

.portfolio-hero .hero-layout{
  padding-top:clamp(32px, 7vw, 80px);
}

@media (max-width:960px){
  .hero-layout{grid-template-columns:1fr; text-align:center;}
  .hero-actions{justify-content:center;}
  .hero-text p{margin-inline:auto;}
  .hero-preview-box{justify-self:center; max-width:min(100%, 420px);}
}

.portfolio-hero{
  position:relative;
  overflow:hidden;
}

.portfolio-hero::before{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  min-height:320px;
  background:radial-gradient(ellipse at 20% 0%, rgba(0,180,255,.28), rgba(42,214,255,.05) 45%, transparent 70%);
  filter:blur(0px);
  opacity:.9;
  pointer-events:none;
  z-index:0;
}

.hero-text{position:relative; z-index:1; display:grid; gap:clamp(16px,3vw,24px);}
.portfolio-hero .hero-text h1{margin:0;}
.hero-text p{max-width:620px; margin:0;}
.hero-actions{display:flex; flex-wrap:wrap; gap:clamp(12px,2.4vw,18px);}

.hero-preview-box{
  position:relative;
  z-index:1;
  align-self:stretch;
  display:grid;
  gap:16px;
  padding:clamp(20px,3vw,28px);
  border-radius:26px;
  border:1px solid rgba(0,180,255,.26);
  background:linear-gradient(180deg, rgba(10,18,28,.94), rgba(7,12,20,.92));
  box-shadow:0 24px 60px rgba(0,0,0,.55), 0 0 0 1px rgba(0,180,255,.12);
}

.hero-preview-box__chrome{
  display:flex;
  gap:8px;
  width:100%;
  padding-bottom:6px;
}

.hero-preview-box__chrome span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:linear-gradient(135deg, rgba(0,180,255,.85), rgba(42,214,255,.85));
  box-shadow:0 0 12px rgba(0,180,255,.45);
}

.hero-preview-box__body{
  font-family:"JetBrains Mono", "Fira Code", "SFMono-Regular", Menlo, Consolas, monospace;
  font-size:0.9rem;
  color:rgba(226,242,255,.9);
  line-height:1.5;
  display:grid;
  gap:6px;
  background:linear-gradient(180deg, rgba(8,13,22,.7), rgba(12,18,28,.85));
  padding:20px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.06);
  box-shadow:inset 0 0 0 1px rgba(0,180,255,.12), 0 18px 48px rgba(0,0,0,.4);
  position:relative;
  overflow:hidden;
}

.hero-preview-box__body::before{
  content:"";
  position:absolute;
  inset:-40% -40% -40% -40%;
  background:repeating-linear-gradient(0deg, rgba(42,214,255,.08), rgba(42,214,255,.08) 1px, transparent 1px, transparent 3px);
  opacity:.12;
  pointer-events:none;
}

.hero-preview-box__body p{margin:0; position:relative; z-index:1;}
.hero-preview-box__hint{color:rgba(42,214,255,.82);}

.button-primary,
.button-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 clamp(22px,3vw,28px);
  border-radius:999px;
  font-weight:650;
  border:1px solid transparent;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
  color:#071017;
}

.button-primary{
  background:linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow:0 20px 42px rgba(0,180,255,.35);
}

.button-primary:visited{color:#071017;}
.button-primary:hover{background:linear-gradient(135deg,#1ac2ff,#52deff); box-shadow:0 26px 52px rgba(0,180,255,.42);}
.button-primary:active{background:linear-gradient(135deg,#00a2eb,#1fcdfd); transform:translateY(1px);}

.button-outline{
  background:linear-gradient(135deg, rgba(0,180,255,.22), rgba(42,214,255,.08));
  color:var(--text);
  border-color:rgba(0,180,255,.36);
  box-shadow:0 16px 36px rgba(0,0,0,.38);
}

.button-outline:visited{color:var(--text);}
.button-outline:hover{background:linear-gradient(135deg, rgba(0,180,255,.32), rgba(42,214,255,.18)); box-shadow:0 22px 48px rgba(0,0,0,.45);}
.button-outline:active{background:linear-gradient(135deg, rgba(0,180,255,.28), rgba(42,214,255,.16)); transform:translateY(1px);}

.button-primary:focus-visible,
.button-outline:focus-visible{
  outline:2px solid var(--accent-2);
  outline-offset:2px;
  box-shadow:0 0 0 2px rgba(0,180,255,.35);
}

@media (prefers-reduced-motion: reduce){
  .button-primary,
  .button-outline{transition:none;}
}

.portfolio-grid,
.card-grid{
  margin-top:clamp(28px,4vw,40px);
  display:grid;
  gap:clamp(20px,3vw,28px);
  grid-template-columns:repeat(3,minmax(0,1fr));
}

@media (max-width:1024px){
  .portfolio-grid,
  .card-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width:720px){
  .portfolio-grid,
  .card-grid{grid-template-columns:1fr;}
}

.portfolio-card,
.card-item{
  position:relative;
  display:grid;
  gap:clamp(10px,2vw,16px);
  padding:clamp(22px,2.6vw,32px);
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(15,24,36,.96), rgba(8,13,22,.9));
  color:var(--text);
  text-decoration:none;
  box-shadow:0 20px 52px rgba(0,0,0,.48);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.portfolio-card p,
.card-item p{margin:0; color:var(--muted);}
.portfolio-card .card-cta,
.card-item .card-cta{font-weight:650; color:var(--accent);}
.portfolio-card .card-cta::after,
.card-item .card-cta::after{content:" →"; color:var(--accent-2);}

.portfolio-card:hover,
.portfolio-card:focus-visible,
.card-item:hover,
.card-item:focus-visible{
  border-color:rgba(0,180,255,.32);
  box-shadow:0 28px 68px rgba(0,0,0,.55), 0 0 0 1px rgba(0,180,255,.16);
}

@media (prefers-reduced-motion: no-preference){
  .portfolio-card:hover,
  .portfolio-card:focus-visible,
  .card-item:hover,
  .card-item:focus-visible{transform:translateY(-4px);}
}

.portfolio-card:focus-visible,
.card-item:focus-visible{outline:2px solid var(--accent-2); outline-offset:3px;}

.showcase-list{
  margin-top:clamp(32px,5vw,48px);
  display:grid;
  gap:clamp(28px,4vw,40px);
}

.showcase-block{
  display:grid;
  gap:clamp(20px,3vw,28px);
  grid-template-columns:repeat(2,minmax(0,1fr));
  padding:clamp(24px,3vw,36px);
  border-radius:26px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(12,19,30,.96), rgba(6,11,20,.9));
  box-shadow:0 24px 60px rgba(0,0,0,.5);
  position:relative;
}

@media (max-width:960px){
  .showcase-block{grid-template-columns:1fr;}
}

.showcase-content h3{margin:0 0 .4em;}
.showcase-content ul{margin:0 0 1.2em; padding-left:1.2em; display:grid; gap:6px;}
.showcase-content ul li{color:var(--muted);}
.price-hint{margin:0; color:rgba(42,214,255,.75); font-weight:600; letter-spacing:.01em;}

.mock-browser-frame{
  position:relative;
  border-radius:20px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(16,24,36,.94), rgba(8,13,22,.88));
  box-shadow:0 24px 58px rgba(0,0,0,.52);
  overflow:hidden;
}

.mock-browser-frame__top{
  display:flex;
  gap:8px;
  padding:14px 18px;
  background:linear-gradient(180deg, rgba(0,180,255,.12), rgba(0,180,255,.05));
}

.mock-browser-frame__top span{
  width:12px;
  height:12px;
  border-radius:50%;
  background:rgba(0,180,255,.5);
  box-shadow:0 0 0 2px rgba(0,180,255,.18);
}

.mock-browser-frame__body{
  min-height:180px;
  background:repeating-linear-gradient(135deg, rgba(0,180,255,.08) 0 2px, transparent 2px 14px);
  opacity:.35;
}

.steps-grid{
  margin-top:clamp(28px,4vw,40px);
  display:grid;
  gap:clamp(18px,3vw,28px);
  grid-template-columns:repeat(4,minmax(0,1fr));
}

@media (max-width:1120px){
  .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width:720px){
  .steps-grid{grid-template-columns:1fr;}
}

.step-card{
  position:relative;
  display:grid;
  gap:clamp(12px,2vw,18px);
  padding:clamp(22px,2.6vw,30px);
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(12,19,30,.95), rgba(8,13,22,.9));
  box-shadow:0 18px 48px rgba(0,0,0,.46);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.step-card p{margin:0; color:var(--muted);}

.step-card:hover,
.step-card:focus-visible{
  border-color:rgba(0,180,255,.3);
  box-shadow:0 24px 58px rgba(0,0,0,.52), 0 0 0 1px rgba(0,180,255,.16);
}

@media (prefers-reduced-motion: no-preference){
  .step-card:hover,
  .step-card:focus-visible{transform:translateY(-3px);}
}

.step-card:focus-visible{outline:2px solid var(--accent-2); outline-offset:3px;}

.badge-number{
  width:36px;
  height:36px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, var(--accent), var(--accent-2));
  color:#04121c;
  font-weight:700;
  box-shadow:0 8px 24px rgba(0,180,255,.38);
}

.tech-note{
  color:rgba(173,213,235,.85);
  background:linear-gradient(135deg, rgba(0,180,255,.12), rgba(42,214,255,.08));
  border-radius:18px;
  padding:clamp(18px,3vw,24px);
  border:1px solid rgba(0,180,255,.24);
  box-shadow:0 16px 36px rgba(0,0,0,.4);
}

.portfolio-about .button-primary{margin-top:clamp(20px,3vw,28px);}

.portfolio-cta{
  position:relative;
  background:linear-gradient(180deg, rgba(8,13,22,.96), rgba(4,8,16,.92));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.portfolio-cta::before{
  content:"";
  position:absolute;
  inset:12% 8%;
  border-radius:32px;
  background:radial-gradient(circle at 50% 50%, rgba(0,180,255,.18), transparent 68%);
  pointer-events:none;
  z-index:0;
}

.portfolio-cta .page-wrapper{position:relative; z-index:1; display:grid; gap:clamp(18px,3vw,28px); text-align:center;}

.cta-buttons{display:flex; flex-wrap:wrap; gap:clamp(12px,2vw,18px); justify-content:center;}

.reveal-on-scroll{opacity:1; transform:none;}

.js .reveal-on-scroll{
  opacity:0;
  transform:translateY(20px);
  transition:opacity .6s ease, transform .6s ease;
}

.js .reveal-on-scroll.is-visible,
.js .reveal-on-scroll.visible{
  opacity:1;
  transform:none;
}

@media (prefers-reduced-motion: reduce){
  .js .reveal-on-scroll{opacity:1 !important; transform:none !important; transition:none !important;}
  .portfolio-card,
  .step-card,
  .showcase-block{transition:none;}
}


/* Handwerk Demo Styles */
.page-demo-handwerk main{background:#f1f2f4;color:#0a0a0a;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.page-demo-handwerk main h1,
.page-demo-handwerk main h2,
.page-demo-handwerk main h3{color:#101010;font-weight:700;letter-spacing:-0.01em;}
.page-demo-handwerk main p,
.page-demo-handwerk main blockquote,
.page-demo-handwerk main figcaption{color:#1a1a1a;}

.demo-handwerk-section-wrap{width:min(1100px,92%);margin:0 auto;padding:clamp(40px,6vw,80px) 0;display:grid;gap:clamp(24px,4vw,36px);}

.demo-handwerk-hero{background:#f4f4f4;padding:clamp(48px,7vw,96px) 0;}
.demo-handwerk-hero__content{width:min(1100px,92%);margin:0 auto;display:grid;gap:clamp(32px,6vw,48px);align-items:center;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.demo-handwerk-hero__text{display:grid;gap:clamp(18px,3vw,28px);}
.demo-handwerk-hero__text p{font-size:clamp(1rem,2.1vw,1.2rem);line-height:1.6;max-width:36ch;}
.demo-handwerk-hero__actions{display:flex;flex-wrap:wrap;gap:clamp(12px,2vw,18px);}
.demo-handwerk-hero__visual{display:flex;justify-content:center;}
.demo-handwerk-hero__placeholder{min-height:220px;width:100%;max-width:420px;border:2px dashed #c0c3c8;border-radius:18px;background:#ffffff;color:#5d646d;font-weight:600;display:flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:0.08em;}

.demo-handwerk-button-primary,
.demo-handwerk-button-secondary{display:inline-flex;align-items:center;justify-content:center;padding:0.85em 1.6em;border-radius:999px;font-weight:600;font-size:0.98rem;text-decoration:none;transition:transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;min-width:fit-content;}
.demo-handwerk-button-primary{background:#e3a300;color:#0a0a0a;box-shadow:0 10px 24px -14px rgba(227,163,0,.6);border:1px solid #d89600;}
.demo-handwerk-button-primary:focus-visible,
.demo-handwerk-button-primary:hover{background:#cf9600;box-shadow:0 18px 26px -12px rgba(207,150,0,.45);transform:translateY(-1px);}
.demo-handwerk-button-primary:focus-visible{outline:3px solid rgba(15,76,129,.6);outline-offset:3px;}
.demo-handwerk-button-secondary{background:transparent;color:#0a0a0a;border:2px solid #d1d3d8;}
.demo-handwerk-button-secondary:focus-visible,
.demo-handwerk-button-secondary:hover{border-color:#b5b8be;color:#1a1a1a;transform:translateY(-1px);} 
.demo-handwerk-button-secondary:focus-visible{outline:3px solid rgba(15,76,129,.6);outline-offset:3px;}

.demo-handwerk-services{background:#ffffff;}
.demo-handwerk-services__grid{display:grid;gap:clamp(20px,3vw,28px);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}
.demo-handwerk-service-card{background:#ffffff;border:1px solid #dddddd;border-radius:20px;padding:clamp(20px,3vw,26px);box-shadow:0 14px 28px -24px rgba(0,0,0,.35);display:grid;gap:12px;}
.demo-handwerk-service-card h3{font-size:1.25rem;}
.demo-handwerk-service-card p{line-height:1.6;}

.demo-handwerk-projects{background:#f7f7f7;}
.demo-handwerk-projects__list{display:grid;gap:clamp(28px,4vw,36px);}
.demo-handwerk-project{display:grid;gap:18px;}
.demo-handwerk-project__images{display:grid;gap:clamp(18px,3vw,24px);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}
.demo-handwerk-project__image{background:#ffffff;border:1px solid #d3d5da;border-radius:18px;position:relative;min-height:160px;display:flex;align-items:center;justify-content:center;padding:20px;text-align:center;}
.demo-handwerk-project__tag{position:absolute;top:16px;left:16px;background:#e3a300;color:#0a0a0a;font-weight:600;font-size:0.75rem;padding:6px 12px;border-radius:999px;letter-spacing:0.05em;text-transform:uppercase;}
.demo-handwerk-project__tag--after{background:#1d6f3b;color:#f4f9f1;}
.demo-handwerk-project__placeholder{color:#5a6068;font-weight:500;line-height:1.4;}
.demo-handwerk-project__description{line-height:1.7;color:#1b1f24;font-weight:500;}

.demo-handwerk-feedback{background:#ffffff;}
.demo-handwerk-feedback__list{display:grid;gap:clamp(20px,3vw,28px);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));}
.demo-handwerk-feedback__item{background:#fafafa;border:1px solid #dddddd;border-radius:18px;padding:clamp(20px,3vw,26px);display:grid;gap:14px;}
.demo-handwerk-feedback__item blockquote{margin:0;font-size:1.05rem;line-height:1.6;font-weight:500;}
.demo-handwerk-feedback__item figcaption{font-size:0.9rem;color:#424851;}

.demo-handwerk-area{background:#f7f7f7;}
.demo-handwerk-area p{max-width:60ch;line-height:1.6;}
.demo-handwerk-area__map{border:2px dashed #c0c3c8;border-radius:18px;min-height:220px;display:flex;align-items:center;justify-content:center;background:#ffffff;color:#4d525a;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;}

.demo-handwerk-cta{background:#ffffff;}
.demo-handwerk-cta .demo-handwerk-section-wrap{background:#fff7e3;border:1px solid #f1d99d;border-radius:26px;padding:clamp(36px,6vw,56px);text-align:center;box-shadow:0 16px 32px -24px rgba(227,163,0,.45);}
.demo-handwerk-cta p{line-height:1.7;font-size:1.05rem;color:#2a2e34;}
.demo-handwerk-cta__actions{display:flex;flex-wrap:wrap;gap:clamp(14px,3vw,20px);justify-content:center;}

@media (max-width:640px){
  .demo-handwerk-hero__placeholder{min-height:180px;}
  .demo-handwerk-project__images{grid-template-columns:1fr;}
}

/* Gastro-Demo spezifische Gestaltung */
.demo-gastro-page{
  --demo-gastro-accent:#c9a35a;
  --demo-gastro-accent-soft:#d4b16e;
  --demo-gastro-accent-highlight:#e2c88a;
  --demo-gastro-text:#f5ebd5;
  --demo-gastro-text-soft:rgba(245,235,213,0.72);
  --demo-gastro-surface:rgba(24,17,12,0.92);
  --demo-gastro-surface-strong:rgba(14,9,6,0.9);
  background:#080604;
  color:var(--demo-gastro-text);
}

.demo-gastro-page .topbar,
.demo-gastro-page .footer{
  background:transparent;
}

.demo-gastro-page .footer{
  border-top:1px solid rgba(201,163,90,0.25);
}

.demo-gastro-section-wrap{
  max-width:1120px;
  margin:0 auto;
  padding:clamp(64px, 12vw, 128px) clamp(24px, 6vw, 72px);
}

.demo-gastro-section-header{
  display:grid;
  gap:clamp(12px, 3vw, 18px);
  margin-bottom:clamp(32px, 6vw, 48px);
}

.demo-gastro-section-header h2{
  margin:0;
  color:var(--demo-gastro-text);
  letter-spacing:0.02em;
}

.demo-gastro-section-header > p{
  margin:0;
  color:var(--demo-gastro-text-soft);
  max-width:68ch;
}

.demo-gastro-hero{
  position:relative;
  overflow:hidden;
  color:var(--demo-gastro-text);
  background:
    radial-gradient(circle at 18% 24%, rgba(201,163,90,0.28), transparent 58%),
    radial-gradient(circle at 82% 8%, rgba(120,64,32,0.2), transparent 60%),
    linear-gradient(145deg, #060402 0%, #120a07 55%, #1c120a 100%);
}

.demo-gastro-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 50% 100%, rgba(201,163,90,0.12), transparent 65%);
  mix-blend-mode:screen;
}

.demo-gastro-hero-layout{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:clamp(32px, 7vw, 88px);
  align-items:center;
}

.demo-gastro-hero-text{
  display:grid;
  gap:clamp(20px, 4vw, 36px);
  max-width:640px;
}

.demo-gastro-hero-text h1{
  margin:0;
  font-size:clamp(42px, 6vw, 76px);
  line-height:1.05;
  letter-spacing:0.015em;
}

.demo-gastro-hero-lead{
  font-size:clamp(20px, 2.6vw, 28px);
  color:var(--demo-gastro-text-soft);
  line-height:1.5;
}

.demo-gastro-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.demo-gastro-button-primary,
.demo-gastro-button-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0.85em 1.9em;
  border-radius:9999px;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
  font-size:clamp(14px, 1.2vw, 15.5px);
  line-height:1.2;
  text-decoration:none;
  cursor:pointer;
  transition:transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.demo-gastro-button-primary{
  color:#1b1308;
  background:linear-gradient(135deg, var(--demo-gastro-accent-highlight) 0%, var(--demo-gastro-accent) 100%);
  border:1px solid rgba(201,163,90,0.85);
  box-shadow:0 14px 40px rgba(201,163,90,0.28);
}

.demo-gastro-button-primary:hover,
.demo-gastro-button-primary:focus-visible{
  transform:translateY(-1px);
  box-shadow:0 18px 48px rgba(201,163,90,0.35);
  background:linear-gradient(135deg, var(--demo-gastro-accent) 0%, var(--demo-gastro-accent-soft) 100%);
}

.demo-gastro-button-secondary{
  color:var(--demo-gastro-text);
  background:transparent;
  border:1px solid rgba(201,163,90,0.55);
  box-shadow:0 0 0 1px rgba(201,163,90,0.18);
}

.demo-gastro-button-secondary:hover,
.demo-gastro-button-secondary:focus-visible{
  transform:translateY(-1px);
  border-color:rgba(201,163,90,0.8);
  box-shadow:0 12px 36px rgba(201,163,90,0.25);
  background:rgba(201,163,90,0.12);
}

.demo-gastro-button-primary:focus-visible,
.demo-gastro-button-secondary:focus-visible,
.demo-gastro-menu-tab:focus-visible{
  outline:3px solid rgba(226,200,138,0.85);
  outline-offset:3px;
}

.demo-gastro-hero-frame{
  position:relative;
}

.demo-gastro-hero-frame-inner{
  position:relative;
  border-radius:40px;
  padding:clamp(32px, 6vw, 60px);
  background:linear-gradient(160deg, rgba(28,20,14,0.96), rgba(11,8,6,0.9));
  border:1px solid rgba(201,163,90,0.35);
  box-shadow:0 0 0 1px rgba(201,163,90,0.24), 0 28px 68px rgba(0,0,0,0.55);
  display:grid;
  gap:16px;
  text-align:center;
  color:var(--demo-gastro-text);
}

.demo-gastro-hero-frame-inner::before{
  content:"";
  position:absolute;
  inset:-4px;
  border-radius:inherit;
  background:linear-gradient(135deg, rgba(201,163,90,0.6), rgba(110,65,30,0.25));
  filter:blur(14px);
  opacity:0.65;
  z-index:-1;
}

.demo-gastro-hero-frame-placeholder{
  margin:0;
  font-size:clamp(20px, 2.6vw, 26px);
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:rgba(245,235,213,0.68);
}

.demo-gastro-hero-frame-note{
  margin:0;
  font-size:clamp(18px, 2.2vw, 22px);
  color:var(--demo-gastro-text-soft);
  letter-spacing:0.04em;
}

.demo-gastro-menu{
  background:linear-gradient(180deg, #080604 0%, #130d09 60%, #1a120c 100%);
}

.demo-gastro-menu-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:32px;
}

.demo-gastro-menu-tab{
  appearance:none;
  background:rgba(34,24,16,0.65);
  border:1px solid rgba(201,163,90,0.35);
  color:var(--demo-gastro-text-soft);
  padding:0.75em 1.8em;
  border-radius:9999px;
  font-weight:600;
  letter-spacing:0.07em;
  text-transform:uppercase;
  font-size:0.9rem;
  cursor:pointer;
  transition:background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.demo-gastro-menu-tab[aria-selected="true"]{
  background:rgba(201,163,90,0.22);
  border-color:rgba(201,163,90,0.65);
  color:var(--demo-gastro-text);
  box-shadow:0 14px 38px rgba(201,163,90,0.25);
  transform:translateY(-2px);
}

.demo-gastro-menu-panels{
  position:relative;
}

.demo-gastro-menu-panel{
  display:none;
  border-radius:36px;
  border:1px solid rgba(201,163,90,0.28);
  background:linear-gradient(160deg, rgba(26,18,12,0.96), rgba(11,8,6,0.9));
  padding:clamp(28px, 5vw, 52px);
  box-shadow:0 28px 64px rgba(0,0,0,0.55);
  color:var(--demo-gastro-text);
}

.demo-gastro-menu-panel.active{
  display:block;
}

.demo-gastro-menu-panel[hidden]{
  display:none !important;
}

.demo-gastro-menu-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:18px;
  font-size:clamp(18px, 2.1vw, 24px);
  letter-spacing:0.015em;
}

.demo-gastro-gallery{
  background:linear-gradient(180deg, #17100c 0%, #0c0806 100%);
}

.demo-gastro-gallery-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:clamp(24px, 4vw, 40px);
}

.demo-gastro-gallery-item{
  border-radius:40px;
  padding:clamp(36px, 7vw, 60px);
  border:1px solid rgba(201,163,90,0.32);
  background:linear-gradient(155deg, rgba(26,18,12,0.95), rgba(11,8,6,0.9));
  color:rgba(245,235,213,0.68);
  letter-spacing:0.08em;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  min-height:180px;
  box-shadow:0 0 0 1px rgba(201,163,90,0.2), 0 26px 60px rgba(0,0,0,0.48);
}

.demo-gastro-gallery-note{
  margin-top:clamp(24px, 4vw, 36px);
  color:var(--demo-gastro-text-soft);
}

.demo-gastro-story{
  background:linear-gradient(180deg, #0d0906 0%, #18100b 100%);
}

.demo-gastro-story-content{
  display:grid;
  gap:clamp(24px, 4vw, 36px);
  max-width:780px;
}

.demo-gastro-story-content p{
  margin:0;
  color:var(--demo-gastro-text-soft);
  line-height:1.65;
}

.demo-gastro-callout{
  border-radius:30px;
  border:1px solid rgba(201,163,90,0.45);
  padding:clamp(24px, 5vw, 40px);
  background:linear-gradient(155deg, rgba(28,20,14,0.95), rgba(13,9,6,0.9));
  box-shadow:0 24px 60px rgba(0,0,0,0.5);
  display:grid;
  gap:18px;
}

.demo-gastro-callout p{
  margin:0;
  color:var(--demo-gastro-text);
  font-weight:600;
  letter-spacing:0.04em;
}

.demo-gastro-location{
  background:linear-gradient(180deg, #0b0806 0%, #160f0b 100%);
}

.demo-gastro-location-layout{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:clamp(28px, 5vw, 56px);
  align-items:start;
}

.demo-gastro-location-details{
  display:grid;
  gap:18px;
}

.demo-gastro-location-address{
  margin:0;
  font-size:clamp(20px, 2.4vw, 26px);
  color:var(--demo-gastro-text);
  line-height:1.5;
}

.demo-gastro-opening-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
  color:var(--demo-gastro-text-soft);
  font-size:clamp(18px, 2vw, 22px);
}

.demo-gastro-mapplaceholder{
  border-radius:36px;
  min-height:240px;
  border:1px solid rgba(201,163,90,0.32);
  background:linear-gradient(150deg, rgba(24,17,12,0.95), rgba(10,7,5,0.9));
  color:rgba(245,235,213,0.65);
  letter-spacing:0.08em;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:clamp(24px, 5vw, 40px);
  box-shadow:0 0 0 1px rgba(201,163,90,0.2), 0 24px 58px rgba(0,0,0,0.5);
}

.demo-gastro-location-cta{
  margin-top:clamp(32px, 6vw, 52px);
}

.demo-gastro-cta{
  background:linear-gradient(160deg, #080605 0%, #140d0a 55%, #1d140d 100%);
}

.demo-gastro-cta-inner{
  border-radius:40px;
  padding:clamp(40px, 7vw, 64px);
  border:1px solid rgba(201,163,90,0.4);
  background:linear-gradient(160deg, rgba(26,18,12,0.95), rgba(12,9,7,0.9));
  box-shadow:0 0 0 1px rgba(201,163,90,0.24), 0 30px 68px rgba(0,0,0,0.55);
  display:grid;
  gap:clamp(24px, 4vw, 36px);
  text-align:center;
}

.demo-gastro-cta-inner h2{
  margin:0;
  font-size:clamp(32px, 4.8vw, 48px);
  letter-spacing:0.015em;
}

.demo-gastro-cta-inner p{
  margin:0 auto;
  max-width:620px;
  color:var(--demo-gastro-text-soft);
  font-size:clamp(18px, 2.2vw, 22px);
}

.demo-gastro-cta-actions{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.demo-gastro-menu-panel,
.demo-gastro-gallery-item,
.demo-gastro-callout,
.demo-gastro-cta-inner,
.demo-gastro-hero-frame-inner{
  backdrop-filter:blur(8px);
}

@media (max-width: 960px){
  .demo-gastro-hero-layout{grid-template-columns:1fr;}
  .demo-gastro-hero-frame{justify-self:center;}
}

@media (max-width: 840px){
  .demo-gastro-location-layout{grid-template-columns:1fr;}
  .demo-gastro-mapplaceholder{min-height:200px;}
}

@media (prefers-reduced-motion: reduce){
  .demo-gastro-button-primary,
  .demo-gastro-button-secondary,
  .demo-gastro-menu-tab{
    transition:none;
  }
}

/* --- Neue Gastro-Inszenierung --- */
.demo-gastro-page {
  --gastro-bg: #0b0b0b;
  --gastro-accent: #c98d5a;
  --gastro-text: #f5efe6;
  --gastro-soft: #181818;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 20% 20%, rgba(217, 155, 106, 0.12), transparent 55%),
    radial-gradient(circle at 80% 10%, rgba(174, 90, 65, 0.18), transparent 60%),
    linear-gradient(160deg, #0a0a0a, #121212);
  color: var(--gastro-text);
  line-height: 1.7;
}

.demo-gastro-page main {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  background: transparent;
}

.demo-gastro-container {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.demo-gastro-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: clamp(4rem, 12vw, 7rem) 0;
  overflow: hidden;
}

.demo-gastro-hero-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 18, 16, 0.9), rgba(12, 10, 10, 0.85));
  mix-blend-mode: lighten;
  pointer-events: none;
}

.demo-gastro-hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(3rem, 8vw, 6rem);
  z-index: 1;
}

.demo-gastro-hero-text h1 {
  font-size: clamp(3.5rem, 8vw, 6rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.demo-gastro-hero-lead {
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}

.demo-gastro-hero-sub {
  max-width: 32ch;
  color: rgba(245, 239, 230, 0.7);
  margin-bottom: 2.5rem;
}

.demo-gastro-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.demo-gastro-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-gastro-hero-visual-inner {
  position: relative;
  width: min(480px, 70vw);
  aspect-ratio: 4 / 5;
  border-radius: 2.5rem;
  background: linear-gradient(160deg, rgba(201, 141, 90, 0.2), rgba(21, 16, 14, 0.95));
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.55), 0 0 60px rgba(217, 155, 106, 0.25);
  display: grid;
  place-items: center;
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.demo-gastro-hero-visual-inner::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(201, 141, 90, 0.35), rgba(12, 10, 10, 0.9));
  filter: blur(4px);
}

.demo-gastro-hero-visual-inner span {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(245, 239, 230, 0.6);
}

.demo-gastro-button-primary,
.demo-gastro-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.9rem 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.demo-gastro-button-primary {
  background: linear-gradient(90deg, #c98d5a, #d8a86c);
  color: #0a0a0a;
  border: none;
  box-shadow: 0 18px 35px rgba(201, 141, 90, 0.35);
}

.demo-gastro-button-primary:hover,
.demo-gastro-button-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 45px rgba(201, 141, 90, 0.45);
}

.demo-gastro-button-secondary {
  border: 1px solid var(--gastro-accent);
  color: var(--gastro-text);
  background: transparent;
}

.demo-gastro-button-secondary:hover,
.demo-gastro-button-secondary:focus-visible {
  background: rgba(201, 141, 90, 0.12);
  transform: translateY(-2px);
}

.demo-gastro-button-primary:focus-visible,
.demo-gastro-button-secondary:focus-visible {
  outline: 3px solid #f3c59b;
  outline-offset: 4px;
}

.demo-gastro-philosophy {
  position: relative;
  padding: clamp(4rem, 10vw, 6rem) 0;
  text-align: center;
}

.demo-gastro-philosophy::before,
.demo-gastro-philosophy::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(960px, 88vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 141, 90, 0.8), transparent);
  transform: translateX(-50%);
}

.demo-gastro-philosophy::before {
  top: 0;
}

.demo-gastro-philosophy::after {
  bottom: 0;
}

.demo-gastro-philosophy-header h2 {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.demo-gastro-philosophy-statements {
  display: flex;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  flex-wrap: wrap;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.demo-gastro-philosophy-text {
  max-width: 60ch;
  margin: 0 auto;
  color: rgba(245, 239, 230, 0.72);
}

.demo-gastro-showcase {
  position: relative;
  padding: clamp(4rem, 10vw, 6rem) 0;
}

.demo-gastro-showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 6rem);
  align-items: start;
}

.demo-gastro-showcase-text h2 {
  font-size: clamp(2.8rem, 6vw, 3.6rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.demo-gastro-showcase-text p {
  margin-bottom: 1rem;
  color: rgba(245, 239, 230, 0.75);
}

.demo-gastro-showcase-gallery {
  display: grid;
  gap: 2rem;
}

.demo-gastro-showcase-image {
  position: relative;
  border-radius: 2.2rem;
  padding: 5rem 2rem;
  background: linear-gradient(200deg, rgba(201, 141, 90, 0.16), rgba(18, 18, 18, 0.95));
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 50px rgba(174, 90, 65, 0.25);
  overflow: hidden;
}

.demo-gastro-showcase-image::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 1.8rem;
  border: 1px solid rgba(201, 141, 90, 0.25);
  pointer-events: none;
}

.demo-gastro-showcase-image span {
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(245, 239, 230, 0.55);
}

.demo-gastro-showcase-note {
  display: block;
  margin-top: 2rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 239, 230, 0.45);
}

.demo-gastro-atmosphere {
  position: relative;
  padding: clamp(4.5rem, 11vw, 7rem) 0;
  overflow: hidden;
}

.demo-gastro-atmosphere-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(24, 20, 18, 0.85), rgba(11, 11, 11, 0.9));
  mix-blend-mode: screen;
}

.demo-gastro-atmosphere h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(2.6rem, 6vw, 3.4rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}

.demo-gastro-atmosphere-quotes {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}

.demo-gastro-atmosphere blockquote {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-style: italic;
  color: rgba(245, 239, 230, 0.75);
}

.demo-gastro-moodscroll {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
}

.demo-gastro-moodscroll::-webkit-scrollbar {
  height: 6px;
}

.demo-gastro-moodscroll::-webkit-scrollbar-thumb {
  background: rgba(201, 141, 90, 0.4);
  border-radius: 999px;
}

.demo-gastro-moodcard {
  flex: 0 0 auto;
  scroll-snap-align: center;
  background: var(--gastro-soft);
  border-radius: 1.6rem;
  border: 1px solid rgba(201, 141, 90, 0.45);
  padding: 2.5rem 2.2rem;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245, 239, 230, 0.75);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4), 0 16px 32px rgba(0, 0, 0, 0.45);
}

.demo-gastro-location {
  position: relative;
  padding: clamp(4rem, 10vw, 6rem) 0;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0.98), rgba(10, 10, 10, 0.92));
  border-top: 1px solid rgba(201, 141, 90, 0.4);
}

.demo-gastro-location-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.demo-gastro-location h2 {
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}

.demo-gastro-location-address {
  display: grid;
  gap: 0.3rem;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.demo-gastro-opening p {
  margin: 0;
  color: rgba(245, 239, 230, 0.68);
}

.demo-gastro-location-map {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.demo-gastro-mapplaceholder {
  width: 100%;
  min-height: 320px;
  border-radius: 2rem;
  border: 1px solid rgba(201, 141, 90, 0.4);
  display: grid;
  place-items: center;
  color: rgba(245, 239, 230, 0.55);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  background: linear-gradient(145deg, rgba(201, 141, 90, 0.08), rgba(24, 24, 24, 0.95));
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 40px rgba(174, 90, 65, 0.3);
}

.demo-gastro-location-cta {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-start;
}

.demo-gastro-cta {
  position: relative;
  padding: clamp(4rem, 10vw, 6rem) 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.95), rgba(10, 10, 10, 0.98));
  box-shadow: inset 0 30px 60px rgba(201, 141, 90, 0.15);
}

.demo-gastro-cta-inner {
  display: grid;
  gap: 1.5rem;
  text-align: center;
}

.demo-gastro-cta-inner h2 {
  font-size: clamp(2.6rem, 6vw, 3.6rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.demo-gastro-cta-inner p {
  margin: 0 auto;
  max-width: 54ch;
  color: rgba(245, 239, 230, 0.7);
}

.demo-gastro-cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .demo-gastro-hero-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .demo-gastro-hero-text {
    align-items: center;
  }

  .demo-gastro-hero-visual {
    justify-content: center;
  }

  .demo-gastro-hero-visual-inner {
    margin: 0 auto;
  }

  .demo-gastro-showcase-layout,
  .demo-gastro-location-layout {
    grid-template-columns: 1fr;
  }

  .demo-gastro-location-cta {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .demo-gastro-moodcard {
    padding: 2rem 1.8rem;
  }

  .demo-gastro-hero-text h1 {
    letter-spacing: 0.1em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .demo-gastro-button-primary,
  .demo-gastro-button-secondary {
    transition: none;
  }

  .demo-gastro-button-primary:hover,
  .demo-gastro-button-primary:focus-visible,
  .demo-gastro-button-secondary:hover,
  .demo-gastro-button-secondary:focus-visible {
    transform: none;
  }
}

/* --- Überarbeitung Hero & Footer für Demo-Gastro --- */
.demo-gastro-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 11vw, 6.5rem) 0;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 20% 25%, rgba(201, 141, 90, 0.18), transparent 55%),
    radial-gradient(circle at 80% 10%, rgba(120, 64, 32, 0.16), transparent 65%),
    linear-gradient(150deg, #080505 0%, #120906 52%, #1a100a 100%);
  color: #f5efe6;
}

.demo-gastro-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 108%, rgba(217, 155, 106, 0.22), transparent 72%);
  mix-blend-mode: screen;
}

.demo-gastro-hero::before {
  content: "";
  position: absolute;
  width: min(520px, 80vw);
  height: min(320px, 48vw);
  bottom: clamp(3rem, 10vw, 6rem);
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle at 50% 50%, rgba(233, 186, 130, 0.28), transparent 70%);
  filter: blur(0.5px);
  opacity: 0.75;
  pointer-events: none;
}

.demo-gastro-hero-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(24, 16, 12, 0.88), rgba(7, 4, 3, 0.92));
  pointer-events: none;
}

.demo-gastro-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1200px, 92vw);
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 3.5rem);
}

.demo-gastro-hero-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.demo-gastro-hero-text {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 1.9rem);
  max-width: 620px;
}

.demo-gastro-hero-text h1 {
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.6rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.02;
}

.demo-gastro-hero-tagline {
  margin: 0;
  font-size: clamp(1.2rem, 3vw, 1.9rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(245, 239, 230, 0.82);
}

.demo-gastro-hero-desc {
  margin: 0;
  max-width: 40ch;
  font-size: clamp(1.05rem, 2.6vw, 1.25rem);
  line-height: 1.6;
  color: rgba(245, 239, 230, 0.85);
}

.demo-gastro-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: clamp(1.8rem, 4vw, 2.6rem);
}

.demo-gastro-button-primary,
.demo-gastro-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85em 2.4em;
  border-radius: 999px;
  font-size: clamp(0.94rem, 1.1vw, 1.05rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.demo-gastro-button-primary {
  color: #1d1409;
  background: linear-gradient(135deg, #ddb37a 0%, #b8743d 100%);
  border: 1px solid rgba(201, 141, 90, 0.85);
  box-shadow: none;
}

.demo-gastro-button-primary:hover,
.demo-gastro-button-primary:focus-visible {
  background: linear-gradient(135deg, #e4bf8d 0%, #c5824c 100%);
  color: #1d1409;
  transform: translateY(-1px);
}

.demo-gastro-button-secondary {
  color: #f5efe6;
  background: transparent;
  border: 1px solid rgba(201, 141, 90, 0.58);
}

.demo-gastro-button-secondary:hover,
.demo-gastro-button-secondary:focus-visible {
  border-color: rgba(233, 186, 130, 0.75);
  color: #fcead4;
  background: rgba(201, 141, 90, 0.12);
  transform: translateY(-1px);
}

.demo-gastro-button-primary:focus-visible,
.demo-gastro-button-secondary:focus-visible,
.demo-gastro-menu-tab:focus-visible {
  outline: 3px solid rgba(226, 200, 138, 0.85);
  outline-offset: 3px;
}

.demo-gastro-hero-mood {
  display: flex;
  justify-content: center;
}

.demo-gastro-hero-mood-frame {
  position: relative;
  width: min(420px, 76vw);
  padding: clamp(2.2rem, 6vw, 3rem);
  border-radius: 1.6rem;
  background: linear-gradient(160deg, rgba(20, 13, 9, 0.96) 0%, rgba(5, 3, 2, 0.92) 100%);
  border: 1px solid rgba(201, 141, 90, 0.38);
  box-shadow: 0 26px 62px rgba(0, 0, 0, 0.55);
  display: grid;
  gap: 1.2rem;
  text-align: center;
  color: #f5efe6;
  overflow: hidden;
}

.demo-gastro-hero-mood-frame::before {
  content: "";
  position: absolute;
  inset: 14%;
  border-radius: 1rem;
  background: radial-gradient(circle at 50% 35%, rgba(201, 141, 90, 0.4), rgba(9, 6, 4, 0.85) 70%);
  opacity: 0.85;
  pointer-events: none;
}

.demo-gastro-hero-mood-placeholder,
.demo-gastro-hero-mood-note {
  position: relative;
  z-index: 1;
}

.demo-gastro-hero-mood-placeholder {
  font-size: 0.95rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(245, 239, 230, 0.72);
}

.demo-gastro-hero-mood-note {
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 239, 230, 0.78);
}

.demo-gastro-fadein {
  opacity: 0;
  transform: translateY(6px);
  animation: demo-gastro-hero-fade 680ms ease-out forwards;
}

@keyframes demo-gastro-hero-fade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .demo-gastro-hero-columns {
    grid-template-columns: 1fr;
  }

  .demo-gastro-hero-mood {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .demo-gastro-hero-inner {
    padding: 0 clamp(1rem, 6vw, 2rem);
  }

  .demo-gastro-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .demo-gastro-button-primary,
  .demo-gastro-button-secondary {
    width: 100%;
  }

  .demo-gastro-hero-mood {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .demo-gastro-fadein {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.demo-gastro-footer {
  background: #0a0a0a;
  color: #f5efe6;
  border-top: 1px solid rgba(201, 141, 90, 0.4);
}

.demo-gastro-footer .wrap {
  color: inherit;
}

.demo-gastro-footer .footer-text,
.demo-gastro-footer .footer-copy {
  color: rgba(245, 239, 230, 0.8);
}

.demo-gastro-footer .footer-heading {
  color: #f8e8d6;
}

.demo-gastro-footer .footer-links a {
  color: rgba(245, 239, 230, 0.78);
  transition: color 200ms ease;
}

.demo-gastro-footer .footer-links a:hover,
.demo-gastro-footer .footer-links a:focus-visible {
  color: #f9d5a5;
}

.demo-gastro-footer .brand-name {
  color: #f8e8d6;
}

/* Demo Hotel spezifische Gestaltung */
.demo-hotel-page {
  background-color: #f8f7f4;
  color: #1a1a1a;
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  padding-block: 4rem;
}

.demo-hotel-section {
  padding-block: 2.5rem;
}

.demo-hotel-inner {
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  display: block;
}

.demo-hotel-card {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  padding: 2.5rem;
  color: #1a1a1a;
}

.demo-hotel-welcome-card {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), #fdfcf8);
}

.demo-hotel-welcome__header h1 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  margin-bottom: 0.35em;
}

.demo-hotel-tagline {
  font-size: 1.2rem;
  color: #3a3a3a;
  margin: 0;
}

.demo-hotel-lead {
  margin-block: 1.5rem;
  color: #3a3a3a;
  max-width: 46ch;
}

.demo-hotel-welcome__visual {
  display: flex;
  justify-content: center;
}

.demo-hotel-image-placeholder {
  background: #e9e3d5;
  border-radius: 1.5rem;
  min-height: 240px;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a3a3a;
  font-weight: 500;
  text-align: center;
  border: 1px solid rgba(207, 216, 229, 0.8);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.demo-hotel-buttons-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.demo-hotel-button-primary,
.demo-hotel-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
  text-decoration: none;
}

.demo-hotel-button-primary {
  background: #cfd8e5;
  color: #1a1a1a;
  border: none;
  box-shadow: 0 10px 20px rgba(207, 216, 229, 0.5);
  font-weight: 600;
}

.demo-hotel-button-primary:hover,
.demo-hotel-button-primary:focus-visible {
  background: #bcc9dc;
  transform: translateY(-2px);
}

.demo-hotel-button-secondary {
  background: #ffffff;
  color: #1a1a1a;
  border: 2px solid #cfd8e5;
  font-weight: 500;
}

.demo-hotel-button-secondary:hover,
.demo-hotel-button-secondary:focus-visible {
  border-color: #aebcd3;
  transform: translateY(-2px);
}

.demo-hotel-button-primary:focus-visible,
.demo-hotel-button-secondary:focus-visible {
  outline: 2px solid #1a1a1a;
  outline-offset: 3px;
}

.demo-hotel-section-heading {
  margin-bottom: 2rem;
  max-width: 720px;
}

.demo-hotel-section-heading h2 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin-bottom: 0.75rem;
}

.demo-hotel-section-heading p {
  margin: 0;
  color: #3a3a3a;
}

.demo-hotel-rooms-grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.demo-hotel-roomcard {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
  padding: 1.75rem;
  color: #1a1a1a;
}

.demo-hotel-roomcard__visual {
  background: #f4f2ec;
  border-radius: 0.9rem;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a3a3a;
  font-weight: 500;
  text-align: center;
  border: 1px solid rgba(201, 209, 220, 0.6);
}

.demo-hotel-roomcard h3 {
  font-size: 1.25rem;
  margin: 0;
}

.demo-hotel-roomcard p {
  margin: 0;
  color: #3a3a3a;
}

.demo-hotel-roomcard__link {
  margin-top: auto;
  color: #1a1a1a;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #cfd8e5;
  text-underline-offset: 0.3em;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}

.demo-hotel-roomcard__link:hover,
.demo-hotel-roomcard__link:focus-visible {
  color: #3a3a3a;
  text-decoration-color: #aebcd3;
  outline: none;
}

.demo-hotel-amenities {
  background: #e9e3d5;
  border-radius: 1.5rem;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.demo-hotel-amenities-inner {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: start;
}

.demo-hotel-amenities-text h2 {
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  margin-bottom: 1rem;
}

.demo-hotel-amenities-text p {
  margin-bottom: 1rem;
  color: #3a3a3a;
}

.demo-hotel-amenities-list {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 1.25rem;
  padding: 1.75rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.demo-hotel-amenities-subheading {
  font-size: 1.15rem;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.demo-hotel-amenities-list ul {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.75rem;
  color: #3a3a3a;
}

.demo-hotel-location-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.demo-hotel-location-content {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
}

.demo-hotel-location-text p {
  margin: 0 0 0.75rem 0;
  color: #3a3a3a;
}

.demo-hotel-location-mapplaceholder {
  background: #cfd8e5;
  border-radius: 1rem;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid rgba(186, 198, 214, 0.8);
}

.demo-hotel-location-meta {
  font-size: 0.95rem;
  color: #3a3a3a;
  display: grid;
  gap: 0.35rem;
}

.demo-hotel-cta-card {
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), #f7f4ed);
  padding-inline: clamp(2rem, 6vw, 3.5rem);
}

.demo-hotel-cta-card h2 {
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  margin-bottom: 1rem;
}

.demo-hotel-cta-card p {
  margin: 0 auto 1.5rem;
  max-width: 52ch;
  color: #3a3a3a;
}

@media (max-width: 720px) {
  .demo-hotel-page {
    padding-block: 2.5rem;
  }

  .demo-hotel-card {
    padding: 2rem;
  }

  .demo-hotel-buttons-row {
    justify-content: center;
  }

  .demo-hotel-amenities-inner {
    gap: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .demo-hotel-button-primary,
  .demo-hotel-button-secondary {
    transition: none;
  }
}

/* Demo Hotel – Magazin-Stil */
.demo-hotel-body{
  background:#f8f7f4;
  color:#1a1a1a;
  background-image:none;
}
.demo-hotel-body::after{display:none;}
.demo-hotel-page{
  background-color:#f8f7f4;
  color:#1a1a1a;
  font-family:"Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height:1.6;
  display:grid;
  gap:3rem;
  padding-block:3rem 4rem;
}

.demo-hotel-page a{color:#3a3a3a; text-decoration:underline;}
.demo-hotel-page a:hover{color:#1a1a1a;}

.demo-hotel-inner{
  max-width:1120px;
  margin-inline:auto;
  padding-inline:1.5rem;
}

.demo-hotel-intro{
  background:#f6f3eb;
  padding-block:clamp(3rem, 10vw, 6rem);
}
.demo-hotel-headline{
  font-size:clamp(2.2rem, 5vw, 3.4rem);
  font-weight:600;
  color:#1a1a1a;
  text-align:center;
  max-width:60ch;
  margin:0 auto 1.25rem;
  line-height:1.25;
}
.demo-hotel-subline{
  font-size:clamp(1rem, 2.6vw, 1.2rem);
  color:#3a3a3a;
  text-align:center;
  max-width:50ch;
  margin:0 auto;
  line-height:1.5;
}

.demo-hotel-spread{
  background:#ffffff;
  border-radius:2rem;
  box-shadow:0 40px 80px rgba(0,0,0,0.08);
  margin:0 auto;
  max-width:1120px;
  padding:clamp(2rem, 5vw, 3rem);
  display:flex;
  flex-wrap:wrap;
  gap:2.5rem;
}
.demo-hotel-spread-img{
  flex:1 1 320px;
  background:#e9e3d5;
  border-radius:1.5rem;
  border:1px solid rgba(173, 181, 199, 0.35);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:260px;
  font-weight:500;
  color:#1a1a1a;
  text-align:center;
  padding:2rem;
}
.demo-hotel-spread-text{
  flex:1 1 320px;
  color:#1a1a1a;
  font-size:1rem;
}
.demo-hotel-spread-text h2{
  font-size:clamp(1.8rem, 3.6vw, 2.4rem);
  margin-bottom:1rem;
  color:#1a1a1a;
}
.demo-hotel-spread-text p{
  color:#3a3a3a;
}

.demo-hotel-morning{
  background-color:#e9e3d5;
  border-top:1px solid #cfd8e5;
  border-bottom:1px solid #cfd8e5;
  padding-block:clamp(3rem, 8vw, 4rem);
  padding-inline:1.5rem;
}
.demo-hotel-morning-inner{
  max-width:1120px;
  margin-inline:auto;
  display:flex;
  flex-wrap:wrap;
  gap:2.5rem;
  align-items:flex-start;
}
.demo-hotel-moment-quote{
  flex:2 1 320px;
  font-size:clamp(1.3rem, 3.4vw, 1.8rem);
  font-weight:500;
  color:#3a3a3a;
  line-height:1.4;
  margin:0;
}
.demo-hotel-moment-list{
  flex:1 1 240px;
  color:#3a3a3a;
  font-size:0.95rem;
  line-height:1.6;
  list-style:none;
  margin:0;
  padding:0;
}
.demo-hotel-moment-list li{margin-bottom:0.5rem;}
.demo-hotel-moment-list li:last-child{margin-bottom:0;}

.demo-hotel-arrival{
  background-color:#f8f7f4;
  padding-block:clamp(3rem, 9vw, 5rem);
  padding-inline:1.5rem;
}
.demo-hotel-arrival-inner{
  max-width:1120px;
  margin-inline:auto;
  display:flex;
  flex-wrap:wrap;
  gap:2.5rem;
  align-items:stretch;
}
.demo-hotel-arrival-text{
  flex:1 1 320px;
  color:#1a1a1a;
}
.demo-hotel-arrival-text h2{
  font-size:clamp(1.8rem, 3.6vw, 2.4rem);
  margin-bottom:1.25rem;
}
.demo-hotel-arrival-text p{color:#3a3a3a;}
.demo-hotel-arrival-note{
  font-size:0.9rem;
  color:#3a3a3a;
  margin-top:1rem;
}
.demo-hotel-arrival-map{
  flex:1 1 320px;
  background:#cfd8e5;
  border-radius:1.25rem;
  min-height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#1a1a1a;
  font-weight:500;
  text-align:center;
  padding:2rem;
}

.demo-hotel-booking{
  background-color:#e9e3d5;
  border-top:1px solid #cfd8e5;
  border-bottom:1px solid #cfd8e5;
  padding-block:clamp(3rem, 8vw, 4rem);
  padding-inline:1.5rem;
}
.demo-hotel-booking-inner{
  max-width:1120px;
  margin-inline:auto;
  text-align:center;
  color:#1a1a1a;
}
.demo-hotel-strip-head{
  font-size:clamp(1.3rem, 3vw, 1.6rem);
  font-weight:600;
  margin:0 0 0.5rem;
  color:#1a1a1a;
}
.demo-hotel-strip-text{
  font-size:1rem;
  color:#3a3a3a;
  max-width:42ch;
  margin:0.5rem auto 1.75rem;
  line-height:1.5;
}
.demo-hotel-strip-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:1rem;
}
.demo-hotel-chiplink{
  display:inline-block;
  border-radius:9999px;
  border:1px solid #1a1a1a;
  color:#1a1a1a;
  background:#ffffff;
  padding:0.6rem 1.2rem;
  font-size:0.95rem;
  font-weight:500;
  text-decoration:none;
  transition:background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.demo-hotel-chiplink:hover{
  background-color:#1a1a1a;
  color:#f8f7f4;
}
.demo-hotel-chiplink:focus-visible{
  outline:2px solid #1a1a1a;
  outline-offset:3px;
}

.demo-hotel-footer{
  background-color:#f8f7f4;
  border-top:1px solid rgba(0,0,0,0.07);
  color:#1a1a1a;
}
.demo-hotel-footer .terminal-footer__line,
.demo-hotel-footer .terminal-footer__prefix,
.demo-hotel-footer .terminal-footer__content,
.demo-hotel-footer .terminal-footer__status{
  color:#1a1a1a;
}
.demo-hotel-footer a{
  color:#1a1a1a;
  text-decoration:underline;
}
.demo-hotel-footer a:hover{color:#3a3a3a; text-decoration:none;}

.demo-hotel-fadein{
  opacity:0;
  transform:translateY(24px);
  animation:demoHotelFade 0.9s ease forwards;
}

@keyframes demoHotelFade{
  to{opacity:1; transform:translateY(0);}
}

@media (prefers-reduced-motion: reduce){
  .demo-hotel-fadein{
    opacity:1 !important;
    transform:none !important;
    animation:none !important;
  }
  .demo-hotel-chiplink{
    transition:none;
  }
}

@media (max-width:768px){
  .demo-hotel-page{gap:2.5rem;}
  .demo-hotel-spread{padding:2rem;}
  .demo-hotel-spread-img,
  .demo-hotel-spread-text{
    flex:1 1 100%;
  }
  .demo-hotel-moment-quote{font-size:1.25rem;}
}

@media (max-width:480px){
  .demo-hotel-inner{padding-inline:1rem;}
  .demo-hotel-spread{padding:1.75rem;}
  .demo-hotel-booking,
  .demo-hotel-morning,
  .demo-hotel-arrival{padding-inline:1rem;}
}

/* Demo Friseur Styles */
.demo-friseur-page{background-color:#000;color:#fafafa;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Inter,"Helvetica Neue",Arial;line-height:1.5;}
.demo-friseur-body{background-color:#000;color:#fafafa;}
.demo-friseur-inner{max-width:1120px;margin-inline:auto;padding:2rem 1.5rem;}
.demo-friseur-topbanner{background:radial-gradient(circle at 50% 0%, rgba(255,0,184,0.25) 0%, rgba(0,0,0,0) 60%), #000;text-align:center;padding:3rem 1.5rem 2rem;}
.demo-friseur-brand{display:flex;flex-direction:column;align-items:center;gap:1rem;}
.demo-friseur-avatar{width:88px;height:88px;border-radius:9999px;background:#1a1a1a;box-shadow:0 0 30px rgba(255,0,184,0.6);display:flex;align-items:center;justify-content:center;font-size:0.7rem;color:#fafafa;text-transform:uppercase;letter-spacing:0.14em;}
.demo-friseur-brand h1{font-size:1.7rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:#fafafa;margin:0;}
.demo-friseur-tagline{font-size:0.95rem;font-weight:600;color:#ff4dd8;letter-spacing:0.12em;text-transform:uppercase;margin:0;}
.demo-friseur-socialrow{display:flex;flex-wrap:wrap;gap:0.5rem;justify-content:center;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.08em;}
.demo-friseur-socialrow span{background:rgba(255,0,184,0.08);border:1px solid rgba(255,0,184,0.5);border-radius:9999px;padding:0.4rem 0.75rem;color:#fafafa;line-height:1.2;display:flex;align-items:center;gap:0.3rem;}
.demo-friseur-sociallink{color:#fafafa;text-decoration:none;}
.demo-friseur-sociallink:hover{text-decoration:underline;}
.demo-friseur-sociallink:focus-visible{outline:2px solid #ff4dd8;outline-offset:3px;}
.demo-friseur-looks{padding:2rem 0 1rem;}
.demo-friseur-sectionlabel{font-size:0.75rem;font-weight:600;color:#bdbdbd;letter-spacing:0.1em;text-transform:uppercase;margin-left:1.5rem;margin-bottom:1rem;}
.demo-friseur-scrollrow{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding:0 1.5rem 1rem;}
.demo-friseur-scrollrow::-webkit-scrollbar{height:6px;}
.demo-friseur-scrollrow::-webkit-scrollbar-thumb{background:rgba(255,0,184,0.4);border-radius:9999px;}
.demo-friseur-lookcard{flex:0 0 200px;background:#0a0a0a;border-radius:1rem;box-shadow:0 0 30px rgba(255,0,184,0.4);border:1px solid rgba(255,0,184,0.6);color:#fafafa;font-size:0.8rem;font-weight:600;line-height:1.4;padding:1rem;scroll-snap-align:center;display:flex;align-items:flex-end;justify-content:flex-start;min-height:260px;position:relative;text-transform:uppercase;letter-spacing:0.08em;}
.demo-friseur-lookcard::before{content:"";position:absolute;inset:8px;border-radius:0.8rem;border:1px solid rgba(255,77,216,0.35);pointer-events:none;}
.demo-friseur-beforeafter{padding:2rem 1.5rem;}
.demo-friseur-beforeafter-inner{max-width:1120px;margin-inline:auto;display:flex;flex-wrap:wrap;gap:2rem;align-items:stretch;}
.demo-friseur-col{flex:1 1 260px;background:#0a0a0a;border-radius:1rem;border:1px solid rgba(255,0,184,0.6);box-shadow:0 0 30px rgba(255,0,184,0.4);padding:1rem;color:#fafafa;min-height:220px;position:relative;display:flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:0.05em;}
.demo-friseur-col p{margin:0;color:#fafafa;font-size:0.85rem;}
.demo-friseur-col-label{position:absolute;top:1rem;left:1rem;background:#000;border:1px solid rgba(255,0,184,0.6);border-radius:9999px;color:#ff4dd8;font-size:0.7rem;font-weight:700;padding:0.3rem 0.6rem;text-transform:uppercase;letter-spacing:0.08em;}
.demo-friseur-result-line{flex-basis:100%;color:#fafafa;font-size:0.95rem;line-height:1.5;margin:0;max-width:640px;}
.demo-friseur-energy{background:radial-gradient(circle at 50% 0%, rgba(255,0,184,0.2) 0%, rgba(0,0,0,0) 70%),linear-gradient(135deg,#1a0017 0%,#0a0a0a 60%);padding:3rem 1.5rem;text-align:center;}
.demo-friseur-energy-inner{max-width:800px;margin-inline:auto;display:flex;flex-direction:column;gap:1.25rem;align-items:center;}
.demo-friseur-energy h2{color:#fafafa;font-size:1.35rem;font-weight:700;margin:0;}
.demo-friseur-energy p{color:#bdbdbd;font-size:0.95rem;line-height:1.5;max-width:40ch;margin:0;}
.demo-friseur-cta-button{display:inline-block;border-radius:9999px;border:1px solid rgba(255,0,184,0.7);box-shadow:0 0 25px rgba(255,0,184,0.6);color:#ff4dd8;background:#000;font-size:0.9rem;font-weight:600;line-height:1.2;padding:0.85rem 1.4rem;text-decoration:none;text-transform:uppercase;letter-spacing:0.08em;}
.demo-friseur-cta-button:hover{color:#fafafa;}
.demo-friseur-cta-button:focus-visible{outline:2px solid #ff4dd8;outline-offset:3px;}
.demo-friseur-cta{background:#000;border-top:1px solid rgba(255,0,184,0.4);padding:2.5rem 1.5rem 3.5rem;text-align:center;}
.demo-friseur-cta-inner{max-width:700px;margin-inline:auto;display:flex;flex-direction:column;gap:1.2rem;color:#fafafa;}
.demo-friseur-cta-head{font-size:1.15rem;font-weight:700;color:#fafafa;margin:0;}
.demo-friseur-cta-sub{font-size:0.9rem;color:#bdbdbd;line-height:1.5;max-width:40ch;margin:0 auto;}
.demo-friseur-cta-address{font-size:0.75rem;color:#7a7a7a;margin:0;letter-spacing:0.05em;text-transform:uppercase;}
.demo-friseur-cta-links{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem;}
.demo-friseur-chiplink{display:inline-block;border-radius:9999px;border:1px solid rgba(255,0,184,0.6);color:#fafafa;font-size:0.8rem;font-weight:600;padding:0.6rem 1.1rem;text-decoration:none;background:#0a0a0a;box-shadow:0 0 20px rgba(255,0,184,0.4);text-transform:uppercase;letter-spacing:0.08em;}
.demo-friseur-chiplink:hover{color:#ff4dd8;}
.demo-friseur-chiplink:focus-visible{outline:2px solid #ff4dd8;outline-offset:3px;}
.demo-friseur-reveal{opacity:0;transform:translateX(-18px);transition:opacity 0.6s ease, transform 0.6s ease;}
.demo-friseur-reveal.is-visible{opacity:1;transform:translateX(0);}
.demo-friseur-scrollrow .demo-friseur-reveal{transition:opacity 0.5s ease, transform 0.5s ease;}
.demo-friseur-footer{background-color:#000;border-top:1px solid rgba(255,0,184,0.4);color:#fafafa;}
.demo-friseur-footer .terminal-footer__line,
.demo-friseur-footer .terminal-footer__prefix,
.demo-friseur-footer .terminal-footer__content,
.demo-friseur-footer .terminal-footer__status{color:#fafafa;}
.demo-friseur-footer a{color:#ff4dd8;text-decoration:none;}
.demo-friseur-footer a:hover{text-decoration:underline;}

@media (prefers-reduced-motion: reduce){
  .demo-friseur-reveal{opacity:1 !important;transform:none !important;transition:none !important;}
  .demo-friseur-scrollrow{-webkit-overflow-scrolling:auto;}
}

@media (max-width:768px){
  .demo-friseur-topbanner{padding:2.5rem 1rem 1.75rem;}
  .demo-friseur-scrollrow{padding-inline:1rem;}
  .demo-friseur-sectionlabel{margin-left:1rem;}
  .demo-friseur-energy{padding:2.5rem 1rem;}
  .demo-friseur-beforeafter{padding:2rem 1rem;}
}

@media (max-width:520px){
  .demo-friseur-avatar{width:76px;height:76px;}
  .demo-friseur-lookcard{flex-basis:180px;min-height:240px;}
  .demo-friseur-energy h2{font-size:1.2rem;}
}
