/* Article Hero */
.article-hero {
  position: relative;
  height: 60vh;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
}
.article-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13,30,53,0.3) 0%, rgba(13,30,53,0.85) 100%);
}
.article-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.article-meta {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.article-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.2;
}

/* Article Body */
.article-main {
  background: #f8f3ea;
  padding: 4rem 1.5rem 5rem;
}
.article-main h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0d1e35;
  margin: 2.5rem 0 1rem;
  line-height: 1.3;
}
.article-main h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #8a6a28;
  margin: 2rem 0 0.75rem;
}
.article-main p {
  margin-bottom: 1.4rem;
  color: #2a3a4a;
  font-size: 1.08rem;
  line-height: 1.9;
}
.article-main strong {
  color: #0d1e35;
  font-weight: 600;
}
.article-main em {
  font-style: italic;
  color: #1a2a3a;
}
.article-main blockquote {
  border-left: 3px solid var(--gold);
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  background: rgba(200,169,98,0.08);
  border-radius: 0 4px 4px 0;
}
.article-main blockquote p {
  margin: 0;
  font-style: italic;
  color: #1a2a3a;
}
.article-main a {
  color: #8a6a28;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Opt-in within article */
.article-optin {
  background: var(--navy-light);
  border-top: 1px solid rgba(200,169,98,0.2);
  border-bottom: 1px solid rgba(200,169,98,0.2);
  padding: 4rem 1.5rem;
  text-align: center;
}

/* Blog page */
.blog-hero {
  padding: 120px 1.5rem 4rem;
  text-align: center;
}
.blog-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 6vw, 3.5rem);
  color: var(--cream);
  margin-bottom: 0.75rem;
}
.blog-hero-sub {
  color: var(--text-muted);
  font-size: 1rem;
}
.blog-grid {
  padding: 0 1.5rem 5rem;
}

/* Simple page (kontakt, datenschutz, impressum) */
.simple-page {
  padding: 140px 1.5rem 6rem;
}
.simple-page h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: var(--cream);
  margin-bottom: 2rem;
}
.simple-page h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  color: var(--cream);
  margin: 2rem 0 0.75rem;
}
.simple-page p {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.simple-page a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.simple-page-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 2.5rem;
  line-height: 1.2;
}
.simple-page ul,
.simple-page ol {
  color: var(--text);
  margin: 0 0 1.2rem 1.5rem;
  line-height: 1.8;
}
.success-box {
  background: rgba(200,169,98,0.1);
  border: 1px solid rgba(200,169,98,0.3);
  border-radius: 4px;
  padding: 2rem;
  text-align: center;
  margin: 2rem 0;
}
.success-box h2 {
  color: var(--gold);
  font-family: 'Playfair Display', Georgia, serif;
  margin-bottom: 0.75rem;
}

/* Opt-in landing page */
.optin-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.optin-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.optin-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13,30,53,0.5) 0%, rgba(13,30,53,0.9) 100%);
}
.optin-hero-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  padding: 0 1.5rem;
}
.optin-hero-label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  font-weight: 500;
}
.optin-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  color: var(--cream);
  line-height: 1.25;
  margin-bottom: 1rem;
}
.optin-hero-sub {
  color: rgba(240,235,224,0.75);
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.optin-hero-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 480px;
  margin: 0 auto;
}
.optin-hero-form input[type="email"] {
  padding: 0.875rem 1.25rem;
  border: 1px solid rgba(200,169,98,0.4);
  background: rgba(255,255,255,0.07);
  color: var(--cream);
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}
.optin-hero-form input[type="email"]::placeholder {
  color: rgba(240,235,224,0.45);
}
.optin-hero-disclaimer {
  font-size: 0.75rem;
  color: rgba(240,235,224,0.45);
  margin-top: 0.5rem;
}

/* Optin section (shared) */
.optin-label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.optin-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--cream);
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.optin-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 480px;
  margin: 0 auto;
}
.optin-input {
  padding: 0.875rem 1.25rem;
  border: 1px solid rgba(200,169,98,0.4);
  background: rgba(255,255,255,0.05);
  color: var(--cream);
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}
.optin-input::placeholder {
  color: rgba(240,235,224,0.45);
}
.optin-disclaimer {
  font-size: 0.75rem;
  color: rgba(240,235,224,0.45);
  margin-top: 0.25rem;
}

/* Optin page body content */
.optin-body {
  padding: 5rem 1.5rem;
}
.optin-body h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  color: var(--cream);
  margin-bottom: 1.5rem;
}
.optin-body p {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}
.optin-body ul {
  margin: 1rem 0 1.5rem 1.5rem;
  color: var(--text);
  line-height: 1.8;
}
.optin-body li {
  margin-bottom: 0.5rem;
}

/* Kommentare */
.comments {
  padding: 4rem 1.5rem 5rem;
}
.comments-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 0.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(200,169,98,0.2);
}
.comments-sub {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

/* Kommentar-Liste (statisch, manuell befüllt) */
.comment-list {
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.comment-item {
  border-left: 2px solid rgba(200,169,98,0.3);
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,0.03);
  border-radius: 0 4px 4px 0;
}
.comment-item-header {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.comment-item-name {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.04em;
}
.comment-item-date {
  font-size: 0.75rem;
  color: var(--text-muted);
}
.comment-item-text {
  font-size: 0.97rem;
  color: var(--text);
  line-height: 1.75;
}

/* Formular */
.comment-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.comment-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.comment-label {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
}
.comment-input {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(200,169,98,0.2);
  border-radius: 4px;
  color: var(--cream);
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
  outline: none;
  transition: border-color 0.25s ease;
  width: 100%;
}
.comment-input::placeholder { color: var(--text-muted); }
.comment-input:focus { border-color: var(--gold); }
.comment-textarea {
  min-height: 120px;
  resize: vertical;
}

/* =============================================
   AUTORENBOX
   ============================================= */
.author-box {
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(200,169,98,0.2);
  padding: 3rem 1.5rem;
}

.author-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.author-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
  border: 2px solid var(--gold);
}

.author-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  color: var(--gold);
  margin-bottom: 0.4rem;
}

.author-bio {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* =============================================
   SHARE SECTION
   ============================================= */
.share-section {
  padding: 2.5rem 1.5rem;
  border-top: 1px solid rgba(200,169,98,0.15);
}

.share-label {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
  text-align: center;
}

.share-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.share-btn {
  padding: 0.6rem 1.4rem;
  border-radius: 4px;
  font-size: 0.9rem;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  border: none;
  text-decoration: none;
  display: inline-block;
}

.share-btn--whatsapp {
  background: #25D366;
  color: #fff;
}

.share-btn--facebook {
  background: #1877F2;
  color: #fff;
}

.share-btn--telegram {
  background: #229ED9;
  color: #fff;
}

.share-btn--email {
  background: transparent;
  border: 1px solid rgba(200,169,98,0.4);
  color: var(--gold);
}

.share-btn--copy {
  background: transparent;
  border: 1px solid rgba(200,169,98,0.4);
  color: var(--gold);
}

.share-btn:hover {
  opacity: 0.85;
  transition: opacity 0.2s;
}
