/* Filmreif Blog — geteiltes Stylesheet, Designsprache der Landingpage */

@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/c2c841d1-9206-4641-8600-bb93bb93e5a8.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/872c57c0-a324-4ba5-add9-9539ab9c6044.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+1E00-1E9F, U+20A0-20AB;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/58b6dbf2-d919-45f3-85ab-fd7ba8b5cb90.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/ff73ee74-7f8d-4e36-8e39-8af9627a0b17.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+1E00-1E9F, U+20A0-20AB;
}

:root {
  --bg: #f9f5ec;
  --ink: #20242e;
  --muted: #5a6172;
  --accent: #e8501f;
  --accent-soft: #fff3e8;
  --dark: #171c28;
  --card: #ffffff;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 400 17px/1.7 'Albert Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px clamp(16px, 4.5vw, 48px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  font: 700 19px 'Bricolage Grotesque', sans-serif;
}
.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-cta {
  font: 600 15px 'Albert Sans', sans-serif;
  color: #fff;
  background: var(--accent);
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
}
.header-cta:hover { background: #cf4519; }

main.article, main.listing {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 56px) 20px 80px;
}

.breadcrumb {
  font-size: 14px;
  color: var(--muted);
}
.breadcrumb a { color: var(--muted); }

h1 {
  font: 700 clamp(30px, 5.5vw, 44px)/1.12 'Bricolage Grotesque', sans-serif;
  letter-spacing: -.02em;
  margin: 12px 0 10px;
  text-wrap: balance;
}
.article-meta {
  font-size: 14.5px;
  color: var(--muted);
  margin-bottom: 28px;
}

h2 {
  font: 700 clamp(22px, 3.5vw, 28px)/1.2 'Bricolage Grotesque', sans-serif;
  letter-spacing: -.015em;
  margin: 2.2em 0 .5em;
}
h3 {
  font: 650 19px/1.3 'Albert Sans', sans-serif;
  margin: 1.8em 0 .4em;
}
p { margin: 0 0 1.1em; text-wrap: pretty; }
a { color: var(--accent); }

.lead {
  font-size: 19px;
  color: var(--ink);
}

.snippet-box {
  background: var(--card);
  border: 1px solid rgba(32, 36, 46, .08);
  border-left: 4px solid var(--accent);
  border-radius: 10px;
  padding: 18px 20px;
  margin: 0 0 1.4em;
}
.snippet-box p { margin: 0; }

ol.steps { padding-left: 1.2em; }
ol.steps li { margin-bottom: .9em; padding-left: .3em; }
ol.steps li strong { font-weight: 650; }
ul { padding-left: 1.2em; }
ul li { margin-bottom: .5em; }

.cta-inline { font-weight: 600; }

.cta-anchor {
  font: 650 19px/1.5 'Albert Sans', sans-serif;
  background: var(--accent-soft);
  border-radius: 10px;
  padding: 14px 18px;
}

.cta-panel ol.steps li { color: #d6dbe6; }

.cta-panel {
  background: var(--dark);
  color: #f7f1e6;
  border-radius: 16px;
  padding: 28px 26px;
  margin: 2.4em 0;
}
.cta-panel h2, .cta-panel h3 {
  color: #f7f1e6;
  margin-top: 0;
}
.cta-panel p { color: #9aa3b8; }
.cta-panel .button {
  display: inline-block;
  font: 600 16px 'Albert Sans', sans-serif;
  color: #fff;
  background: var(--accent);
  padding: 13px 26px;
  border-radius: 999px;
  text-decoration: none;
  margin-top: 6px;
}
.cta-panel .trust {
  display: block;
  margin-top: 12px;
  font-size: 13.5px;
  color: #9aa3b8;
}

table.compare {
  width: 100%;
  border-collapse: collapse;
  font-size: 15.5px;
  margin: 0 0 1.4em;
}
table.compare th, table.compare td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(32, 36, 46, .1);
  vertical-align: top;
}
table.compare th { font-weight: 650; }
.table-scroll { overflow-x: auto; }

.faq dt {
  font-weight: 650;
  margin-top: 1.2em;
}
.faq dd { margin: .3em 0 0; }

.author-box {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--card);
  border: 1px solid rgba(32, 36, 46, .08);
  border-radius: 12px;
  padding: 18px 20px;
  margin-top: 3em;
  font-size: 15px;
  color: var(--muted);
}
.author-box .avatar {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 700 18px 'Bricolage Grotesque', sans-serif;
}
.author-box strong { color: var(--ink); }

/* Blog-Übersicht */
.listing h1 { margin-bottom: 6px; }
.listing .sub { color: var(--muted); margin-bottom: 36px; }
.post-card {
  display: block;
  background: var(--card);
  border: 1px solid rgba(32, 36, 46, .08);
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 18px;
  text-decoration: none;
  color: var(--ink);
  transition: transform .2s ease, box-shadow .2s ease;
}
.post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px -18px rgba(90, 50, 20, .35);
}
.post-card h2 {
  margin: 0 0 6px;
  font-size: 22px;
}
.post-card p { margin: 0 0 8px; color: var(--muted); font-size: 15.5px; }
.post-card .meta { font-size: 13.5px; color: var(--muted); }
.post-card .tag {
  display: inline-block;
  font: 600 12px 'Albert Sans', sans-serif;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.site-footer {
  background: var(--dark);
  color: #9aa3b8;
  padding: 36px 20px;
  font-size: 14px;
}
.site-footer .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  justify-content: space-between;
}
.site-footer nav { display: flex; gap: 20px; flex-wrap: wrap; }
.site-footer a { color: #9aa3b8; text-decoration: none; }
.site-footer a:hover { color: #f7f1e6; }

:focus-visible { outline: 3px solid #ffb25a; outline-offset: 2px; border-radius: 4px; }
