/* Shared base styles for all custom subpages. Extracted from subpages.css to keep common design tokens and layout rules central. */

/* ==========================================================
   EINFACH MEHR – SUBPAGES
   Saubere Subpage-Styles für Partner / Nutzer / About / Contact
   Ohne Eingriff in Frontpage oder Toolbar-Logik
   ========================================================== */

/* =====================================
   Subpage base
   ===================================== */

.app-subpage {
  position: relative;
  color: #f7f9fc;
}

.app-subpage .container,
.app-subpage section .container,
.app-subpage .legal-footer-section .container,
.app-subpage .top-toolbar-wrap .container {
  width: min(1280px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.app-subpage .reveal {
  opacity: 1;
  transform: none;
}

.app-subpage .pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.08);
  color: #d6e1f7;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid rgba(255,255,255,0.08);
}

.app-subpage .pill-soft {
  background: rgba(255,255,255,0.06);
}

.app-subpage .gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, #dff7ff 38%, #7ce7ff 68%, #d5b8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.app-subpage .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border: none;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 0.96rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.app-subpage .btn:hover,
.app-subpage .btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.22);
}

.app-subpage .btn-primary {
  color: #0f172a;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 12px 30px rgba(255,255,255,0.12);
}

.app-subpage .btn-secondary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary, #5ce1e6), var(--secondary, #b388ff));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 12px 30px rgba(179,136,255,0.18);
}

.app-subpage .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

/* =====================================
   Common subpage layout
   ===================================== */

.app-subpage .app-subpage-hero {
  padding: 180px 0 60px;
}

@media (max-width: 768px) {
  .app-subpage .app-subpage-hero {
    padding: 140px 0 40px;
  }
}

.app-subpage .app-subpage-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.7rem, 7vw, 5.6rem);
  line-height: 1.08;
  letter-spacing: -0.06em;
  padding-bottom: 4px;
}

.app-subpage .app-subpage-hero h1 {
  overflow: visible;
}

.app-subpage .app-subpage-hero h1 .gradient-text {
  display: inline-block;
  overflow: visible;
  padding-bottom: 0.08em;
}

.app-subpage .app-subpage-lead {
  max-width: 70ch;
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.72;
  color: rgba(255,255,255,0.80);
}

.app-subpage .app-subpage-section {
  padding: 60px 0;
}

.app-subpage .section-head {
  max-width: 860px;
  margin: 0 0 28px;
  text-align: left;
}

.app-subpage .section-head.section-head-left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.app-subpage .section-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #f7f9fc;
}

.app-subpage .section-head p {
  margin: 18px 0 0;
  color: rgba(255,255,255,0.74);
  line-height: 1.72;
}

.app-subpage .grid-2,
.app-subpage .grid-3,
.app-subpage .steps {
  display: grid;
  gap: 18px;
}

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

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

/* =====================================
   Legal footer / Rechtliches
   ===================================== */

.app-subpage .legal-footer-section {
  padding: 28px 0 72px;
}

.app-subpage .legal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 32px;
  border-radius: 28px;
}

.app-subpage .legal-footer-copy {
  flex: 0 1 460px;
  min-width: 320px;
}

.app-subpage .legal-footer-copy h3 {
  margin: 14px 0 10px;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  max-width: 14ch;
}

.app-subpage .legal-footer-copy p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  max-width: 34ch;
}

.app-subpage .legal-footer-links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
}

.app-subpage .legal-footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  color: #d8ecff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.app-subpage .legal-footer-link:hover {
  transform: translateY(-2px);
  border-color: rgba(86, 214, 255, 0.35);
  background: rgba(255,255,255,0.07);
  color: #ffffff;
}

@media (max-width: 900px) {
  .app-subpage .legal-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 22px;
  }

  .app-subpage .legal-footer-copy {
    min-width: 0;
  }

  .app-subpage .legal-footer-links {
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
  }
}

/* =====================================
   Glass surfaces (without toolbar)
   ===================================== */

.app-subpage .card.glass,
.app-subpage .step,
.app-subpage .app-subpage-content.glass,
.app-subpage .cta-panel.glass,
.app-subpage .legal-footer.glass,
.app-subpage .partner-earnings-panel.glass,
.app-subpage .partner-earnings-note.glass,
.app-subpage .kunden-control-center.glass,
.app-subpage .kunden-control-main.glass,
.app-subpage .kunden-control-card.glass {
  background: var(--card, rgba(255,255,255,0.07));
  border: 1px solid var(--card-border, rgba(255,255,255,0.12));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--shadow, 0 20px 50px rgba(0,0,0,0.22));
}

.app-subpage .card,
.app-subpage .step {
  border-radius: var(--radius, 28px);
  padding: 24px;
  min-height: 100%;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.app-subpage .card:hover,
.app-subpage .step:hover {
  transform: translateY(-12px) scale(1.018);
  border-color: rgba(255,255,255,0.24);
  box-shadow: 0 34px 78px rgba(0,0,0,0.46);
}

.app-subpage .card h3,
.app-subpage .step h3,
.app-subpage .cta-panel h3,
.app-subpage .legal-footer h3,
.app-subpage .partner-earnings-panel h3,
.app-subpage .kunden-control-main h3,
.app-subpage .kunden-control-card strong {
  margin: 0 0 10px;
  color: #f7f9fc;
  letter-spacing: -0.03em;
}

.app-subpage .card h3,
.app-subpage .step h3 {
  font-size: 1.25rem;
}

.app-subpage .card p,
.app-subpage .step p,
.app-subpage .app-subpage-content p,
.app-subpage .cta-panel p,
.app-subpage .legal-footer p,
.app-subpage .kunden-control-main p,
.app-subpage .kunden-control-card p {
  margin: 0;
  color: var(--muted, rgba(255,255,255,0.74));
  line-height: 1.72;
}

.app-subpage .app-subpage-content {
  padding: 28px;
  border-radius: 30px;
}

.app-subpage .app-subpage-content p + p {
  margin-top: 16px;
}

.app-subpage .cta-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 30px;
}

.app-subpage .cta-panel h3 {
  margin: 16px 0 12px;
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  line-height: 1.08;
}

.app-subpage .cta-panel p {
  margin: 0 0 20px;
}

.app-subpage .card-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #d8ebff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

/* =====================================
   Steps
   ===================================== */

.app-subpage .steps {
  align-items: stretch;
}

.app-subpage .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(92,225,230,0.18), rgba(179,136,255,0.24));
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

/* =====================================
   Partner page
   ===================================== */

















/* =====================================
   Existing partner earnings module polish
   ===================================== */





/* =====================================
   About page – Team cards
   ===================================== */

















/* Marcel: Frame leicht weiter links, passend zum Bild */


/* Marco: Frame leicht weiter rechts, passend zum Bild */


/* unterer Fade für Textlesbarkeit */




/* Bildposition nur leicht feinjustiert */














@media (max-width: 960px) {
  

  

  

  

  

  
}

@media (max-width: 760px) {
  

  

  

  

  

  

  

  

  

  
}

/* =====================================
   About page – person cards simplified
   ===================================== */













/* Hover Effekt */


/* =====================================
   About page – leadership layout fixes
   ===================================== */





/* =====================================
   About page – Ambient upgrades
   ===================================== */























/* klickbare Media Society Card */


/* Hover Effekt */


/* =====================================
   About page – Visual story section
   ===================================== */






















































@media (max-width: 1100px) {
  

  

  
}

@media (max-width: 760px) {
  

  

  

  

  

  
}

/* =====================================
   About page – Motion + system visual
   ===================================== */



























/* System Visual */


























@keyframes aboutCardFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes aboutBarsPulse {
  0%, 100% {
    transform: scaleY(1);
    filter: brightness(1);
  }
  50% {
    transform: scaleY(1.04);
    filter: brightness(1.08);
  }
}

@keyframes aboutOrbDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(-10px, -12px, 0) scale(1.05);
  }
}

@keyframes aboutLineTravel {
  0% {
    top: -45%;
  }
  100% {
    top: 105%;
  }
}

@keyframes aboutNodeFloatA {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes aboutNodeFloatB {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}

@media (max-width: 1100px) {
  
}

@media (max-width: 760px) {
  

  

  

  
}

@media (prefers-reduced-motion: reduce) {
  
}

/* =====================================
   About page – tabs
   ===================================== */













/* =====================================
   Nutzer page – motion & polish
   ===================================== */

































@media (max-width: 760px) {
  

  

  

  
}





























































































































@keyframes kundenHeroFloat {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes kundenPanelFloat {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes kundenCardDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -6px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}











@media (max-width: 1100px) {
  

  

  

  

  
}

@media (max-width: 960px) {
  

  

  

  









  

  
}

@media (max-width: 760px) {
  

  

  

  

  

  

  

    
}

@media (max-width: 760px) {
  

  

  /* HERO SWIPE */

  

  

  

  /* FEATURE / CONTENT SWIPE */

  

  

  

  /* CONTROL CENTER */

  



































  /* HOVER FIX MOBILE */

  

  

  

  

  

  

  

  

  

  

  

  

  
}

/* =====================================
   Nutzer page – kompaktere Section Abstände
   ===================================== */





@media (max-width: 960px) {
  

  
}

/* =====================================
   Contact page – cleaned
   ===================================== */
















/* =====================================
   Contact hero visual
   ===================================== */





















@keyframes contactFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

/* =====================================
   Contact intro block
   ===================================== */







/* =====================================
   Contact cards grid
   ===================================== */











/* Card head */















/* Actions */













/* CTA */













/* Contact responsive */

@media (max-width: 900px) {
  

  

  

  
}

@media (max-width: 960px) {
  

  

  

  
}

@media (max-width: 760px) {
  

  

  

  

  

  

  

  

  
}

@media (max-width: 480px) {
  

  

  
}

@media (prefers-reduced-motion: reduce) {
  

  
}

/* =====================================
   Subpages mobil – Container wie Startseite
   ===================================== */

@media (max-width: 760px) {
  .app-subpage .container,
  .app-subpage section .container,
  .app-subpage .legal-footer-section .container,
  .app-subpage .top-toolbar-wrap .container {
    width: calc(100% - 30px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 760px) {
  .app-subpage .legal-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 20px;
    gap: 20px;
  }

  .app-subpage .legal-footer-copy {
    max-width: 340px;
    min-width: 0;
    flex: 0 0 auto;
  }

  .app-subpage .legal-footer-copy h3 {
    margin: 12px 0 10px;
    max-width: 12ch;
  }

  .app-subpage .legal-footer-copy p {
    max-width: 24ch;
    margin: 0;
  }

  .app-subpage .legal-footer-links {
    width: 100%;
    flex: 0 0 auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
  }

  .app-subpage .legal-footer-link {
    min-height: 42px;
    padding: 0 14px;
  }
}



body.page-kunden-template {
  overflow-x: hidden;
}

@media (max-width: 760px) {
  
}

@media (max-width: 760px) {
  #contact-page .app-subpage-hero,
  #kunden-page .app-subpage-hero,
  #partner-page .app-subpage-hero {
    padding-top: 130px;
  }
}



body.page-partner-template {
  overflow-x: hidden;
}

@media (max-width: 760px) {
  

  

  

  

  
}

/* =====================================
   About page – mobile hero swipe
   ===================================== */

@media (max-width: 760px) {
  body.page-about-us-template {
    overflow-x: hidden;
  }

  /* HERO SWIPE */
  /* Visual stabil halten */
  /* Buttons mobil sauber */
  /* About tabs mobile swipe */
  /* Leadership – Marcel / Marco */
  /* How it works – 3 Cards */
  /* Next step – 2 CTA Cards */
}

/* =====================================
   Global subpages – einheitliche Container-Abstände
   ===================================== */

#about-us-page .app-subpage-section,
#kunden-page .app-subpage-section,
#partner-page .app-subpage-section,
#contact-page .app-subpage-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#about-us-page .app-subpage-section + .app-subpage-section,
#kunden-page .app-subpage-section + .app-subpage-section,
#partner-page .app-subpage-section + .app-subpage-section,
#contact-page .app-subpage-section + .app-subpage-section {
  margin-top: 0;
}

/* Nutzer-Seite: alte Sonderabstände neutralisieren */


/* Einheitlich auf Tablet / Mobile */
@media (max-width: 960px) {
  #about-us-page .app-subpage-section,
  #kunden-page .app-subpage-section,
  #partner-page .app-subpage-section,
  #contact-page .app-subpage-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  #about-us-page .app-subpage-section + .app-subpage-section,
  #kunden-page .app-subpage-section + .app-subpage-section,
  #partner-page .app-subpage-section + .app-subpage-section,
  #contact-page .app-subpage-section + .app-subpage-section {
    margin-top: 0;
  }

  
}

/* About: Tabs → Panel Abstand vereinheitlichen */


/* =====================================
   unify mobile tab buttons
   ===================================== */

@media (max-width: 760px) {

  #about-us-page .about-tab,
  #kunden-page .kunden-tab {
    min-height: 46px;
    padding: 0 18px;
    font-size: 0.9rem;
  }

}

/* =====================================
   Global pill ambient animation – subpages
   MUSS AUSSERHALB ALLER @media-BLÖCKE STEHEN
   ===================================== */

#about-us-page .pill,
#kunden-page .pill,
#partner-page .pill,
#contact-page .pill,
.app-subpage .pill {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: max-content;
  border-radius: 999px;
  will-change: transform, box-shadow;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
  animation: subpage-pill-float 3.8s ease-in-out infinite;
}

#about-us-page .pill::after,
#kunden-page .pill::after,
#partner-page .pill::after,
#contact-page .pill::after,
.app-subpage .pill::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.00) 22%,
    rgba(255,255,255,0.22) 46%,
    rgba(255,255,255,0.00) 72%,
    rgba(255,255,255,0) 100%
  );
  transform: translateX(-160%);
  opacity: 0.95;
  animation: subpage-pill-shine 4.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

#about-us-page .pill > *,
#kunden-page .pill > *,
#partner-page .pill > *,
#contact-page .pill > *,
.app-subpage .pill > * {
  position: relative;
  z-index: 2;
}

@media (hover: hover) and (pointer: fine) {
  #about-us-page .pill:hover,
  #kunden-page .pill:hover,
  #partner-page .pill:hover,
  #contact-page .pill:hover,
  .app-subpage .pill:hover,
  #about-us-page .pill:focus-visible,
  #kunden-page .pill:focus-visible,
  #partner-page .pill:focus-visible,
  #contact-page .pill:focus-visible,
  .app-subpage .pill:focus-visible {
    transform: translateY(-4px);
    border-color: rgba(255,255,255,0.16);
    box-shadow:
      0 16px 34px rgba(0,0,0,0.22),
      0 0 22px rgba(124,231,255,0.10);
  }
}

@keyframes subpage-pill-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes subpage-pill-shine {
  0% {
    transform: translateX(-160%);
    opacity: 0;
  }
  10% {
    opacity: 0.95;
  }
  34% {
    transform: translateX(160%);
    opacity: 0;
  }
  100% {
    transform: translateX(160%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  #about-us-page .pill,
  #kunden-page .pill,
  #partner-page .pill,
  #contact-page .pill,
  .app-subpage .pill,
  #about-us-page .pill::after,
  #kunden-page .pill::after,
  #partner-page .pill::after,
  #contact-page .pill::after,
  .app-subpage .pill::after {
    animation: none !important;
    transform: none !important;
  }
}

/* =====================================
   Partner page
   ===================================== */















































































































@media (max-width: 900px) {
  

  

  

  

  

  

  
}

@media (max-width: 760px) {
  

  

  

  

  

  

  

  

  





  

  

  

  

  

  

  

  

  

  



  

  

  

  

  

  

  

  
}

@media (max-width: 520px) {
  ...
}