/* =====================================================
   We.Protect.Creators. — Marketing Modules
   Drop-in components aus Site Modules.html (Claude Design Bundle)
   Source: ~/marketing-assets/project/Site Modules.html
   ===================================================== */

.m1530, .m1530 * { box-sizing: border-box; }
.m1530 {
  --m-black:        #000000;
  --m-ink-1:        var(--ink);
  --m-ink-2:        var(--ink-soft);
  --m-paper:        var(--paper);
  --m-mute:         var(--mute);
  --m-mute-2:       #B8B8B8;
  --m-line:         rgba(232,230,225,0.10);
  --m-line-strong:  rgba(232,230,225,0.20);
  --m-accent:       var(--accent-2);   /* WPC-Sand */
  --m-accent-ink:   var(--ink);

  font-family: 'Inter', -apple-system, system-ui, sans-serif;
  color: var(--m-paper);
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
}

.m1530 .eyebrow {
  font-size: 11px; letter-spacing: 0.18em; color: var(--m-mute);
  text-transform: uppercase; font-weight: 500;
}
.m1530 .eyebrow b { color: var(--m-accent); font-weight: 600; }

/* ==========================================================
   M01 — TRUST STRIP
   ========================================================== */
.m1530.trust-strip {
  background: var(--m-ink-1);
  border-top: 1px solid var(--m-line);
  border-bottom: 1px solid var(--m-line);
  padding: 28px 24px;
}
.trust-strip .ts-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 280px 1fr;
  gap: 48px; align-items: center;
}
.trust-strip .ts-label {
  font-size: 12px; line-height: 1.55;
  font-weight: 400; color: var(--m-mute);
}
.trust-strip .ts-label b {
  color: var(--m-accent); font-weight: 600;
  display: block; margin-bottom: 10px;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  line-height: 1.4;
}
.trust-strip .ts-items {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px;
}
.trust-strip .ts-item {
  border-left: 1px solid var(--m-line);
  padding-left: 16px;
}
.trust-strip .ts-item .k {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; color: var(--m-paper); margin-bottom: 4px;
}
.trust-strip .ts-item .v {
  font-size: 11px; color: var(--m-mute); line-height: 1.5;
}
@media (max-width: 900px) {
  .trust-strip .ts-grid { grid-template-columns: 1fr; gap: 24px; }
  .trust-strip .ts-items { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

/* ==========================================================
   M11 — WHITEPAPER GATE (Lead-Magnet)
   ========================================================== */
.m1530.gate {
  background: var(--m-ink-1);
  padding: 96px 24px;
  border-top: 1px solid var(--m-line);
}
.gate .gt-wrap { max-width: 1100px; margin: 0 auto; }
.gate .gt-grid {
  display: grid; grid-template-columns: 6fr 6fr; gap: 64px;
  align-items: start;
}
.gate .gt-l h3 { margin: 0 0 16px; font-size: clamp(28px, 3.4vw, 36px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.1; }
.gate .gt-l h3 em { color: var(--m-accent); font-style: normal; }
.gate .gt-l p { margin: 0 0 24px; font-size: 15px; line-height: 1.6; color: var(--m-mute-2); }
.gate .gt-l ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.gate .gt-l li {
  position: relative; padding-left: 22px;
  font-size: 14px; line-height: 1.5; color: var(--m-paper);
}
.gate .gt-l li::before { content: ''; position: absolute; left: 0; top: 9px; width: 12px; height: 1px; background: var(--m-accent); }
.gate .gt-meta {
  display: flex; gap: 24px; margin-top: 28px; flex-wrap: wrap;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--m-mute); font-weight: 500;
}
.gate .gt-meta b { color: var(--m-paper); font-weight: 600; }

.gate .gt-form {
  background: var(--m-black);
  border: 1px solid var(--m-line);
  padding: 36px 32px;
}
.gate .gt-form label {
  display: block;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 500; color: var(--m-mute); margin: 16px 0 6px;
}
.gate .gt-form label:first-child { margin-top: 0; }
.gate .gt-form input,
.gate .gt-form select {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--m-line-strong);
  color: var(--m-paper);
  font-family: inherit;
  font-size: 15px;
  padding: 8px 0 10px;
  outline: none;
}
.gate .gt-form input:focus,
.gate .gt-form select:focus { border-bottom-color: var(--m-accent); }
.gate .gt-form .cta {
  margin-top: 28px; width: 100%;
  background: var(--m-accent);
  color: var(--m-accent-ink);
  border: 0;
  padding: 14px 18px;
  font-family: inherit;
  font-size: 13px; letter-spacing: 0.16em; font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.gate .gt-form .cta:hover { background: var(--m-paper); }
.gate .gt-form .fine {
  margin-top: 16px; font-size: 11px; line-height: 1.5;
  color: var(--m-mute);
}
.gate .gt-form .fine a { color: var(--m-paper); }

@media (max-width: 900px) {
  .m1530.gate { padding: 64px 20px; }
  .gate .gt-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ==========================================================
   M03 — METHOD TRANSPARENCY
   ========================================================== */
.m1530.method {
  background: var(--m-black);
  padding: 96px 32px;
}
.method .m-wrap { max-width: 1200px; margin: 0 auto; }
.method .m-head {
  display: grid; grid-template-columns: 5fr 7fr; gap: 80px;
  margin-bottom: 56px;
}
.method .m-head .h-mod { font-size: clamp(32px, 4vw, 48px); line-height: 1.05; margin: 0; font-weight: 600; letter-spacing: -0.025em; color: var(--m-paper); }
.method .m-head .h-mod em { color: var(--m-accent); font-style: normal; }
.method .m-head .body-mod { font-size: 15px; line-height: 1.6; color: var(--m-mute-2); margin: 0; }
.method .m-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--m-line);
  border: 1px solid var(--m-line);
}
.method .m-cell {
  background: var(--m-ink-1);
  padding: 36px 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.method .m-cell .num {
  font-size: 11px; letter-spacing: 0.18em; color: var(--m-accent);
  font-weight: 600;
}
.method .m-cell h3 {
  margin: 0; font-size: 22px; font-weight: 600; letter-spacing: -0.02em;
  line-height: 1.2; color: var(--m-paper);
}
.method .m-cell p {
  margin: 0; font-size: 14px; line-height: 1.55; color: var(--m-mute-2);
}
.method .m-cell .tag {
  margin-top: auto; padding-top: 16px;
  border-top: 1px solid var(--m-line);
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--m-mute); font-weight: 500;
}
.method .m-cell .tag b { color: var(--m-paper); font-weight: 600; }
@media (max-width: 900px) {
  .m1530.method { padding: 64px 20px; }
  .method .m-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .method .m-grid { grid-template-columns: 1fr; }
}

/* ==========================================================
   M05 — PROCESS TIMELINE
   Klasse: .process-timeline (nicht .process — das ist bereits
   für die 4-Bausteine-Section reserviert)
   ========================================================== */
.m1530.process-timeline {
  background: var(--m-black);
  padding: 96px 32px;
  border-top: 1px solid var(--m-line);
}
.process-timeline .p-wrap { max-width: 1200px; margin: 0 auto; }
.process-timeline .p-head { margin-bottom: 56px; max-width: 720px; }
.process-timeline .p-head .h-mod { font-size: clamp(28px, 3.4vw, 36px); line-height: 1.1; margin: 0; font-weight: 600; letter-spacing: -0.025em; color: var(--m-paper); }
.process-timeline .p-head .h-mod em { color: var(--m-accent); font-style: normal; }
.process-timeline .p-line {
  position: relative;
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 0;
}
.process-timeline .p-line::before {
  content: ''; position: absolute;
  top: 12px; left: 12px; right: 12px;
  height: 1px; background: var(--m-line-strong);
}
.process-timeline .p-step {
  position: relative;
  padding-right: 24px;
}
.process-timeline .p-step .dot {
  width: 24px; height: 24px;
  border: 1px solid var(--m-accent);
  background: var(--m-black);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  position: relative; z-index: 2;
  font-size: 10px; font-weight: 600; color: var(--m-accent);
  letter-spacing: 0;
}
.process-timeline .p-step .num {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 500; color: var(--m-mute); margin-bottom: 6px;
}
.process-timeline .p-step h4 {
  margin: 0 0 8px; font-size: 17px; font-weight: 600;
  letter-spacing: -0.015em; color: var(--m-paper); line-height: 1.2;
}
.process-timeline .p-step p {
  margin: 0; font-size: 13px; line-height: 1.5; color: var(--m-mute-2);
}
@media (max-width: 900px) {
  .m1530.process-timeline { padding: 64px 20px; }
  .process-timeline .p-line { grid-template-columns: 1fr; gap: 32px; }
  .process-timeline .p-line::before { display: none; }
  .process-timeline .p-step { padding-right: 0; }
}

/* ==========================================================
   M06 — LEGAL FRAMEWORK
   ========================================================== */
.m1530.legal {
  background: var(--m-ink-1);
  padding: 96px 32px;
}
.legal .l-wrap { max-width: 1200px; margin: 0 auto; }
.legal .l-grid {
  display: grid; grid-template-columns: 5fr 7fr; gap: 80px;
}
.legal .l-head h3 { margin: 0 0 16px; font-size: clamp(28px, 3.4vw, 36px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.1; color: var(--m-paper); }
.legal .l-head h3 em { color: var(--m-accent); font-style: normal; }
.legal .l-head p { font-size: 15px; line-height: 1.6; color: var(--m-mute-2); margin: 0 0 24px; }
.legal .l-head p.fine { font-size: 13px; color: var(--m-mute); }
.legal .l-list {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
  border-top: 1px solid var(--m-line);
}
.legal .l-item {
  padding: 22px 0;
  border-bottom: 1px solid var(--m-line);
}
.legal .l-item:nth-child(odd) { padding-right: 24px; }
.legal .l-item:nth-child(even) {
  padding-left: 24px;
  border-left: 1px solid var(--m-line);
}
.legal .l-item .k {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  font-weight: 600; color: var(--m-accent); margin-bottom: 6px;
}
.legal .l-item .t {
  font-size: 16px; font-weight: 600; letter-spacing: -0.01em;
  color: var(--m-paper); margin-bottom: 6px;
}
.legal .l-item .d {
  font-size: 13px; line-height: 1.5; color: var(--m-mute-2);
}
@media (max-width: 900px) {
  .m1530.legal { padding: 64px 20px; }
  .legal .l-grid { grid-template-columns: 1fr; gap: 32px; }
  .legal .l-list { grid-template-columns: 1fr; }
  .legal .l-item:nth-child(even) { padding-left: 0; border-left: 0; }
  .legal .l-item:nth-child(odd) { padding-right: 0; }
}

/* ==========================================================
   M07 — CASE STORY (anonymisiert)
   ========================================================== */
.m1530.case {
  background: var(--m-black);
  padding: 96px 32px;
}
.case .c-wrap { max-width: 1100px; margin: 0 auto; }
.case .c-eyebrow { margin-bottom: 16px; }
.case .c-quote {
  font-size: clamp(24px, 3.2vw, 36px); font-weight: 500; letter-spacing: -0.025em;
  line-height: 1.2; color: var(--m-paper); text-wrap: balance;
  max-width: 920px;
  margin: 0 0 56px;
}
.case .c-quote em { color: var(--m-accent); font-style: normal; }
.case .c-body {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--m-line);
  border: 1px solid var(--m-line);
}
.case .c-cell {
  background: var(--m-ink-1);
  padding: 32px;
}
.case .c-cell .lbl {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 600; color: var(--m-accent); margin-bottom: 14px;
}
.case .c-cell h4 {
  margin: 0 0 10px; font-size: 18px; font-weight: 600;
  letter-spacing: -0.015em; color: var(--m-paper);
}
.case .c-cell p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--m-mute-2); }
.case .c-meta {
  margin-top: 32px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--m-mute); font-weight: 500;
  padding-top: 20px; border-top: 1px solid var(--m-line);
}
.case .c-meta b { color: var(--m-paper); font-weight: 600; }
@media (max-width: 900px) {
  .m1530.case { padding: 64px 20px; }
  .case .c-body { grid-template-columns: 1fr; }
}

/* ==========================================================
   M10 — GLOSSARY
   ========================================================== */
.m1530.glossary {
  background: var(--m-ink-1);
  padding: 96px 32px;
}
.glossary .g-wrap { max-width: 1200px; margin: 0 auto; }
.glossary .g-head { margin-bottom: 40px; display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; }
.glossary .g-head h3 { margin: 0; font-size: clamp(26px, 3vw, 32px); font-weight: 600; letter-spacing: -0.025em; color: var(--m-paper); }
.glossary .g-head a.eyebrow { color: var(--m-accent); text-decoration: none; }
.glossary .g-list {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--m-line);
}
.glossary .g-row {
  display: grid; grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 20px 24px 20px 0;
  border-bottom: 1px solid var(--m-line);
}
.glossary .g-row:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--m-line); padding-right: 0; }
.glossary .g-row dt {
  font-size: 13px; font-weight: 600; letter-spacing: -0.005em;
  color: var(--m-accent);
  margin: 0;
}
.glossary .g-row dd {
  margin: 0; font-size: 13px; line-height: 1.55; color: var(--m-mute-2);
}
@media (max-width: 900px) {
  .m1530.glossary { padding: 64px 20px; }
  .glossary .g-list { grid-template-columns: 1fr; }
  .glossary .g-row:nth-child(even) { padding-left: 0; border-left: 0; }
  .glossary .g-row:nth-child(odd) { padding-right: 0; }
  .glossary .g-row { grid-template-columns: 110px 1fr; gap: 16px; }
}
