/* betrugsverdacht.com — Startseite & Tools. Scoped unter .frontpage. */

/* Buttons */
body .frontpage .btn-primary { display: inline-flex; align-items: center; justify-content: center; background: #0b6e4f; color: #ffffff; font-weight: 700; font-size: 16px; padding: 14px 26px; border-radius: 8px; cursor: pointer; text-decoration: none; border: 2px solid #0b6e4f; transition: background 0.15s ease, border-color 0.15s ease; }
body .frontpage .btn-primary:hover { background: #095c42; border-color: #095c42; }
body .frontpage .btn-primary:focus-visible { outline: 3px solid #7fc6a8; outline-offset: 2px; }
body .frontpage .btn-ghost { display: inline-flex; align-items: center; justify-content: center; background: transparent; color: #ffffff; font-weight: 700; font-size: 16px; padding: 14px 26px; border-radius: 8px; cursor: pointer; text-decoration: none; border: 2px solid rgba(255, 255, 255, 0.55); transition: background 0.15s ease, border-color 0.15s ease; }
body .frontpage .btn-ghost:hover { background: rgba(255, 255, 255, 0.12); border-color: #ffffff; }
body .frontpage .btn-ghost:focus-visible { outline: 3px solid #7fc6a8; outline-offset: 2px; }

/* Hero */
body .frontpage .hero { background: linear-gradient(160deg, #11332c 0%, #0b5740 100%); color: #ffffff; padding-top: 56px; padding-bottom: 64px; }
body .frontpage .hero .hero-eyebrow { text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; font-weight: 700; color: #a7dcc4; margin: 0 0 16px; }
body .frontpage .hero .hero-title { font-size: 32px; line-height: 1.15; font-weight: 800; letter-spacing: -0.02em; color: #ffffff; margin: 0 0 18px; max-width: 720px; }
body .frontpage .hero .hero-sub { font-size: 18px; line-height: 1.6; color: #d8e7e0; margin: 0 0 28px; max-width: 620px; }
body .frontpage .hero .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
body .frontpage .hero .hero-badges { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
body .frontpage .hero .hero-badges li { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: #eaf4ef; }
body .frontpage .hero .hero-badges .badge-icon { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.12); border-radius: 50%; flex-shrink: 0; }
body .frontpage .hero .hero-badges .badge-icon svg { stroke: #a7dcc4; }

/* Tool sections */
body .frontpage .tool { padding-top: 56px; padding-bottom: 56px; }
body .frontpage .tool-check { background: #f4f7f5; border-bottom: 1px solid #e2e8e5; }
body .frontpage .tool-calc { background: #ffffff; }
body .frontpage .tool-head { max-width: 680px; margin-bottom: 30px; }
body .frontpage .tool-eyebrow { text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; font-weight: 700; color: #0b6e4f; margin: 0 0 8px; }
body .frontpage .tool-title { font-size: 27px; line-height: 1.2; font-weight: 800; color: #11332c; letter-spacing: -0.01em; margin: 0 0 12px; }
body .frontpage .tool-lead { font-size: 17px; line-height: 1.6; color: #4a5b56; margin: 0; }

/* Check form */
body .frontpage .check-form { background: #ffffff; border: 1px solid #e2e8e5; border-radius: 14px; padding: 22px; box-shadow: 0 10px 30px rgba(17, 51, 44, 0.05); }
body .frontpage .check-questions { list-style: none; counter-reset: none; margin: 0 0 8px; padding: 0; display: flex; flex-direction: column; gap: 22px; }
body .frontpage .check-q fieldset { border: 0; margin: 0; padding: 0; }
body .frontpage .check-q legend { font-size: 16px; font-weight: 700; color: #1f2a28; line-height: 1.4; margin-bottom: 12px; padding: 0; }
body .frontpage .check-options { display: flex; flex-wrap: wrap; gap: 10px; }
body .frontpage .check-option { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid #cdddd5; border-radius: 8px; padding: 9px 14px; font-size: 15px; font-weight: 600; color: #2d3a37; cursor: pointer; background: #ffffff; transition: border-color 0.15s ease, background 0.15s ease; }
body .frontpage .check-option:hover { border-color: #0b6e4f; }
body .frontpage .check-option input { accent-color: #0b6e4f; width: 17px; height: 17px; margin: 0; }
body .frontpage .check-option:has(input:checked) { border-color: #0b6e4f; background: #e8f5ee; color: #0b4d37; }
body .frontpage .check-hint { color: #b03a2e; font-weight: 600; font-size: 15px; margin: 4px 0 14px; }
body .frontpage #check-evaluate { margin-top: 18px; }

/* Check result */
body .frontpage .check-result { margin-top: 22px; border-radius: 14px; padding: 24px; border: 2px solid #cccccc; }
body .frontpage .check-result .result-flag { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; padding: 6px 12px; border-radius: 30px; margin-bottom: 14px; }
body .frontpage .check-result .result-title { font-size: 23px; font-weight: 800; line-height: 1.2; margin: 0 0 10px; }
body .frontpage .check-result .result-text { font-size: 17px; line-height: 1.6; margin: 0 0 16px; color: #2d3a37; }
body .frontpage .check-result .result-score { font-weight: 700; }
body .frontpage .check-result .result-cta { display: inline-block; font-weight: 700; color: #0b6e4f; text-decoration: underline; text-underline-offset: 3px; }
body .frontpage .check-result .result-restart { display: inline-block; margin-top: 16px; margin-left: 4px; font-size: 15px; font-weight: 600; color: #4a5b56; cursor: pointer; text-decoration: underline; }
body .frontpage .check-result.level-green { background: #e8f5ee; border-color: #1f7a4d; }
body .frontpage .check-result.level-green .result-flag { background: #1f7a4d; color: #ffffff; }
body .frontpage .check-result.level-green .result-title { color: #11533a; }
body .frontpage .check-result.level-amber { background: #fdf4e3; border-color: #b8860b; }
body .frontpage .check-result.level-amber .result-flag { background: #8a6508; color: #ffffff; }
body .frontpage .check-result.level-amber .result-title { color: #6b4e06; }
body .frontpage .check-result.level-red { background: #fdecea; border-color: #c0392b; }
body .frontpage .check-result.level-red .result-flag { background: #b0291b; color: #ffffff; }
body .frontpage .check-result.level-red .result-title { color: #8e2018; }

/* Calc form */
body .frontpage .calc-form { background: #f4f7f5; border: 1px solid #e2e8e5; border-radius: 14px; padding: 22px; }
body .frontpage .calc-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 18px; }
body .frontpage .calc-field { margin: 0; display: flex; flex-direction: column; gap: 6px; }
body .frontpage .calc-field label { font-size: 15px; font-weight: 700; color: #1f2a28; }
body .frontpage .calc-field input, body .frontpage .calc-field select { font-size: 16px; padding: 11px 13px; border: 1.5px solid #cdddd5; border-radius: 8px; background: #ffffff; color: #1f2a28; font-family: inherit; }
body .frontpage .calc-field input:focus, body .frontpage .calc-field select:focus { outline: 3px solid #7fc6a8; outline-offset: 1px; border-color: #0b6e4f; }
body .frontpage .calc-result { margin-top: 22px; background: #ffffff; border: 2px solid #0b6e4f; border-radius: 14px; padding: 24px; }
body .frontpage .calc-result .calc-headline { font-size: 16px; color: #4a5b56; margin: 0 0 6px; }
body .frontpage .calc-result .calc-amount { font-size: 34px; font-weight: 800; color: #11332c; line-height: 1.1; margin: 0 0 14px; letter-spacing: -0.02em; }
body .frontpage .calc-result .calc-verdict { display: inline-block; font-size: 14px; font-weight: 800; padding: 7px 14px; border-radius: 30px; margin-bottom: 14px; }
body .frontpage .calc-result .calc-verdict.ok { background: #e8f5ee; color: #11533a; }
body .frontpage .calc-result .calc-verdict.high { background: #fdf4e3; color: #6b4e06; }
body .frontpage .calc-result .calc-verdict.bad { background: #fdecea; color: #8e2018; }
body .frontpage .calc-result .calc-detail { font-size: 16px; line-height: 1.6; color: #2d3a37; margin: 0 0 12px; }
body .frontpage .calc-result .calc-cta { font-weight: 700; color: #0b6e4f; text-decoration: underline; text-underline-offset: 3px; }

/* Hubs */
body .frontpage .hubs { background: #f4f7f5; padding-top: 56px; padding-bottom: 56px; border-top: 1px solid #e2e8e5; }
body .frontpage .hubs-head { max-width: 640px; margin-bottom: 28px; }
body .frontpage .hubs-title { font-size: 27px; font-weight: 800; color: #11332c; margin: 0 0 10px; letter-spacing: -0.01em; }
body .frontpage .hubs-lead { font-size: 17px; color: #4a5b56; line-height: 1.6; margin: 0; }
body .frontpage .hub-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 16px; }
body .frontpage .hub-card { background: #ffffff; border: 1px solid #e2e8e5; border-radius: 14px; padding: 22px; transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease; }
body .frontpage .hub-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(17, 51, 44, 0.08); border-color: #cddfd6; }
body .frontpage .hub-card .hub-icon { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; background: #e8f5ee; border-radius: 12px; margin-bottom: 14px; }
body .frontpage .hub-card .hub-name { font-size: 19px; font-weight: 700; color: #11332c; margin: 0 0 8px; }
body .frontpage .hub-card .hub-text { font-size: 15px; line-height: 1.55; color: #4a5b56; margin: 0 0 14px; }
body .frontpage .hub-card .hub-link { font-size: 15px; font-weight: 700; color: #0b6e4f; text-decoration: none; }
body .frontpage .hub-card .hub-link:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Trust band */
body .frontpage .trust { background: #11332c; color: #d8e7e0; padding-top: 52px; padding-bottom: 52px; }
body .frontpage .trust-inner { display: grid; grid-template-columns: 1fr; gap: 32px; }
body .frontpage .trust-title { font-size: 24px; font-weight: 800; color: #ffffff; line-height: 1.25; margin: 0 0 14px; letter-spacing: -0.01em; }
body .frontpage .trust-text p { font-size: 17px; line-height: 1.65; color: #cfe0d8; margin: 0 0 14px; }
body .frontpage .trust-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 6px; }
body .frontpage .trust-links a { color: #a7dcc4; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
body .frontpage .trust-links a:hover { color: #ffffff; }
body .frontpage .trust-team { background: rgba(255, 255, 255, 0.06); border-radius: 14px; padding: 22px; }
body .frontpage .trust-team-label { text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; font-weight: 700; color: #a7dcc4; margin: 0 0 14px; }
body .frontpage .team-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
body .frontpage .team-list li { display: flex; flex-direction: column; gap: 2px; }
body .frontpage .team-list .team-name { font-weight: 700; color: #ffffff; font-size: 16px; }
body .frontpage .team-list .team-role { font-size: 14px; color: #9fb4ab; }

/* Geprüfte Anbieter (Affiliate) */
body .frontpage .providers { background: #ffffff; padding-top: 56px; padding-bottom: 56px; border-top: 1px solid #e2e8e5; }
body .frontpage .providers-head { max-width: 680px; margin-bottom: 28px; }
body .frontpage .providers-eyebrow { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; text-transform: uppercase; letter-spacing: 0.08em; font-size: 12px; font-weight: 700; color: #0b6e4f; margin: 0 0 10px; }
body .frontpage .ad-label { text-transform: uppercase; letter-spacing: 0.06em; font-size: 11px; font-weight: 700; color: #5b6b67; background: #eef1ef; border: 1px solid #d7e0dc; border-radius: 4px; padding: 2px 7px; }
body .frontpage .providers-title { font-size: 27px; font-weight: 800; color: #11332c; letter-spacing: -0.01em; margin: 0 0 12px; }
body .frontpage .providers-lead { font-size: 16px; line-height: 1.6; color: #4a5b56; margin: 0; }
body .frontpage .provider-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 16px; }
body .frontpage .provider-card { position: relative; background: #ffffff; border: 1px solid #e2e8e5; border-top: 4px solid #0b6e4f; border-radius: 14px; padding: 22px; display: flex; flex-direction: column; box-shadow: 0 8px 24px rgba(17, 51, 44, 0.05); }
body .frontpage .provider-tag { position: absolute; top: 14px; right: 14px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #5b6b67; background: #f1f4f2; border: 1px solid #d7e0dc; border-radius: 4px; padding: 2px 7px; }
body .frontpage .provider-name { font-size: 20px; font-weight: 800; color: #11332c; margin: 0 0 14px; min-height: 46px; display: flex; align-items: center; }
body .frontpage .provider-name .provider-logo { display: block; width: auto; max-width: 100%; height: 44px; object-fit: contain; object-position: left center; }
body .frontpage .provider-note { display: flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; color: #11533a; margin: 0 0 14px; }
body .frontpage .provider-check { display: inline-flex; flex-shrink: 0; }
body .frontpage .provider-facts { list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-direction: column; gap: 8px; }
body .frontpage .provider-facts li { font-size: 15px; color: #2d3a37; padding-left: 18px; position: relative; }
body .frontpage .provider-facts li::before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: #0b6e4f; }
body .frontpage .provider-cta { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; background: #0b6e4f; color: #ffffff; font-weight: 700; font-size: 16px; padding: 12px 20px; border-radius: 8px; text-decoration: none; border: 2px solid #0b6e4f; transition: background 0.15s ease; }
body .frontpage .provider-cta:hover { background: #095c42; border-color: #095c42; }
body .frontpage .provider-cta:focus-visible { outline: 3px solid #7fc6a8; outline-offset: 2px; }
body .frontpage .providers-more { font-size: 15px; color: #2d3a37; margin: 20px 0 0; line-height: 1.6; }
body .frontpage .providers-more-label { font-weight: 700; color: #11332c; margin-right: 6px; }
body .frontpage .providers-foot { font-size: 14px; color: #5b6b67; margin: 16px 0 0; line-height: 1.6; }
body .frontpage .providers-foot a { color: #0b6e4f; font-weight: 600; }
body .frontpage .providers-disclaimer { font-size: 12px; color: #5b6b67; margin: 8px 0 0; line-height: 1.5; }

/* Anbieter-Module in Tool-Ergebnissen */
body .frontpage .result-providers { list-style: none; margin: 16px 0 0; padding: 16px 0 0; border-top: 1px solid rgba(17, 51, 44, 0.12); display: grid; grid-template-columns: 1fr; gap: 10px; }
body .frontpage .result-providers-head { font-size: 14px; font-weight: 800; color: #11332c; margin: 16px 0 0; }
body .frontpage .result-provider { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #ffffff; border: 1px solid #d7e0dc; border-radius: 10px; padding: 12px 14px; }
body .frontpage .result-provider .rp-info { display: flex; flex-direction: column; gap: 2px; }
body .frontpage .result-provider .rp-name { font-weight: 700; color: #11332c; font-size: 15px; }
body .frontpage .result-provider .rp-fact { font-size: 13px; color: #5b6b67; }
body .frontpage .result-provider .rp-cta { flex-shrink: 0; background: #0b6e4f; color: #ffffff; font-weight: 700; font-size: 14px; padding: 9px 15px; border-radius: 7px; text-decoration: none; }
body .frontpage .result-provider .rp-cta:hover { background: #095c42; }
body .frontpage .result-ad-label { display: inline-block; text-transform: uppercase; letter-spacing: 0.05em; font-size: 10px; font-weight: 700; color: #5b6b67; margin-left: 8px; }

@media (min-width: 768px) {
  body .frontpage .hero { padding-top: 80px; padding-bottom: 88px; }
  body .frontpage .hero .hero-title { font-size: 48px; }
  body .frontpage .hero .hero-sub { font-size: 20px; }
  body .frontpage .hero .hero-badges { flex-direction: row; gap: 26px; }
  body .frontpage .tool { padding-top: 72px; padding-bottom: 72px; }
  body .frontpage .check-form, body .frontpage .calc-form { padding: 32px; }
  body .frontpage .tool-title, body .frontpage .hubs-title { font-size: 32px; }
  body .frontpage .calc-grid { grid-template-columns: 1fr 1fr; }
  body .frontpage .calc-field-wide { grid-column: 1 / -1; }
  body .frontpage .hub-grid { grid-template-columns: 1fr 1fr; }
  body .frontpage .hubs { padding-top: 72px; padding-bottom: 72px; }
  body .frontpage .providers { padding-top: 72px; padding-bottom: 72px; }
  body .frontpage .providers-title { font-size: 32px; }
  body .frontpage .provider-grid { grid-template-columns: repeat(3, 1fr); }
  body .frontpage .result-provider .rp-cta { padding: 9px 18px; }
  body .frontpage .trust { padding-top: 68px; padding-bottom: 68px; }
  body .frontpage .trust-inner { grid-template-columns: 1.6fr 1fr; gap: 44px; align-items: start; }
  body .frontpage .trust-title { font-size: 28px; }
}

@media (min-width: 1024px) {
  body .frontpage .hero .hero-title { font-size: 54px; }
  body .frontpage .hub-grid { grid-template-columns: repeat(3, 1fr); }
}
