
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #0a0c12;
  --bg2: #0f1219;
  --accent: #1a7dd7;
  --accent2: #3b9aed;
  --accent-light: #5bb0f5;
  --accent-glow: rgba(26,125,215,0.12);
  --text: #e2e6ee;
  --text-dim: #8a94a8;
  --border: rgba(255,255,255,0.06);
  --card: rgba(255,255,255,0.03);
}

html { scroll-behavior: smooth; }
body { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: var(--bg); color: var(--text); line-height: 1.7; overflow-x: hidden; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(10,12,18,0.88); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); transition: transform 0.3s; }
nav .nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; }
.logo img { height: 42px; width: auto; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { color: var(--text-dim); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.3s; }
.nav-links a:hover { color: var(--accent2); }
.nav-cta { background: var(--accent); color: #fff; padding: 0.55rem 1.3rem; border-radius: 8px; text-decoration: none; font-size: 0.85rem; font-weight: 600; transition: all 0.3s; }
.nav-cta:hover { background: var(--accent2); transform: translateY(-1px); }
.hamburger { display: none; background: none; border: none; color: var(--text); font-size: 1.5rem; cursor: pointer; }

.mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 99; padding: 0.8rem 1.2rem; background: rgba(10,12,18,0.95); backdrop-filter: blur(20px); border-top: 1px solid var(--border); }
.mobile-cta a { display: block; background: linear-gradient(135deg, var(--accent), #1565b8); color: #fff; text-align: center; padding: 0.85rem; border-radius: 10px; font-weight: 700; font-size: 0.95rem; text-decoration: none; }

.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 8rem 2rem 4rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -40%; left: -30%; width: 160%; height: 160%; background: radial-gradient(ellipse at 50% 40%, rgba(26,125,215,0.1) 0%, transparent 55%); animation: pulse 10s ease-in-out infinite; }
@keyframes pulse { 0%,100% { opacity: 0.6; transform: scale(1); } 50% { opacity: 1; transform: scale(1.05); } }
.hero-content { position: relative; z-index: 1; max-width: 820px; }

.hero-logo { margin-bottom: 2.5rem; display: inline-block; position: relative; }
.hero-logo::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 500px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(26,125,215,0.35) 0%, rgba(59,154,237,0.15) 40%, transparent 70%); filter: blur(40px); z-index: 0; animation: logoGlow 4s ease-in-out infinite; }
@keyframes logoGlow { 0%,100% { opacity: 0.8; transform: translate(-50%,-50%) scale(1); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.1); } }
.hero-logo img { width: 500px; height: auto; display: block; position: relative; z-index: 1; filter: brightness(1.25) drop-shadow(0 0 6px rgba(26,125,215,0.7)) drop-shadow(0 0 18px rgba(59,154,237,0.5)) drop-shadow(0 0 45px rgba(26,125,215,0.25)); }

.hero h1 { font-size: clamp(2.5rem, 6vw, 4.2rem); font-weight: 800; letter-spacing: -1.5px; line-height: 1.12; margin-bottom: 1.5rem; }
.hero h1 .gradient { background: linear-gradient(135deg, var(--accent2), var(--accent-light), #93c5fd); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { font-size: 1.15rem; color: var(--text-dim); max-width: 640px; margin: 0 auto 2.5rem; }
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: linear-gradient(135deg, var(--accent), #1565b8); color: #fff; padding: 0.9rem 2rem; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s; border: none; cursor: pointer; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 40px rgba(26,125,215,0.3); }
.btn-secondary { background: var(--card); color: var(--text); border: 1px solid var(--border); padding: 0.9rem 2rem; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: 1rem; transition: all 0.3s; cursor: pointer; }
.btn-secondary:hover { border-color: var(--accent); background: var(--accent-glow); }

.trust-bar { display: flex; justify-content: center; gap: 3rem; margin-top: 4rem; flex-wrap: wrap; }
.trust-item { text-align: center; }
.trust-number { font-size: 1.8rem; font-weight: 800; color: var(--accent2); }
.trust-label { font-size: 0.78rem; color: var(--text-dim); margin-top: 0.2rem; }

section { padding: 6rem 2rem; }
.container { max-width: 1100px; margin: 0 auto; }
.section-label { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--accent2); margin-bottom: 0.8rem; }
.section-title { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; letter-spacing: -1px; margin-bottom: 1rem; }
.section-sub { color: var(--text-dim); font-size: 1.05rem; max-width: 600px; }

.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.service-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; transition: all 0.4s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent), var(--accent-light)); opacity: 0; transition: opacity 0.4s; }
.service-card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(26,125,215,0.08); }
.service-card:hover::before { opacity: 1; }
.service-icon { width: 50px; height: 50px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--accent-glow); font-size: 1.5rem; margin-bottom: 1.2rem; }
.service-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.7rem; }
.service-card p { color: var(--text-dim); font-size: 0.9rem; }
.method-badges { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1rem; }
.method-badge { background: rgba(26,125,215,0.08); border: 1px solid rgba(26,125,215,0.2); padding: 0.2rem 0.6rem; border-radius: 50px; font-size: 0.7rem; color: var(--accent-light); font-weight: 600; }

/* Typische Findings */
.findings-section { margin-top: 4rem; }
.findings-section h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.5rem; }
.findings-section > p { color: var(--text-dim); font-size: 0.92rem; margin-bottom: 1.5rem; }
.findings-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.finding-item { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 1.3rem 1.5rem; transition: all 0.3s; }
.finding-item:hover { border-color: rgba(26,125,215,0.3); }
.finding-severity { display: inline-block; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 0.15rem 0.5rem; border-radius: 4px; margin-bottom: 0.5rem; }
.finding-severity.crit { background: rgba(239,68,68,0.15); color: #f87171; }
.finding-severity.high { background: rgba(251,146,60,0.15); color: #fb923c; }
.finding-severity.mid { background: rgba(250,204,21,0.15); color: #fbbf24; }
.finding-item h4 { font-size: 0.92rem; font-weight: 700; margin-bottom: 0.3rem; }
.finding-item p { color: var(--text-dim); font-size: 0.8rem; line-height: 1.5; }

.process-steps { margin-top: 3rem; position: relative; }
.process-steps::before { content: ''; position: absolute; left: 28px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--accent), var(--accent-glow), transparent); }
.step { display: flex; gap: 2rem; margin-bottom: 2.5rem; position: relative; }
.step-number { width: 58px; height: 58px; border-radius: 50%; flex-shrink: 0; background: var(--bg); border: 2px solid var(--accent); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; color: var(--accent2); z-index: 1; }
.step-content { padding-top: 0.5rem; }
.step-content h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.4rem; }
.step-content p { color: var(--text-dim); font-size: 0.9rem; }

.quickcheck-teaser { margin-top: 3rem; background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 2rem 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.quickcheck-left { flex: 1; min-width: 280px; }
.quickcheck-badge { display: inline-block; background: rgba(26,125,215,0.1); border: 1px solid rgba(26,125,215,0.25); padding: 0.2rem 0.7rem; border-radius: 50px; font-size: 0.7rem; font-weight: 700; color: var(--accent-light); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 0.6rem; }
.quickcheck-left h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.4rem; }
.quickcheck-left p { color: var(--text-dim); font-size: 0.88rem; }
.quickcheck-left .qc-includes { color: var(--text-dim); font-size: 0.82rem; margin-top: 0.6rem; }
.quickcheck-right { display: flex; align-items: center; gap: 1.5rem; flex-shrink: 0; }
.quickcheck-price { font-size: 2rem; font-weight: 800; white-space: nowrap; }
.quickcheck-price span { font-size: 0.8rem; font-weight: 400; color: var(--text-dim); }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 1.5rem; }
.price-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem 2rem; text-align: center; transition: all 0.4s; position: relative; }
.price-card.featured { border-color: var(--accent); }
.price-card.featured::before { content: 'Beliebt'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--accent), #1565b8); color: #fff; padding: 0.25rem 1rem; border-radius: 50px; font-size: 0.75rem; font-weight: 700; }
.price-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(26,125,215,0.08); }
.price-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 0.5rem; }
.price-card .desc { color: var(--text-dim); font-size: 0.85rem; margin-bottom: 1.5rem; }
.price { font-size: 2.5rem; font-weight: 800; margin-bottom: 0.3rem; }
.price span { font-size: 0.9rem; font-weight: 400; color: var(--text-dim); }
.price-note { font-size: 0.8rem; color: var(--text-dim); margin-bottom: 1.5rem; }
.price-features { list-style: none; text-align: left; margin-bottom: 2rem; }
.price-features li { padding: 0.5rem 0; font-size: 0.9rem; color: var(--text-dim); display: flex; align-items: center; gap: 0.6rem; }
.price-features li::before { content: '✓'; color: var(--accent2); font-weight: 700; flex-shrink: 0; }
.price-features li.disabled { opacity: 0.35; }
.price-features li.disabled::before { content: '—'; color: var(--text-dim); }

.capacity-hint { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-top: 1.5rem; padding: 0.8rem 1.2rem; background: rgba(26,125,215,0.05); border: 1px solid rgba(26,125,215,0.15); border-radius: 10px; font-size: 0.85rem; color: var(--text-dim); }
.capacity-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; flex-shrink: 0; animation: blink 2s ease-in-out infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

.custom-offer { text-align: center; margin-top: 1.5rem; padding: 1.5rem; background: var(--card); border: 1px solid var(--border); border-radius: 12px; }

.statement-box { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; margin-top: 2.5rem; position: relative; }
.statement-box::before { content: '"'; position: absolute; top: 1rem; left: 1.5rem; font-size: 4rem; line-height: 1; color: var(--accent); opacity: 0.2; font-family: Georgia, serif; }
.statement-text { padding-left: 1rem; color: var(--text-dim); font-size: 0.95rem; font-style: italic; line-height: 1.8; }
.statement-author { margin-top: 1rem; padding-left: 1rem; font-size: 0.85rem; font-weight: 600; color: var(--text); font-style: normal; }

.cta-banner { margin-top: 3rem; text-align: center; padding: 2.5rem; background: linear-gradient(135deg, rgba(26,125,215,0.08), rgba(59,154,237,0.04)); border: 1px solid rgba(26,125,215,0.2); border-radius: 16px; }
.cta-banner h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.5rem; }
.cta-banner p { color: var(--text-dim); font-size: 0.95rem; margin-bottom: 1.5rem; }

.about-box { background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 3rem; margin-top: 3rem; display: flex; gap: 3rem; align-items: center; }
.about-avatar { width: 160px; height: 160px; border-radius: 20px; flex-shrink: 0; overflow: hidden; border: 2px solid var(--border); }
.about-avatar img { width: 100%; height: 100%; object-fit: cover; }
.about-text h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.5rem; }
.about-text .role { color: var(--accent2); font-size: 0.9rem; font-weight: 600; margin-bottom: 1rem; }
.about-text p { color: var(--text-dim); font-size: 0.95rem; margin-bottom: 0.8rem; }
.about-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1rem; }
.about-tag { background: var(--accent-glow); border: 1px solid rgba(26,125,215,0.2); padding: 0.3rem 0.8rem; border-radius: 50px; font-size: 0.75rem; color: var(--accent-light); font-weight: 600; }
.certs { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.2rem; }
.cert { background: rgba(26,125,215,0.08); border: 1px solid rgba(26,125,215,0.25); padding: 0.4rem 1rem; border-radius: 8px; font-size: 0.78rem; color: var(--accent-light); font-weight: 700; display: flex; align-items: center; gap: 0.4rem; }

.faq-list { margin-top: 3rem; max-width: 750px; }
.faq-item { border-bottom: 1px solid var(--border); padding: 1.3rem 0; }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; background: none; border: none; color: var(--text); font: inherit; font-weight: 600; font-size: 1rem; text-align: left; cursor: pointer; padding: 0; }
.faq-q:focus-visible { outline: 2px solid var(--accent2); outline-offset: 6px; border-radius: 8px; }
.faq-q span { transition: transform 0.3s; color: var(--text-dim); font-size: 1.3rem; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s; color: var(--text-dim); font-size: 0.9rem; }
.faq-item.open .faq-a { max-height: 200px; padding-top: 1rem; }
.faq-item.open .faq-q span { transform: rotate(45deg); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 3rem; }
.contact-info h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 1rem; }
.contact-info p { color: var(--text-dim); font-size: 0.95rem; margin-bottom: 2rem; }
.contact-detail { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.2rem; color: var(--text-dim); font-size: 0.9rem; }
.contact-detail .icon { width: 42px; height: 42px; border-radius: 10px; background: var(--accent-glow); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-detail .sub { font-size: 0.78rem; color: var(--text-dim); margin-top: 0.1rem; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.3rem; }
.form-group label { font-size: 0.8rem; font-weight: 600; color: var(--text-dim); }
.form-group input, .form-group textarea, .form-group select { background: var(--bg2); border: 1px solid var(--border); border-radius: 10px; padding: 0.8rem 1rem; color: var(--text); font-family: inherit; font-size: 0.9rem; transition: border-color 0.3s; outline: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--accent); }
.form-group select option { background: var(--bg2); color: var(--text); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-success { display: none; text-align: center; padding: 3rem 2rem; background: var(--card); border: 1px solid rgba(26,125,215,0.3); border-radius: 16px; }
.form-success.show { display: block; }
.form-success h3 { color: var(--accent2); margin-bottom: 0.5rem; font-size: 1.3rem; }
.form-success p { color: var(--text-dim); }
.privacy-note { font-size: 0.78rem; color: var(--text-dim); line-height: 1.5; }
.privacy-note a { color: var(--accent2); }
.checkbox-row { display: flex; gap: 0.6rem; align-items: flex-start; color: var(--text-dim); font-size: 0.8rem; line-height: 1.5; }
.checkbox-row input { margin-top: 0.15rem; accent-color: var(--accent); }
.report-link { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--accent2); text-decoration: none; font-size: 0.88rem; font-weight: 700; margin-top: 1rem; }
.report-link:hover { text-decoration: underline; }

/* Footer */
footer { padding: 3.5rem 2rem 2rem; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; max-width: 1100px; margin: 0 auto; }
.footer-brand p { color: var(--text-dim); font-size: 0.85rem; margin-top: 0.8rem; line-height: 1.6; }
.footer-col h4 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-dim); margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a, .footer-col ul li span { color: var(--text-dim); text-decoration: none; font-size: 0.85rem; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--accent2); }
.footer-bottom { max-width: 1100px; margin: 2.5rem auto 0; padding-top: 1.5rem; border-top: 1px solid var(--border); text-align: center; color: var(--text-dim); font-size: 0.8rem; }
.footer-bottom a { color: var(--text-dim); text-decoration: none; transition: color 0.3s; }
.footer-bottom a:hover { color: var(--accent2); }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .hamburger { display: block; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: var(--bg2); padding: 1.5rem 2rem; gap: 1rem; border-bottom: 1px solid var(--border); }
  .mobile-cta { display: block; }
  body { padding-bottom: 70px; }
  .about-box { flex-direction: column; text-align: center; }
  .about-tags, .certs { justify-content: center; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .trust-bar { gap: 1.5rem; }
  .hero-logo img { width: 280px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .quickcheck-teaser { flex-direction: column; text-align: center; }
  .quickcheck-right { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
}

.fade-up { opacity: 0; transform: translateY(30px); transition: all 0.7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .fade-up { opacity: 1; transform: none; }
}


/* Multipage additions */
.nav-links a.active, .footer-col a.active { color: var(--accent2); }
main { min-height: 60vh; }
.page-hero { padding: 9.5rem 2rem 5rem; background: radial-gradient(ellipse at 50% 0%, rgba(26,125,215,0.16) 0%, rgba(10,12,18,0) 58%); }
.page-hero .container { max-width: 980px; }
.breadcrumb { color: var(--text-dim); font-size: 0.85rem; margin-bottom: 1.2rem; }
.breadcrumb a { color: var(--accent2); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.page-hero h1 { font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 800; letter-spacing: -1.5px; line-height: 1.12; margin-bottom: 1rem; }
.page-hero p.lead { color: var(--text-dim); font-size: 1.15rem; max-width: 760px; margin-bottom: 2rem; }
.cta-row { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.kicker-row { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.5rem; }
.kicker { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(26,125,215,0.08); border: 1px solid rgba(26,125,215,0.22); color: var(--accent-light); border-radius: 999px; padding: 0.35rem 0.75rem; font-size: 0.78rem; font-weight: 700; }
.content-section { padding: 5rem 2rem; }
.content-section.alt { background: var(--bg2); }
.narrow { max-width: 850px; margin: 0 auto; }
.split-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr); gap: 2rem; align-items: start; }
.two-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.three-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.info-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 1.6rem; }
.info-card h2, .info-card h3 { font-size: 1.15rem; margin-bottom: 0.7rem; }
.info-card p, .info-card li { color: var(--text-dim); font-size: 0.92rem; }
.info-card ul { padding-left: 1.2rem; margin-top: 0.8rem; }
.info-card li { margin-bottom: 0.45rem; }
.check-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.check-list li { display: flex; gap: 0.7rem; padding: 0.6rem 0; color: var(--text-dim); }
.check-list li::before { content: "✓"; color: var(--accent2); font-weight: 800; flex-shrink: 0; }
.no-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.no-list li { display: flex; gap: 0.7rem; padding: 0.6rem 0; color: var(--text-dim); }
.no-list li::before { content: "—"; color: var(--text-dim); font-weight: 800; flex-shrink: 0; }
.page-copy p { color: var(--text-dim); margin-bottom: 1rem; }
.page-copy h2 { font-size: 1.55rem; margin: 2rem 0 0.8rem; }
.page-copy h3 { font-size: 1.1rem; margin: 1.4rem 0 0.5rem; }
.page-copy a { color: var(--accent2); }
.callout { background: linear-gradient(135deg, rgba(26,125,215,0.09), rgba(59,154,237,0.04)); border: 1px solid rgba(26,125,215,0.22); border-radius: 18px; padding: 2rem; }
.callout h2, .callout h3 { margin-bottom: 0.6rem; }
.callout p { color: var(--text-dim); }
.process-compact { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin-top: 2rem; }
.process-mini { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 1.2rem; }
.process-mini strong { display: inline-flex; width: 32px; height: 32px; border-radius: 50%; align-items: center; justify-content: center; background: var(--accent-glow); color: var(--accent2); margin-bottom: 0.7rem; }
.process-mini h3 { font-size: 0.95rem; margin-bottom: 0.4rem; }
.process-mini p { color: var(--text-dim); font-size: 0.82rem; }
.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: 16px; margin-top: 2rem; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 720px; background: var(--card); }
.compare-table th, .compare-table td { padding: 1rem; border-bottom: 1px solid var(--border); text-align: left; color: var(--text-dim); font-size: 0.9rem; vertical-align: top; }
.compare-table th { color: var(--text); background: rgba(255,255,255,0.03); font-weight: 700; }
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table .yes { color: var(--accent2); font-weight: 700; }
.compare-table .muted { color: var(--text-dim); opacity: 0.55; }
.mini-hero-logo { max-width: 220px; margin-bottom: 1.5rem; filter: brightness(1.2) drop-shadow(0 0 18px rgba(26,125,215,0.24)); }
.local-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.content { max-width: 850px; margin: 0 auto; padding: 9rem 2rem 6rem; }
.content h1 { font-size: 2.2rem; font-weight: 800; letter-spacing: -1px; margin-bottom: 0.5rem; }
.content .subtitle { color: var(--text-dim); margin-bottom: 2.5rem; font-size: 0.9rem; }
.content h2 { font-size: 1.2rem; font-weight: 700; margin-top: 2.5rem; margin-bottom: 0.8rem; color: var(--accent2); }
.content h3 { font-size: 1rem; font-weight: 600; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.content p { color: var(--text-dim); margin-bottom: 1rem; font-size: 0.95rem; }
.content a { color: var(--accent2); }
.content ul { color: var(--text-dim); margin-bottom: 1rem; padding-left: 1.5rem; font-size: 0.95rem; }
.content li { margin-bottom: 0.5rem; }
.content strong { color: var(--text); }
.note { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 1rem 1.2rem; }
.toc { background: rgba(255,255,255,0.02); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem 2rem; margin-bottom: 2.5rem; }
.toc h3 { margin-top: 0; margin-bottom: 0.8rem; color: var(--accent2); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; }
.toc ul { list-style: none; padding: 0; }
.toc li { margin-bottom: 0.3rem; }
.toc a { color: var(--text-dim); text-decoration: none; font-size: 0.9rem; }
.toc a:hover { color: var(--accent2); }
.report-hero { background: linear-gradient(135deg, rgba(26,125,215,0.08), rgba(59,154,237,0.04)); border: 1px solid rgba(26,125,215,0.18); border-radius: 18px; padding: 2rem; margin: 2rem 0 3rem; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 1.2rem; }
.card h3 { margin-top: 0; color: var(--text); }
.badge { display: inline-block; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; border-radius: 5px; padding: 0.2rem 0.55rem; margin-bottom: 0.6rem; }
.crit { background: rgba(239,68,68,0.15); color: #f87171; }
.high { background: rgba(251,146,60,0.15); color: #fb923c; }
.mid { background: rgba(250,204,21,0.15); color: #fbbf24; }
.low { background: rgba(96,165,250,0.15); color: #60a5fa; }
.inline-cta { display: inline-block; background: linear-gradient(135deg, var(--accent), #1565b8); color: #fff !important; padding: 0.85rem 1.4rem; border-radius: 10px; text-decoration: none; font-weight: 700; margin-top: 1rem; }
.faq-list.full { max-width: 950px; }
.faq-list.full .faq-a { max-height: none; overflow: visible; padding-top: 1rem; display: block; }
.faq-list.full .faq-item { cursor: auto; }
.faq-list.full .faq-q { cursor: default; pointer-events: none; }
.faq-list.full .faq-q span { display: none; }
.service-teaser-grid .service-card a { margin-top: 1rem; display: inline-flex; color: var(--accent2); text-decoration: none; font-size: 0.88rem; font-weight: 700; }
.service-teaser-grid .service-card a:hover { text-decoration: underline; }

@media (max-width: 980px) {
  .split-grid, .two-grid, .three-grid { grid-template-columns: 1fr; }
  .process-compact { grid-template-columns: 1fr; }
  .nav-links { gap: 1rem; }
}
@media (max-width: 768px) {
  .page-hero { padding: 8.5rem 1.4rem 4rem; }
  .content-section { padding: 4rem 1.4rem; }
  .content { padding: 8rem 1.4rem 5rem; }
}
