:root {
  --bobaja-green-light: #9fcd4a;
  --bobaja-green: #84b834;
  --bobaja-green-dark: #6ea62f;
  --bobaja-gray: #8d8d8d;
  --quality-color: #ffd400;
  --service-color: #19d5ff;
  --price-color: #ff43c4;
  --white: #ffffff;
  --dark: #1e1e1e;
  --muted: #666666;
  --card-bg: #ffffff;
  --page-bg: #f3f5f1;
  --line: #e6e6e6;
  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --shadow-soft: 0 14px 40px rgba(0, 0, 0, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: var(--page-bg); color: var(--dark); }
img { max-width: 100%; height: auto; }
a { color: var(--bobaja-green-dark); font-weight: 800; text-decoration: none; }
a:hover { text-decoration: underline; }
.page { width: 100%; max-width: 1120px; margin: 0 auto; padding: 24px 16px 48px; }
.card { background: var(--card-bg); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); overflow: hidden; }
.header { padding: 34px 24px 30px; text-align: center; color: #ffffff; background: radial-gradient(circle at 50% 20%, rgba(255,255,255,0.18), rgba(255,255,255,0) 55%), linear-gradient(135deg, var(--bobaja-green-light), var(--bobaja-green), var(--bobaja-green-dark)); }
.logo { max-width: 270px; width: 58%; height: auto; display: block; margin: 0 auto 18px; background: rgba(255,255,255,0.94); border-radius: 14px; padding: 10px 14px; }
.eyebrow { display: inline-block; margin-bottom: 12px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.35); font-size: 13px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }
.title { margin: 0; font-size: clamp(32px, 5vw, 54px); line-height: 1.08; font-weight: 900; }
.subtitle { max-width: 820px; margin: 16px auto 0; font-size: clamp(17px, 2vw, 21px); line-height: 1.45; opacity: 0.96; }
.top-nav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding: 16px 18px; border-bottom: 1px solid var(--line); background: #ffffff; }
.top-nav a { display: inline-block; border-radius: 999px; padding: 9px 13px; background: #f1f5ec; color: #3f5e1d; font-size: 14px; font-weight: 800; border: 1px solid #dfead0; text-decoration: none; }
.top-nav a:hover, .top-nav a[aria-current="page"] { background: linear-gradient(135deg, var(--bobaja-green-light), var(--bobaja-green-dark)); color: #ffffff; text-decoration: none; }
.content { padding: 30px 28px 10px; }
.section { padding: 24px; background: #ffffff; border: 1px solid #e7e7e7; border-radius: var(--radius-md); }
.section-spaced { margin-bottom: 28px; }
.section h2 { margin: 0 0 14px; font-size: clamp(24px, 3vw, 32px); line-height: 1.15; color: var(--bobaja-green-dark); }
.section h3 { margin: 20px 0 10px; font-size: 21px; line-height: 1.2; color: var(--dark); }
.section p, .section li, .section dd, .section dt { color: #444444; line-height: 1.65; font-size: 17px; }
.section p { margin: 0 0 14px; }
.section p:last-child { margin-bottom: 0; }
.intro-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 24px; align-items: stretch; margin-bottom: 28px; }
.quote { font-size: clamp(24px, 4vw, 40px); line-height: 1.15; font-weight: 900; color: var(--dark); margin: 0 0 18px; }
.highlight { color: var(--bobaja-green-dark); }
.graphic-placeholder { min-height: 100%; border-radius: var(--radius-md); background: radial-gradient(circle at 50% 35%, rgba(255,255,255,0.20), rgba(255,255,255,0) 55%), linear-gradient(135deg, var(--bobaja-green-light), var(--bobaja-green), var(--bobaja-green-dark)); display: flex; align-items: center; justify-content: center; padding: 28px; position: relative; overflow: hidden; }
.graphic-placeholder::before { content: ""; position: absolute; width: 320px; height: 320px; border: 2px solid rgba(255,255,255,0.28); border-radius: 50%; transform: translate(80px, -60px); }
.triangle-wrap { position: relative; width: min(320px, 100%); aspect-ratio: 1 / 0.85; z-index: 1; }
.triangle-wrap svg { width: 100%; height: 100%; display: block; filter: drop-shadow(0 8px 18px rgba(0,0,0,0.16)); }
.grid-2, .grid-3, .grid-4, .link-grid { display: grid; gap: 14px; margin: 22px 0 0; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3, .link-grid { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.point-card, .link-card, .metric-card, .fact-card { background: #fafafa; border: 1px solid #e8e8e8; border-radius: 14px; padding: 16px; }
.point-number { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; margin-bottom: 10px; color: #ffffff; font-weight: 900; background: linear-gradient(135deg, var(--bobaja-green-light), var(--bobaja-green-dark)); }
.point-card strong, .link-card strong, .metric-card strong, .fact-card strong { display: block; margin-bottom: 6px; font-size: 16px; }
.point-card span, .link-card span, .metric-card span, .fact-card span { display: block; color: var(--muted); font-size: 15px; line-height: 1.45; }
.criteria, .checks-hero-note { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.checks-hero-note { justify-content: center; }
.checks-hero-note span { display: inline-block; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.32); color: #ffffff; font-weight: 800; font-size: 14px; }
.pill, .meta-pill { display: inline-block; padding: 9px 12px; border-radius: 999px; background: #f1f5ec; color: #3f5e1d; font-weight: 700; font-size: 14px; border: 1px solid #dfead0; }
.cta-box, .company-box, .template-note { margin-top: 22px; padding: 22px; border-radius: var(--radius-md); background: linear-gradient(135deg, rgba(159,205,74,0.16), rgba(110,166,47,0.08)); border: 1px solid #dce8cc; }
.template-note { background: #fff9dc; border-color: #f0e3a0; color: #5a4c00; }
.primary-button, .secondary-button, .mail-button { display: inline-block; border-radius: 12px; padding: 13px 18px; font-size: 16px; font-weight: 900; text-decoration: none; }
.primary-button, .mail-button { background: linear-gradient(135deg, var(--bobaja-green-light), var(--bobaja-green-dark)); color: #ffffff; }
.secondary-button { background: #ffffff; color: var(--bobaja-green-dark); border: 1px solid #d7e5c6; }
.primary-button:hover, .secondary-button:hover, .mail-button:hover { opacity: 0.94; text-decoration: none; }
ul.check-list { margin: 12px 0 0; padding-left: 20px; }
ul.check-list li { margin-bottom: 8px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.social-links a { border-radius: 999px; padding: 9px 12px; background: #f6f6f6; border: 1px solid #e4e4e4; color: #111; font-size: 14px; }
.table-wrap { overflow-x: auto; margin-top: 18px; border: 1px solid #e7e7e7; border-radius: 14px; }
table { width: 100%; border-collapse: collapse; background: #fff; min-width: 720px; }
th, td { padding: 13px 14px; border-bottom: 1px solid #ececec; text-align: left; vertical-align: top; line-height: 1.45; }
th { background: #f1f5ec; color: #3f5e1d; font-size: 14px; }
td { color: #444; font-size: 15px; }
.score-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 16px 0; }
.score-box { border-radius: 14px; background: #fafafa; border: 1px solid #e8e8e8; padding: 12px; text-align: center; }
.score-box strong { display: block; color: var(--dark); font-size: 22px; line-height: 1.1; }
.score-box span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; font-weight: 700; }
.check-listing { display: grid; gap: 24px; margin-bottom: 28px; }
.check-card { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 22px; align-items: start; padding: 24px; background: #ffffff; border: 1px solid #e7e7e7; border-radius: var(--radius-md); }
.check-media { display: grid; gap: 14px; }
.video-embed { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 16px; background: #111111; box-shadow: 0 10px 24px rgba(0,0,0,0.12); }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.triangle-result { margin: 0; border-radius: 16px; overflow: hidden; background: #f7f9f3; border: 1px solid #e3ead8; }
.triangle-result img { display: block; width: 100%; height: auto; }
.triangle-result figcaption { padding: 10px 12px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.check-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 12px; }
.check-card h2 { margin: 0 0 10px; font-size: clamp(24px, 3vw, 34px); line-height: 1.12; color: var(--bobaja-green-dark); }
.check-card p { margin: 0 0 14px; color: #444444; line-height: 1.65; font-size: 17px; }
.action-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.ai-summary dl { display: grid; grid-template-columns: 210px 1fr; gap: 8px 16px; margin: 18px 0 0; }
.ai-summary dt { font-weight: 900; color: var(--bobaja-green-dark); }
.ai-summary dd { margin: 0; }
.footer { padding: 22px 24px; background: #ffffff; border-top: 1px solid var(--line); text-align: center; font-size: 14px; color: #666666; line-height: 1.6; }
.footer p { margin: 0 0 6px; }
.footer .copyright { font-weight: 700; color: #444444; }
.code-note { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; background: #f6f7f4; border: 1px solid #e3e8db; border-radius: 12px; padding: 14px; overflow-x: auto; color: #233; }
@media (max-width: 900px) { .intro-grid, .grid-2, .grid-3, .grid-4, .link-grid, .check-card { grid-template-columns: 1fr; } .graphic-placeholder { min-height: 340px; } }
@media (max-width: 700px) { .ai-summary dl { grid-template-columns: 1fr; } .ai-summary dt { margin-top: 8px; } }
@media (max-width: 620px) { .page { padding: 12px 10px 32px; } .header { padding: 28px 18px 24px; } .logo { width: 78%; } .content { padding: 20px 16px 4px; } .section, .check-card { padding: 19px; } .section p, .section li, ul.check-list { font-size: 16px; } .graphic-placeholder { min-height: 280px; } .score-row { grid-template-columns: 1fr; } .checks-hero-note { justify-content: flex-start; } }


/* Bobaja Quick Check */
.quick-check-mark { width: min(320px, 90%); aspect-ratio: 1 / 1; border-radius: 50%; background: rgba(255,255,255,0.94); color: var(--dark); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 28px; box-shadow: 0 18px 42px rgba(0,0,0,0.18); position: relative; z-index: 1; }
.quick-check-mark::before { content: ""; position: absolute; inset: 18px; border-radius: 50%; border: 8px solid rgba(132,184,52,0.16); }
.quick-check-mark-small { display: block; color: var(--bobaja-green-dark); font-size: 14px; line-height: 1; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; z-index: 1; }
.quick-check-mark strong { display: block; font-size: clamp(34px, 5vw, 54px); line-height: 0.95; font-weight: 950; z-index: 1; }
.quick-check-mark em { display: block; margin-top: 12px; color: var(--muted); font-style: normal; font-weight: 800; z-index: 1; }
.quick-score-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.quick-score-card { position: relative; padding: 20px; border-radius: 18px; background: #ffffff; border: 1px solid #e7e7e7; box-shadow: 0 10px 24px rgba(0,0,0,0.06); overflow: hidden; }
.quick-score-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 7px; background: var(--bobaja-green); }
.quick-product::before { background: var(--quality-color); }
.quick-service::before { background: var(--service-color); }
.quick-price::before { background: var(--price-color); }
.quick-score-card h3 { margin-top: 12px; color: var(--dark); }
.quick-label { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 30px; padding: 0 10px; border-radius: 999px; background: #f1f5ec; color: #3f5e1d; font-size: 13px; font-weight: 900; }
.quick-score-large .quick-score-card { text-align: center; }
.quick-score-value { display: block; margin: 14px 0 8px; font-size: clamp(44px, 7vw, 72px); line-height: 1; font-weight: 950; color: var(--dark); }
.quick-verdict-panel, .quick-verdict-band { border-radius: 18px; background: linear-gradient(135deg, rgba(159,205,74,0.22), rgba(110,166,47,0.08)); border: 1px solid #dce8cc; padding: 24px; min-height: 220px; display: flex; flex-direction: column; justify-content: center; }
.quick-verdict-panel { height: 100%; text-align: center; }
.quick-verdict-label, .quick-verdict-band span { display: inline-block; align-self: center; padding: 8px 12px; border-radius: 999px; background: #ffffff; color: var(--bobaja-green-dark); font-weight: 900; font-size: 14px; border: 1px solid #d7e5c6; }
.quick-verdict-panel strong, .quick-verdict-band strong { display: block; margin: 12px 0 8px; font-size: clamp(34px, 5vw, 58px); line-height: 1; font-weight: 950; color: var(--bobaja-green-dark); }
.quick-verdict-band { min-height: auto; margin-bottom: 18px; text-align: center; }
.quick-verdict-band span { align-self: center; }
.quick-solid { background: linear-gradient(135deg, rgba(159,205,74,0.24), rgba(255,255,255,0.88)); }
.quick-critical { background: linear-gradient(135deg, rgba(255,67,196,0.14), rgba(255,255,255,0.9)); }
.quick-strong { background: linear-gradient(135deg, rgba(25,213,255,0.16), rgba(255,255,255,0.9)); }
.quick-card .score-box:nth-child(1) { border-top: 5px solid var(--quality-color); }
.quick-card .score-box:nth-child(2) { border-top: 5px solid var(--service-color); }
.quick-card .score-box:nth-child(3) { border-top: 5px solid var(--price-color); }
@media (max-width: 900px) { .quick-score-grid { grid-template-columns: 1fr; } }


/* Bobaja Vergleiche */
.compare-visual { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; min-height: 260px; padding: 24px; border-radius: 18px; background: radial-gradient(circle at 50% 20%, rgba(255,255,255,0.8), rgba(255,255,255,0) 55%), linear-gradient(135deg, rgba(159,205,74,0.24), rgba(110,166,47,0.08)); border: 1px solid #dce8cc; overflow: hidden; }
.compare-visual::before { content: ""; position: absolute; inset: auto -40px -70px auto; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,212,0,0.18); }
.compare-side { position: relative; z-index: 1; min-height: 150px; border-radius: 18px; background: rgba(255,255,255,0.92); border: 1px solid #e3ead8; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 18px; box-shadow: 0 10px 24px rgba(0,0,0,0.08); }
.compare-side span { display: block; color: var(--muted); font-size: 14px; font-weight: 900; letter-spacing: 0.04em; text-transform: uppercase; }
.compare-side strong { display: block; margin-top: 8px; font-size: clamp(28px, 4vw, 44px); line-height: 1; color: var(--bobaja-green-dark); font-weight: 950; }
.compare-vs { position: relative; z-index: 2; width: 58px; height: 58px; border-radius: 50%; background: #ffffff; border: 4px solid rgba(132,184,52,0.28); display: inline-flex; align-items: center; justify-content: center; color: var(--bobaja-green-dark); font-weight: 950; text-transform: uppercase; box-shadow: 0 8px 18px rgba(0,0,0,0.1); }
.compare-left { border-top: 6px solid var(--quality-color); }
.compare-right { border-top: 6px solid var(--service-color); }
.compare-scenario .compare-side:first-child { border-top: 6px solid var(--service-color); }
.compare-scenario .compare-side:last-child { border-top: 6px solid var(--price-color); }
@media (max-width: 700px) { .compare-visual { grid-template-columns: 1fr; } .compare-vs { margin: -4px auto; } }
