/* scamless / Spam-Detector – seiten-spezifische Erweiterungen
   Basis-Design (hell, weiß, schwarze Schrift): landing-base via erp.css */

.logo-text { text-transform: lowercase; }

/* Hero: etwas kompakterer Titel */
h1.hero-title { max-width: 16ch; font-size: clamp(2.6rem, 7vw, 5.4rem); line-height: 0.98; }
.hero-sub { max-width: 56ch; }
.hero-trust { gap: 8px; }

/* ---------- Steps ---------- */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.step {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 30px 26px;
    box-shadow: var(--shadow);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.step:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: var(--shadow-lg); }
.step-num {
    width: 42px; height: 42px;
    border-radius: 12px;
    background: var(--accent);
    color: #0a0a0b;
    font-weight: 800;
    font-size: 18px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 22px;
}
.step h3 { margin: 0 0 10px; font-size: 1.25rem; font-weight: 700; letter-spacing: -0.4px; }
.step p { margin: 0; color: var(--muted); font-size: 0.97rem; line-height: 1.6; }

/* ---------- Maschen / häufige Scams ---------- */
.scams {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.scam-card {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 26px 26px 24px;
    box-shadow: var(--shadow);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.scam-card:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: var(--shadow-lg); }
.scam-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.scam-brand { font-size: 1.12rem; font-weight: 700; letter-spacing: -0.3px; }
.scam-tag {
    display: inline-block;
    background: #fef3f2;
    color: var(--danger);
    border: 1px solid #fda29b;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    padding: 5px 11px;
    border-radius: 999px;
    white-space: nowrap;
}
.scam-card p { margin: 0; color: var(--muted); font-size: 0.97rem; line-height: 1.6; }
.scam-card p strong { color: var(--text); }

/* ---------- Community / Schwarm-Schutz ---------- */
.community-inner {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 44px;
    align-items: center;
}
.community-copy .section-title {
    margin: 14px 0 0;
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1px;
}
.community-points {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
}
.community-points li {
    position: relative;
    padding-left: 30px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.55;
}
.community-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px; height: 18px;
    border-radius: 50%;
    background: var(--accent);
    border: 1px solid #b6e400;
    box-shadow: inset 0 0 0 4px var(--bg-soft);
}
.community-points li strong { color: var(--text); }

.community-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 18px;
}
.cb-ring {
    width: 150px; height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 40%, var(--accent-dim) 0%, transparent 70%);
    border: 2px dashed #b6e400;
}
.cb-plus {
    font-size: 3rem;
    font-weight: 800;
    color: var(--text);
    background: linear-gradient(transparent 55%, var(--accent) 55%);
    padding: 0 0.08em;
    letter-spacing: -2px;
}
.cb-note { margin: 0; color: var(--muted); font-size: 0.95rem; max-width: 220px; }
.cb-note strong { color: var(--text); }

/* ---------- Highlight / Example ---------- */
.example {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 48px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 44px;
    align-items: center;
}
.example h2 {
    margin: 0 0 16px;
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1px;
}
.example p { margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.example p + p { margin-top: 14px; }
.example .accent-line { color: var(--text); font-weight: 600; }
.example code {
    background: #ffffff;
    border: 1px solid var(--border);
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.92em;
}

/* Fake mail card */
.mailcard {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 22px;
    font-size: 14px;
    box-shadow: var(--shadow);
}
.mailcard .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}
.mailcard .row:last-child { border-bottom: none; }
.mailcard .from-name { font-weight: 700; color: var(--text); }
.mailcard .from-addr { color: var(--muted-2); font-size: 12.5px; margin-top: 2px; }
.mailcard .tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    padding: 4px 9px;
    border-radius: 999px;
    white-space: nowrap;
}
.tag-bad { background: #fef3f2; color: var(--danger); border: 1px solid #fda29b; }
.tag-good { background: var(--accent); color: #0a0a0b; }
.mailcard .verdict {
    margin-top: 14px;
    font-size: 13px;
    color: var(--muted);
    line-height: 1.5;
}
.mailcard .verdict b { color: var(--text); font-weight: 700; }

/* ---------- Audience (2 Spalten) ---------- */
.audience {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.aud-card {
    padding: 34px 30px;
    position: relative;
    overflow: hidden;
}
.aud-card.featured { border-color: #b6e400; box-shadow: var(--shadow-lg); }
.aud-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #0a0a0b;
    background: var(--accent);
    padding: 5px 11px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.aud-card h3 { margin: 0 0 12px; font-size: 1.4rem; font-weight: 800; letter-spacing: -0.5px; }
.aud-list { list-style: none; padding: 0; margin: 20px 0 0; }
.aud-list li {
    display: flex; gap: 10px; align-items: flex-start;
    color: var(--muted);
    padding: 7px 0;
    font-size: 0.97rem;
}
.aud-list li::before {
    content: "";
    flex: 0 0 auto;
    width: 18px; height: 18px;
    margin-top: 2px;
    border-radius: 50%;
    background: var(--accent);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230a0a0b' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/* Warteliste: Text-Kennzahlen (0€, 1×) statt Icon-Boxen */
.waitlist .mini .mini-item .k {
    width: auto; height: auto;
    border-radius: 0;
    background: none;
    color: var(--text);
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1;
    min-width: 2.2ch;
}
.waitlist .mini .mini-item { gap: 12px; }

/* segmented toggle */
.segmented {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.seg {
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-sm);
    padding: 13px 14px;
    cursor: pointer;
    font-size: 14px;
    color: var(--muted);
    background: #ffffff;
    text-align: center;
    transition: all .15s ease;
    user-select: none;
}
.seg:hover { border-color: var(--text); color: var(--text); }
.seg.active { background: var(--accent); border-color: #b6e400; color: #0a0a0b; font-weight: 700; }

/* ---------- Responsive (scamless-spezifisch) ---------- */
@media (max-width: 900px) {
    .steps { grid-template-columns: 1fr; }
    .scams { grid-template-columns: 1fr; }
    .community-inner { grid-template-columns: 1fr; padding: 34px; gap: 28px; }
    .community-badge { order: -1; }
    .example { grid-template-columns: 1fr; padding: 34px; gap: 30px; }
    .audience { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
    .segmented { grid-template-columns: 1fr; }
}
