/* ============================================
   OUTOFFRAME – AGENCY CSS
   ============================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bg: #ffffff;
  --bg2: #f5f5f5;
  --bg3: #ebebeb;
  --surface: rgba(255,255,255,.03);
  --surface2: rgba(255,255,255,.06);
  --border: rgba(255,255,255,.07);
  --border2: rgba(255,255,255,.13);

  --text: #ededf5;
  --text-muted: rgba(237,237,245,.5);
  --text-dim: rgba(237,237,245,.3);

  --accent: #b8a4ff;
  --accent2: #f0a8d0;
  --accent3: #a8d8f0;

  --radius: 10px;
  --radius-lg: 18px;
  --radius-xl: 28px;

  --transition: .28s cubic-bezier(.4,0,.2,1);
  --transition-slow: .55s cubic-bezier(.4,0,.2,1);
}

/* Dark Mode */
body.dark {
  --bg: #080810;
  --bg2: #0e0e18;
  --bg3: #13131e;
}

/* ============================================
   LIGHT MODE – Alle Variablen für hellen Hintergrund
   ============================================ */
body:not(.dark) {
  --surface:  rgba(0,0,0,.04);
  --surface2: rgba(0,0,0,.08);
  --border:   rgba(0,0,0,.1);
  --border2:  rgba(0,0,0,.18);

  --text:       #111118;
  --text-muted: rgba(17,17,24,.6);
  --text-dim:   rgba(17,17,24,.4);

  --accent: #7c3aff;
}

/* Texte & Elemente im Light Mode */
body:not(.dark) .logos__inner span { color: rgba(0,0,0,.35); }
body:not(.dark) .logos__inner span:hover { color: rgba(0,0,0,.65); }

body:not(.dark) .intro__text p { color: rgba(17,17,24,.65); }
body:not(.dark) .stat-num { color: #111118; }

body:not(.dark) .awards__text strong { color: rgba(17,17,24,.8); }

body:not(.dark) .service-item__body h3 { color: rgba(17,17,24,.85); }
body:not(.dark) .service-item:hover .service-item__body h3 { color: #111118; }

body:not(.dark) .trust__item strong { color: rgba(17,17,24,.85); }

body:not(.dark) .case-card h4 { color: rgba(17,17,24,.9); }
body:not(.dark) .case-card__metrics strong { color: #111118; }

body:not(.dark) .process-step__num { color: rgba(0,0,0,.06); }
body:not(.dark) .process-step h3 { color: rgba(17,17,24,.8); }

body:not(.dark) .team-card__info strong { color: rgba(17,17,24,.85); }

body:not(.dark) .testi > p { color: rgba(17,17,24,.65); }
body:not(.dark) .testi__author strong { color: rgba(17,17,24,.8); }
body:not(.dark) .testi:hover { box-shadow: 0 24px 60px rgba(0,0,0,.1); }

body:not(.dark) .price-card__amount { color: #111118; }
body:not(.dark) .price-card:hover { box-shadow: 0 32px 80px rgba(0,0,0,.1); }

body:not(.dark) .blog-card h3 { color: rgba(17,17,24,.9); }

body:not(.dark) .faq-item__q span:first-child { color: rgba(17,17,24,.65); }
body:not(.dark) .faq-item__q:hover span:first-child,
body:not(.dark) .faq-item.open .faq-item__q span:first-child { color: #111118; }

body:not(.dark) .footer__logo { color: rgba(17,17,24,.75); }
body:not(.dark) .footer__col ul li a { color: rgba(17,17,24,.45); }
body:not(.dark) .footer__col ul li a:hover { color: rgba(17,17,24,.8); }
body:not(.dark) .footer__social a { color: rgba(17,17,24,.4); }
body:not(.dark) .footer__social a:hover { color: rgba(17,17,24,.7); }

body:not(.dark) .mobile-close { color: #111118; }
body:not(.dark) .mobile-menu a { color: #111118; }
body:not(.dark) .nav__burger span { background: #111118; }

body:not(.dark) .form-group input,
body:not(.dark) .form-group select,
body:not(.dark) .form-group textarea {
  background: rgba(255,255,255,.8);
  color: #111118;
}
body:not(.dark) .form-group input::placeholder,
body:not(.dark) .form-group textarea::placeholder { color: rgba(17,17,24,.3); }
body:not(.dark) .form-group select option { background: #f5f5f5; color: #111118; }

body:not(.dark) .theme-toggle {
  border-color: rgba(0,0,0,.15);
  color: rgba(17,17,24,.7);
}
body:not(.dark) .theme-toggle:hover {
  color: #111118;
}

/* Hero im Light-Mode */
body:not(.dark) .hero__bg {
  background: linear-gradient(155deg, #e8f8f0 0%, #f5fce8 30%, #edfaf2 60%, #f0fdf4 100%);
}

body:not(.dark) .orb--1 {
  background: radial-gradient(circle, rgba(52,211,153,.45) 0%, rgba(16,185,129,.18) 40%, transparent 68%);
}
body:not(.dark) .orb--2 {
  background: radial-gradient(circle, rgba(250,204,21,.35) 0%, rgba(234,179,8,.12) 40%, transparent 68%);
}
body:not(.dark) .orb--3 {
  background: radial-gradient(circle, rgba(110,231,183,.3) 0%, rgba(52,211,153,.1) 40%, transparent 68%);
}
body:not(.dark) .orb--4 {
  background: radial-gradient(circle, rgba(253,224,71,.2) 0%, transparent 68%);
}

body:not(.dark) .hero__eyebrow { color: rgba(17,17,24,.55); }
body:not(.dark) .hero__eyebrow-italic { color: rgba(17,17,24,.55); }
body:not(.dark) .hero__title { color: rgba(17,17,24,.9); text-shadow: none; }
body:not(.dark) .hero__scroll span { color: rgba(17,17,24,.5); }
body:not(.dark) .scroll-line {
  background: linear-gradient(to bottom, rgba(17,17,24,.7), rgba(100,60,220,.4), transparent);
  box-shadow: 0 0 6px rgba(100,60,220,.3), 0 0 12px rgba(100,60,220,.15);
}

/* ============================================
   LAMP TOGGLE
   ============================================ */

.lamp-wrap {
  position: fixed;
  top: 0;
  left: 280px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transform-origin: top center;
  animation: lampSway 4s ease-in-out infinite;
}

@keyframes lampSway {
  0%   { transform: rotate(-2deg); }
  25%  { transform: rotate(1.5deg); }
  50%  { transform: rotate(-1deg); }
  75%  { transform: rotate(2deg); }
  100% { transform: rotate(-2deg); }
}

/* Beim Klick stärker schaukeln */
.lamp-wrap.pulling {
  animation: lampPull .4s ease-in-out forwards;
}

@keyframes lampPull {
  0%   { transform: rotate(0deg); }
  30%  { transform: rotate(8deg); }
  60%  { transform: rotate(-4deg); }
  80%  { transform: rotate(3deg); }
  100% { transform: rotate(0deg); }
}

/* Cord container */
.lamp-cord {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.lamp-cord__line {
  width: 1px;
  height: 18px;
  background: linear-gradient(to bottom, rgba(255,255,255,.3), rgba(255,255,255,.55));
  border-radius: 2px;
  transform-origin: top center;
  transition: transform .15s ease;
}

.lamp-cord__pull {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.4);
  margin-top: 1px;
  transition: transform .15s ease, background .15s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.15);
}

/* Pull animation */
.lamp-wrap.pulling .lamp-cord__line {
  transform: scaleY(1.35);
}
.lamp-wrap.pulling .lamp-cord__pull {
  transform: translateY(16px);
  background: rgba(255,255,255,.9);
}

/* Lamp body */
.lamp-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4px;
}

/* X-Button zum Ausblenden */
.lamp-dismiss {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-size: .75rem;
  color: rgba(255,255,255,.45);
  padding: 4px 8px;
  line-height: 1;
  transition: color .2s ease;
  z-index: 1;
  order: 10;
  margin-top: 6px;
  letter-spacing: .05em;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.lamp-dismiss:hover {
  color: rgba(255,255,255,.9);
}

body:not(.dark) .lamp-dismiss { color: rgba(17,17,24,.35); }
body:not(.dark) .lamp-dismiss:hover { color: rgba(17,17,24,.8); }

/* Lampe ausgeblendet */
.lamp-wrap.lamp-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-20px) rotate(0deg);
  transition: opacity .4s ease, transform .4s ease;
}

/* SVG Glühbirnen-Icon */
.lamp-icon {
  width: 9px;
  height: 12px;
  color: rgba(255,255,255,.55);
  transition: color .3s ease, filter .3s ease;
  display: block;
}

/* Standard stroke für alle Modi */
.lamp-stroke {
  stroke: rgba(255,255,255,.55);
  stroke-width: 1.8;
}

.lamp-stroke--dim {
  stroke: rgba(255,255,255,.2);
  stroke-width: 1.2;
}

.lamp-icon__glow {
  transition: opacity .3s ease;
}

/* Glow-Effekt (aus) */
.lamp-glow {
  position: absolute;
  bottom: -20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,240,180,.0) 0%, transparent 70%);
  pointer-events: none;
  transition: background .4s ease;
}

/* Lampe AN */
.lamp-wrap.lamp-on .lamp-icon {
  color: #ffe566;
  filter: drop-shadow(0 0 8px rgba(255,220,80,.9)) drop-shadow(0 0 20px rgba(255,200,50,.5));
}
.lamp-wrap.lamp-on .lamp-stroke {
  stroke: #ffe566;
}
.lamp-wrap.lamp-on .lamp-icon__glow {
  opacity: .15;
}
.lamp-wrap.lamp-on .lamp-glow {
  background: radial-gradient(circle, rgba(255,240,150,.35) 0%, transparent 70%);
}
.lamp-wrap.lamp-on .lamp-cord__line {
  background: linear-gradient(to bottom, rgba(255,220,80,.3), rgba(255,220,80,.6));
}
.lamp-wrap.lamp-on .lamp-cord__pull {
  background: rgba(255,220,80,.7);
  border-color: rgba(255,200,50,.5);
}

/* Label */
.lamp-label {
  font-family: 'Inter', sans-serif;
  font-size: .55rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.18);
  margin-top: 16px;
  white-space: nowrap;
  transition: color .3s ease;
}

.lamp-wrap:hover .lamp-label {
  color: rgba(255,255,255,.5);
}

.lamp-wrap.lamp-on .lamp-label {
  color: rgba(255,220,80,.6);
}

/* Light-Mode Anpassungen für Lampe */
body:not(.dark) .lamp-wrap {
  opacity: 1;
}
body:not(.dark) .lamp-wrap:hover {
  opacity: 1;
}
body:not(.dark) .lamp-icon {
  color: rgba(255,255,255,.8);
  width: 9px;
  height: 12px;
}
body:not(.dark) .lamp-icon .lamp-stroke {
  stroke: rgba(17,17,24,.8) !important;
  stroke-width: 2 !important;
}
body:not(.dark) .lamp-cord__line {
  width: 1.5px;
  background: linear-gradient(to bottom, rgba(255,255,255,.4), rgba(255,255,255,.7));
  box-shadow: none;
}
body:not(.dark) .lamp-cord__pull {
  width: 4px;
  height: 4px;
  background: rgba(255,255,255,.7);
  border-color: rgba(255,255,255,.5);
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
body:not(.dark) .lamp-label {
  color: rgba(255,255,255,.5);
  font-weight: 500;
}
body:not(.dark) .lamp-wrap:hover .lamp-label {
  color: rgba(255,255,255,.85);
}
body:not(.dark) .lamp-dismiss {
  color: rgba(255,255,255,.4);
}
body:not(.dark) .lamp-dismiss:hover {
  color: rgba(255,255,255,.9);
}
body:not(.dark) .lamp-wrap.lamp-on .lamp-shade {
  border-top-color: rgba(255,180,0,.8);
}
body:not(.dark) .lamp-wrap.lamp-on .lamp-bulb {
  background: #ffcc00;
  box-shadow: 0 0 12px 4px rgba(255,200,0,.7), 0 0 30px 10px rgba(255,180,0,.3);
}
body:not(.dark) .lamp-wrap.lamp-on .lamp-cord__line {
  background: linear-gradient(to bottom, rgba(255,180,0,.3), rgba(255,180,0,.6));
}
body:not(.dark) .lamp-wrap.lamp-on .lamp-cord__pull {
  background: rgba(255,180,0,.7);
}
body:not(.dark) .lamp-wrap.lamp-on .lamp-label {
  color: rgba(180,120,0,.7);
}

/* Flicker-Animation beim Einschalten */
@keyframes bulbFlicker {
  0%   { opacity: 1; }
  10%  { opacity: .4; }
  20%  { opacity: 1; }
  30%  { opacity: .6; }
  40%  { opacity: 1; }
  50%  { opacity: .8; }
  60%  { opacity: 1; }
  100% { opacity: 1; }
}

.lamp-wrap.lamp-flicker .lamp-bulb {
  animation: bulbFlicker .5s ease forwards;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--text);
}

h1 { font-size: clamp(3.5rem, 10vw, 9rem); font-weight: 900; }
h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); font-weight: 700; }
h3 { font-size: clamp(1rem, 1.8vw, 1.25rem); font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 700; }

h2 em, h3 em {
  font-style: italic;
  color: var(--accent);
}

p {
  color: var(--text-muted);
  line-height: 1.8;
}

a { text-decoration: none; color: inherit; }

em { font-style: italic; }

/* ============================================
   SECTION LABEL
   ============================================ */

.section-label {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 20px;
  display: block;
}

.section-label--light {
  color: rgba(255,255,255,.4);
}

/* ============================================
   SCROLL PROGRESS BAR
   ============================================ */

.nav-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--accent), #f0a8d0, var(--accent));
  background-size: 200% 100%;
  animation: progressShimmer 2s linear infinite;
  z-index: 9000;
  transition: width .1s linear;
  box-shadow: 0 0 12px var(--accent), 0 0 24px rgba(184,164,255,.4);
}

@keyframes progressShimmer {
  0%   { background-position: 0% 0; }
  100% { background-position: 200% 0; }
}

/* ============================================
   NAVBAR
   ============================================ */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 40px;
  gap: 0;

  background: transparent;
  transition: background var(--transition-slow), box-shadow var(--transition-slow);
}

/* Scrolled */
.nav.scrolled {
  background: rgba(6, 6, 14, 0.85);
  backdrop-filter: blur(32px) saturate(180%);
  -webkit-backdrop-filter: blur(32px) saturate(180%);
  box-shadow:
    0 1px 0 rgba(255,255,255,.05),
    0 8px 40px rgba(0,0,0,.5);
}

body:not(.dark) .nav.scrolled {
  background: rgba(250,250,255,.88);
  box-shadow:
    0 1px 0 rgba(0,0,0,.06),
    0 8px 40px rgba(0,0,0,.08);
}

/* ── Vertical Ticker (LEFT) ── */
.nav__ticker {
  overflow: hidden;
  height: 76px;
  display: flex;
  align-items: center;
  width: 120px;
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

.nav__ticker-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: tickerScroll 8s linear infinite;
}

.nav__ticker-inner span {
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.2);
  white-space: nowrap;
  transition: color var(--transition);
}

.nav__ticker-inner .nav__ticker-dot {
  font-size: .5rem;
  color: var(--accent);
  opacity: .35;
  letter-spacing: 0;
}

@keyframes tickerScroll {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

body:not(.dark) .nav__ticker-inner span { color: rgba(17,17,24,.2); }
body:not(.dark) .nav__ticker-inner .nav__ticker-dot { color: var(--accent); }

/* ── Logo (CENTER) ── */
.nav__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  text-decoration: none;
  justify-self: center;
  position: relative;
}

.nav__logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 900;
  color: rgba(255,255,255,.95);
  letter-spacing: .04em;
  line-height: 1;
  position: relative;
  display: inline-block;
  transition: color var(--transition);
}

/* Glitch-Effekt */
.nav__logo-text::before,
.nav__logo-text::after {
  content: attr(data-text);
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.nav__logo-text::before {
  color: #ff3cac;
  clip-path: polygon(0 30%, 100% 30%, 100% 50%, 0 50%);
  transform: translateX(-2px);
}

.nav__logo-text::after {
  color: #3cf0ff;
  clip-path: polygon(0 55%, 100% 55%, 100% 75%, 0 75%);
  transform: translateX(2px);
}

.nav__logo:hover .nav__logo-text::before {
  animation: glitchTop .4s steps(2) forwards;
}
.nav__logo:hover .nav__logo-text::after {
  animation: glitchBot .4s steps(2) forwards;
}

@keyframes glitchTop {
  0%   { opacity: 0; transform: translateX(-2px); }
  20%  { opacity: .8; transform: translateX(3px); }
  40%  { opacity: 0; transform: translateX(-1px); }
  60%  { opacity: .6; transform: translateX(2px); }
  80%  { opacity: 0; }
  100% { opacity: 0; transform: translateX(0); }
}

@keyframes glitchBot {
  0%   { opacity: 0; transform: translateX(2px); }
  20%  { opacity: .7; transform: translateX(-3px); }
  40%  { opacity: 0; transform: translateX(1px); }
  60%  { opacity: .5; transform: translateX(-2px); }
  80%  { opacity: 0; }
  100% { opacity: 0; transform: translateX(0); }
}

.nav__logo-sub {
  font-family: 'Inter', sans-serif;
  font-size: .5rem;
  font-weight: 500;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: .6;
  font-style: normal;
  display: block;
  text-align: center;
  transition: opacity var(--transition), letter-spacing var(--transition);
}

.nav__logo:hover .nav__logo-sub {
  opacity: 1;
  letter-spacing: .45em;
}

body:not(.dark) .nav__logo-text { color: rgba(17,17,24,.92); }

/* ── Right: Links + CTA ── */
.nav__right {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-self: end;
}

/* ── Nav Links ── */
.nav__links {
  display: flex;
  list-style: none;
  gap: 2px;
  margin-right: 16px;
}

.nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  text-decoration: none;
  overflow: hidden;
  border-radius: 6px;
  transition: background var(--transition);
}

.nav__link:hover {
  background: rgba(255,255,255,.05);
}

body:not(.dark) .nav__link:hover {
  background: rgba(0,0,0,.04);
}

/* Number prefix */
.nav__link-num {
  font-family: 'Inter', sans-serif;
  font-size: .52rem;
  font-weight: 600;
  color: var(--accent);
  opacity: 0;
  letter-spacing: .06em;
  transform: translateY(4px);
  transition: opacity var(--transition), transform var(--transition);
  line-height: 1;
  align-self: flex-end;
  margin-bottom: 1px;
}

.nav__link:hover .nav__link-num,
.nav__link.active .nav__link-num {
  opacity: .7;
  transform: translateY(0);
}

/* Label */
.nav__link-label {
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
  transition: color var(--transition), transform var(--transition);
  display: block;
  position: relative;
}

/* Underline slide */
.nav__link-label::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1px;
  background: var(--accent);
  transition: width var(--transition);
}

.nav__link:hover .nav__link-label {
  color: rgba(255,255,255,.88);
}

.nav__link:hover .nav__link-label::after,
.nav__link.active .nav__link-label::after {
  width: 100%;
}

.nav__link.active .nav__link-label {
  color: rgba(255,255,255,.9);
}

body:not(.dark) .nav__link-label { color: rgba(17,17,24,.38); }
body:not(.dark) .nav__link:hover .nav__link-label { color: rgba(17,17,24,.88); }
body:not(.dark) .nav__link.active .nav__link-label { color: rgba(17,17,24,.9); }

/* ── CTA Button – Liquid Fill ── */
.nav__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
  cursor: pointer;
}

.nav__cta-fill {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #8c50ff, #e050a8);
  transform: translateY(101%);
  transition: transform .45s cubic-bezier(.4,0,.2,1);
  z-index: 0;
}

.nav__cta:hover .nav__cta-fill {
  transform: translateY(0);
}

.nav__cta:hover {
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(140,80,255,.4);
}

.nav__cta-text {
  position: relative;
  z-index: 1;
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  transition: color var(--transition);
  white-space: nowrap;
}

.nav__cta:hover .nav__cta-text {
  color: white;
}

body:not(.dark) .nav__cta {
  border-color: rgba(0,0,0,.18);
}

body:not(.dark) .nav__cta-text {
  color: rgba(17,17,24,.7);
}

body:not(.dark) .nav__cta:hover .nav__cta-text {
  color: white;
}

/* ── Burger ── */
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 7px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: 8px;
}

.nav__burger span {
  display: block;
  width: 24px;
  height: 1px;
  background: rgba(255,255,255,.7);
  border-radius: 2px;
  transition: var(--transition);
  transform-origin: center;
}

.nav__burger span:last-child { width: 16px; }

.nav__burger.open span:first-child {
  transform: translateY(8px) rotate(45deg);
  width: 24px;
}
.nav__burger.open span:last-child {
  transform: translateY(-8px) rotate(-45deg);
  width: 24px;
}

body:not(.dark) .nav__burger span { background: rgba(17,17,24,.7); }

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}

.mobile-menu.open {
  transform: translateX(0);
}

.mobile-close {
  position: absolute;
  top: 28px;
  right: 32px;
  background: none;
  border: none;
  color: white;
  font-size: 1.4rem;
  cursor: pointer;
  opacity: .6;
  transition: opacity var(--transition);
}

.mobile-close:hover { opacity: 1; }

.mobile-menu ul {
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.mobile-menu a {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  transition: color var(--transition);
}

.mobile-menu a:hover {
  color: var(--accent);
}

/* ============================================
   HERO
   ============================================ */

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Animated Background */
.hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, #150a28 0%, #0a1530 30%, #180a2a 60%, #080810 100%);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  animation: orbFloat 12s ease-in-out infinite;
}

.orb--1 {
  width: 75vw;
  height: 75vw;
  max-width: 1000px;
  max-height: 1000px;
  background: radial-gradient(circle, rgba(140,80,255,.4) 0%, rgba(90,40,180,.18) 40%, transparent 68%);
  top: -25%;
  right: -18%;
  animation-duration: 16s;
}

.orb--2 {
  width: 55vw;
  height: 55vw;
  max-width: 750px;
  max-height: 750px;
  background: radial-gradient(circle, rgba(220,80,160,.3) 0%, rgba(160,40,120,.12) 40%, transparent 68%);
  bottom: -15%;
  left: -12%;
  animation-duration: 20s;
  animation-direction: reverse;
}

.orb--3 {
  width: 35vw;
  height: 35vw;
  max-width: 480px;
  max-height: 480px;
  background: radial-gradient(circle, rgba(60,130,255,.22) 0%, rgba(30,80,180,.08) 40%, transparent 68%);
  top: 35%;
  left: 25%;
  animation-duration: 22s;
  animation-delay: -6s;
}

.orb--4 {
  width: 25vw;
  height: 25vw;
  max-width: 360px;
  max-height: 360px;
  background: radial-gradient(circle, rgba(255,160,80,.12) 0%, transparent 68%);
  top: 15%;
  left: 45%;
  animation-duration: 18s;
  animation-delay: -10s;
}

@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(3%, -4%) scale(1.04); }
  50% { transform: translate(-2%, 3%) scale(.97); }
  75% { transform: translate(4%, 2%) scale(1.02); }
}

/* Noise texture overlay */
.noise {
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
}

/* Hero Body */
.hero__body {
  position: relative;
  z-index: 10;
  padding: 0 56px 88px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero__top-text {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 2px;
}

.hero__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: clamp(.95rem, 2.2vw, 1.5rem);
  font-weight: 300;
  color: rgba(255,255,255,.6);
  letter-spacing: .02em;
}

.hero__eyebrow-italic {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1rem, 2.5vw, 1.65rem);
  font-style: italic;
  font-weight: 300;
  color: rgba(255,255,255,.6);
}

.hero__eyebrow-italic em {
  font-style: italic;
  color: var(--accent);
  opacity: .9;
}

/* Big title – out of frame effect */
.hero__title-wrap {
  overflow: visible;
  position: relative;
}

.hero__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(5rem, 17vw, 15rem);
  font-weight: 900;
  font-style: italic;
  color: rgba(255,255,255,.95);
  line-height: .88;
  letter-spacing: -0.045em;
  white-space: nowrap;
  margin-left: -0.05em;
  text-shadow:
    0 0 160px rgba(130,70,255,.25),
    0 0 80px rgba(130,70,255,.12);
  display: inline-block;
  animation: titlePulse 4s ease-in-out infinite;
  transform-origin: left center;
}

@keyframes titlePulse {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.018); }
}

/* CTA */
.hero__cta-wrap {
  margin-top: 44px;
  display: flex;
  align-items: center;
}

/* ============================================
   ROCKET BUTTON
   Eine echte Raketen-Silhouette: spitzes Dreieck
   oben, breiter Körper, Finnen unten.
   Vertikal, kompakt, ausgefüllt, subtil.
   Alles ein einziges SVG-clip-path Element.
============================================ */

.rocket-btn {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  opacity: .6;
  animation: rocket-idle 3.8s ease-in-out infinite;
  transition: opacity .4s ease, transform .4s cubic-bezier(.34,1.56,.64,1);
  /* Platz für Flammen unten */
  padding-bottom: 25px;
  width: 76px;
  /* Rakete horizontal drehen — Spitze zeigt nach links */
  rotate: 90deg;
}

.rocket-btn:hover {
  animation: none;
  opacity: .85;
  transform: translateY(-10px) scale(1.05);
}

/* ── Gesamte Raketen-Silhouette als ein Block ── */
/* clip-path definiert die Form:
   Spitze oben (sehr spitz), Körper, Finnen unten */
.rocket-btn__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 76px;
  height: 154px;
  background: rgba(28,16,52,.62);
  /* Raketen-Silhouette:
     - Spitze: Punkt oben mittig
     - Schultern: leicht breiter
     - Körper: gerade
     - Finnen: links und rechts unten ausgestellt */
  clip-path: polygon(
    50%  0%,      /* Spitze */
    62%  28%,     /* rechte Schulter */
    62%  68%,     /* rechter Körper unten */
    100% 92%,     /* rechte Finne außen */
    100% 100%,    /* rechte Finne unten */
    72%  88%,     /* rechte Finne innen */
    50%  92%,     /* Mitte unten */
    28%  88%,     /* linke Finne innen */
    0%   100%,    /* linke Finne unten */
    0%   92%,     /* linke Finne außen */
    38%  68%,     /* linker Körper unten */
    38%  28%      /* linke Schulter */
  );
  position: relative;
  order: 1;
  transition: background .4s ease;
  flex-shrink: 0;
}

.rocket-btn:hover .rocket-btn__body {
  background: rgba(42,24,78,.78);
}


/* Label – sitzt mittig auf dem Raketenkörper */
.rocket-btn__label {
  display: block;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(200,180,240,.2);
  white-space: nowrap;
  /* Rakete ist 90deg gedreht, Label gegenläufig drehen damit es waagerecht steht */
  transform: rotate(-90deg) scale(1);
  transition:
    color .35s ease,
    letter-spacing .45s cubic-bezier(.34,1.56,.64,1),
    font-size .35s cubic-bezier(.34,1.56,.64,1),
    text-shadow .35s ease,
    transform .35s cubic-bezier(.34,1.56,.64,1);
  line-height: 1;
  /* Zentriert auf dem Körper */
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  clip-path: none;
  pointer-events: none;
  z-index: 2;
  text-shadow: none;
}

.rocket-btn:hover .rocket-btn__label {
  color: rgba(255,160,200,1);
  font-size: .82rem;
  letter-spacing: .38em;
  transform: rotate(-90deg) scale(1.08);
  text-shadow:
    0 0 8px rgba(255,140,190,.9),
    0 0 20px rgba(255,100,170,.6),
    0 0 40px rgba(255,80,160,.35);
}

/* Verstecke unbenutzte Elemente */
.rocket-btn__nose,
.rocket-btn__fin--left,
.rocket-btn__fin--right,
.rocket-btn__nozzle {
  display: none;
}

/* ── Flammen — kommen unten aus der Düse ── */
.rocket-btn__flame {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  width: 10px;
  height: 18px;
  border-radius: 50% 50% 40% 40% / 60% 60% 40% 40%;
  background: linear-gradient(180deg,
    rgba(251,191,36,.9) 0%,
    rgba(251,146,60,.7) 50%,
    transparent 100%
  );
  filter: blur(1.5px);
  opacity: 0;
  transition: transform .28s cubic-bezier(.34,1.56,.64,1), opacity .22s ease;
}

.rocket-btn__flame--2 {
  width: 6px;
  height: 12px;
  bottom: 16px;
  background: linear-gradient(180deg,
    rgba(255,255,255,.85) 0%,
    rgba(251,191,36,.6) 50%,
    transparent 100%
  );
  filter: blur(.8px);
}

.rocket-btn__flame--3 {
  width: 14px;
  height: 24px;
  bottom: 10px;
  background: linear-gradient(180deg,
    rgba(251,146,60,.4) 0%,
    rgba(239,68,68,.2) 50%,
    transparent 100%
  );
  filter: blur(3px);
}

.rocket-btn:hover .rocket-btn__flame {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
  animation: flame-v-flicker .18s ease-in-out infinite alternate;
}
.rocket-btn:hover .rocket-btn__flame--2 {
  animation: flame-v-flicker2 .14s ease-in-out infinite alternate;
}
.rocket-btn:hover .rocket-btn__flame--3 {
  animation: flame-v-flicker3 .22s ease-in-out infinite alternate;
}

/* ── Rauch ── */
.rocket-btn__smoke {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.rocket-btn__smoke i {
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(140,120,200,.2);
  opacity: 0;
  top: 0;
}

.rocket-btn__smoke i:nth-child(1) { left: -8px; }
.rocket-btn__smoke i:nth-child(2) { left: -3px; }
.rocket-btn__smoke i:nth-child(3) { left:  3px; }
.rocket-btn__smoke i:nth-child(4) { left:  8px; }
.rocket-btn__smoke i:nth-child(5) { left:  0px; }

.rocket-btn:hover .rocket-btn__smoke i {
  animation: smoke-v-drift 1.1s ease-out infinite;
}
.rocket-btn:hover .rocket-btn__smoke i:nth-child(1) { animation-delay: 0s;   animation-duration: 1.0s; }
.rocket-btn:hover .rocket-btn__smoke i:nth-child(2) { animation-delay: .2s;  animation-duration: 1.2s; }
.rocket-btn:hover .rocket-btn__smoke i:nth-child(3) { animation-delay: .38s; animation-duration: .95s; }
.rocket-btn:hover .rocket-btn__smoke i:nth-child(4) { animation-delay: .1s;  animation-duration: 1.3s; }
.rocket-btn:hover .rocket-btn__smoke i:nth-child(5) { animation-delay: .5s;  animation-duration: 1.1s; }

/* ── Keyframes ── */
@keyframes rocket-idle {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-5px); }
}

@keyframes flame-v-flicker {
  from { transform: translateX(-50%) scaleY(1) scaleX(1); }
  to   { transform: translateX(-50%) scaleY(1.2) scaleX(.85); }
}
@keyframes flame-v-flicker2 {
  from { transform: translateX(-50%) scaleY(1) scaleX(1); }
  to   { transform: translateX(-50%) scaleY(.85) scaleX(1.15); }
}
@keyframes flame-v-flicker3 {
  from { transform: translateX(-50%) scaleY(1) scaleX(1); opacity: 1; }
  to   { transform: translateX(-50%) scaleY(1.25) scaleX(.88); opacity: .6; }
}

@keyframes smoke-v-drift {
  0%   { transform: translateY(0) scale(1);   opacity: .4; }
  60%  { transform: translateY(16px) scale(2); opacity: .12; }
  100% { transform: translateY(28px) scale(3); opacity: 0; }
}

/* ── Light Mode ── */
body:not(.dark) .rocket-btn__body {
  background: rgba(55,32,100,.16);
}
body:not(.dark) .rocket-btn__label {
  color: rgba(45,28,85,.35);
}
body:not(.dark) .rocket-btn:hover .rocket-btn__body {
  background: rgba(65,38,118,.26);
}
body:not(.dark) .rocket-btn:hover .rocket-btn__label {
  color: rgba(50,32,95,.58);
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 44px;
  right: 56px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.hero__scroll span {
  font-size: .6rem;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
  writing-mode: vertical-rl;
}

.scroll-line {
  width: 2px;
  height: 72px;
  background: linear-gradient(to bottom, rgba(255,255,255,.85), rgba(184,164,255,.5), transparent);
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(184,164,255,.5), 0 0 12px rgba(184,164,255,.25);
  animation: scrollPulse 2s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.9), transparent);
  animation: scrollSlide 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: .7; transform: scaleY(1); transform-origin: top; }
  50% { opacity: 1; transform: scaleY(1.1); transform-origin: top; }
}

@keyframes scrollSlide {
  0%   { top: -100%; }
  100% { top: 200%; }
}

/* ============================================
   LOGOS MARQUEE
   ============================================ */

.logos {
  padding: 0;
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.logos__track {
  position: relative;
  overflow: hidden;
  padding: 18px 0;
}

.logos__track::before,
.logos__track::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}

.logos__track::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg2), transparent);
}

.logos__track::after {
  right: 0;
  background: linear-gradient(-90deg, var(--bg2), transparent);
}

.logos__inner {
  display: flex;
  align-items: center;
  gap: 0;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.logos__inner span {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.2);
  padding: 0 32px;
  white-space: nowrap;
  transition: color var(--transition);
}

.logos__inner span:hover {
  color: rgba(255,255,255,.5);
}

.logos__inner .dot {
  color: var(--accent);
  opacity: .3;
  padding: 0;
  font-size: .9rem;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================
   INTRO
   ============================================ */

.intro {
  padding: 130px 56px;
  background: var(--bg);
  position: relative;
}

.intro::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,164,255,.2), transparent);
}

.intro__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 140px 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.intro__label {
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-dim);
  padding-top: 10px;
}

.intro__text p {
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.7;
  color: rgba(237,237,245,.65);
  font-weight: 300;
  font-family: 'Playfair Display', serif;
}

.intro__text em {
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}

.intro__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.intro__stat {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: white;
  line-height: 1;
  display: inline;
}

.stat-suf {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--accent);
  opacity: .7;
  display: inline;
}

.intro__stat p {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 8px;
}

/* ============================================
   AWARDS / CERTIFICATIONS
   ============================================ */

.awards {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 0 56px;
}

.awards__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0;
}

.awards__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 0;
  flex: 1;
  transition: all var(--transition);
}

.awards__item:hover .awards__icon {
  color: var(--accent);
}

.awards__icon {
  font-size: 1rem;
  color: var(--text-dim);
  transition: color var(--transition);
  flex-shrink: 0;
}

.awards__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.awards__text strong {
  font-size: .82rem;
  font-weight: 600;
  color: rgba(237,237,245,.75);
  letter-spacing: .01em;
}

.awards__text span {
  font-size: .7rem;
  color: var(--text-dim);
  letter-spacing: .03em;
}

.awards__divider {
  width: 1px;
  height: 40px;
  background: var(--border);
  margin: 0 40px;
  flex-shrink: 0;
}

/* ============================================
   SERVICES
   ============================================ */

.services {
  padding: 130px 56px;
  background: var(--bg2);
  border-top: 1px solid var(--border);
}

.services__header {
  max-width: 1200px;
  margin: 0 auto 72px;
}

.services__header h2 {
  max-width: 560px;
  margin-top: 10px;
}

.services__list {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid var(--border);
}

.service-item {
  display: grid;
  grid-template-columns: 72px 1fr 36px;
  gap: 48px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  transition: all var(--transition);
}

.service-item:hover {
  padding-left: 20px;
  border-bottom-color: rgba(184,164,255,.2);
}

.service-item:hover .service-item__arrow {
  color: var(--accent);
  transform: translateX(5px);
  opacity: 1;
}

.service-item__num {
  font-family: 'Inter', sans-serif;
  font-size: .7rem;
  font-weight: 400;
  color: var(--text-dim);
  letter-spacing: .08em;
  opacity: .6;
}

.service-item__body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(237,237,245,.85);
  margin-bottom: 5px;
  transition: color var(--transition);
}

.service-item:hover .service-item__body h3 {
  color: white;
}

.service-item__body p {
  font-size: .83rem;
  color: var(--text-muted);
  max-width: 580px;
  line-height: 1.65;
}

.service-item__arrow {
  font-size: 1rem;
  color: var(--text-dim);
  opacity: .4;
  transition: all var(--transition);
  justify-self: end;
}

/* ============================================
   TRUST SIGNALS
   ============================================ */

.trust {
  padding: 80px 56px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.trust__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.trust__item {
  background: var(--bg);
  padding: 36px 32px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: background var(--transition);
}

.trust__item:hover { background: var(--surface); }

.trust__icon {
  color: var(--accent);
  opacity: .7;
  flex-shrink: 0;
  margin-top: 2px;
}

.trust__item strong {
  display: block;
  font-size: .88rem;
  font-weight: 600;
  color: rgba(237,237,245,.8);
  margin-bottom: 6px;
  letter-spacing: .01em;
}

.trust__item p {
  font-size: .78rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ============================================
   RESULTS / CASE STUDIES
   ============================================ */

.results {
  padding: 130px 56px;
  background: var(--bg3);
  border-top: 1px solid var(--border);
}

.results__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 96px;
  align-items: start;
}

.results__left h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.results__left p {
  font-size: .9rem;
  margin-bottom: 40px;
  line-height: 1.8;
}

.btn-link {
  font-size: .75rem;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: all var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-link:hover {
  letter-spacing: .14em;
  opacity: .8;
}

.results__right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.case-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.case-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--accent), transparent);
  opacity: 0;
  transition: opacity var(--transition);
}

.case-card:hover {
  background: var(--surface2);
  border-color: rgba(184,164,255,.15);
  transform: translateX(8px);
}

.case-card:hover::before {
  opacity: 1;
}

.case-card__tag {
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: .7;
  margin-bottom: 10px;
}

.case-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255,255,255,.9);
  margin-bottom: 8px;
}

.case-card p {
  font-size: .82rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.65;
}

.case-card__metrics {
  display: flex;
  gap: 32px;
}

.case-card__metrics div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.case-card__metrics strong {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: white;
}

.case-card__metrics span {
  font-size: .6rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-dim);
}

/* ============================================
   PROCESS
   ============================================ */

.process {
  padding: 130px 56px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.process__header {
  max-width: 1200px;
  margin: 0 auto 72px;
}

.process__header h2 {
  max-width: 480px;
  margin-top: 10px;
}

.process__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.process-step {
  background: var(--bg);
  padding: 44px 36px;
  transition: all var(--transition);
  position: relative;
}

.process-step:hover {
  background: var(--surface);
}

.process-step::after {
  content: '';
  position: absolute;
  bottom: 0; left: 36px; right: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,164,255,.15), transparent);
  opacity: 0;
  transition: opacity var(--transition);
}

.process-step:hover::after {
  opacity: 1;
}

.process-step__num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(255,255,255,.04);
  line-height: 1;
  margin-bottom: 28px;
}

.process-step h3 {
  font-size: .95rem;
  font-weight: 600;
  color: rgba(237,237,245,.8);
  margin-bottom: 14px;
  font-family: 'Inter', sans-serif;
  letter-spacing: -.01em;
}

.process-step p {
  font-size: .82rem;
  color: var(--text-muted);
  line-height: 1.75;
}

/* ============================================
   CTA BANNER
   ============================================ */

.cta-banner {
  position: relative;
  padding: 100px 56px;
  overflow: hidden;
  background: linear-gradient(155deg, #150a28 0%, #0a1530 50%, #180a2a 100%);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.cta-banner__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.orb--cta1 {
  width: 60vw; height: 60vw;
  max-width: 700px; max-height: 700px;
  background: radial-gradient(circle, rgba(140,80,255,.35) 0%, transparent 65%);
  top: -30%; right: -10%;
  animation: orbFloat 14s ease-in-out infinite;
  filter: blur(80px);
}

.orb--cta2 {
  width: 40vw; height: 40vw;
  max-width: 500px; max-height: 500px;
  background: radial-gradient(circle, rgba(220,80,160,.25) 0%, transparent 65%);
  bottom: -20%; left: -5%;
  animation: orbFloat 18s ease-in-out infinite reverse;
  filter: blur(80px);
}

.cta-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.cta-banner__text h2 {
  color: white;
  margin-top: 10px;
  margin-bottom: 16px;
  max-width: 560px;
}

.cta-banner__text p {
  font-size: .95rem;
  color: rgba(255,255,255,.55);
  max-width: 480px;
  line-height: 1.75;
}

.cta-banner__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.cta-banner__btn {
  display: inline-block;
  padding: 16px 36px;
  background: white;
  color: #080810;
  border-radius: 100px;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: all var(--transition);
  white-space: nowrap;
}

.cta-banner__btn:hover {
  background: rgba(255,255,255,.9);
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(0,0,0,.3);
}

.cta-banner__note {
  font-size: .68rem;
  color: rgba(255,255,255,.3);
  letter-spacing: .06em;
  text-align: center;
}

/* ============================================
   ABOUT US / TEAM
   ============================================ */

.about {
  padding: 130px 56px;
  background: var(--bg2);
  border-top: 1px solid var(--border);
}

.about__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 96px;
  align-items: start;
}

.about__left h2 { margin-top: 10px; margin-bottom: 20px; }

.about__left > p {
  font-size: .9rem;
  margin-bottom: 16px;
  line-height: 1.8;
}

.about__left > p:last-of-type { margin-bottom: 36px; }

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.team-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all var(--transition);
}

.team-card:hover {
  background: var(--surface2);
  border-color: var(--border2);
  transform: translateY(-3px);
}

.team-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  font-weight: 700;
  color: white;
  letter-spacing: .04em;
  flex-shrink: 0;
}

.team-card__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.team-card__info strong {
  font-size: .88rem;
  font-weight: 600;
  color: rgba(255,255,255,.8);
  letter-spacing: .01em;
}

.team-card__info span {
  font-size: .7rem;
  color: var(--accent);
  opacity: .7;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 500;
}

.team-card__info p {
  font-size: .78rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-top: 4px;
}

/* ============================================
   TESTIMONIALS
   ============================================ */

.testimonials {
  padding: 130px 56px;
  background: var(--bg2);
  border-top: 1px solid var(--border);
}

.testimonials__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}

.testi {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  transition: all var(--transition);
  position: relative;
}

.testi::before {
  content: '\201C';
  position: absolute;
  top: 24px;
  right: 32px;
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  color: var(--accent);
  opacity: .08;
  line-height: 1;
}

.testi:hover {
  background: var(--surface2);
  border-color: rgba(184,164,255,.12);
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(0,0,0,.3);
}

.testi > p {
  font-size: .9rem;
  color: rgba(237,237,245,.6);
  line-height: 1.8;
  margin-bottom: 32px;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
}

.testi__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.testi__author strong {
  font-size: .82rem;
  font-weight: 600;
  color: rgba(255,255,255,.8);
  letter-spacing: .02em;
}

.testi__author span {
  font-size: .7rem;
  color: var(--text-dim);
  letter-spacing: .06em;
}

/* ============================================
   PRICING
   ============================================ */

.pricing {
  padding: 130px 56px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.pricing__header {
  max-width: 1200px;
  margin: 0 auto 72px;
}

.pricing__header h2 {
  max-width: 480px;
  margin-top: 10px;
}

.pricing__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: start;
}

.price-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  transition: all var(--transition);
  position: relative;
}

.price-card:hover {
  border-color: var(--border2);
  transform: translateY(-5px);
  box-shadow: 0 32px 80px rgba(0,0,0,.3);
}

.price-card--featured {
  background: linear-gradient(160deg, rgba(140,80,255,.08), rgba(220,80,160,.04));
  border-color: rgba(140,80,255,.25);
  padding-top: 52px;
}

.price-card--featured:hover {
  border-color: rgba(140,80,255,.4);
}

.price-card__badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #9050f0, #e050a8);
  color: white;
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 0 0 12px 12px;
  white-space: nowrap;
}

.price-card__name {
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 14px;
}

.price-card__amount {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: white;
  line-height: 1;
  margin-bottom: 18px;
}

.price-card__amount span {
  font-size: .9rem;
  font-weight: 300;
  color: var(--text-dim);
  font-family: 'Inter', sans-serif;
}

.price-card > p {
  font-size: .82rem;
  color: var(--text-muted);
  margin-bottom: 28px;
  line-height: 1.65;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.price-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 36px;
  flex: 1;
}

.price-card ul li {
  font-size: .82rem;
  color: var(--text-muted);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}

.price-card ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--accent);
  opacity: .5;
  font-size: .75rem;
}

.price-card__btn {
  display: block;
  text-align: center;
  padding: 13px 24px;
  border-radius: 100px;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid var(--border2);
  color: var(--text-muted);
  transition: all var(--transition);
}

.price-card__btn:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(184,164,255,.05);
}

.price-card__btn--primary {
  background: linear-gradient(135deg, #9050f0, #e050a8);
  border-color: transparent;
  color: white;
}

.price-card__btn--primary:hover {
  opacity: .88;
  transform: translateY(-1px);
  box-shadow: 0 8px 32px rgba(144,80,240,.3);
  background: linear-gradient(135deg, #9050f0, #e050a8);
  color: white;
}

/* ============================================
   BLOG / INSIGHTS
   ============================================ */

.blog {
  padding: 130px 56px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.blog__header {
  max-width: 1200px;
  margin: 0 auto 64px;
}

.blog__header h2 {
  max-width: 400px;
  margin-top: 10px;
}

.blog__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 20px;
}

.blog-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.blog-card:hover {
  background: var(--surface2);
  border-color: var(--border2);
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
}

.blog-card--featured {
  background: linear-gradient(160deg, rgba(140,80,255,.07), rgba(220,80,160,.03));
  border-color: rgba(140,80,255,.2);
}

.blog-card--featured:hover {
  border-color: rgba(140,80,255,.35);
}

.blog-card__tag {
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: .7;
  margin-bottom: 14px;
}

.blog-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(237,237,245,.9);
  line-height: 1.35;
  margin-bottom: 12px;
}

.blog-card--featured h3 { font-size: 1.3rem; }

.blog-card > p {
  font-size: .82rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.blog-card__meta span {
  font-size: .68rem;
  color: var(--text-dim);
  letter-spacing: .04em;
}

.blog-card__link {
  font-size: .75rem;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: .06em;
  transition: all var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.blog-card__link:hover {
  letter-spacing: .1em;
  opacity: .8;
}

/* ============================================
   FAQ
   ============================================ */

.faq {
  padding: 130px 56px;
  background: var(--bg2);
  border-top: 1px solid var(--border);
}

.faq__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 96px;
  align-items: start;
}

.faq__left h2 { margin-top: 10px; margin-bottom: 16px; }

.faq__left > p {
  font-size: .88rem;
  margin-bottom: 36px;
  line-height: 1.8;
}

.faq__right {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all var(--transition);
}

.faq-item__q span:first-child {
  font-size: .9rem;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: .01em;
  transition: color var(--transition);
}

.faq-item__q:hover span:first-child { color: var(--text); }

.faq-icon {
  font-size: 1.1rem;
  color: var(--text-dim);
  transition: all var(--transition);
  flex-shrink: 0;
  font-weight: 300;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
  color: var(--accent);
}

.faq-item.open .faq-item__q span:first-child { color: var(--text); }

.faq-item__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.4,0,.2,1);
}

.faq-item.open .faq-item__a { max-height: 200px; }

.faq-item__a p {
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.8;
  padding-bottom: 22px;
}

/* ============================================
   CONTACT
   ============================================ */

.contact {
  padding: 130px 56px;
  background: var(--bg2);
  border-top: 1px solid var(--border);
}

.contact__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 96px;
  align-items: start;
}

.contact__left h2 { margin-top: 10px; margin-bottom: 20px; }

.contact__left > p {
  font-size: .88rem;
  margin-bottom: 44px;
  line-height: 1.8;
}

.contact__details {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact__details a,
.contact__details span {
  font-size: .82rem;
  color: var(--text-muted);
  transition: color var(--transition);
  letter-spacing: .02em;
}

.contact__details a:hover { color: var(--accent); }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.form-group label {
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.form-group input,
.form-group select,
.form-group textarea {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 13px 16px;
  font-size: .875rem;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  outline: none;
  transition: all var(--transition);
  width: 100%;
  resize: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-dim);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: rgba(184,164,255,.4);
  background: rgba(184,164,255,.04);
}

.form-group select {
  appearance: none;
  cursor: pointer;
}

.form-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 32px;
  background: linear-gradient(135deg, #9050f0, #e050a8);
  color: white;
  border: none;
  border-radius: 100px;
  font-size: .8rem;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  transition: all var(--transition);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 10px;
}

.form-submit:hover {
  opacity: .88;
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(144,80,240,.28);
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 88px 56px 44px;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 96px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 36px;
}

.footer__logo {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(237,237,245,.7);
  display: block;
  margin-bottom: 18px;
  letter-spacing: .01em;
}

.footer__logo em {
  font-style: italic;
  color: var(--accent);
  font-weight: 300;
  opacity: .7;
}

.footer__left > p {
  font-size: .8rem;
  color: var(--text-dim);
  max-width: 260px;
  line-height: 1.75;
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.footer__col h4 {
  font-family: 'Inter', sans-serif;
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 22px;
}

.footer__col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer__col ul li a {
  font-size: .8rem;
  color: rgba(237,237,245,.35);
  transition: color var(--transition);
  letter-spacing: .01em;
}

.footer__col ul li a:hover { color: rgba(237,237,245,.7); }

.footer__bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__bottom p {
  font-size: .7rem;
  color: var(--text-dim);
  letter-spacing: .06em;
}

.footer__social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer__social a {
  width: 32px;
  height: 32px;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 600;
  color: var(--text-dim);
  transition: all var(--transition);
  letter-spacing: 0;
}

.footer__social a:hover {
  border-color: var(--border2);
  color: rgba(237,237,245,.6);
  background: var(--surface);
}

/* ============================================
   FLY TO THE FUTURE BANNER – SPACE STYLE
   Hintergrund: SparkleEffect (3D Partikel)
   Links: Liquid Gold Blob (klein)
   Font: Space Grotesk / futuristisch
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap');

.future-banner {
  position: relative;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #02010a;
}

/* Sparkle Canvas – voller Hintergrund */
.future-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

/* Liquid Gold Blob Canvas – links, klein */
.future-gold-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 100%;
  display: block;
  z-index: 1;
  pointer-events: none;
  opacity: .85;
}

/* Black Hole Canvas – rechts */
.future-blackhole-canvas {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  display: block;
  z-index: 1;
  pointer-events: none;
}

/* Trennlinien – klassisch, fein */
.future-rule {
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  z-index: 4;
  pointer-events: none;
}
.future-rule--top {
  top: 0;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(120,100,200,.0) 5%,
    rgba(160,140,255,.3) 30%,
    rgba(200,190,255,.6) 50%,
    rgba(160,140,255,.3) 70%,
    rgba(120,100,200,.0) 95%,
    transparent 100%
  );
}
.future-rule--bottom {
  bottom: 0;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(120,100,200,.0) 5%,
    rgba(160,140,255,.25) 30%,
    rgba(200,190,255,.5) 50%,
    rgba(160,140,255,.25) 70%,
    rgba(120,100,200,.0) 95%,
    transparent 100%
  );
}

/* Zentraler Vignette-Overlay */
.future-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 100% at 60% 50%,
      rgba(2,1,10,.55) 0%,
      rgba(2,1,10,.2) 50%,
      transparent 100%
    );
  pointer-events: none;
  z-index: 2;
}

/* Scan-Linie */
.future-banner::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(180,160,255,.0) 15%,
    rgba(200,185,255,.25) 40%,
    rgba(220,210,255,.5) 50%,
    rgba(200,185,255,.25) 60%,
    rgba(180,160,255,.0) 85%,
    transparent 100%
  );
  animation: futureScan 5s ease-in-out infinite;
  pointer-events: none;
  z-index: 3;
}

@keyframes futureScan {
  0%   { top: 15%; opacity: 0; }
  8%   { opacity: 1; }
  92%  { opacity: 1; }
  100% { top: 85%; opacity: 0; }
}

/* ── Haupt-Button ── */
.future-btn {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  text-decoration: none;
  padding: 24px 48px;
  border: 1px solid rgba(180,160,255,.15);
  border-radius: 1px;
  background: rgba(4,2,16,.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all .5s cubic-bezier(.4,0,.2,1);
  min-width: 520px;
  justify-content: space-between;
  cursor: pointer;
}

/* Sheen */
.future-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
    transparent 0%,
    rgba(180,160,255,.03) 35%,
    rgba(220,210,255,.08) 50%,
    rgba(180,160,255,.03) 65%,
    transparent 100%
  );
  background-size: 300% 100%;
  animation: futureSheen 6s linear infinite;
  pointer-events: none;
}

@keyframes futureSheen {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.future-btn__glow {
  position: absolute;
  inset: -1px;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: all .5s ease;
  pointer-events: none;
}

.future-btn:hover .future-btn__glow {
  border-color: rgba(180,160,255,.4);
  box-shadow:
    0 0 40px rgba(140,120,255,.15),
    0 0 100px rgba(120,100,220,.08),
    inset 0 0 40px rgba(140,120,255,.04);
}

.future-btn:hover {
  border-color: rgba(180,160,255,.3);
  background: rgba(8,4,28,.75);
  transform: translateY(-2px);
  box-shadow:
    0 0 80px rgba(120,100,220,.12),
    0 24px 60px rgba(0,0,0,.7);
}

/* Mittlerer Content-Block */
.future-btn__center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}

/* Eyebrow – Space Mono, futuristisch */
.future-btn__eyebrow {
  font-family: 'Space Mono', monospace;
  font-size: .58rem;
  font-weight: 400;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(160,145,255,.5);
  transition: color .4s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.future-btn__eyebrow::before {
  content: '//';
  color: rgba(140,120,255,.35);
  font-size: .55rem;
}

.future-btn:hover .future-btn__eyebrow {
  color: rgba(200,185,255,.75);
}

/* Haupttitel – Classic + Futuristic Mix */
.future-btn__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.01em;
  line-height: 1;
  color: transparent;
  background: linear-gradient(
    110deg,
    #8a7ab0 0%,
    #b0a0d8 25%,
    #d8d0f0 45%,
    #ffffff 55%,
    #d0c8f0 70%,
    #a090d0 100%
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: futureGlow 6s ease-in-out infinite;
  filter: drop-shadow(0 0 20px rgba(160,140,255,.25));
}

/* "Future" – futuristisch, Space Grotesk, kein Italic */
.future-btn__title em {
  font-family: 'Space Grotesk', sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.05em;
  background: linear-gradient(
    110deg,
    #c0b0ff 0%,
    #e8e0ff 25%,
    #ffffff 50%,
    #d0c8ff 75%,
    #a090e8 100%
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: futureGlow 5s ease-in-out infinite reverse;
  filter: drop-shadow(0 0 30px rgba(180,165,255,.6));
  text-shadow: none;
}

@keyframes futureGlow {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Sub-Zeile – Space Mono */
.future-btn__sub {
  font-family: 'Space Mono', monospace;
  font-size: .6rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(140,125,220,.35);
  transition: color .4s ease, letter-spacing .4s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.future-btn__sub::after {
  content: '_';
  animation: blink .9s step-end infinite;
  color: rgba(160,145,255,.5);
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

.future-btn:hover .future-btn__sub {
  color: rgba(180,165,255,.6);
  letter-spacing: .24em;
}

/* Pfeil rechts */
.future-btn__arrow {
  color: rgba(140,120,220,.25);
  transition: all .5s cubic-bezier(.4,0,.2,1);
  flex-shrink: 0;
}

.future-btn:hover .future-btn__arrow {
  color: rgba(200,185,255,.8);
  transform: translateX(8px);
  filter: drop-shadow(0 0 8px rgba(160,145,255,.6));
}

/* ============================================
   FOAM FINGER BUTTON
   ============================================ */

.foam-finger {
  position: absolute;
  /* Rechts im Banner, weg vom Text */
  top: 50%;
  right: 8%;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  /* 70° nach links geneigt */
  transform: translateY(-50%) rotate(-70deg);
  animation: foamSway 3s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes foamSway {
  0%,100% { transform: translateY(-50%) rotate(-70deg); }
  30%      { transform: translateY(calc(-50% - 6px)) rotate(-67deg); }
  60%      { transform: translateY(calc(-50% - 3px)) rotate(-73deg); }
  80%      { transform: translateY(calc(-50% - 9px)) rotate(-68deg); }
}

.foam-finger:hover {
  animation-play-state: paused;
}

/* Emoji – Silber/Platin via CSS filter */
.foam-finger__emoji {
  font-size: 7rem;
  line-height: 1;
  filter:
    grayscale(100%)
    brightness(1.6)
    contrast(0.85)
    drop-shadow(0 0 16px rgba(220,235,255,.8))
    drop-shadow(0 0 40px rgba(190,215,255,.5))
    drop-shadow(0 0 80px rgba(170,200,255,.25));
  animation: foamGlow 2s ease-in-out infinite;
  transition: transform .3s ease, filter .3s ease;
}

.foam-finger:hover .foam-finger__emoji {
  transform: scale(1.12);
  filter:
    grayscale(100%)
    brightness(1.9)
    contrast(0.8)
    drop-shadow(0 0 24px rgba(230,245,255,1))
    drop-shadow(0 0 60px rgba(210,230,255,.7))
    drop-shadow(0 0 120px rgba(190,215,255,.4));
}

@keyframes foamGlow {
  0%,100% {
    filter:
      grayscale(100%) brightness(1.5) contrast(0.85)
      drop-shadow(0 0 12px rgba(210,230,255,.6))
      drop-shadow(0 0 30px rgba(185,210,255,.35));
  }
  50% {
    filter:
      grayscale(100%) brightness(1.8) contrast(0.8)
      drop-shadow(0 0 22px rgba(230,245,255,.9))
      drop-shadow(0 0 55px rgba(205,225,255,.6))
      drop-shadow(0 0 100px rgba(185,210,255,.3));
  }
}

/* Label */
.foam-finger__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 10px 20px;
  background: rgba(8,10,28,.75);
  border: 1px solid rgba(200,220,255,.18);
  border-radius: 100px;
  backdrop-filter: blur(16px);
  animation: foamLabelBlink 2s ease-in-out infinite;
  transition: all .4s ease;
  white-space: nowrap;
}

.foam-finger:hover .foam-finger__label {
  background: rgba(200,220,255,.07);
  border-color: rgba(220,235,255,.45);
  animation: none;
  box-shadow: 0 0 24px rgba(180,210,255,.2), 0 8px 32px rgba(0,0,0,.4);
}

@keyframes foamLabelBlink {
  0%,100% { border-color: rgba(200,220,255,.12); box-shadow: none; }
  50%      { border-color: rgba(220,235,255,.4);  box-shadow: 0 0 18px rgba(180,210,255,.2); }
}

.foam-finger__label span:first-child {
  font-family: 'Inter', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(220,235,255,.9);
  white-space: nowrap;
}

.foam-finger__sub {
  font-family: 'Inter', sans-serif;
  font-size: .6rem;
  font-weight: 400;
  letter-spacing: .1em;
  color: rgba(180,205,255,.4);
  white-space: nowrap;
}

/* Puls-Ringe */
.foam-finger__pulse {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid rgba(200,220,255,.35);
  animation: foamPulseRing 2.5s ease-out infinite;
  pointer-events: none;
}

.foam-finger__pulse--2 { animation-delay: 1.25s; }

@keyframes foamPulseRing {
  0%   { transform: translateX(-50%) scale(.5); opacity: .5; }
  100% { transform: translateX(-50%) scale(2.5); opacity: 0; }
}

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1);
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .nav { padding: 24px 36px; }
  .hero__body { padding: 0 36px 64px; }
  .hero__scroll { right: 36px; }

  .intro { padding: 88px 36px; }
  .intro__inner { grid-template-columns: 1fr; gap: 44px; }

  .awards { padding: 0 36px; }
  .awards__inner { flex-wrap: wrap; gap: 0; }
  .awards__item { flex: 1 1 45%; }
  .awards__divider { display: none; }

  .trust { padding: 64px 36px; }
  .trust__inner { grid-template-columns: repeat(2, 1fr); }

  .services { padding: 88px 36px; }
  .services__header { margin-bottom: 52px; }

  .results { padding: 88px 36px; }
  .results__inner { grid-template-columns: 1fr; gap: 52px; }

  .process { padding: 88px 36px; }
  .process__grid { grid-template-columns: repeat(2, 1fr); }

  .cta-banner { padding: 72px 36px; }
  .cta-banner__inner { grid-template-columns: 1fr; gap: 40px; }
  .cta-banner__actions { align-items: flex-start; }

  .about { padding: 88px 36px; }
  .about__inner { grid-template-columns: 1fr; gap: 52px; }

  .testimonials { padding: 88px 36px; }
  .testimonials__grid { grid-template-columns: 1fr; gap: 14px; }

  .pricing { padding: 88px 36px; }
  .pricing__grid { grid-template-columns: 1fr; max-width: 480px; }

  .blog { padding: 88px 36px; }
  .blog__grid { grid-template-columns: 1fr; }

  .faq { padding: 88px 36px; }
  .faq__inner { grid-template-columns: 1fr; gap: 52px; }

  .contact { padding: 88px 36px; }
  .contact__inner { grid-template-columns: 1fr; gap: 52px; }

  .footer { padding: 64px 36px 36px; }
  .footer__inner { grid-template-columns: 1fr; gap: 52px; }
}

/* ============================================
   MOBILE – 768px
   ============================================ */

@media (max-width: 768px) {

  /* ── NAV ── */
  .nav {
    padding: 0 20px;
    height: 64px;
    grid-template-columns: auto 1fr auto;
  }

  .nav__ticker { display: none; }
  .nav__logo { justify-self: start; }
  .nav__logo-text { font-size: 1rem; }
  .nav__logo-sub { font-size: .42rem; letter-spacing: .28em; }
  .nav__links { display: none; }
  .nav__cta { display: none; }
  .nav__burger { display: flex; margin-left: auto; }
  .nav__right { gap: 0; }

  /* ── MOBILE MENU – schöner ── */
  .mobile-menu {
    background: var(--bg);
    padding: 0;
  }

  .mobile-menu ul {
    gap: 0;
    width: 100%;
    padding: 0 32px;
  }

  .mobile-menu ul li {
    border-bottom: 1px solid var(--border);
    overflow: hidden;
  }

  .mobile-menu ul li:last-child { border-bottom: none; }

  .mobile-menu a {
    font-size: 2rem;
    display: block;
    padding: 22px 0;
    position: relative;
    transition: color .25s ease, padding-left .25s ease;
  }

  .mobile-menu a::before {
    content: '→';
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: var(--accent);
    opacity: 0;
    transition: opacity .25s ease, left .25s ease;
  }

  .mobile-menu a:hover {
    color: var(--accent);
    padding-left: 28px;
  }

  .mobile-menu a:hover::before {
    opacity: 1;
    left: 0;
  }

  .mobile-close {
    top: 20px;
    right: 20px;
    font-size: 1.2rem;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: var(--surface);
  }

  /* ── HERO ── */
  .hero { min-height: 100svh; }

  .hero__body {
    padding: 0 24px 64px;
    gap: 0;
  }

  .hero__top-text {
    flex-direction: column;
    gap: 2px;
    margin-bottom: 4px;
  }

  .hero__eyebrow { font-size: clamp(.85rem, 4vw, 1.1rem); }
  .hero__eyebrow-italic { font-size: clamp(.9rem, 4.5vw, 1.2rem); }

  .hero__title {
    font-size: clamp(3rem, 14vw, 6rem);
    white-space: nowrap;
    line-height: .9;
    letter-spacing: -.04em;
  }

  .hero__cta-wrap { margin-top: 36px; }

  /* Rocket kleiner auf Mobile */
  .rocket-btn {
    width: 60px;
    padding-bottom: 20px;
  }

  .rocket-btn__body {
    width: 60px;
    height: 122px;
  }

  .hero__scroll { display: none; }

  /* Orbs auf Mobile etwas kleiner */
  .orb--1 { width: 120vw; height: 120vw; }
  .orb--2 { width: 90vw; height: 90vw; }

  /* ── LOGOS ── */
  .logos__inner span { padding: 0 20px; font-size: .6rem; }

  /* ── INTRO ── */
  .intro { padding: 72px 24px; }

  .intro__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .intro__label { display: none; }

  .intro__text p { font-size: clamp(1rem, 4.5vw, 1.25rem); }

  .intro__stats {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .stat-num { font-size: 2rem; }
  .stat-suf { font-size: 1.2rem; }

  /* ── AWARDS ── */
  .awards { padding: 0 24px; }
  .awards__inner { flex-direction: column; }
  .awards__item {
    flex: 1 1 100%;
    padding: 18px 0;
    border-bottom: 1px solid var(--border);
  }
  .awards__item:last-child { border-bottom: none; }
  .awards__divider { display: none; }

  /* ── SERVICES ── */
  .services { padding: 72px 24px; }
  .services__header { margin-bottom: 40px; }

  .service-item {
    grid-template-columns: 40px 1fr 24px;
    gap: 14px;
    padding: 22px 0;
  }

  .service-item:hover { padding-left: 10px; }

  .service-item__body h3 { font-size: 1.05rem; }
  .service-item__body p { font-size: .8rem; }

  /* ── TRUST ── */
  .trust { padding: 56px 24px; }
  .trust__inner { grid-template-columns: 1fr; gap: 1px; }

  .trust__item { padding: 24px 20px; }

  /* ── RESULTS ── */
  .results { padding: 72px 24px; }
  .results__inner { grid-template-columns: 1fr; gap: 44px; }

  .case-card { padding: 22px 20px; }
  .case-card__metrics { gap: 20px; }
  .case-card__metrics strong { font-size: 1.05rem; }

  /* ── PORTFOLIO PREVIEW ── */
  .portfolio-preview { padding: 72px 24px 80px; }
  .portfolio-preview__grid { grid-template-columns: 1fr !important; gap: 32px; }

  .pp-imac__img { height: 160px; }

  /* ── PROCESS ── */
  .process { padding: 72px 24px; }
  .process__grid { grid-template-columns: 1fr; }

  .process-step { padding: 32px 24px; }
  .process-step__num { font-size: 2rem; margin-bottom: 16px; }

  /* ── CTA BANNER ── */
  .cta-banner { padding: 72px 24px; }
  .cta-banner__inner { grid-template-columns: 1fr; gap: 32px; }
  .cta-banner__actions { align-items: flex-start; }
  .cta-banner__btn { padding: 14px 28px; font-size: .78rem; }

  /* ── ABOUT ── */
  .about { padding: 72px 24px; }
  .about__inner { grid-template-columns: 1fr; gap: 44px; }
  .team-grid { grid-template-columns: 1fr; gap: 12px; }

  .team-card { flex-direction: row; align-items: flex-start; gap: 14px; }
  .team-card__avatar { width: 42px; height: 42px; font-size: .72rem; flex-shrink: 0; }

  /* ── TESTIMONIALS ── */
  .testimonials { padding: 72px 24px; }
  .testimonials__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .testi { padding: 28px 24px; }
  .testi > p { font-size: .85rem; }

  /* ── PRICING ── */
  .pricing { padding: 72px 24px; }
  .pricing__grid { grid-template-columns: 1fr; max-width: 100%; gap: 14px; }

  .price-card { padding: 32px 28px; }
  .price-card--featured { padding-top: 44px; }
  .price-card__amount { font-size: 2.2rem; }

  /* ── FAQ ── */
  .faq { padding: 72px 24px; }
  .faq__inner { grid-template-columns: 1fr; gap: 44px; }

  .faq-item__q span:first-child { font-size: .85rem; }

  /* ── CONTACT ── */
  .contact { padding: 72px 24px; }
  .contact__inner { grid-template-columns: 1fr; gap: 44px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }

  .form-group input,
  .form-group select,
  .form-group textarea {
    font-size: 16px; /* verhindert iOS zoom */
  }

  .form-submit { font-size: .75rem; padding: 14px 24px; }

  /* ── FOOTER ── */
  .footer { padding: 56px 24px 36px; }
  .footer__inner { grid-template-columns: 1fr; gap: 44px; }
  .footer__links { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer__bottom { flex-direction: column; gap: 8px; text-align: center; }

  /* ── LAMP ── */
  .lamp-wrap { left: 50%; transform: translateX(-50%); animation: none; }
  .lamp-label { display: none; }
  .lamp-dismiss { display: none; }

  /* ── SCROLL PROGRESS ── */
  .nav-progress { height: 3px; }
}

/* ============================================
   MOBILE – 480px (kleine Handys)
   ============================================ */

@media (max-width: 480px) {

  .hero__title {
    font-size: clamp(2.6rem, 17vw, 4.5rem);
  }

  .intro__stats { grid-template-columns: 1fr 1fr; gap: 16px; }

  .service-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-item__num { display: none; }
  .service-item__arrow { display: none; }

  .case-card__metrics { flex-wrap: wrap; gap: 16px; }

  .team-card { flex-direction: column; }

  .pricing__grid { gap: 12px; }

  .footer__links { grid-template-columns: 1fr; gap: 28px; }

  /* Mobile Menu noch kompakter */
  .mobile-menu a { font-size: 1.7rem; padding: 18px 0; }

  /* Portfolio-Karten auf kleinen Handys – untereinander, volle Breite */
  .portfolio-preview { padding: 56px 12px 64px; }
  .portfolio-preview__grid { grid-template-columns: 1fr; gap: 20px; }
  .pp-card { border-radius: 14px; }
  .pp-imac { padding: 10px 10px 0; }
  .pp-imac__img { height: 220px; }
  .pp-card__info { padding: 14px 14px 18px; }
}

/* ============================================
   TOUCH – Hover-Effekte deaktivieren auf Touch
   ============================================ */

@media (hover: none) and (pointer: coarse) {

  /* Kein translateX auf service-items beim Touch */
  .service-item:hover { padding-left: 0; }

  /* Case cards kein slide */
  .case-card:hover { transform: none; }

  /* Testi kein lift */
  .testi:hover { transform: none; box-shadow: none; }

  /* Price cards kein lift */
  .price-card:hover { transform: none; box-shadow: none; }

  /* Team cards kein lift */
  .team-card:hover { transform: none; }

  /* Portfolio cards – leichter lift bleibt */
  .pp-card:hover { transform: translateY(-3px); }

  /* Rocket button – idle animation bleibt, hover-effekte weg */
  .rocket-btn:hover {
    animation: rocket-idle 3.8s ease-in-out infinite;
    opacity: .6;
    transform: none;
  }

  /* Nav CTA fill bleibt aus */
  .nav__cta:hover .nav__cta-fill { transform: translateY(101%); }
  .nav__cta:hover { transform: none; box-shadow: none; }
}

/* ============================================
   PORTFOLIO PREVIEW (Landing Page)
   ============================================ */

.portfolio-preview {
  padding: 100px 56px 100px;
  max-width: 1312px;
  margin: 0 auto;
}

.portfolio-preview__header {
  text-align: center;
  margin-bottom: 56px;
}

.portfolio-preview__header h2 {
  margin-bottom: 12px;
}

.portfolio-preview__header p {
  color: var(--text-muted);
  font-size: .95rem;
  max-width: 480px;
  margin: 0 auto;
}

.portfolio-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

/* ── pp-card (clickable) ── */
.pp-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 18px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.pp-card:hover {
  transform: translateY(-6px);
  border-color: var(--border2);
  box-shadow: 0 28px 70px rgba(0,0,0,.18);
}

/* ── iMac inside pp-card ── */
.pp-imac {
  padding: 18px 18px 0;
  background: linear-gradient(160deg, #2a2a3a 0%, #1a1a28 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

body:not(.dark) .pp-imac {
  background: linear-gradient(160deg, #e8e8f0 0%, #d8d8e8 100%);
}

.pp-imac__screen {
  width: 100%;
  background: #0a0a12;
  border-radius: 9px 9px 0 0;
  border: 3px solid #3a3a4e;
  border-bottom: none;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,.06) inset, 0 -2px 10px rgba(0,0,0,.4);
}

body:not(.dark) .pp-imac__screen {
  border-color: #c0c0d0;
  background: #f0f0f8;
  box-shadow: 0 0 0 1px rgba(255,255,255,.8) inset, 0 -2px 10px rgba(0,0,0,.1);
}

.pp-imac__menubar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 5px 9px;
  background: rgba(30,30,46,.95);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

body:not(.dark) .pp-imac__menubar {
  background: rgba(230,230,240,.95);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.pp-dots {
  display: flex;
  gap: 4px;
}

.pp-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}

.pp-dot--r { background: #ff5f57; }
.pp-dot--y { background: #febc2e; }
.pp-dot--g { background: #28c840; }

.pp-url {
  flex: 1;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 3px;
  padding: 2px 8px;
  font-size: .58rem;
  color: rgba(237,237,245,.35);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

body:not(.dark) .pp-url {
  background: rgba(255,255,255,.6);
  border-color: rgba(0,0,0,.1);
  color: rgba(17,17,24,.35);
}

.pp-imac__img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top;
}

.pp-imac__chin {
  width: 100%;
  height: 18px;
  background: linear-gradient(to bottom, #2e2e42, #252538);
  border-radius: 0 0 3px 3px;
  border: 3px solid #3a3a4e;
  border-top: none;
  position: relative;
}

body:not(.dark) .pp-imac__chin {
  background: linear-gradient(to bottom, #d0d0e0, #c8c8d8);
  border-color: #c0c0d0;
}

.pp-imac__chin::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,.1);
  border-radius: 50%;
}

body:not(.dark) .pp-imac__chin::after {
  background: rgba(0,0,0,.08);
}

.pp-imac__neck {
  width: 24px;
  height: 14px;
  background: linear-gradient(to bottom, #2e2e42, #252538);
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

body:not(.dark) .pp-imac__neck {
  background: linear-gradient(to bottom, #c8c8d8, #b8b8c8);
}

.pp-imac__base {
  width: 68px;
  height: 7px;
  background: linear-gradient(to bottom, #2e2e42, #252538);
  border-radius: 0 0 5px 5px;
  margin-bottom: 14px;
  box-shadow: 0 3px 10px rgba(0,0,0,.3);
}

body:not(.dark) .pp-imac__base {
  background: linear-gradient(to bottom, #c0c0d0, #b0b0c0);
  box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

/* Card info below iMac */
.pp-card__info {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pp-card__name {
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -.01em;
}

.pp-card__loc {
  font-family: 'Inter', sans-serif;
  font-size: .7rem;
  color: var(--text-dim);
}

.pp-card__kpi {
  font-family: 'Playfair Display', serif;
  font-size: .95rem;
  font-weight: 700;
  font-style: italic;
  color: var(--accent);
  margin-top: 4px;
}

/* CTA Button */
.portfolio-preview__cta {
  display: flex;
  justify-content: center;
}

.portfolio-preview__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border: 1px solid var(--border2);
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: all .25s ease;
  background: var(--surface);
}

.portfolio-preview__btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(124,58,255,.3);
}

.portfolio-preview__btn svg {
  transition: transform .25s ease;
}

.portfolio-preview__btn:hover svg {
  transform: translateX(4px);
}
