/* ==========================================================================
   4Vision Agency — Redesign Stylesheet
   Loaded AFTER assets/css/style.css. Overrides nav/footer/body/typography
   site-wide and adds all homepage-specific components (hero, feature grid,
   testimonials, process, Viona teaser, FAQ, Bewerbungs-Modal).
   Legacy legal-page styles (.legal-page, .legal-card, .contact-*, ...) stay
   in style.css and are intentionally left untouched.
   ========================================================================== */
:root{
  --bg: #0a0a0f;
  --bg-alt: #101018;
  --card: #15151f;
  --card-line: rgba(255,255,255,0.08);
  --cyan: #25f4ee;
  --pink: #fe2c55;
  --white: #f5f5f7;
  --muted: #8d8d99;
  --muted-2: #55555f;
}
html{scroll-behavior:smooth;}
body{
  background:var(--bg);
  color:var(--white);
  font-family:'Manrope',sans-serif;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,.display{ font-family:'Unbounded',sans-serif; letter-spacing:-0.02em; margin:0; overflow-wrap:break-word; word-break:break-word; }
a{ text-decoration:none; color:inherit; }
.wrap{ max-width:1360px; margin:0 auto; padding:0 40px; }
::selection{ background:var(--pink); color:#fff; }

button.btn-primary, button.btn-secondary{ font-family:inherit; cursor:pointer; -webkit-appearance:none; appearance:none; }

/* subtle glow background */
body::before{
  content:"";
  position:fixed; top:-20%; left:50%; transform:translateX(-50%);
  width:1000px; height:1000px;
  background:radial-gradient(circle, rgba(37,244,238,0.10) 0%, rgba(254,44,85,0.06) 40%, transparent 70%);
  pointer-events:none; z-index:0;
}

/* Bring legacy legal pages in line with the new (non-fixed) sticky nav —
   the old values assumed a fixed header overlapping the content. */
.legal-page{ padding:70px 0 120px; }
.back-home{ margin:24px auto 0; }

/* NAV */
nav.main-nav{
  position:sticky; top:0; z-index:50;
  background:rgba(10,10,15,0.75);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--card-line);
}
.nav-inner{ display:flex; align-items:center; justify-content:space-between; padding:16px 40px; max-width:1360px; margin:0 auto; }
.logo{ font-family:'Unbounded',sans-serif; font-weight:800; font-size:19px; display:flex; align-items:center; gap:8px; }
.logo .dot{ width:9px; height:9px; border-radius:50%; background:linear-gradient(135deg,var(--cyan),var(--pink)); display:inline-block; }
.logo img{ height:30px; width:auto; display:block; }
.nav-links{ display:flex; gap:32px; font-size:14px; font-weight:600; color:var(--muted); }
.nav-links a:hover{ color:var(--white); }
.nav-actions{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; justify-content:flex-end; row-gap:8px; }
.nav-cta{
  background:var(--white); color:#0a0a0f; font-weight:700; font-size:14px;
  padding:10px 20px; border-radius:100px; white-space:nowrap;
}
.nav-login{
  border:1px solid var(--card-line); color:var(--white); font-weight:700; font-size:13px;
  padding:9px 16px; border-radius:100px; white-space:nowrap;
}
.nav-login:hover{ border-color:var(--cyan); }
@media(max-width:840px){ .nav-links{ display:none; } }
@media(max-width:480px){
  .nav-inner{ padding:14px 18px; }
  .nav-actions{ gap:8px; }
  .nav-login{ padding:7px 10px; font-size:11.5px; }
  .nav-cta{ padding:7px 12px; font-size:12.5px; }
}

/* HERO — namespaced .rs-hero (not .hero) because style.css already defines
   a conflicting legacy `.hero{min-height:100vh;display:flex;text-align:center;
   background:radial-gradient(...)}` rule used nowhere in the new markup. */
.rs-hero{ position:relative; z-index:1; padding:64px 0 60px; }
.rs-hero-grid{ display:grid; grid-template-columns:1.2fr 0.8fr; gap:72px; align-items:center; }
@media(max-width:900px){ .rs-hero-grid{ grid-template-columns:1fr; } }
.badge{
  display:inline-flex; align-items:center; gap:8px;
  border:1px solid var(--card-line); border-radius:100px; padding:7px 14px 7px 8px;
  font-size:12.5px; font-weight:700; color:var(--muted); margin-bottom:22px;
}
.badge .flags{ font-size:13px; }
.rs-hero h1{
  font-size:clamp(40px,5.6vw,68px); font-weight:800; line-height:1.04; color:var(--white);
}
.rs-hero h1 .grad{
  background:linear-gradient(90deg,var(--cyan),var(--pink));
  -webkit-background-clip:text; background-clip:text; color:transparent;
}
.rs-hero p.lead{
  margin-top:22px; font-size:17px; line-height:1.6; color:var(--muted); max-width:600px;
}
.hero-ctas{ display:flex; gap:14px; margin-top:32px; flex-wrap:wrap; }
.btn-primary{
  background:linear-gradient(90deg,var(--pink),#ff5470);
  color:#fff; font-weight:700; font-size:15px; padding:15px 26px; border-radius:100px;
  box-shadow:0 8px 28px rgba(254,44,85,0.35);
  transition:transform .15s ease; border:none;
}
.btn-primary:hover{ transform:translateY(-2px); }
.btn-secondary{
  border:1px solid var(--card-line); color:var(--white); font-weight:700; font-size:15px;
  padding:15px 24px; border-radius:100px; display:inline-flex; align-items:center; gap:8px;
  background:transparent;
}
.btn-secondary:hover{ border-color:var(--cyan); }
.trust-row{ display:flex; align-items:center; gap:18px; margin-top:36px; }
.avatars{ display:flex; }
.avatars span{
  width:32px; height:32px; border-radius:50%; border:2px solid var(--bg);
  margin-left:-9px; display:inline-block;
  background:linear-gradient(135deg,var(--cyan),var(--pink));
  background-size:cover; background-position:center;
}
.avatars span:first-child{ margin-left:0; }
.trust-row .txt{ font-size:13px; color:var(--muted); }
.trust-row .txt b{ color:var(--white); }

/* PHONE MOCKUP */
.phone-stage{ display:flex; justify-content:center; position:relative; }
.phone{
  width:270px; height:560px; border-radius:38px; background:#000;
  border:6px solid #1c1c24; position:relative; overflow:hidden;
  box-shadow:0 30px 80px rgba(254,44,85,0.18), 0 0 0 1px rgba(255,255,255,0.04);
}
.phone::before{
  content:""; position:absolute; inset:0;
  background:linear-gradient(160deg,#1a1a24,#0a0a0f 70%);
}
.scene-svg{ position:absolute; inset:0; width:100%; height:100%; z-index:1; }
.scene-video{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:1; background:#000; }
.phone-notch{ position:absolute; top:8px; left:50%; transform:translateX(-50%); width:70px; height:18px; background:#000; border-radius:20px; z-index:5; }
.live-tag{
  position:absolute; top:10px; left:14px; background:var(--pink); color:#fff;
  font-size:10.5px; font-weight:800; padding:4px 8px; border-radius:6px; letter-spacing:0.04em;
  display:flex; align-items:center; gap:5px; z-index:6;
}
.live-tag .pulse{ width:6px; height:6px; border-radius:50%; background:#fff; animation:pulse 1.4s infinite; }
@keyframes pulse{ 0%,100%{opacity:1;} 50%{opacity:.3;} }
.viewer-tag{
  position:absolute; top:10px; right:14px; background:rgba(0,0,0,0.45); backdrop-filter:blur(6px);
  color:#fff; font-size:10.5px; font-weight:700; padding:4px 9px; border-radius:20px; z-index:6;
}
/* BATTLE MODE — CSS kept for when a real battle photo is supplied at
   assets/images/battle-echt.jpeg. Markup for this is currently NOT used in
   index.php (see chat notes), so none of this renders yet. */
.battle-divider{
  position:absolute; left:50%; top:0; bottom:0; width:2px;
  background:rgba(255,255,255,0.55); z-index:3; transform:translateX(-1px);
}
.battle-photo{
  position:absolute; top:0; right:0; width:50%; height:100%; z-index:1;
  background-image:url('../images/battle-echt.jpeg');
  background-size:cover; background-position:center 22%;
  filter:grayscale(0.25) contrast(1.12) brightness(0.92);
}
.battle-photo::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,0.15) 0%, transparent 35%, rgba(0,0,0,0.55) 100%);
}
.score-bar{
  position:absolute; top:34px; left:16px; right:16px; height:7px; border-radius:4px;
  overflow:hidden; display:flex; z-index:5; box-shadow:0 0 0 1px rgba(255,255,255,0.15);
}
.score-bar .sc-l{ flex:3748 1 0%; background:linear-gradient(90deg,#fe2c55,#ff6b81); }
.score-bar .sc-r{ flex:1621 1 0%; background:linear-gradient(90deg,#25c9f4,#25f4ee); }
.vs-badge{
  position:absolute; top:34px; left:50%; transform:translate(-50%,-50%);
  background:#0a0a0f; border:1.5px solid #fff; color:#fff; font-size:9.5px; font-weight:800;
  padding:3px 9px; border-radius:10px; z-index:7; display:flex; align-items:center; gap:5px;
  font-family:'Unbounded',sans-serif; white-space:nowrap;
}
.vs-badge .vs{ color:var(--pink); }
.win-tag{
  position:absolute; top:48px; z-index:6; font-family:'Unbounded',sans-serif;
  font-size:10.5px; font-weight:700; color:#ffd645; background:rgba(0,0,0,0.5);
  padding:3px 8px; border-radius:6px; letter-spacing:0.02em;
}
.win-tag.left{ left:14px; }
.win-tag.right{ right:14px; }
.rose-tag{
  position:absolute; bottom:100px; right:16px; z-index:6; font-size:11px; font-weight:800;
  color:#fff; background:rgba(0,0,0,0.45); padding:4px 9px; border-radius:20px;
  display:flex; align-items:center; gap:4px;
}
.phone-name{
  position:absolute; bottom:96px; left:18px; z-index:4; font-family:'Unbounded',sans-serif;
  font-size:15px; font-weight:700;
}
.phone-sub{ position:absolute; bottom:76px; left:18px; z-index:4; font-size:12px; color:rgba(255,255,255,0.75); }
.gift-bar{
  position:absolute; bottom:16px; left:16px; right:16px; z-index:4;
  background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12);
  border-radius:100px; padding:10px 14px; font-size:11.5px; font-weight:700; color:#fff;
  display:flex; align-items:center; justify-content:space-between;
}
.gift-bar .amt{ color:var(--cyan); }
.float-heart{
  position:absolute; font-size:16px; opacity:0; z-index:3;
  animation:floatUp 3.2s ease-in infinite;
}
@keyframes floatUp{
  0%{ opacity:0; transform:translateY(0) scale(0.7); }
  15%{ opacity:1; }
  100%{ opacity:0; transform:translateY(-220px) scale(1.1); }
}
.glow-ring{
  position:absolute; inset:-40px; border-radius:60px; z-index:-1;
  background:conic-gradient(from 0deg, var(--cyan), var(--pink), var(--cyan));
  filter:blur(60px); opacity:0.25;
}

/* STATS */
.stats-bar{
  border-top:1px solid var(--card-line); border-bottom:1px solid var(--card-line);
  padding:34px 0; position:relative; z-index:1;
}
.stats-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; text-align:center; }
@media(max-width:700px){ .stats-grid{ grid-template-columns:repeat(2,1fr); gap:28px 20px; } }
.stat-num{ font-family:'Unbounded',sans-serif; font-size:clamp(24px,3.4vw,34px); font-weight:800; }
.stat-num.c1{ color:var(--cyan); }
.stat-num.c2{ color:var(--pink); }
.stat-label{ font-size:12.5px; color:var(--muted); margin-top:6px; font-weight:600; }

/* SECTION HEADERS */
.rs-section{ padding:100px 0; position:relative; z-index:1; }
.eyebrow{
  font-size:12.5px; font-weight:800; letter-spacing:0.14em; text-transform:uppercase;
  color:var(--pink); margin-bottom:14px;
}
.section-head{ max-width:640px; margin-bottom:56px; }
.section-head h2{ font-size:clamp(28px,3.6vw,42px); font-weight:800; line-height:1.12; }
.section-head p{ margin-top:16px; font-size:16px; color:var(--muted); line-height:1.6; }

/* FEATURE GRID */
.feat-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
@media(max-width:900px){ .feat-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:600px){ .feat-grid{ grid-template-columns:1fr; } }
.feat-card{ padding:32px 26px; border:1px solid var(--card-line); border-radius:18px; }
.feat-icon{
  width:42px; height:42px; border-radius:12px; margin-bottom:20px;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg, rgba(37,244,238,0.15), rgba(254,44,85,0.15));
  border:1px solid var(--card-line);
}
.feat-card h3{ font-size:16px; font-weight:700; margin-bottom:9px; font-family:'Manrope',sans-serif; }
.feat-card p{ font-size:14px; color:var(--muted); line-height:1.6; }

/* CREATOR NETWORK (2x2) */
.cn-logo{ height:40px; width:auto; margin:0 auto 20px; display:block; }
.cn-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
@media(max-width:700px){ .cn-grid{ grid-template-columns:1fr; } }
.cn-card{ padding:36px 34px; border:1px solid var(--card-line); border-radius:18px; }
.cn-card h3{ font-size:18px; font-weight:700; margin-bottom:12px; font-family:'Manrope',sans-serif; }
.cn-card p{ font-size:14.5px; color:var(--muted); line-height:1.65; }
.cn-tagline{
  margin:32px auto 0; max-width:680px; text-align:center;
  font-size:18px; font-weight:700; color:var(--white); line-height:1.5;
}

/* TESTIMONIALS */
.test-scroll{ display:flex; gap:18px; overflow-x:auto; padding-bottom:10px; scrollbar-width:none; }
.test-scroll::-webkit-scrollbar{ display:none; }
.test-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
@media(max-width:700px){ .test-grid{ grid-template-columns:1fr; } }
.test-card{
  min-width:0; border:1px solid var(--card-line); border-radius:18px;
  padding:26px; flex-shrink:0;
}
/* Shared hover polish + TikTok-color (cyan/pink) shading for all card grids */
.feat-card, .cn-card, .test-card, .legal-box, .kontakt-btn, .hub-card{
  background-image:linear-gradient(135deg, rgba(37,244,238,0.07), rgba(254,44,85,0.07));
  background-color:var(--card);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background-image .3s ease;
}
.feat-card:hover, .cn-card:hover, .test-card:hover, .legal-box:hover, .kontakt-btn:hover, .hub-card:hover{
  transform:translateY(-6px);
  border-color:rgba(37,244,238,0.45);
  box-shadow:0 18px 40px rgba(0,0,0,0.35), 0 0 0 1px rgba(254,44,85,0.18);
  background-image:linear-gradient(135deg, rgba(37,244,238,0.16), rgba(254,44,85,0.16));
}
.test-card.placeholder{ border-style:dashed; }
.test-card.placeholder{ background-image:none; }
.test-card.placeholder .quote{ color:var(--muted-2); font-style:italic; }
.test-card.placeholder .test-avatar{ background:var(--card-line); }
.test-card.placeholder .test-name{ color:var(--muted); }
.test-stars{ color:var(--cyan); font-size:13px; letter-spacing:2px; margin-bottom:14px; }
.test-card p.quote{ font-size:14.5px; line-height:1.65; color:#e4e4e8; }
.test-foot{ display:flex; align-items:center; gap:11px; margin-top:20px; }
.test-avatar{ width:38px; height:38px; border-radius:50%; background:linear-gradient(135deg,var(--cyan),var(--pink)); background-size:cover; background-position:center; }
.test-name{ font-size:13.5px; font-weight:700; }
.test-handle{ font-size:12px; color:var(--muted); }
.test-metric{
  margin-left:auto; font-size:11px; font-weight:800; color:var(--cyan);
  background:rgba(37,244,238,0.1); padding:4px 9px; border-radius:8px;
}

/* PROCESS */
.process{ display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:24px; position:relative; }
@media(max-width:560px){ .process{ grid-template-columns:1fr; } }
.proc-step{ position:relative; padding-top:8px; }
.proc-num{
  font-family:'Unbounded',sans-serif; font-size:13px; font-weight:800; color:var(--muted-2);
  -webkit-text-stroke:1px var(--muted-2);
}
.proc-step h3{ font-size:16.5px; font-weight:700; margin:14px 0 8px; font-family:'Manrope',sans-serif; }
.proc-step p{ font-size:13.5px; color:var(--muted); line-height:1.6; }
.proc-line{ height:1px; background:linear-gradient(90deg,var(--cyan),var(--pink)); opacity:.25; margin-top:18px; }

/* VIONA */
.viona-card{
  background:linear-gradient(135deg, rgba(37,244,238,0.08), rgba(254,44,85,0.08));
  border:1px solid var(--card-line); border-radius:24px; padding:52px;
  display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center;
}
@media(max-width:800px){ .viona-card{ grid-template-columns:1fr; padding:32px; } }
.viona-heading{ display:flex; align-items:center; gap:14px; margin-bottom:16px; }
.viona-heading img{ width:46px; height:46px; border-radius:50%; object-fit:cover; border:1px solid var(--card-line); }
.viona-heading h2{ font-size:30px; }
.chat-mock{ background:var(--bg-alt); border:1px solid var(--card-line); border-radius:18px; padding:22px; }
.chat-bubble{ max-width:80%; padding:11px 15px; border-radius:14px; font-size:13.5px; margin-bottom:10px; line-height:1.5; }
.chat-bubble.them{ background:#22222e; border-bottom-left-radius:4px; }
.chat-bubble.me{ background:linear-gradient(90deg,var(--pink),#ff5470); margin-left:auto; border-bottom-right-radius:4px; color:#fff; }
.chat-typing{ display:flex; gap:4px; padding:11px 15px; }
.chat-typing span{ width:6px; height:6px; border-radius:50%; background:var(--muted); animation:blink 1.2s infinite; }
.chat-typing span:nth-child(2){ animation-delay:.2s; } .chat-typing span:nth-child(3){ animation-delay:.4s; }
@keyframes blink{ 0%,100%{opacity:.3;} 50%{opacity:1;} }

/* FAQ */
.faq-item{ border-bottom:1px solid var(--card-line); }
.faq-q{
  display:flex; justify-content:space-between; align-items:center;
  padding:24px 4px; cursor:pointer; font-weight:700; font-size:15.5px;
}
.faq-q .plus{ font-size:20px; color:var(--pink); transition:transform .25s ease; font-weight:400; }
.faq-item.open .plus{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
.faq-a p{ padding:0 4px 22px; font-size:14.5px; color:var(--muted); line-height:1.65; max-width:640px; }

/* FINAL CTA */
.final-cta{
  text-align:center; border-radius:28px; padding:70px 30px;
  background:radial-gradient(120% 140% at 50% 0%, rgba(254,44,85,0.16), transparent 60%), var(--card);
  border:1px solid var(--card-line);
}
.final-cta h2{ font-size:clamp(28px,4vw,44px); font-weight:800; max-width:600px; margin:0 auto; line-height:1.15; }
.final-cta p{ margin-top:16px; color:var(--muted); font-size:15.5px; }

footer.main-footer{ border-top:1px solid var(--card-line); padding:44px 0; position:relative; z-index:1; }
.foot-inner{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px; }
.foot-links{ display:flex; gap:22px; font-size:13px; color:var(--muted); flex-wrap:wrap; }
.foot-links a:hover{ color:var(--white); }
.foot-copy{ font-size:13px; color:var(--muted-2); }

/* BEWERBUNGS-MODAL */
.modal-overlay{
  position:fixed; inset:0; z-index:200; display:flex; align-items:center; justify-content:center;
  background:rgba(6,6,10,0.72); backdrop-filter:blur(8px);
  opacity:0; pointer-events:none; transition:opacity .25s ease; padding:20px;
}
.modal-overlay.open{ opacity:1; pointer-events:auto; }
.modal-card{
  width:min(460px,100%); max-height:86vh; background:var(--card); border:1px solid var(--card-line);
  border-radius:26px; padding:32px 28px 24px; position:relative; display:flex; flex-direction:column;
  transform:translateY(14px) scale(0.98); transition:transform .3s ease;
  box-shadow:0 30px 80px rgba(0,0,0,0.5);
}
.modal-overlay.open .modal-card{ transform:translateY(0) scale(1); }
.modal-head{ display:flex; justify-content:space-between; align-items:flex-start; gap:14px; }
.modal-title{ font-family:'Unbounded',sans-serif; font-weight:800; font-size:20px; line-height:1.2; }
.modal-close{
  background:rgba(255,255,255,0.06); border:1px solid var(--card-line); color:var(--muted);
  width:30px; height:30px; border-radius:50%; font-size:14px; cursor:pointer; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
}
.modal-close:hover{ color:var(--white); border-color:var(--pink); }
.modal-lead{ font-size:13.5px; color:var(--muted); line-height:1.55; margin-top:10px; }
.progress-track{ height:4px; background:var(--card-line); border-radius:4px; margin-top:22px; overflow:hidden; }
.progress-fill{ height:100%; width:8.3%; background:linear-gradient(90deg,var(--pink),var(--cyan)); transition:width .4s ease; }
.steps-viewport{ position:relative; min-height:168px; margin-top:22px; overflow:hidden; }
.step{
  position:absolute; inset:0 0 auto 0; transform:translateX(100%); opacity:0; pointer-events:none;
}
.modal-overlay.open .step.active{ position:relative; transform:translateX(0); opacity:1; pointer-events:auto; }
.step.active{ position:relative; transform:translateX(0); opacity:1; }
.step.shake{ animation:shake .32s ease; }
@keyframes shake{ 0%,100%{ transform:translateX(0);} 25%{ transform:translateX(-6px);} 75%{ transform:translateX(6px);} }
.step-label{ font-size:15.5px; font-weight:700; line-height:1.4; }
.step-helper{ font-size:12.5px; color:var(--muted); margin-top:7px; line-height:1.5; }
.step-field{ margin-top:18px; }
.field-input{
  width:100%; background:var(--bg-alt); border:1.5px solid var(--card-line); color:var(--white);
  font-family:'Manrope',sans-serif; font-size:14.5px; padding:13px 15px; border-radius:12px; outline:none;
  transition:border-color .2s ease;
}
.field-input::placeholder{ color:var(--muted-2); }
.field-input:focus{ border-color:var(--cyan); }
.field-input.invalid{ border-color:var(--pink); }
textarea.field-input{ resize:none; font-family:'Manrope',sans-serif; }
.pill-group{ display:flex; flex-wrap:wrap; gap:10px; }
.pill-option{
  border:1.5px solid var(--card-line); border-radius:12px; padding:11px 16px; font-size:13.5px;
  font-weight:600; cursor:pointer; transition:all .15s ease; color:var(--muted);
}
.pill-option:hover{ border-color:var(--muted); color:var(--white); }
.pill-option.selected{
  border-color:var(--pink); background:rgba(254,44,85,0.12); color:var(--white);
}
.checkbox-row{ display:flex; align-items:flex-start; gap:11px; font-size:13px; color:var(--muted); line-height:1.6; cursor:pointer; }
.checkbox-row input{ margin-top:3px; accent-color:var(--pink); width:16px; height:16px; flex-shrink:0; }
.modal-nav{ display:flex; align-items:center; justify-content:space-between; margin-top:24px; gap:12px; }
.btn-primary.small, .btn-secondary.small{ padding:11px 20px; font-size:13.5px; box-shadow:none; }
.btn-secondary.small{ border:none; color:var(--muted); padding:11px 6px; }
.btn-secondary.small:hover{ color:var(--white); }
.btn-secondary.small:disabled, .btn-primary.small:disabled{ opacity:0.35; pointer-events:none; }
.step-count{ font-size:12px; color:var(--muted-2); font-weight:700; }
.success-step{ text-align:center; padding:20px 6px; }
.success-check{
  width:56px; height:56px; border-radius:50%; margin:0 auto 18px;
  background:linear-gradient(135deg,var(--cyan),var(--pink)); display:flex; align-items:center; justify-content:center;
  font-size:26px;
}
.success-step h3{ font-family:'Unbounded',sans-serif; font-size:19px; font-weight:800; }
.success-step p{ margin-top:10px; font-size:13.5px; color:var(--muted); line-height:1.6; }

/* LEGAL PAGES (Impressum, Datenschutz, AGB, Kontakt) */
.legal-section{ padding:60px 0 100px; }
.legal-back{
  display:inline-flex; align-items:center; gap:6px; font-size:13.5px; font-weight:600;
  color:var(--muted); margin-bottom:28px;
}
.legal-back:hover{ color:var(--white); }
.section-head h1{ font-size:clamp(28px,3.6vw,42px); font-weight:800; line-height:1.12; }
.legal-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:8px; }
@media(max-width:700px){ .legal-grid{ grid-template-columns:1fr; } }
.legal-box{ border:1px solid var(--card-line); border-radius:18px; padding:28px; }
.legal-box.legal-full{ grid-column:1/-1; }
.legal-box h3{ font-size:16px; font-weight:700; margin-bottom:10px; font-family:'Manrope',sans-serif; }
.legal-box p{ font-size:14px; color:var(--muted); line-height:1.65; }
.legal-box p + p{ margin-top:10px; }
.legal-box ul{ margin:12px 0 0 18px; padding:0; }
.legal-box li{ margin-bottom:6px; color:var(--muted); font-size:14px; line-height:1.6; }
.kontakt-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:8px; }
@media(max-width:700px){ .kontakt-grid{ grid-template-columns:1fr; } }
.kontakt-btn{
  display:flex; align-items:center; gap:14px; padding:22px; border:1px solid var(--card-line); border-radius:16px;
}
.kontakt-icon{ font-size:24px; flex-shrink:0; }
.kontakt-btn strong{ display:block; font-size:15px; font-weight:700; color:var(--white); }
.kontakt-btn small{ font-size:13px; color:var(--muted); }

/* CREATOR HUB PAGE */
.hub-hero{ text-align:center; max-width:760px; margin:0 auto 64px; }
.hub-hero .eyebrow{ justify-content:center; display:inline-flex; }
.hub-hero h1{ font-size:clamp(34px,5vw,54px); font-weight:800; line-height:1.08; margin-top:18px; }
.hub-hero h1 .grad{ background:linear-gradient(90deg,var(--cyan),var(--pink)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hub-hero p{ margin-top:18px; font-size:16.5px; color:var(--muted); line-height:1.6; }

.hub-section{ margin-bottom:80px; }
.hub-section-head{ display:flex; align-items:baseline; gap:14px; margin-bottom:12px; flex-wrap:wrap; }
.hub-section-num{ font-family:'Unbounded',sans-serif; font-size:13px; font-weight:800; color:var(--muted-2); }
.hub-section-head h2{ font-size:clamp(22px,2.8vw,30px); font-weight:800; }
.hub-section-lede{ color:var(--muted); font-size:15px; line-height:1.6; max-width:640px; margin:0 0 28px; }

.hub-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
@media(max-width:900px){ .hub-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:600px){ .hub-grid{ grid-template-columns:1fr; } }
.hub-card{ padding:24px 22px; border:1px solid var(--card-line); border-radius:16px; }
.hub-card .feat-icon{ margin-bottom:14px; width:40px; height:40px; font-size:18px; }
.hub-card h3{ font-size:15px; font-weight:700; margin-bottom:7px; font-family:'Manrope',sans-serif; }
.hub-card p{ font-size:13.5px; color:var(--muted); line-height:1.6; }

.hub-stats{ border-top:1px solid var(--card-line); border-bottom:1px solid var(--card-line); padding:36px 0; margin:8px 0 80px; }

.hub-shot-wide{
  border:1px solid var(--card-line); border-radius:16px; background:var(--card);
  padding:18px; text-align:center; margin-bottom:28px;
}
.hub-shot-wide img{ max-width:100%; max-height:380px; width:auto; height:auto; display:inline-block; border-radius:24px; }

.hub-avatar-row{ display:flex; justify-content:center; align-items:center; margin:8px 0 32px; flex-wrap:wrap; }
.hub-avatar-row img{
  width:150px; height:150px; border-radius:50%; object-fit:cover;
  border:3px solid var(--bg); margin-left:-38px; box-shadow:0 6px 20px rgba(0,0,0,.45);
  transition:transform .2s ease; position:relative;
}
.hub-avatar-row img:first-child{ margin-left:0; }
.hub-avatar-row img:hover{ transform:translateY(-6px) scale(1.08); z-index:5; }
@media(max-width:600px){ .hub-avatar-row img{ width:88px; height:88px; margin-left:-22px; } }
