/* ============================================================
   SELLERCORE DESIGN SYSTEM für VAPA
   Baut das echte Sellercore-Look-&-Feel nach (Inter, Violett,
   Mono-Eyebrows, riesige Headlines, dünn umrandete Cards).
   Wird NACH styles.css geladen und überschreibt gezielt.
   ============================================================ */

:root {
  --sc-ink: #0a0d14;
  --sc-ink2: #3d4654;
  --sc-ink3: #6b7585;
  --sc-line: #e6e9ee;
  --sc-line-soft: #eef1f5;
  --sc-violet: #5b5bf5;
  --sc-violet-hover: #3f3fd1;
  --sc-blue: #2563eb;
  --sc-bg: #ffffff;
  --sc-bg1: #fafbfd;
  --sc-radius: 14px;
}

/* --- Basis --- */
body {
  background: var(--sc-bg);
  color: var(--sc-ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--sc-violet); }
a:hover { color: var(--sc-violet-hover); }

/* --- Mono-Eyebrow (JetBrains Mono, uppercase) --- */
.sc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sc-ink3);
}
.sc-eyebrow .sc-eyebrow-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #16b364; display: inline-block;
}
.sc-eyebrow .sc-eyebrow-sep { color: var(--sc-line); }
.sc-eyebrow-violet { color: var(--sc-violet); }

/* --- Buttons im Sellercore-Stil --- */
.btn-primary,
.hero-cta-vapa .btn-primary {
  background: var(--sc-violet) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  box-shadow: 0 1px 2px rgba(91,91,245,0.35), 0 8px 22px rgba(91,91,245,0.24) !important;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease !important;
}
.btn-primary:hover {
  background: var(--sc-violet-hover) !important;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(91,91,245,0.4), 0 14px 30px rgba(91,91,245,0.32) !important;
}
.btn-outline, .btn-ghost, .btn-secondary {
  background: #fff !important;
  color: var(--sc-ink) !important;
  border: 1px solid var(--sc-line) !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}
.btn-outline:hover, .btn-ghost:hover, .btn-secondary:hover {
  border-color: #cfd5de !important;
  background: var(--sc-bg1) !important;
}
.btn-lg { padding: 13px 24px !important; font-size: 15px !important; }

/* ============================================================
   SELLERCORE-HERO (zentriert, riesige Headline, Mockup darunter)
   ============================================================ */
.sc-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 24px 60px;
  background: var(--sc-bg);
  border-bottom: 1px solid var(--sc-line);
}
/* dezentes Punkteraster */
.sc-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(10,13,20,0.05) 1px, transparent 0);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(70% 60% at 50% 30%, #000 0%, transparent 75%);
          mask-image: radial-gradient(70% 60% at 50% 30%, #000 0%, transparent 75%);
  pointer-events: none;
}
/* violetter Schimmer */
.sc-hero::after {
  content: '';
  position: absolute;
  top: -160px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 520px;
  background: radial-gradient(closest-side, rgba(91,91,245,0.14), transparent);
  pointer-events: none;
}
.sc-hero-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.sc-hero .sc-eyebrow { margin-bottom: 26px; justify-content: center; }
.sc-hero h1 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(44px, 8.5vw, 104px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.045em;
  margin: 0;
  color: var(--sc-ink);
}
.sc-hero h1 .sc-grad {
  background: linear-gradient(120deg, var(--sc-blue), var(--sc-violet) 60%, #9333ea);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.sc-hero-sub {
  font-size: clamp(17px, 2.1vw, 20px);
  line-height: 1.55;
  color: var(--sc-ink2);
  max-width: 620px;
  margin: 26px auto 0;
}
.sc-hero-cta {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  margin-top: 34px;
}
.sc-hero-micro {
  margin-top: 20px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--sc-ink3);
}
.sc-hero-badges {
  display: flex; gap: 16px; justify-content: center; align-items: center;
  margin-top: 30px; flex-wrap: wrap;
}
.sc-hero-badges img { height: 44px; width: auto; opacity: 0.9; }
.sc-hero-mockup {
  position: relative;
  max-width: 1060px;
  margin: 56px auto 0;
  border: 1px solid var(--sc-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(10,13,20,0.10), 0 8px 24px rgba(10,13,20,0.05);
  background: #fff;
}
.sc-hero-mockup img { display: block; width: 100%; height: auto; }
@media (max-width: 640px) {
  .sc-hero { padding: 72px 20px 44px; }
}

/* ============================================================
   SECTION-RHYTHMUS & HEADINGS (Sellercore-Typo)
   ============================================================ */
section h2 {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.05 !important;
}
/* Headings erben die Sektionsfarbe: dunkel auf hell, weiß auf violett/dunkel.
   Nur auf hellen Standard-Sektionen sicherstellen, dass sie ink sind. */
.sc-features h2, .sc-showcase h2, .sc-integration h2, .pricing-vapa h2 { color: var(--sc-ink) !important; }
/* Violette/dunkle CTA-Bänder: Heading garantiert weiß */
.cta-section h2, .cta-section .section-title { color: #fff !important; }
.section-eyebrow, .why-vapa-badge, .section-label, .eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, monospace !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--sc-violet) !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* --- Karten: dünn umrandet, weiß, Sellercore-Radius --- */
.card, .feature-card, .stat-card, .testimonial-card, .pricing-card,
.feature-item, .insight-card, .marketplace-card {
  background: #fff !important;
  border: 1px solid var(--sc-line) !important;
  border-radius: var(--sc-radius) !important;
  box-shadow: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}
.card:hover, .feature-card:hover, .testimonial-card:hover,
.pricing-card:hover, .marketplace-card:hover {
  border-color: #d7dbe2 !important;
  box-shadow: 0 12px 40px rgba(10,13,20,0.07) !important;
}

/* --- Footer angleichen --- */
.footer-new { background: var(--sc-bg1) !important; border-top: 1px solid var(--sc-line); }

/* ============================================================
   FEINSCHLIFF: größeres Co-Brand-Logo & Partner-Badges
   ============================================================ */
.nav-cobrand { gap: 8px; padding-left: 12px; }
.nav-cobrand-by { font-size: 12px; }
.nav-cobrand-logo { height: 24px !important; opacity: 1 !important; }
.sc-announce-logo { height: 18px; }

/* Partner-Icons im Hero größer */
.sc-hero-badges { gap: 22px; margin-top: 34px; }
.sc-hero-badges img { height: 68px !important; opacity: 1; }
@media (max-width: 560px){ .sc-hero-badges img { height: 52px !important; } }

/* ============================================================
   FUNKTIONEN — Sellercore-Feature-Grid (Ad-Tool)
   ============================================================ */
.sc-features { padding: 100px 0; background: var(--sc-bg); border-bottom: 1px solid var(--sc-line); }
.sc-features .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.sc-features-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.sc-features-head .sc-eyebrow { justify-content: center; margin-bottom: 20px; }
.sc-features-head h2 {
  font-size: clamp(30px, 4.4vw, 46px);
  line-height: 1.04; letter-spacing: -0.035em; font-weight: 500;
  color: var(--sc-ink); margin: 0;
}
.sc-features-sub { font-size: 18px; line-height: 1.6; color: var(--sc-ink2); margin: 18px auto 0; max-width: 600px; }
.sc-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 900px){ .sc-feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px){ .sc-feature-grid { grid-template-columns: 1fr; } }
.sc-feature-card {
  background: #fff;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius);
  padding: 26px 24px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.sc-feature-card:hover {
  border-color: #d7dbe2;
  box-shadow: 0 14px 40px rgba(10,13,20,0.07);
  transform: translateY(-2px);
}
.sc-feature-icon {
  width: 42px; height: 42px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #eef0ff, #e3e5ff);
  color: var(--sc-violet);
  box-shadow: inset 0 0 0 1px rgba(91,91,245,0.16);
  margin-bottom: 18px;
}
.sc-feature-icon svg { width: 21px; height: 21px; }
.sc-feature-card h3 {
  font-size: 17.5px; font-weight: 600; letter-spacing: -0.01em;
  color: var(--sc-ink); margin: 0 0 8px;
}
.sc-feature-card p { font-size: 14px; line-height: 1.6; color: var(--sc-ink3); margin: 0; }
.sc-feature-tag {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--sc-violet); margin-top: 14px;
}

/* ============================================================
   PRICING — Sellercore-Pläne
   ============================================================ */
.sc-price-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; align-items:stretch; margin-top:40px; }
@media(max-width:1000px){ .sc-price-grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:560px){ .sc-price-grid{grid-template-columns:1fr;} }
.sc-price-card { position:relative; display:flex; flex-direction:column; background:#fff; border:1px solid var(--sc-line); border-radius:16px; padding:28px 24px; }
.sc-price-card.is-featured { border-color:var(--sc-violet); box-shadow:0 20px 50px rgba(91,91,245,0.12); }
.sc-price-badge { position:absolute; top:-11px; left:24px; font-family:'JetBrains Mono',ui-monospace,monospace; font-size:10px; letter-spacing:.08em; font-weight:600; padding:4px 10px; border-radius:6px; background:linear-gradient(135deg,#5046e4,#7c3aed); color:#fff; }
.sc-price-badge.is-free { background:#dcfce7; color:#15803d; }
.sc-price-name { font-size:20px; font-weight:600; letter-spacing:-0.02em; color:var(--sc-ink); }
.sc-price-tag { font-size:12.5px; color:var(--sc-ink3); margin-top:4px; min-height:34px; }
.sc-price-value { display:flex; align-items:baseline; gap:6px; margin:14px 0 2px; font-size:44px; font-weight:600; letter-spacing:-0.02em; color:var(--sc-ink); min-height:52px; line-height:1; }
.sc-price-value span { font-size:14px; font-weight:500; color:var(--sc-ink3); letter-spacing:0; }
.sc-price-year { font-size:11px; color:var(--sc-ink3); font-family:'JetBrains Mono',ui-monospace,monospace; min-height:15px; }
.sc-price-note { font-size:11.5px; color:var(--sc-violet); margin-top:6px; min-height:15px; }
.sc-price-cta { display:block !important; text-align:center; width:100%; margin-top:18px; }
.sc-price-divider { height:1px; background:var(--sc-line); margin:22px 0 18px; }
.sc-price-feats { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:11px; }
.sc-price-feats li { display:flex; gap:9px; align-items:flex-start; font-size:13.5px; line-height:1.4; color:var(--sc-ink2); }
.sc-price-feats svg { width:16px; height:16px; flex-shrink:0; color:var(--sc-violet); margin-top:1px; }
.pricing-vapa .section-title { font-size:clamp(30px,4.4vw,46px); }

/* ============================================================
   TOP-BAR größer + HERO-ANIMATIONEN + RASTER (wie Sellercore)
   ============================================================ */
.sc-announce { height: 46px; }
.sc-announce-logo { height: 26px !important; }
body { padding-top: 46px !important; }
.navbar { top: 46px !important; }
html { scroll-padding-top: 112px; }

/* Raster etwas sichtbarer */
.sc-hero::before { background-size: 30px 30px; background-image: radial-gradient(circle at 1px 1px, rgba(10,13,20,0.06) 1px, transparent 0); }

/* Animierter violetter Schimmer */
@keyframes sc-float { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(26px); } }
@keyframes sc-fade-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.sc-hero::after { animation: sc-float 9s ease-in-out infinite; }

/* Sanfte Einblend-Animationen (Sellercore-Stil) */
.sc-hero .sc-eyebrow { animation: sc-fade-up .6s cubic-bezier(.2,.7,.3,1) both; }
.sc-hero h1 { animation: sc-fade-up .7s cubic-bezier(.2,.7,.3,1) .06s both; }
.sc-hero-sub { animation: sc-fade-up .7s cubic-bezier(.2,.7,.3,1) .14s both; }
.sc-hero-cta { animation: sc-fade-up .7s cubic-bezier(.2,.7,.3,1) .2s both; }
.sc-hero-micro, .sc-hero-badges { animation: sc-fade-up .7s cubic-bezier(.2,.7,.3,1) .26s both; }
.sc-hero-mockup { animation: sc-fade-up .9s cubic-bezier(.2,.7,.3,1) .32s both; }
@media (prefers-reduced-motion: reduce){ .sc-hero *, .sc-hero::after { animation: none !important; } }

/* ============================================================
   MOCKUP-SHOWCASE (Sellercore Ads Optimizer Einblicke)
   ============================================================ */
.sc-showcase { padding: 40px 0 100px; background: var(--sc-bg); }
.sc-showcase .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.sc-showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
@media (max-width: 800px){ .sc-showcase-grid { grid-template-columns: 1fr; } }
.sc-shot { border: 1px solid var(--sc-line); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 18px 50px rgba(10,13,20,0.08); }
.sc-shot img { display: block; width: 100%; height: auto; }
.sc-shot-cap { padding: 14px 18px; border-top: 1px solid var(--sc-line); font-size: 13.5px; color: var(--sc-ink2); display: flex; align-items: center; gap: 8px; }
.sc-shot-cap b { color: var(--sc-ink); font-weight: 600; }

/* ============================================================
   LEBENDIGER: Puls, Hover-Lifts, sanfte Bewegung
   ============================================================ */
@keyframes sc-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(22,179,100,0.55); } 50% { box-shadow: 0 0 0 5px rgba(22,179,100,0); } }
.sc-eyebrow-dot { animation: sc-pulse 2s ease-in-out infinite; }

.sc-shot { transition: transform .28s cubic-bezier(.2,.7,.3,1), box-shadow .28s ease; }
.sc-shot:hover { transform: translateY(-5px); box-shadow: 0 30px 70px rgba(10,13,20,0.13); }

.sc-hero-mockup { transition: transform .4s cubic-bezier(.2,.7,.3,1), box-shadow .4s ease; }
.sc-hero-mockup:hover { transform: translateY(-5px); box-shadow: 0 44px 95px rgba(10,13,20,0.15); }

.sc-price-card { transition: transform .22s cubic-bezier(.2,.7,.3,1), border-color .2s ease, box-shadow .2s ease; }
.sc-price-card:hover { transform: translateY(-5px); border-color: #d7dbe2; box-shadow: 0 20px 46px rgba(10,13,20,0.09); }
.sc-price-card.is-featured:hover { box-shadow: 0 28px 62px rgba(91,91,245,0.20); }

.sc-feature-icon { transition: transform .22s cubic-bezier(.2,.7,.3,1); }
.sc-feature-card:hover .sc-feature-icon { transform: scale(1.08) rotate(-3deg); }

/* Buttons: Micro-Interaktion */
.btn-primary { transition: transform .15s ease, box-shadow .2s ease, background .2s ease !important; }
.btn-primary:hover { transform: translateY(-2px); }

/* Sanftes Aufblenden der neuen Reveal-Sektionen (falls JS-Observer aktiv) */
[data-animate].sc-features-head { transition-duration: .7s; }

/* ============================================================
   NAV-LOGO konstant (kein Größenwechsel beim Scrollen)
   ============================================================ */
.logo-img, .navbar.scrolled .logo-img { height: 28px !important; }
.nav-inner, .navbar.scrolled .nav-inner { height: 56px !important; }

/* Integrations-Banner: Logo als eigener, zentrierter Block (Versatz-Fix) */
.sc-integration-logo { display: block; margin-left: auto; margin-right: auto; }

/* Breiter Showcase-Screen (Historie) über volle Breite */
.sc-shot-wide { grid-column: 1 / -1; }
