/* ============================================
   ABX AGENCY — Global CSS
   Referenz: Dark SaaS Landing (Screenshot 1:1)
   Palette: Near-Black #0A0A0A + Lime #D4FF3D
   ============================================ */

/* --- RESET & BASE --- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{
  font-family:'Inter',sans-serif;
  background:#0A0A0A;
  color:#F2F2F0;
  font-size:16px;
  line-height:1.6;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
a{color:#F2F2F0;text-decoration:none;transition:opacity .3s,color .3s;}
img{max-width:100%;display:block;}
button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit;}
input{font-family:inherit;}
ul{list-style:none;}

/* --- CONTAINER --- */
.container{max-width:1140px;margin:0 auto;padding:0 24px;}

/* --- TYPOGRAPHY --- */
h1,h2,h3,h4{font-weight:500;line-height:1.18;letter-spacing:-.02em;}
h1{font-size:clamp(36px,4.6vw,54px);}
h2{font-size:clamp(26px,3.2vw,38px);}
h3{font-size:17px;font-weight:600;}
p{color:#9C9C99;font-size:14px;line-height:1.7;}
.eyebrow{
  display:inline-block;
  font-size:11px;font-weight:600;letter-spacing:2.5px;
  text-transform:uppercase;color:#D4FF3D;
  margin-bottom:18px;
}
.section-head{text-align:center;max-width:560px;margin:0 auto 52px;}
.section-head h2{color:#EDEDEA;}
.section-head p{margin-top:12px;}

/* --- BUTTONS --- */
.btn-lime{
  display:inline-flex;align-items:center;justify-content:center;
  padding:11px 22px;border-radius:100px;
  background:#D4FF3D;color:#0A0A0A;
  font-size:13px;font-weight:600;white-space:nowrap;
  transition:all .35s cubic-bezier(.16,1,.3,1);
}
.btn-lime:hover{
  background:#E4FF6D;opacity:1;
  box-shadow:0 0 26px rgba(212,255,61,.45);
  transform:translateY(-1px);
}
.btn-dark{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 22px;border-radius:100px;
  background:rgba(18,18,16,.85);
  border:1px solid rgba(255,255,255,.14);
  font-size:13px;font-weight:500;color:#F2F2F0;white-space:nowrap;
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  transition:border-color .3s,background .3s;
}
.btn-dark:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.06);opacity:1;}

/* --- NAV (floating pill, like reference) --- */
.nav{
  position:fixed;top:18px;left:0;right:0;z-index:100;
  pointer-events:none;
}
.nav-inner{
  position:relative;
  display:flex;align-items:center;justify-content:space-between;
}
.nav-inner > *{pointer-events:auto;}
.nav-logo{display:flex;align-items:center;}
.nav-logo svg{width:34px;height:34px;animation:logo-twinkle 4.5s ease-in-out infinite;}
@keyframes logo-twinkle{
  0%,100%{filter:drop-shadow(0 0 0 rgba(212,255,61,0));opacity:.9;}
  50%{filter:drop-shadow(0 0 4px rgba(212,255,61,.5));opacity:1;}
}
@media (prefers-reduced-motion:reduce){
  .nav-logo svg,.footer-logo svg{animation:none;}
}
.nav-pill{
  position:absolute;left:50%;transform:translateX(-50%);
  display:flex;align-items:center;gap:4px;
  padding:7px;
  background:rgba(14,14,12,.82);
  border:1px solid rgba(212,255,61,.28);
  border-radius:100px;
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  box-shadow:0 10px 40px rgba(212,255,61,.12), 0 4px 18px rgba(0,0,0,.5);
}
.nav-pill a{
  padding:11px 22px;border-radius:100px;
  font-size:14px;color:#C4C4C0;
}
.nav-pill a:hover{color:#F2F2F0;background:rgba(255,255,255,.05);opacity:1;}
.nav-pill a.active{color:#F2F2F0;background:rgba(255,255,255,.07);}

/* Contact button with lime accent text */
.btn-contact{color:#D4FF3D;border-color:rgba(212,255,61,.4);font-weight:600;}
.btn-contact:hover{color:#D4FF3D;border-color:rgba(212,255,61,.75);background:rgba(212,255,61,.09);box-shadow:0 0 20px rgba(212,255,61,.2);}
.hamburger{display:none;flex-direction:column;gap:5px;width:26px;}
.hamburger span{display:block;width:100%;height:2px;background:#F2F2F0;border-radius:2px;}

/* --- MOBILE MENU --- */
.mobile-menu{
  position:fixed;inset:0;z-index:200;
  background:#0A0A0A;
  transform:translateX(100%);
  transition:transform .45s cubic-bezier(.16,1,.3,1);
  display:flex;flex-direction:column;
  padding:24px;
}
.mobile-menu.open{transform:translateX(0);}
.mm-head{display:flex;justify-content:flex-end;}
.mm-close{font-size:32px;line-height:1;}
.mm-links{display:flex;flex-direction:column;gap:22px;margin-top:40px;}
.mm-links a{font-size:24px;font-weight:500;}

/* --- HERO with dome + dot rays --- */
.hero{
  position:relative;
  min-height:940px;
  overflow:hidden;
}
#hero-dots{
  position:absolute;inset:0;z-index:0;
  pointer-events:none;
}
.hero-dome{
  position:absolute;
  top:118px;left:50%;transform:translateX(-50%);
  width:1140px;height:1140px;
  border-radius:50%;
  background:radial-gradient(circle at 50% 20%, #121210 0%, #0C0C0A 52%, #0A0A0A 100%);
  z-index:1;
}
.hero-dome::before{
  content:'';position:absolute;inset:-1px;
  border-radius:50%;
  border:1.5px solid rgba(212,255,61,.55);
  box-shadow:0 0 56px rgba(212,255,61,.3), inset 0 0 80px rgba(212,255,61,.06);
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.5) 40%,transparent 58%);
  mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.5) 40%,transparent 58%);
}
.hero-dome::after{
  content:'';position:absolute;
  top:-80px;left:50%;transform:translateX(-50%);
  width:560px;height:280px;
  background:radial-gradient(ellipse at 50% 100%, rgba(212,255,61,.22), transparent 70%);
  filter:blur(8px);
  pointer-events:none;
}
.hero-content{
  position:relative;z-index:2;
  text-align:center;
  padding-top:290px;
  max-width:680px;margin:0 auto;
}
.hero h1{
  margin-bottom:20px;color:#F5F5F2;
  font-size:clamp(46px,6.2vw,80px);
  line-height:1.08;
}
.hero-sub{max-width:460px;margin:0 auto 32px;font-size:15px;}

/* Rotating word */
.rotator{
  display:inline-block;position:relative;
  color:#D4FF3D;overflow:hidden;
  vertical-align:bottom;
  text-shadow:0 0 34px rgba(212,255,61,.35);
}
.rotator-word{
  display:inline-block;
  transition:transform .55s cubic-bezier(.16,1,.3,1),opacity .45s ease;
}
.rotator-word.out{transform:translateY(-108%);opacity:0;}
.rotator-word.in{transform:translateY(108%);opacity:0;transition:none;}

/* Hero inline email form (pill, like reference) */
.hero-form{
  display:flex;align-items:center;gap:6px;
  padding:6px 6px 6px 8px;
  background:rgba(16,16,14,.9);
  border:1px solid rgba(255,255,255,.12);
  border-radius:100px;
  max-width:350px;margin:0 auto;
}
.hero-form input{
  flex:1;min-width:0;
  background:transparent;border:none;outline:none;
  color:#F2F2F0;font-size:13px;padding:8px 10px;
}
.hero-form input::placeholder{color:#7A7A77;}
.hero-form .btn-lime{padding:9px 18px;font-size:12px;}
.hero-form-note{
  display:none;font-size:13px;color:#D4FF3D;margin-top:14px;
}

/* --- TOOLS STRIP (grayscale wordmark row) --- */
.tools-strip{padding:74px 0 60px;}
.tools-label{text-align:center;font-size:14px;color:#C4C4C0;margin-bottom:34px;}
.tools-row{
  display:flex;flex-wrap:wrap;justify-content:center;gap:20px 48px;
  align-items:center;
}
.tool-mark{
  display:flex;align-items:center;gap:9px;
  font-size:15px;font-weight:600;color:#8A8A87;
  opacity:.75;transition:opacity .3s;
}
.tool-mark:hover{opacity:1;}
.tool-mark svg{width:18px;height:18px;stroke:#8A8A87;flex-shrink:0;}

/* --- STATEMENT CARD --- */
.statement-section{padding:50px 0;}
.statement-card{
  background:#111110;
  border-radius:24px;
  padding:64px 48px;
  text-align:center;
}
.statement-card h2{
  max-width:680px;margin:0 auto;
  font-size:clamp(20px,2.4vw,27px);
  font-weight:400;color:#B8B8B4;line-height:1.5;
}
.statement-card h2 strong{color:#F2F2F0;font-weight:600;}

/* --- FEATURES --- */
.features-section{padding:90px 0 70px;}
.features-grid-top{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:18px;
}
.features-grid-bottom{
  display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:36px;
}
.feature-card{
  background:#121210;
  border:1px solid rgba(255,255,255,.06);
  border-radius:18px;
  padding:26px 24px 24px;
  display:flex;flex-direction:column;
  overflow:hidden;
}
.feature-visual{
  height:120px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:22px;
}
.feature-card h3{font-size:16px;font-weight:600;color:#EDEDEA;margin-bottom:8px;}
.feature-card > p{font-size:13px;}

/* Card 1: bar chart */
.viz-bars-wrap{
  width:100%;height:100%;
  background:#161614;border-radius:12px;
  border:1px solid rgba(255,255,255,.05);
  padding:14px 16px 0;
  display:flex;flex-direction:column;
}
.viz-bars-label{font-size:10px;color:#8A8A87;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;}
.viz-bars{flex:1;display:flex;align-items:flex-end;gap:4px;}
.viz-bars span{
  flex:1;border-radius:2px 2px 0 0;
  background:linear-gradient(to top, rgba(212,255,61,.25), #D4FF3D);
  transform-origin:bottom;
  animation:bar-breathe 3.2s ease-in-out infinite;
}
.viz-bars span:nth-child(2n){animation-delay:.4s;}
.viz-bars span:nth-child(3n){animation-delay:.8s;}
@keyframes bar-breathe{0%,100%{transform:scaleY(1);}50%{transform:scaleY(.86);}}

/* Card 2: mini UI mock */
.viz-ui{
  width:170px;
  background:#161614;border-radius:12px;
  border:1px solid rgba(255,255,255,.07);
  padding:12px 14px;
}
.viz-ui-head{display:flex;align-items:center;gap:8px;margin-bottom:10px;}
.viz-ui-bolt{
  width:24px;height:24px;border-radius:7px;
  background:#D4FF3D;
  display:flex;align-items:center;justify-content:center;
}
.viz-ui-bolt svg{width:12px;height:12px;fill:#0A0A0A;}
.viz-ui-title{font-size:11px;font-weight:600;color:#EDEDEA;}
.viz-ui-sub{font-size:9px;color:#7A7A77;}
.viz-ui-line{height:5px;border-radius:3px;background:rgba(255,255,255,.08);margin-top:6px;}
.viz-ui-line.short{width:60%;}

/* Card 3: glowing line graph */
.viz-graph{width:100%;height:100%;position:relative;}
.viz-graph svg{width:100%;height:100%;}
.viz-graph .glow-dot{
  animation:dot-pulse 2.4s ease-in-out infinite;
}
@keyframes dot-pulse{0%,100%{opacity:.6;}50%{opacity:1;}}

/* Bottom row cards (horizontal) */
.feature-card-h{
  flex-direction:row;align-items:center;gap:24px;
  padding:28px;
}
.feature-card-h .fch-text{flex:1;}
.fch-icons{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end;max-width:180px;}
.fch-chip{
  width:38px;height:38px;border-radius:10px;
  background:#1A1A18;
  border:1px solid rgba(255,255,255,.07);
  display:flex;align-items:center;justify-content:center;
}
.fch-chip svg{width:17px;height:17px;stroke:#C4C4C0;}
.fch-avatars{display:flex;align-items:center;}
.fch-avatar{
  width:38px;height:38px;border-radius:50%;
  border:2px solid #121210;margin-left:-11px;
  display:flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:600;color:#0A0A0A;
}
.fch-avatar:first-child{margin-left:0;}
.fch-live{
  margin-left:10px;
  padding:5px 12px;border-radius:100px;
  background:rgba(212,255,61,.12);
  border:1px solid rgba(212,255,61,.3);
  font-size:11px;font-weight:600;color:#D4FF3D;
  display:flex;align-items:center;gap:6px;
}
.fch-live::before{
  content:'';width:5px;height:5px;border-radius:50%;background:#D4FF3D;
  animation:pulse-dot 1.6s infinite;
}
@keyframes pulse-dot{0%,100%{opacity:1;}50%{opacity:.25;}}

/* Tag pills */
.tag-rows{display:flex;flex-direction:column;gap:12px;align-items:center;}
.tag-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;}
.tag-pill{
  display:flex;align-items:center;gap:7px;
  padding:9px 18px;border-radius:100px;
  font-size:12px;color:#C4C4C0;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.02);
  transition:border-color .3s,color .3s;
}
.tag-pill:hover{border-color:rgba(212,255,61,.4);color:#F2F2F0;}

/* --- HOW IT WORKS --- */
.how-section{padding:90px 0;}
.how-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
  max-width:940px;margin:0 auto;
}
.how-card{
  background:#121210;border:1px solid rgba(255,255,255,.06);
  border-radius:18px;padding:38px 26px;text-align:center;
}
.how-icon{
  width:48px;height:48px;border-radius:50%;
  background:rgba(212,255,61,.1);
  border:1px solid rgba(212,255,61,.25);
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 22px;
}
.how-icon svg{width:22px;height:22px;stroke:#D4FF3D;}
.how-card h3{margin-bottom:10px;color:#EDEDEA;}
.how-card p{font-size:13px;}

/* --- STORY CARD --- */
.story-section{padding:20px 0 90px;}
.story-card{
  display:grid;grid-template-columns:1fr 1fr;gap:0;
  background:#121210;border:1px solid rgba(255,255,255,.06);
  border-radius:22px;overflow:hidden;
  max-width:940px;margin:0 auto;
}
.story-text{padding:46px 42px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}
.story-quote{
  font-size:19px;line-height:1.5;color:#EDEDEA;font-weight:400;
  margin-bottom:22px;letter-spacing:-.01em;
}
.story-link{
  font-size:13px;font-weight:600;color:#D4FF3D;
  display:inline-flex;align-items:center;gap:7px;
}
.story-link span{transition:transform .3s;}
.story-link:hover span{transform:translateX(4px);}
.story-media{
  position:relative;min-height:300px;
  background:
    radial-gradient(circle at 70% 30%, rgba(212,255,61,.08), transparent 55%),
    linear-gradient(135deg, #1A1A18, #101010);
  display:flex;align-items:center;justify-content:center;
}
.story-visual{
  position:relative;width:100%;min-height:300px;
  display:flex;align-items:center;justify-content:center;
}
.story-star{
  width:66px;height:66px;position:relative;z-index:2;
  animation:logo-twinkle 4.5s ease-in-out infinite;
}
.story-ring{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:150px;height:150px;border-radius:50%;
  border:1px solid rgba(212,255,61,.14);
}
.story-ring-2{width:238px;height:238px;border-color:rgba(212,255,61,.07);}
.story-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;}

/* --- STATS --- */
.stats-strip{padding:64px 0;}
.stats-row{display:flex;justify-content:center;text-align:center;}
.stat-item{padding:0 54px;position:relative;}
.stat-item:not(:last-child)::after{
  content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);
  width:1px;height:40px;background:rgba(255,255,255,.1);
}
.stat-num{font-size:clamp(28px,3.4vw,40px);font-weight:600;color:#F2F2F0;letter-spacing:-.02em;}
.stat-label{font-size:12px;color:#8A8A87;margin-top:6px;}

/* --- TESTIMONIALS --- */
.testimonials-section{padding:90px 0;}
.tm-marquee{
  position:relative;margin:44px 0 4px;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
}
.tm-row{display:flex;gap:20px;width:max-content;padding:10px 0;}
.tm-row.tm-left{animation:tm-scroll-l 46s linear infinite;}
.tm-row.tm-right{animation:tm-scroll-r 46s linear infinite;}
.tm-marquee:hover .tm-row{animation-play-state:paused;}
.tm-card{
  width:376px;flex-shrink:0;
  background:#121210;border:1px solid rgba(255,255,255,.07);
  border-radius:18px;padding:26px;
}
.tm-stars{display:flex;gap:3px;margin-bottom:15px;}
.tm-stars svg{width:15px;height:15px;fill:#D4FF3D;}
.tm-card p{font-size:14px;line-height:1.62;color:#C6C6C2;margin-bottom:22px;}
.tm-head{display:flex;align-items:center;gap:12px;}
.tm-avatar{
  width:40px;height:40px;border-radius:50%;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:600;color:#0A0A0A;
}
.tm-name{font-size:14px;font-weight:600;color:#EDEDEA;}
.tm-role{font-size:12px;color:#7A7A77;}
.testimonial-note{
  text-align:center;font-size:11px;color:#5A5A57;margin-top:26px;
}
@keyframes tm-scroll-l{from{transform:translateX(0);}to{transform:translateX(-50%);}}
@keyframes tm-scroll-r{from{transform:translateX(-50%);}to{transform:translateX(0);}}
@media (prefers-reduced-motion:reduce){
  .tm-row{animation:none;flex-wrap:wrap;justify-content:center;width:auto;}
}

/* --- FAQ --- */
.faq-section{padding:90px 0;}
.faq-columns{
  display:grid;grid-template-columns:1fr 1fr;gap:14px 20px;
  max-width:940px;margin:0 auto;
  align-items:start;
}
.faq-col{display:flex;flex-direction:column;gap:14px;}
.faq-item{
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
  background:#121210;
  overflow:hidden;
}
.faq-q{
  width:100%;display:flex;align-items:center;justify-content:space-between;
  padding:18px 20px;font-size:14px;font-weight:500;color:#EDEDEA;text-align:left;
  transition:color .3s;
}
.faq-item.open .faq-q{color:#D4FF3D;}
.faq-q .pm{font-size:18px;color:#7A7A77;transition:transform .3s;flex-shrink:0;margin-left:12px;}
.faq-item.open .pm{transform:rotate(45deg);color:#D4FF3D;}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease;}
.faq-a p{padding:0 20px 18px;font-size:13px;}

/* --- FINAL CTA --- */
.final-cta{padding:20px 0 110px;}
.final-cta-card{
  position:relative;max-width:940px;margin:0 auto;
  border-radius:26px;overflow:hidden;
  padding:78px 40px;text-align:center;
  background:#101010;
  border:1px solid rgba(255,255,255,.06);
}
.final-cta-glow{
  position:absolute;bottom:-55%;left:50%;transform:translateX(-50%);
  width:760px;height:520px;
  background:radial-gradient(circle, rgba(212,255,61,.16), transparent 62%);
  pointer-events:none;
}
.final-cta-card h2{position:relative;z-index:1;margin-bottom:12px;color:#EDEDEA;}
.final-cta-card > p{position:relative;z-index:1;max-width:420px;margin:0 auto 30px;}
.final-cta-card .hero-form{position:relative;z-index:1;}
.final-cta-card .hero-form-note{position:relative;z-index:1;}

/* --- FOOTER (thin single row, like reference) --- */
.footer{padding:30px 0;border-top:1px solid rgba(255,255,255,.06);}
.footer-inner{
  display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;gap:16px;
}
.footer-logo svg{width:28px;height:28px;animation:logo-twinkle 4.5s ease-in-out infinite;animation-delay:2.2s;}
.footer-links{display:flex;gap:28px;flex-wrap:wrap;}
.footer-links a{font-size:12px;color:#8A8A87;}
.footer-links a:hover{color:#F2F2F0;opacity:1;}
.footer-copy{font-size:12px;color:#6A6A67;}

/* --- SCROLL REVEAL --- */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);}
.reveal.visible{opacity:1;transform:translateY(0);}
.reveal.d1{transition-delay:.08s;}
.reveal.d2{transition-delay:.16s;}
.reveal.d3{transition-delay:.24s;}

/* --- PAGE HERO (subpages) --- */
.page-hero{padding:170px 0 60px;text-align:center;}
.page-hero p{max-width:540px;margin:0 auto;}

/* --- RESPONSIVE --- */
@media(max-width:1024px){
  .features-grid-top{grid-template-columns:1fr 1fr;}
  .features-grid-top .feature-card:last-child{grid-column:1/-1;}
}
@media(max-width:900px){
  .story-card{grid-template-columns:1fr;}
  .story-media{min-height:220px;order:-1;}
  .hero{min-height:760px;}
  .hero-dome{width:820px;height:820px;top:100px;}
  .hero-content{padding-top:230px;}
}
@media(max-width:768px){
  .nav-pill{display:none;}
  .nav .btn-dark{display:none;}
  .hamburger{display:flex;}
  .features-grid-top{grid-template-columns:1fr;}
  .features-grid-bottom{grid-template-columns:1fr;}
  .how-grid{grid-template-columns:1fr;}
  .faq-columns{grid-template-columns:1fr;}
  .tm-card{width:300px;padding:22px;}
  .stat-item{padding:0 20px;}
  .hero{min-height:660px;}
  .hero-content{padding-top:200px;}
  .hero-dome{width:520px;height:520px;top:80px;}
  .feature-card-h{flex-direction:column;align-items:flex-start;}
  .fch-icons{justify-content:flex-start;}
}
@media(max-width:480px){
  .final-cta-card{padding:52px 22px;}
  .story-text{padding:30px 24px;}
  .statement-card{padding:44px 26px;}
  .hero-dome{width:420px;height:420px;top:90px;}
  .hero-content{padding-top:180px;}
}
@media(prefers-reduced-motion:reduce){
  .viz-bars span,.glow-dot,.fch-live::before{animation:none;}
}

/* ============================================
   SUBPAGES
   ============================================ */

/* --- LEISTUNGEN --- */
.svc-grid-page{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.svc-card-page{
  background:#121210;border:1px solid rgba(255,255,255,.06);
  border-radius:18px;padding:32px 28px;
  transition:border-color .3s,transform .3s;
}
.svc-card-page:hover{border-color:rgba(212,255,61,.3);transform:translateY(-3px);}
.svc-card-wide{grid-column:1/-1;}
.svc-num{font-size:12px;font-weight:600;color:#D4FF3D;letter-spacing:1.5px;margin-bottom:16px;display:block;}
.svc-icon{
  width:44px;height:44px;border-radius:12px;
  background:rgba(212,255,61,.1);border:1px solid rgba(212,255,61,.25);
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;
}
.svc-icon svg{width:20px;height:20px;stroke:#D4FF3D;}
.svc-card-page h3{margin-bottom:10px;color:#EDEDEA;}
.svc-card-page > p{font-size:13px;margin-bottom:18px;}
.svc-includes{display:flex;flex-direction:column;gap:8px;margin-bottom:20px;}
.svc-includes li{display:flex;align-items:center;gap:9px;font-size:13px;color:#B8B8B4;}
.svc-includes li svg{width:14px;height:14px;stroke:#D4FF3D;flex-shrink:0;}
.svc-link{font-size:13px;font-weight:600;color:#D4FF3D;display:inline-flex;align-items:center;gap:7px;}
.svc-link span{transition:transform .3s;}
.svc-card-page:hover .svc-link span{transform:translateX(4px);}

/* --- PROZESS ROWS --- */
.process-rows{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:14px;}
.process-row{
  display:flex;gap:26px;align-items:flex-start;
  background:#121210;border:1px solid rgba(255,255,255,.06);
  border-radius:18px;padding:30px 28px;
  transition:border-color .3s;
}
.process-row:hover{border-color:rgba(212,255,61,.25);}
.process-row-num{
  font-size:26px;font-weight:600;color:#D4FF3D;
  line-height:1.1;min-width:52px;letter-spacing:-.02em;
}
.process-row h3{margin-bottom:8px;color:#EDEDEA;}
.process-row p{font-size:13px;}
.process-row-meta{
  display:inline-block;font-size:10px;color:#7A7A77;margin-top:12px;
  letter-spacing:1.5px;text-transform:uppercase;
  padding:5px 12px;border:1px solid rgba(255,255,255,.08);border-radius:100px;
}

/* --- KONTAKT --- */
.contact-grid{
  display:grid;grid-template-columns:1fr 1.25fr;gap:20px;
  max-width:960px;margin:0 auto;align-items:start;
}
.contact-info-card,.form-card{
  background:#121210;border:1px solid rgba(255,255,255,.06);
  border-radius:18px;padding:32px 28px;
}
.contact-item{
  display:flex;align-items:center;gap:14px;
  padding:14px 0;border-bottom:1px solid rgba(255,255,255,.05);
}
.contact-item:first-child{padding-top:0;}
.contact-item:last-child{border-bottom:none;padding-bottom:0;}
.contact-icon{
  width:38px;height:38px;border-radius:10px;flex-shrink:0;
  background:rgba(212,255,61,.1);border:1px solid rgba(212,255,61,.22);
  display:flex;align-items:center;justify-content:center;
}
.contact-icon svg{width:16px;height:16px;stroke:#D4FF3D;}
.contact-item small{display:block;font-size:11px;color:#7A7A77;}
.contact-item span{font-size:14px;color:#EDEDEA;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.field{margin-bottom:14px;}
.field label{display:block;font-size:12px;color:#9C9C99;margin-bottom:7px;}
.field input,.field select,.field textarea{
  width:100%;background:#0D0D0B;
  border:1px solid rgba(255,255,255,.1);border-radius:10px;
  padding:11px 14px;color:#F2F2F0;font-size:13px;outline:none;
  transition:border-color .3s;font-family:inherit;
}
.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(212,255,61,.5);}
.field textarea{resize:vertical;}
.form-note{display:none;font-size:13px;color:#D4FF3D;margin-top:12px;}

@media(max-width:768px){
  .svc-grid-page{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .form-row{grid-template-columns:1fr;}
  .process-row{flex-direction:column;gap:12px;padding:24px 22px;}
}

/* ============================================
   SUBPAGES v2 (matched to homepage style)
   ============================================ */

/* --- LEISTUNGEN: equal cards, click to expand --- */
.svc-list{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start;}
.svc-item{
  background:#121210;border:1px solid rgba(255,255,255,.06);
  border-radius:16px;overflow:hidden;transition:border-color .3s;
}
.svc-item:hover{border-color:rgba(212,255,61,.26);}
.svc-item.open{border-color:rgba(212,255,61,.42);}
.svc-head{
  width:100%;display:flex;align-items:center;gap:16px;
  padding:24px;text-align:left;min-height:98px;
}
.svc-ic{
  width:46px;height:46px;border-radius:12px;flex-shrink:0;
  background:rgba(212,255,61,.1);border:1px solid rgba(212,255,61,.22);
  display:flex;align-items:center;justify-content:center;
}
.svc-ic svg{width:21px;height:21px;stroke:#D4FF3D;}
.svc-head-txt{flex:1;}
.svc-head-txt .svc-n{font-size:11px;color:#7A7A77;font-weight:600;letter-spacing:1.5px;}
.svc-head-txt h3{color:#EDEDEA;margin-top:3px;}
.svc-head .pm{font-size:22px;color:#7A7A77;transition:transform .3s,color .3s;flex-shrink:0;line-height:1;}
.svc-item.open .pm{transform:rotate(45deg);color:#D4FF3D;}
.svc-detail{max-height:0;overflow:hidden;transition:max-height .45s ease;}
.svc-detail-inner{padding:0 24px 26px 86px;}
.svc-detail p{font-size:13px;margin-bottom:16px;}
.svc-detail ul{display:flex;flex-direction:column;gap:9px;margin-bottom:18px;}
.svc-detail li{display:flex;align-items:center;gap:10px;font-size:13px;color:#B8B8B4;}
.svc-detail li svg{width:14px;height:14px;stroke:#D4FF3D;flex-shrink:0;}
.svc-detail .svc-link{font-size:13px;font-weight:600;color:#D4FF3D;display:inline-flex;align-items:center;gap:7px;}
.svc-detail .svc-link span{transition:transform .3s;}
.svc-detail .svc-link:hover span{transform:translateX(4px);}

/* --- SO ARBEITEN WIR: scroll journey --- */
.journey{position:relative;max-width:820px;margin:20px auto 0;}
.journey-line{
  position:absolute;left:50%;top:8px;bottom:8px;width:2px;
  transform:translateX(-50%);background:rgba(255,255,255,.08);z-index:0;
}
.journey-line-fill{
  position:absolute;top:0;left:0;width:100%;height:0;
  background:linear-gradient(to bottom,#D4FF3D,rgba(212,255,61,.35));
  box-shadow:0 0 18px rgba(212,255,61,.5);
  transition:height .15s linear;
}
.journey-step{
  position:relative;display:grid;
  grid-template-columns:1fr 64px 1fr;align-items:center;
  margin-bottom:36px;
}
.journey-step:last-child{margin-bottom:0;}
.journey-node{
  grid-column:2;justify-self:center;
  width:46px;height:46px;border-radius:50%;
  background:#0C0C0A;border:2px solid rgba(255,255,255,.14);
  display:flex;align-items:center;justify-content:center;
  font-size:14px;font-weight:600;color:#8A8A87;z-index:2;
  transition:border-color .5s,color .5s,box-shadow .5s;
}
.journey-step.on .journey-node{
  border-color:#D4FF3D;color:#D4FF3D;
  box-shadow:0 0 24px rgba(212,255,61,.35);
}
.journey-card{
  background:#121210;border:1px solid rgba(255,255,255,.06);
  border-radius:16px;padding:26px 28px;
  opacity:0;transform:translateY(22px);
  transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1),border-color .4s;
}
.journey-step.on .journey-card{opacity:1;transform:none;}
.journey-step.on .journey-card:hover{border-color:rgba(212,255,61,.25);}
.journey-step:nth-child(odd) .journey-card{grid-column:1;text-align:right;}
.journey-step:nth-child(even) .journey-card{grid-column:3;}
.journey-card h3{color:#EDEDEA;margin-bottom:9px;}
.journey-card p{font-size:13px;}
.journey-meta{
  display:inline-block;margin-top:14px;font-size:10px;color:#8A8A87;
  letter-spacing:1.5px;text-transform:uppercase;
  padding:5px 12px;border:1px solid rgba(255,255,255,.08);border-radius:100px;
}

/* --- ÜBER UNS: pinned scroll principles --- */
.pin-section{position:relative;}
.pin-track{height:230vh;position:relative;}
.pin-stage{
  position:sticky;top:0;height:100vh;
  display:flex;align-items:center;overflow:hidden;
}
.pin-head{margin-bottom:26px;}
/* scroll progress bar: signals the section is advancing, not stuck */
.pin-progress{
  max-width:900px;margin:0 auto 44px;height:3px;border-radius:3px;
  background:rgba(255,255,255,.08);overflow:hidden;
}
.pin-progress-bar{
  display:block;height:100%;width:0;border-radius:3px;
  background:#D4FF3D;transition:width .15s linear,background .45s ease;
}
.pin-inner{
  display:grid;grid-template-columns:auto 1fr;gap:56px;align-items:center;
  max-width:900px;margin:0 auto;
}
.pin-rail{
  display:flex;flex-direction:column;justify-content:center;gap:22px;
  position:relative;padding:4px 0;
}
.pin-rail::before{
  content:"";position:absolute;left:5px;top:6px;bottom:6px;width:2px;
  background:rgba(255,255,255,.09);
}
.pin-tick{
  position:relative;z-index:1;width:12px;height:12px;border-radius:50%;
  background:#1A1A18;border:2px solid #333330;
  transition:background .4s,border-color .4s,box-shadow .4s,transform .4s;
}
.pin-tick.active{transform:scale(1.2);}
.pin-tick:nth-child(1).active{background:#D4FF3D;border-color:#D4FF3D;box-shadow:0 0 12px rgba(212,255,61,.6);}
.pin-tick:nth-child(2).active{background:#FF7A2F;border-color:#FF7A2F;box-shadow:0 0 12px rgba(255,122,47,.6);}
.pin-tick:nth-child(3).active{background:#33C9FF;border-color:#33C9FF;box-shadow:0 0 12px rgba(51,201,255,.6);}
.pin-panels{position:relative;min-height:250px;}
.pin-panel{
  position:absolute;inset:0;
  display:grid;grid-template-columns:180px 1fr;gap:40px;align-items:center;
  opacity:0;transform:translateY(44px) scale(.98);pointer-events:none;
  transition:opacity .5s ease,transform .5s cubic-bezier(.2,.7,.3,1);
}
.pin-panel.active{opacity:1;transform:none;pointer-events:auto;}
.pin-num{
  font-size:118px;font-weight:700;line-height:1;letter-spacing:-.03em;
}
.pin-kicker{
  display:inline-block;font-size:12px;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;margin-bottom:14px;
}
.pin-body h3{
  color:#F2F2F0;font-size:32px;margin-bottom:16px;letter-spacing:-.02em;
  position:relative;display:inline-block;padding-bottom:12px;
}
.pin-body h3::after{
  content:"";position:absolute;left:0;bottom:0;height:3px;width:52px;border-radius:3px;
}
.pin-body p{font-size:16px;line-height:1.6;color:#9C9C99;max-width:520px;}
/* per-step neon accents */
.pin-panel:nth-child(1) .pin-num{color:#D4FF3D;}
.pin-panel:nth-child(1) .pin-kicker{color:#D4FF3D;}
.pin-panel:nth-child(1) .pin-body h3::after{background:#D4FF3D;}
.pin-panel:nth-child(2) .pin-num{color:#FF7A2F;}
.pin-panel:nth-child(2) .pin-kicker{color:#FF7A2F;}
.pin-panel:nth-child(2) .pin-body h3::after{background:#FF7A2F;}
.pin-panel:nth-child(3) .pin-num{color:#33C9FF;}
.pin-panel:nth-child(3) .pin-kicker{color:#33C9FF;}
.pin-panel:nth-child(3) .pin-body h3::after{background:#33C9FF;}
@media(prefers-reduced-motion:reduce){
  .pin-panel{transition:none;}
}
@media(max-width:768px){
  .pin-track{height:auto;}
  .pin-stage{position:static;height:auto;display:block;padding:0;overflow:visible;}
  .pin-head{margin-bottom:20px;}
  .pin-progress{display:none;}
  .pin-inner{grid-template-columns:1fr;gap:0;}
  .pin-rail{display:none;}
  .pin-panels{position:static;min-height:0;display:flex;flex-direction:column;}
  .pin-panel{
    position:static;inset:auto;opacity:1;transform:none;pointer-events:auto;
    grid-template-columns:1fr;gap:6px;
    padding:26px 0;border-top:1px solid rgba(255,255,255,.08);
  }
  .pin-num{font-size:56px;}
  .pin-kicker{margin-bottom:8px;}
  .pin-body h3{font-size:22px;}
  .pin-body p{font-size:14px;}
}

/* --- KONTAKT v2 --- */
.contact-lead h2{color:#EDEDEA;margin-bottom:14px;}
.contact-channels{margin-top:30px;display:flex;flex-direction:column;}
.contact-ch{
  display:flex;align-items:center;gap:14px;
  padding:18px 0;border-top:1px solid rgba(255,255,255,.06);
}
.contact-ch:last-child{border-bottom:1px solid rgba(255,255,255,.06);}
.cc-ic{
  width:42px;height:42px;border-radius:11px;flex-shrink:0;
  background:rgba(212,255,61,.09);border:1px solid rgba(212,255,61,.2);
  display:flex;align-items:center;justify-content:center;
}
.cc-ic svg{width:18px;height:18px;stroke:#D4FF3D;}
.contact-ch small{display:block;font-size:11px;color:#7A7A77;margin-bottom:2px;}
.contact-ch span{font-size:14px;color:#EDEDEA;}
.pick-group{display:flex;flex-wrap:wrap;gap:8px;}
.pick{
  padding:9px 16px;border-radius:100px;
  border:1px solid rgba(255,255,255,.1);
  font-size:13px;color:#C4C4C0;background:rgba(255,255,255,.02);
  cursor:pointer;transition:all .25s;
}
.pick:hover{border-color:rgba(212,255,61,.4);color:#F2F2F0;}
.pick.active{background:#D4FF3D;color:#0A0A0A;border-color:#D4FF3D;font-weight:600;}

@media(max-width:768px){
  .svc-list{grid-template-columns:1fr;}
  .svc-detail-inner{padding:0 24px 26px 24px;}
  .journey-line{left:23px;}
  .journey-step{grid-template-columns:46px 1fr;gap:0 20px;margin-bottom:26px;}
  .journey-node{grid-column:1;}
  .journey-step:nth-child(odd) .journey-card,
  .journey-step:nth-child(even) .journey-card{grid-column:2;text-align:left;}
}

/* --- KONTAKT: Get-in-touch layout (dark) --- */
.gt-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:56px;align-items:start;}
.gt-title{
  font-size:clamp(40px,5vw,66px);line-height:1.06;letter-spacing:-.03em;
  color:#F5F5F2;margin-bottom:26px;font-weight:500;
}
.hl-dash{
  display:inline-block;width:.52em;height:.085em;
  background:#D4FF3D;border-radius:3px;vertical-align:middle;
  margin:0 .06em .14em;box-shadow:0 0 16px rgba(212,255,61,.55);
}
.gt-lead{max-width:420px;font-size:15px;line-height:1.7;margin-bottom:34px;}
.gt-info{margin-bottom:24px;}
.gt-info small{display:block;font-size:13px;color:#8A8A87;margin-bottom:5px;}
.gt-info .gt-val{font-size:21px;color:#EDEDEA;font-weight:500;}
.gt-info .gt-note{font-size:12px;color:#7A7A77;margin-top:7px;}
.gt-cta{
  display:inline-flex;align-items:center;gap:12px;
  margin-top:6px;padding:7px 7px 7px 22px;border-radius:100px;
  background:#121210;border:1px solid rgba(255,255,255,.12);
  font-size:14px;font-weight:600;color:#F2F2F0;
  transition:border-color .3s,box-shadow .3s;
}
.gt-arrow{
  width:32px;height:32px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.gt-cta .gt-arrow{background:#D4FF3D;}
.gt-cta .gt-arrow svg{width:15px;height:15px;stroke:#0A0A0A;}
.gt-cta:hover{border-color:rgba(212,255,61,.5);box-shadow:0 0 22px rgba(212,255,61,.16);opacity:1;}

.gt-form-card{
  background:#131311;border:1px solid rgba(255,255,255,.06);
  border-radius:22px;padding:36px;
}
.gt-field{margin-bottom:20px;}
.gt-field label{display:block;font-size:12px;color:#9C9C99;margin-bottom:9px;}
.gt-field input,.gt-field textarea{
  width:100%;background:#0C0C0A;
  border:1px solid rgba(255,255,255,.1);border-radius:12px;
  padding:14px 16px;color:#F2F2F0;font-size:14px;outline:none;
  transition:border-color .3s;font-family:inherit;
}
.gt-field input::placeholder,.gt-field textarea::placeholder{color:#6A6A67;}
.gt-field input:focus,.gt-field textarea:focus{border-color:rgba(212,255,61,.5);}
.gt-field textarea{resize:vertical;min-height:140px;}
.gt-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.gt-form-foot{display:flex;justify-content:flex-end;margin-top:6px;}
.gt-send{
  display:inline-flex;align-items:center;gap:14px;
  padding:7px 7px 7px 26px;border-radius:100px;
  background:#D4FF3D;color:#0A0A0A;font-size:14px;font-weight:600;
  transition:all .35s cubic-bezier(.16,1,.3,1);
}
.gt-send .gt-arrow{background:#0A0A0A;}
.gt-send .gt-arrow svg{width:16px;height:16px;stroke:#D4FF3D;}
.gt-send:hover{background:#E4FF6D;box-shadow:0 0 30px rgba(212,255,61,.45);transform:translateY(-1px);}
.gt-sent{display:none;text-align:right;font-size:13px;color:#D4FF3D;margin-top:14px;}

@media(max-width:900px){.gt-grid{grid-template-columns:1fr;gap:40px;}}
@media(max-width:560px){.gt-form-row{grid-template-columns:1fr;}.gt-form-card{padding:24px;}}

/* --- LEISTUNGEN: bento tiles (content visible) --- */
.svc-bento{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.svc-tile{
  position:relative;overflow:hidden;
  background:#121210;border:1px solid rgba(255,255,255,.06);
  border-radius:20px;padding:30px;
  min-height:240px;display:flex;flex-direction:column;
  transition:border-color .35s,transform .35s;
}
.svc-tile::before{
  content:'';position:absolute;top:-38%;right:-18%;
  width:300px;height:300px;border-radius:50%;
  background:radial-gradient(circle, rgba(212,255,61,.1), transparent 65%);
  pointer-events:none;opacity:.7;transition:opacity .4s;
}
.svc-tile:hover{border-color:rgba(212,255,61,.32);transform:translateY(-4px);}
.svc-tile:hover::before{opacity:1;}
.svc-tile.wide{grid-column:span 2;}
.svc-tile .svc-ic{margin-bottom:auto;}
.svc-tile .svc-tile-n{
  font-size:11px;font-weight:600;color:#7A7A77;letter-spacing:2px;
  margin:22px 0 8px;position:relative;z-index:1;
}
.svc-tile h3{
  font-size:21px;color:#EDEDEA;margin-bottom:10px;
  position:relative;z-index:1;
}
.svc-tile p{font-size:13.5px;line-height:1.65;position:relative;z-index:1;max-width:420px;}

@media(max-width:1024px){
  .svc-bento{grid-template-columns:1fr 1fr;}
  .svc-tile.wide{grid-column:auto;}
}
@media(max-width:640px){
  .svc-bento{grid-template-columns:1fr;}
}

/* --- LEGAL PAGES --- */
.legal{padding:150px 0 90px;}
.legal .container{max-width:820px;}
.legal h1{font-size:clamp(32px,4vw,46px);margin-bottom:10px;color:#F5F5F2;}
.legal .legal-meta{font-size:13px;color:#7A7A77;margin-bottom:44px;}
.legal h2{font-size:22px;color:#EDEDEA;margin:40px 0 14px;letter-spacing:-.01em;}
.legal h3{font-size:16px;color:#DADAD7;margin:26px 0 8px;font-weight:600;}
.legal p{font-size:14px;line-height:1.85;color:#9C9C99;margin-bottom:14px;}
.legal p strong{color:#DADAD7;font-weight:600;}
.legal a{color:#D4FF3D;}
.legal a:hover{opacity:.8;}
.legal .legal-block{
  background:#121210;border:1px solid rgba(255,255,255,.06);
  border-radius:16px;padding:24px 26px;margin:18px 0 26px;
}
.legal .legal-block p{margin-bottom:6px;}
.legal .legal-block p:last-child{margin-bottom:0;}

/* --- ANIMATED SERVICE ICONS --- */
.svc-ic svg{color:#D4FF3D;overflow:visible;}
.svc-ic .spark,.svc-ic .spark2{
  fill:#D4FF3D;stroke:none;
  transform-box:fill-box;transform-origin:center;
  animation:ic-spark 2.6s ease-in-out infinite;
}
.svc-ic .spark2{animation-delay:1s;}
.svc-ic .rot{transform-box:fill-box;transform-origin:center;animation:ic-rot 7s linear infinite;}
.svc-ic .flick{transform-box:fill-box;transform-origin:center;animation:ic-flick 2.8s ease-in-out infinite;}
.svc-ic .floaty{transform-box:fill-box;transform-origin:center;animation:ic-float 3.2s ease-in-out infinite;}
.svc-ic .swing{transform-box:fill-box;transform-origin:center;animation:ic-swing 4s ease-in-out infinite;}
.svc-tile:hover .svc-ic .rot{animation-duration:2.4s;}
.svc-tile:hover .svc-ic .spark,.svc-tile:hover .svc-ic .spark2{animation-duration:1.1s;}
.svc-tile:hover .svc-ic .floaty{animation-duration:1.6s;}
@keyframes ic-spark{0%,100%{opacity:.25;transform:scale(.65) rotate(0deg);}50%{opacity:1;transform:scale(1) rotate(90deg);}}
@keyframes ic-rot{to{transform:rotate(360deg);}}
@keyframes ic-flick{0%,100%{opacity:1;}42%{opacity:.45;}52%{opacity:1;}}
@keyframes ic-float{0%,100%{transform:translateY(0);}50%{transform:translateY(-2.2px);}}
@keyframes ic-swing{0%,100%{transform:rotate(-5deg);}50%{transform:rotate(5deg);}}

/* --- SO ARBEITEN WIR v2: open, non-boxy steps --- */
.journey-step{margin-bottom:58px;}
.journey-card{background:transparent;border:none;padding:2px;}
.journey-step.on .journey-card:hover{border-color:transparent;transform:none;}
.journey-card h3{font-size:21px;margin-bottom:12px;}
.journey-card p{font-size:14px;line-height:1.75;max-width:none;}
.journey-node{
  width:52px;height:52px;
  background:#0C0C0A;
  box-shadow:0 0 0 6px #0A0A0A;
}
.journey-step.on .journey-node{box-shadow:0 0 0 6px #0A0A0A, 0 0 26px rgba(212,255,61,.4);}
@media(prefers-reduced-motion:reduce){
  .svc-ic .spark,.svc-ic .spark2,.svc-ic .rot,.svc-ic .flick,.svc-ic .floaty,.svc-ic .swing{animation:none;}
}

/* --- ICON HOVER DRAW-ON (from reference video: self-drawing lines) --- */
.svc-ic{display:inline-flex;transition:transform .45s cubic-bezier(.34,1.56,.64,1);}
.svc-ic .draw{stroke-dasharray:1;stroke-dashoffset:0;}
.svc-ic .spark,.svc-ic .spark2{
  fill:#D4FF3D;stroke:none;
  transform-box:fill-box;transform-origin:center;
  opacity:.85;animation:none;
}
/* idle: calm, static. hover: redraw + pop + bounce */
.svc-tile:hover .svc-ic{transform:scale(1.1);}
.svc-tile:hover .svc-ic .draw{animation:icon-draw .9s cubic-bezier(.65,0,.35,1);}
.svc-tile:hover .svc-ic .d1{animation-delay:.1s;}
.svc-tile:hover .svc-ic .d2{animation-delay:.2s;}
.svc-tile:hover .svc-ic .spark,
.svc-tile:hover .svc-ic .spark2{animation:spark-pop .65s ease .28s both;}
@keyframes icon-draw{0%{stroke-dashoffset:1;}100%{stroke-dashoffset:0;}}
@keyframes spark-pop{
  0%{opacity:0;transform:scale(0) rotate(-45deg);}
  55%{opacity:1;transform:scale(1.3) rotate(12deg);}
  100%{opacity:.85;transform:scale(1) rotate(0deg);}
}
@media(prefers-reduced-motion:reduce){
  .svc-tile:hover .svc-ic{transform:none;}
  .svc-tile:hover .svc-ic .draw,
  .svc-tile:hover .svc-ic .spark,
  .svc-tile:hover .svc-ic .spark2{animation:none;}
}

/* --- SO ARBEITEN WIR v3: ghost numbers + dot nodes --- */
.journey-node{
  width:16px;height:16px;border-radius:50%;
  background:#2A2A26;border:2px solid #3A3A34;
  box-shadow:0 0 0 6px #0A0A0A;
  margin-top:6px;
  transition:background .5s,border-color .5s,box-shadow .5s,transform .5s;
}
.journey-step.on .journey-node{
  background:#D4FF3D;border-color:#D4FF3D;
  box-shadow:0 0 0 6px #0A0A0A, 0 0 22px rgba(212,255,61,.55);
  transform:scale(1.12);
}
.journey-card{position:relative;padding:6px 2px;}
.journey-ghost{
  position:absolute;top:-46px;
  font-size:110px;font-weight:700;line-height:1;
  color:rgba(212,255,61,.06);letter-spacing:-.04em;
  z-index:0;pointer-events:none;user-select:none;
  transition:color .6s ease;
}
.journey-step.on .journey-ghost{color:rgba(212,255,61,.1);}
.journey-step:nth-child(odd) .journey-ghost{right:-6px;}
.journey-step:nth-child(even) .journey-ghost{left:-6px;}
.journey-card h3,.journey-card p{position:relative;z-index:1;}
.journey-card h3{margin-top:20px;}
@media(max-width:768px){
  .journey-ghost{font-size:80px;top:-30px;left:auto;right:-4px;}
  .journey-step:nth-child(odd) .journey-ghost,
  .journey-step:nth-child(even) .journey-ghost{right:-4px;left:auto;}
}

/* --- SO ARBEITEN WIR v4: serpentine roadmap --- */
.roadmap{position:relative;max-width:900px;margin:10px auto 0;}
.roadmap-line{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:visible;}
.rl-bg{fill:none;stroke:rgba(255,255,255,.08);stroke-width:2.5;stroke-linecap:round;}
.rl-fill{fill:none;stroke:#D4FF3D;stroke-width:2.5;stroke-linecap:round;filter:drop-shadow(0 0 7px rgba(212,255,61,.55));}
.rm-step{position:relative;display:flex;margin-bottom:66px;z-index:1;}
.rm-step:last-child{margin-bottom:0;}
.rm-left{justify-content:flex-start;}
.rm-right{justify-content:flex-end;}
.rm-body{
  max-width:340px;
  opacity:0;transform:translateY(22px);
  transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);
}
.rm-step.on .rm-body{opacity:1;transform:none;}
.rm-left .rm-body{text-align:left;padding-left:48px;}
.rm-right .rm-body{text-align:right;padding-right:48px;}
.rm-node{
  position:absolute;top:3px;width:20px;height:20px;border-radius:50%;
  background:#2A2A26;border:2px solid #3A3A34;
  box-shadow:0 0 0 6px #0A0A0A;z-index:2;
  transition:background .5s,border-color .5s,box-shadow .5s,transform .5s;
}
.rm-left .rm-node{left:0;}
.rm-right .rm-node{right:0;}
.rm-step.on .rm-node{
  background:#D4FF3D;border-color:#D4FF3D;
  box-shadow:0 0 0 6px #0A0A0A, 0 0 22px rgba(212,255,61,.6);
  transform:scale(1.12);
}
.rm-num{display:inline-block;font-size:12px;font-weight:600;color:#D4FF3D;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:9px;}
.rm-body h3{font-size:21px;color:#EDEDEA;margin-bottom:10px;}
.rm-body p{font-size:14px;line-height:1.75;}
@media(max-width:680px){
  .roadmap{max-width:420px;}
  .rm-step,.rm-left,.rm-right{justify-content:flex-start;}
  .rm-left .rm-body,.rm-right .rm-body{text-align:left;padding-left:44px;padding-right:0;max-width:none;}
  .rm-left .rm-node,.rm-right .rm-node{left:0;right:auto;}
  .rm-step{margin-bottom:44px;}
}

/* --- LEISTUNGEN v3: filled icons, no box, wipe-reveal on hover --- */
.svc-tile .svc-ic{
  background:none;border:none;width:auto;height:auto;
  border-radius:0;margin-bottom:auto;
}
.svc-tile .svc-ic svg{width:44px;height:44px;color:#D4FF3D;overflow:visible;}
.svc-tile .svc-ic .spark{fill:#D4FF3D;stroke:none;transform-box:fill-box;transform-origin:center;opacity:.9;animation:none;}
.svc-tile:hover .svc-ic{transform:scale(1.1);}
.svc-tile:hover .svc-ic svg{animation:icon-wipe .8s cubic-bezier(.65,0,.35,1);}
.svc-tile:hover .svc-ic .spark{animation:spark-pop .6s ease .34s both;}
@keyframes icon-wipe{0%{clip-path:inset(0 100% 0 0);}100%{clip-path:inset(0 0 0 0);}}
@media(prefers-reduced-motion:reduce){
  .svc-tile:hover .svc-ic{transform:none;}
  .svc-tile:hover .svc-ic svg,.svc-tile:hover .svc-ic .spark{animation:none;}
}

/* --- ROADMAP text legibility over the line --- */
.rm-num,.rm-body h3,.rm-body p{
  text-shadow:0 0 6px #0A0A0A,0 0 3px #0A0A0A,0 0 3px #0A0A0A;
}
.rl-fill{stroke-width:2.2;}

/* --- LEISTUNGEN v4: smaller, left, elegant icons --- */
.svc-tile .svc-ic{align-self:flex-start;}
.svc-tile .svc-ic svg{width:30px;height:30px;overflow:visible;}

/* --- ROADMAP v2: dark plate behind text so the line disappears behind it --- */
.rm-body{position:relative;}
.rm-body::before{
  content:'';position:absolute;inset:-8px -16px;
  background:#0A0A0A;border-radius:20px;
  filter:blur(9px);z-index:-1;
}
.rm-num,.rm-body h3,.rm-body p{text-shadow:0 0 5px #0A0A0A;}

/* --- LEISTUNGEN v5: staggered bento (reference-matched) --- */
.svc-cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:start;}
.svc-col{display:flex;flex-direction:column;gap:20px;}
.svc-col-mid{margin-top:52px;}
.svc2{
  background:#121210;border:1px solid rgba(255,255,255,.06);
  border-radius:22px;padding:28px;
  transition:border-color .35s,transform .35s,box-shadow .35s;
}
.svc-col-mid .svc2{
  background:linear-gradient(180deg, rgba(212,255,61,.06), rgba(212,255,61,.008)), #121210;
  border-color:rgba(212,255,61,.14);
}
.svc2:hover{transform:translateY(-5px);border-color:rgba(212,255,61,.34);box-shadow:0 18px 40px rgba(0,0,0,.35);}
.svc2-ic{
  display:inline-flex;align-items:center;justify-content:center;
  width:48px;height:48px;border-radius:15px;
  background:rgba(212,255,61,.1);
  margin-bottom:22px;
}
.svc2-ic svg{width:24px;height:24px;stroke:#D4FF3D;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;overflow:visible;}
.svc2-ic svg .draw{stroke-dasharray:1;stroke-dashoffset:0;}
.svc2:hover .svc2-ic{background:rgba(212,255,61,.16);}
.svc2:hover .svc2-ic svg .draw{animation:icon-draw .9s cubic-bezier(.65,0,.35,1);}
.svc2:hover .svc2-ic svg .d1{animation-delay:.1s;}
.svc2:hover .svc2-ic svg .d2{animation-delay:.2s;}
.svc2 h3{font-size:19px;color:#EDEDEA;margin-bottom:10px;}
.svc2 p{font-size:14px;line-height:1.65;}
@media(max-width:900px){
  .svc-cols{grid-template-columns:1fr 1fr;}
  .svc-col-mid{margin-top:0;}
}
@media(max-width:600px){
  .svc-cols{grid-template-columns:1fr;}
}
@media(prefers-reduced-motion:reduce){
  .svc2:hover .svc2-ic svg .draw{animation:none;}
}

/* --- LEISTUNGEN v6: Digicraft-style 6-card grid --- */
.svc-section{padding:150px 0 100px;}
.svc-head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:44px;flex-wrap:wrap;}
.svc-head-left{max-width:560px;}
.svc-h2{font-size:clamp(32px,4.2vw,52px);color:#F5F5F2;margin-bottom:14px;letter-spacing:-.02em;}
.svc-sub{max-width:440px;font-size:15px;color:#9C9C99;}
.svc-head-btn{flex-shrink:0;}
.svc-grid6{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.svc3{
  display:flex;flex-direction:column;
  background:#121210;border:1px solid rgba(255,255,255,.07);
  border-radius:22px;padding:30px;min-height:238px;
  text-decoration:none;
  transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s,box-shadow .35s;
}
.svc3:hover{transform:translateY(-6px);border-color:rgba(212,255,61,.32);box-shadow:0 20px 44px rgba(0,0,0,.4);opacity:1;}
.svc3-ic{display:inline-flex;margin-bottom:20px;}
.svc3-ic svg{width:30px;height:30px;stroke:#D4FF3D;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;overflow:visible;}
.svc3-ic svg .draw{stroke-dasharray:1;stroke-dashoffset:0;}
.svc3:hover .svc3-ic svg .draw{animation:icon-draw .9s cubic-bezier(.65,0,.35,1);}
.svc3:hover .svc3-ic svg .d1{animation-delay:.1s;}
.svc3:hover .svc3-ic svg .d2{animation-delay:.2s;}
.svc3 h3{font-size:19px;color:#EDEDEA;margin-bottom:10px;}
.svc3 p{font-size:14px;line-height:1.6;color:#9C9C99;margin-bottom:22px;}
.svc3-more{margin-top:auto;font-size:13px;font-weight:600;color:#D4FF3D;display:inline-flex;align-items:center;gap:7px;}
.svc3-more span{transition:transform .3s;}
.svc3:hover .svc3-more span{transform:translateX(4px);}
/* featured card */
.svc3-feat{background:#D4FF3D;border-color:#D4FF3D;}
.svc3-feat h3{color:#0A0A0A;}
.svc3-feat p{color:rgba(10,10,10,.72);}
.svc3-feat .svc3-ic svg{stroke:#0A0A0A;}
.svc3-feat .svc3-more{color:#0A0A0A;}
.svc3-feat:hover{transform:translateY(-6px);border-color:#D4FF3D;box-shadow:0 20px 48px rgba(212,255,61,.32);}
@media(max-width:900px){.svc-grid6{grid-template-columns:1fr 1fr;}}
@media(max-width:600px){.svc-grid6{grid-template-columns:1fr;}.svc-head-btn{width:100%;justify-content:center;}}
@media(prefers-reduced-motion:reduce){.svc3:hover .svc3-ic svg .draw{animation:none;}}

/* --- HOMEPAGE: services band (stronger presence) --- */
.svc-band{text-align:center;margin-top:12px;}
.svc-band .eyebrow{display:inline-block;margin-bottom:22px;}
.svc-band-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;}
.svc-band-pill{
  display:inline-flex;align-items:center;
  padding:13px 24px;border-radius:100px;
  font-size:14px;font-weight:500;color:#DADAD7;
  background:#121210;border:1px solid rgba(255,255,255,.1);
  transition:transform .3s,border-color .3s,color .3s,background .3s;
}
.svc-band-pill:hover{
  border-color:rgba(212,255,61,.5);color:#F2F2F0;
  background:#16150F;transform:translateY(-2px);opacity:1;
}

/* --- HOMEPAGE bottom cards: illustrative visuals --- */
.fch-visual{flex-shrink:0;display:flex;align-items:center;justify-content:center;}
/* Hub (Alles aus einer Hand) */
.viz-hub{width:176px;height:120px;}
.viz-hub line{stroke:rgba(212,255,61,.3);stroke-width:1.4;}
.viz-hub .node{fill:#16150F;stroke:rgba(212,255,61,.45);stroke-width:1.4;}
.viz-hub .hub{fill:#D4FF3D;}
.viz-hub .pulse{transform-box:fill-box;transform-origin:center;animation:hub-pulse 2.6s ease-in-out infinite;}
@keyframes hub-pulse{0%,100%{opacity:.55;transform:scale(.85);}50%{opacity:1;transform:scale(1.1);}}
/* Chat (Direkter Draht) */
.viz-chat{width:230px;display:flex;flex-direction:column;gap:9px;}
.chat-b{font-size:11.5px;padding:9px 13px;border-radius:13px;max-width:185px;line-height:1.45;}
.chat-in{align-self:flex-start;background:#1A1A18;border:1px solid rgba(255,255,255,.08);color:#C4C4C0;border-bottom-left-radius:4px;}
.chat-out{align-self:flex-end;background:#D4FF3D;color:#0A0A0A;border-bottom-right-radius:4px;font-weight:500;}
.chat-typing{align-self:flex-start;display:flex;gap:4px;padding:9px 13px;background:#1A1A18;border:1px solid rgba(255,255,255,.08);border-radius:13px;border-bottom-left-radius:4px;}
.chat-typing span{width:5px;height:5px;border-radius:50%;background:#7A7A77;animation:chat-dot 1.4s ease-in-out infinite;}
.chat-typing span:nth-child(2){animation-delay:.2s;}
.chat-typing span:nth-child(3){animation-delay:.4s;}
@keyframes chat-dot{0%,60%,100%{opacity:.3;transform:translateY(0);}30%{opacity:1;transform:translateY(-3px);}}

/* --- Services marquee (continuous ticker) --- */
.svc-marquee{
  overflow:hidden;margin-top:40px;position:relative;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
}
.svc-marquee-track{display:flex;align-items:center;width:max-content;animation:mq-scroll 26s linear infinite;}
.svc-marquee:hover .svc-marquee-track{animation-play-state:paused;}
.svc-mq-item{
  font-size:17px;font-weight:500;color:#B8B8B4;
  padding:0 26px;white-space:nowrap;transition:color .3s;
}
.svc-mq-item:hover{color:#D4FF3D;opacity:1;}
.mq-star{width:15px;height:15px;flex-shrink:0;opacity:.85;}
@keyframes mq-scroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}
@media(prefers-reduced-motion:reduce){.svc-marquee-track{animation:none;}.viz-hub .pulse,.chat-typing span{animation:none;}}
@media(max-width:768px){
  .fch-visual{width:100%;}
  .viz-chat{width:100%;}
}


/* --- HOMEPAGE comparison matrix --- */
.compare-section{padding:90px 0;}
.cmp-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
.cmp-scroll::-webkit-scrollbar{display:none;}
.cmp-table{min-width:720px;max-width:980px;margin:0 auto;position:relative;}
.cmp-row{
  display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;align-items:center;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.cmp-head{border-bottom:1px solid rgba(255,255,255,.1);}
.cmp-last{border-bottom:none;}
.cmp-feat{
  display:flex;align-items:center;gap:11px;
  padding:20px 20px 20px 4px;font-size:15px;font-weight:500;color:#EDEDEA;
}
.cmp-feat::before{content:'';width:6px;height:6px;background:rgba(212,255,61,.5);border-radius:1px;flex-shrink:0;}
.cmp-head .cmp-feat::before{display:none;}
.cmp-cell{display:flex;align-items:center;justify-content:center;padding:16px 8px;min-height:64px;}
.cmp-col-head{font-size:15px;font-weight:500;color:#8A8A87;}
/* highlighted ABX column */
.cmp-abx{background:rgba(212,255,61,.06);}
.cmp-head .cmp-abx{border-radius:16px 16px 0 0;padding-top:26px;padding-bottom:22px;}
.cmp-last .cmp-abx{border-radius:0 0 16px 16px;}
.cmp-abx-head .cmp-logo{display:inline-flex;align-items:center;gap:9px;font-size:16px;font-weight:600;color:#F2F2F0;}
.cmp-abx-head .cmp-logo svg{width:20px;height:20px;}
/* check / x markers */
.ck{display:inline-flex;align-items:center;justify-content:center;}
.ck svg{display:block;}
.ck-abx{width:44px;height:32px;border-radius:100px;background:#D4FF3D;box-shadow:0 0 18px rgba(212,255,61,.35);}
.ck-abx svg{width:17px;height:17px;}
.ck-yes{width:30px;height:30px;color:#6FA84A;}
.ck-yes svg{width:20px;height:20px;}
.ck-no{width:30px;height:30px;color:#7A4A4A;}
.ck-no svg{width:17px;height:17px;}
@media(max-width:768px){
  .compare-section .section-head{margin-bottom:32px;}
}

/* ============================================
   MOBILE POLISH (v26) — ausschliesslich Mobile, Desktop unberuehrt
   ============================================ */
@media(max-width:768px){
  /* Hero: weniger Leerraum unter dem Formular */
  .hero{min-height:560px;}
  .hero-content{padding-top:188px;}
  .hero h1{line-height:1.16;}
  .rotator{line-height:1.16;}
  /* Vergleichsmatrix -> ABX-Checkliste (Konkurrenzspalten mobil aus, kein Seitwaerts-Scroll) */
  .compare-section .cmp-scroll{overflow:visible;}
  .compare-section .cmp-table{min-width:0;max-width:none;}
  .compare-section .cmp-row{grid-template-columns:1fr auto;}
  .compare-section .cmp-cell:not(.cmp-abx){display:none;}
  .compare-section .cmp-feat{padding:18px 6px 18px 4px;font-size:14px;}
  .compare-section .cmp-abx{padding:14px 16px;min-height:0;justify-content:center;}
  .compare-section .cmp-abx-head{padding:20px 16px;}
  .compare-section .cmp-abx-head .cmp-logo{white-space:nowrap;font-size:14px;}
  /* Sektions-Abstaende kompakter fuers Handy */
  .statement-section{padding:40px 0;}
  .features-section{padding:60px 0 46px;}
  .how-section{padding:60px 0;}
  .compare-section{padding:60px 0;}
  .stats-strip{padding:46px 0;}
  .testimonials-section{padding:60px 0;}
  .faq-section{padding:60px 0;}
  .final-cta{padding:16px 0 80px;}
  /* Pin-Prinzipien: Kicker ueber den Titel statt daneben */
  .pin-body h3{display:block;}
  .pin-kicker{margin-bottom:6px;}
}
@media(max-width:480px){
  .hero{min-height:520px;}
  .hero-content{padding-top:172px;}
  .hero h1{font-size:42px;}
  /* Stats gleichmaessiger */
  .stat-item{padding:0 12px;}
  .stat-label{font-size:11px;}
}
