/* Slorify · Marketing Subpages — shared styles
   Spiegelt Klassen + Farben + Layout des Index 1:1.
   Wird von /webdesign, /onlineshops, /buchungssysteme, /landingpages,
   /seo-basics geladen. */

:root {
  --bg: #ffffff;
  --bg-alt: #f4f4f4;
  --ink: #0a0a0a;
  --ink-2: #1a1a1a;
  --muted: #6b7280;
  --line: #e5e5e5;
  --line-dark: #2a2a2a;
  --accent: #e63946;
  --accent-soft: #fdecee;
  --accent-deep: #d22f3c;
  --radius: 14px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Manrope', system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.55;
}
h1, h2, h3, h4 { font-family: 'Plus Jakarta Sans', sans-serif; letter-spacing: -0.02em; margin: 0; line-height: 1.1; }
h1 { font-size: clamp(40px, 5.4vw, 70px); font-weight: 800; }
h2 { font-size: clamp(28px, 3.4vw, 42px); font-weight: 800; }
h3 { font-size: 19px; font-weight: 700; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.section { padding: 90px 0; }
.section.tight { padding: 60px 0; }
.section.alt { background: var(--bg-alt); }
.section.dark { background: var(--ink); color: #fff; }
.section-header { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-header .eyebrow {
  display: inline-block; font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.section-header h2 .accent { color: var(--accent); }
.section-header p { color: var(--muted); font-size: 17px; margin-top: 14px; }

/* === BUTTONS — exakt wie Index === */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 15px;
  border: none; border-radius: 999px;
  background: var(--accent); color: #fff;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  white-space: nowrap; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); background: var(--accent-deep); box-shadow: 0 10px 24px -10px rgba(230,57,70,0.6); }
.btn.dark { background: var(--ink); }
.btn.dark:hover { background: #000; box-shadow: 0 10px 24px -10px rgba(0,0,0,0.5); }
.btn.ghost { background: transparent; color: inherit; border: 1.5px solid currentColor; }
.btn.ghost:hover { background: var(--ink); color: #fff; box-shadow: none; border-color: var(--ink); }
.btn .arr { transition: transform .2s ease; }
.btn:hover .arr { transform: translateX(3px); }

/* === COVER HEADER (image-driven, full-bleed) — wie Index === */
.cover {
  position: relative;
  min-height: 540px;
  background: #0a0a0a;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.cover-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(180deg, rgba(8,8,10,0.25) 0%, rgba(8,8,10,0.45) 55%, rgba(8,8,10,0.92) 100%),
    url("/assets/sub-hero.webp");
  background-size: cover; background-position: center;
  filter: saturate(0.95) contrast(1.02);
}
.cover-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(1100px 500px at 100% 0%, rgba(230,57,70,0.22), transparent 60%),
    radial-gradient(700px 400px at 0% 100%, rgba(0,0,0,0.6), transparent 60%);
}
.cover-grain {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0.18; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMDAnIGhlaWdodD0nMjAwJz48ZmlsdGVyIGlkPSdub2lzZSc+PGZlVHVyYnVsZW5jZSB0eXBlPSdmcmFjdGFsTm9pc2UnIGJhc2VGcmVxdWVuY3k9JzAuOScgbnVtT2N0YXZlcz0nMicvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbHRlcj0ndXJsKCNub2lzZSknIG9wYWNpdHk9JzAuNTUnLz48L3N2Zz4=");
}

/* Edition / masthead bar */
.masthead-bar {
  position: relative; z-index: 3;
  display: flex; align-items: center; gap: 28px;
  padding: 12px 36px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}
.masthead-bar .ed { color: #fff; }
.masthead-bar .live-dot { display: inline-flex; align-items: center; gap: 8px; }
.masthead-bar .live-dot::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(230,57,70,.7);
  animation: livepulse 2.2s infinite;
}
@keyframes livepulse { 0%{box-shadow:0 0 0 0 rgba(230,57,70,.7)} 70%{box-shadow:0 0 0 8px rgba(230,57,70,0)} 100%{box-shadow:0 0 0 0 rgba(230,57,70,0)} }
.masthead-bar .right { margin-left: auto; display: flex; gap: 22px; }
.masthead-bar a { color: rgba(255,255,255,0.7); }
.masthead-bar a:hover { color: var(--accent); }
@media (max-width: 760px) { .masthead-bar .hide-sm { display: none; } }

/* Main nav (sits over image) */
.nav {
  position: relative; z-index: 3;
  display: flex; align-items: center;
  padding: 22px 36px;
  gap: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.brand-logo { display: inline-flex; align-items: center; flex-shrink: 0; height: 44px; }
.brand-logo img { height: 192px; width: auto; display: block; }
.footer-logo { height: 56px; }
.footer-logo img { height: 280px; width: auto; display: block; }
.nav-links {
  display: flex; gap: 30px; margin-left: auto; align-items: center;
  font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em;
}
.nav-links a {
  color: rgba(255,255,255,0.78);
  position: relative; padding: 4px 0;
  transition: color .18s ease;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px;
  height: 1px; background: var(--accent); transition: right .25s ease;
}
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after { right: 0; }
.nav-links a[aria-current="page"] { color: var(--accent); }
.nav-links a[aria-current="page"]::after { right: 0; }
.nav-cta {
  padding: 12px 20px; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.08em;
  border: 1px solid var(--accent); border-radius: 0;
  background: var(--accent); color: #fff; font-weight: 600;
  display: inline-flex; align-items: center; gap: 10px;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: #fff; color: var(--accent); border-color: #fff; }

/* Cover content */
.cover-inner {
  position: relative; z-index: 2;
  max-width: var(--max); margin: 0 auto;
  padding: 90px 36px 90px;
}
.cover-inner .crumb {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); margin-bottom: 22px;
  display: flex; align-items: center; gap: 10px;
}
.cover-inner .crumb a { color: rgba(255,255,255,0.55); }
.cover-inner .crumb a:hover { color: var(--accent); }
.cover-inner .crumb .sep { color: rgba(255,255,255,0.3); }
.issue-tag {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 26px;
}
.issue-tag .num { background: var(--accent); color: #fff; padding: 4px 9px; font-weight: 700; }
.issue-tag .rule { flex: 0 0 60px; height: 1px; background: rgba(255,255,255,0.4); }
.cover h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800; letter-spacing: -0.035em;
  font-size: clamp(46px, 6.4vw, 88px);
  line-height: 0.96; margin: 0;
  max-width: 980px;
}
.cover h1 .accent { color: var(--accent); font-style: italic; font-weight: 800; }
.cover h1 .ul { text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 4px; text-underline-offset: 8px; }
.cover-sub {
  margin-top: 26px; max-width: 640px;
  font-size: 18px; line-height: 1.55;
  color: rgba(255,255,255,0.78);
}
.cover-cta { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.cover-cta .btn {
  padding: 16px 24px; font-size: 14.5px; border-radius: 0;
  font-weight: 600; letter-spacing: 0.02em;
}
.cover-cta .btn.primary { background: #fff; color: #0a0a0a; }
.cover-cta .btn.primary:hover { background: var(--accent); color: #fff; }
.cover-cta .btn.ghost {
  background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.35);
}
.cover-cta .btn.ghost:hover { border-color: #fff; background: rgba(255,255,255,0.06); color: #fff; }

.cover-meta-row {
  margin-top: 50px; display: flex; gap: 36px; flex-wrap: wrap;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12px; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.55);
  border-top: 1px solid rgba(255,255,255,0.12); padding-top: 24px;
}
.cover-meta-row .item { display: flex; align-items: center; gap: 10px; }
.cover-meta-row .item::before { content: ""; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav { padding: 18px 24px; gap: 16px; }
  .cover-inner { padding: 60px 24px 70px; }
  .masthead-bar { padding: 10px 24px; gap: 16px; flex-wrap: wrap; }
}

/* === TRUST BAR — Index-Klassen === */
.trustbar { background: #fff; border-bottom: 1px solid var(--line); }
.trustbar-row {
  display: grid; grid-template-columns: repeat(5, 1fr);
  max-width: var(--max); margin: 0 auto;
}
.tb-item {
  padding: 18px 22px; border-right: 1px solid var(--line);
  display: flex; align-items: center; gap: 12px;
  font-size: 13.5px;
}
.tb-item:last-child { border-right: none; }
.tb-item strong { font-family: 'Plus Jakarta Sans',sans-serif; font-weight:800; letter-spacing:-0.01em; }
.tb-item .tbic { color: var(--accent); flex-shrink: 0; }
@media (max-width: 880px) {
  .trustbar-row { grid-template-columns: 1fr 1fr; }
  .tb-item { border-bottom: 1px solid var(--line); font-size: 12px; padding: 14px; }
  .tb-item:nth-child(2n) { border-right: none; }
}

/* === FEATURES === */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px;
  transition: border-color .2s ease, transform .15s ease, box-shadow .2s ease;
}
.feature-card:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: 0 12px 28px -16px rgba(0,0,0,0.18); }
.feature-card .ic {
  width: 40px; height: 40px; border-radius: 10px;
  background: var(--accent-soft); color: var(--accent);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.feature-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.feature-card p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
@media (max-width: 980px) { .features { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .features { grid-template-columns: 1fr; } }

/* === BRANCHEN === */
.branchen { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.branche-card {
  background: var(--ink); color: #fff; padding: 26px 22px; border-radius: var(--radius);
  position: relative; overflow: hidden;
  transition: transform .15s ease, box-shadow .2s ease;
}
.branche-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -16px rgba(0,0,0,0.4); }
.branche-card::before {
  content: ""; position: absolute; right: -40px; top: -40px; width: 120px; height: 120px;
  border-radius: 50%; background: radial-gradient(circle, rgba(230,57,70,0.35) 0%, transparent 70%);
}
.branche-card .label {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-bottom: 8px;
  position: relative; z-index: 1;
}
.branche-card h3 { font-size: 18px; font-weight: 700; position: relative; z-index: 1; }
.branche-card p { font-size: 13.5px; color: rgba(255,255,255,0.65); margin-top: 8px; line-height: 1.55; position: relative; z-index: 1; }
@media (max-width: 980px) { .branchen { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .branchen { grid-template-columns: 1fr; } }

/* === STEPS === */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step {
  position: relative; padding: 30px 26px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius);
}
.step .num {
  position: absolute; top: -18px; left: 24px;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--accent); color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  font-size: 14.5px;
}
.step h3 { margin-top: 6px; margin-bottom: 8px; font-size: 18px; }
.step p { font-size: 14.5px; color: var(--muted); line-height: 1.6; }
@media (max-width: 880px) { .steps { grid-template-columns: 1fr; } }

/* === PAKETE TEASER === */
.pakete-teaser { background: var(--ink); color: #fff; padding: 70px 0; }
.pakete-teaser .row {
  max-width: var(--max); margin: 0 auto; padding: 0 28px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center;
}
.pakete-teaser h2 { font-size: clamp(24px, 3vw, 36px); }
.pakete-teaser p { color: rgba(255,255,255,0.7); margin-top: 14px; max-width: 540px; line-height: 1.6; }
.pakete-teaser .cta-col { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.pakete-teaser .price-tags { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 22px; }
.pakete-teaser .price-tag {
  border: 1px solid rgba(255,255,255,0.18); padding: 12px 18px; border-radius: 999px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 12.5px; letter-spacing: 0.06em; color: rgba(255,255,255,0.85);
}
.pakete-teaser .price-tag strong { color: var(--accent); margin-right: 6px; }
@media (max-width: 880px) {
  .pakete-teaser .row { grid-template-columns: 1fr; }
  .pakete-teaser .cta-col { justify-content: flex-start; }
}

/* === FAQ === */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--line); padding: 22px 0; }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 17px;
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; color: var(--accent); font-weight: 700; font-size: 22px; transition: transform .2s ease;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item .a { color: var(--muted); margin-top: 14px; font-size: 15px; line-height: 1.65; }
.faq-item .a a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }

/* === BIG CTA === */
.big-cta {
  text-align: center; padding: 90px 28px;
  background: linear-gradient(180deg, var(--bg-alt) 0%, #fff 100%);
}
.big-cta h2 { font-size: clamp(28px, 3.4vw, 44px); font-weight: 800; max-width: 720px; margin: 0 auto; }
.big-cta h2 .accent { color: var(--accent); }
.big-cta p { color: var(--muted); margin-top: 18px; font-size: 17px; max-width: 560px; margin-left: auto; margin-right: auto; }
.big-cta .cta-row { display: flex; gap: 14px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }

/* === FOOTER — wie Index in dunkler Section === */
.subpage-footer { background: var(--ink); color: #fff; padding: 0 0 28px; }
.footer-info {
  margin-top: 0; padding: 60px 28px 0;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px;
  max-width: var(--max); margin-left: auto; margin-right: auto;
}
.footer-info .col h4 {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); font-weight: 700; margin: 0 0 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.footer-info .col a, .footer-info .col span {
  display: block; font-size: 14.5px; color: rgba(255,255,255,0.75);
  margin-bottom: 8px; line-height: 1.55;
}
.footer-info .col a:hover { color: var(--accent); }
.footer-info .brand-block .brand-logo { display: inline-flex !important; height: 56px; margin-bottom: 8px; }
.footer-info .brand-block .brand-logo img { height: 280px; width: auto; display: block; margin: 0; }
.footer-info .brand-block p { font-size: 14px; color: rgba(255,255,255,0.55); margin-top: 14px; line-height: 1.55; max-width: 280px; }
.footer-info .brand-block p.addr { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.6; }
.footer-info .brand-block p.addr a { display: inline; margin: 0; color: var(--accent); }
.footer-bar {
  max-width: var(--max); margin: 50px auto 0; padding: 22px 28px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: rgba(255,255,255,0.45);
}
@media (max-width: 880px) {
  .footer-info { grid-template-columns: 1fr 1fr; }
  .footer-bar { flex-direction: column; gap: 10px; text-align: center; }
}
@media (max-width: 600px) {
  .footer-info { grid-template-columns: 1fr; }
}
