/* PitchWerk München — Main Stylesheet */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #0e0e0e;
  --surface: #181818;
  --surface2: #222222;
  --primary: #c8a84b;
  --primary-dark: #a8882e;
  --text: #f0f0f0;
  --text-muted: #999;
  --border: #2e2e2e;
  --white: #ffffff;
  --radius: 4px;
  --radius-lg: 10px;
  --shadow: 0 4px 24px rgba(0,0,0,0.4);
  --transition: 0.25s ease;
  --max-w: 1200px;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { background: var(--bg); color: var(--text); font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.65; }

/* ===== UTILITY ===== */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }
.text-center { text-align: center; }
.text-gold { color: var(--primary); }
.btn { display: inline-block; padding: 14px 32px; border-radius: var(--radius); font-size: 0.95rem; font-weight: 600; cursor: pointer; transition: var(--transition); text-decoration: none; border: 2px solid transparent; }
.btn-primary { background: var(--primary); color: #0e0e0e; border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.btn-outline { background: transparent; color: var(--primary); border-color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: #0e0e0e; }
.btn-white { background: #fff; color: #0e0e0e; }
.btn-white:hover { background: #e8e8e8; }
.tag { display: inline-block; background: var(--primary); color: #0e0e0e; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; border-radius: 2px; margin-bottom: 14px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
img { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary-dark); }

/* ===== HEADER / NAV ===== */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(14,14,14,0.96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo svg { width: 38px; height: 38px; }
.logo-text { font-size: 1.35rem; font-weight: 800; color: var(--white); letter-spacing: -0.02em; }
.logo-text span { color: var(--primary); }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { color: var(--text-muted); font-size: 0.9rem; font-weight: 500; padding: 8px 14px; border-radius: var(--radius); transition: var(--transition); }
.main-nav a:hover, .main-nav a.active { color: var(--white); background: var(--surface2); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.hamburger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: var(--transition); }
.mobile-nav { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--surface); border-bottom: 1px solid var(--border); z-index: 999; padding: 20px 24px; flex-direction: column; gap: 4px; }
.mobile-nav a { display: block; padding: 12px 16px; color: var(--text); font-weight: 500; border-radius: var(--radius); }
.mobile-nav a:hover { background: var(--surface2); color: var(--primary); }
.mobile-nav.open { display: flex; }

/* ===== HERO ===== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding-top: 72px; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(14,14,14,0.85) 0%, rgba(14,14,14,0.55) 60%, rgba(14,14,14,0.3) 100%); }
.hero-content { position: relative; z-index: 1; max-width: 700px; }
.hero-tag { display: inline-block; background: var(--primary); color: #0e0e0e; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 14px; border-radius: 2px; margin-bottom: 22px; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; line-height: 1.15; color: var(--white); margin-bottom: 22px; }
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-desc { font-size: 1.1rem; color: rgba(240,240,240,0.82); margin-bottom: 36px; max-width: 560px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 40px; margin-top: 56px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.12); }
.hero-stat-num { font-size: 2rem; font-weight: 800; color: var(--primary); display: block; }
.hero-stat-label { font-size: 0.82rem; color: rgba(240,240,240,0.6); }

/* ===== INTRO / ABOUT STRIP ===== */
.intro-strip { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.intro-strip .grid-2 { align-items: center; gap: 60px; }
.intro-strip img { border-radius: var(--radius-lg); }
.intro-strip h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; margin-bottom: 18px; color: var(--white); }
.intro-strip p { color: var(--text-muted); margin-bottom: 14px; font-size: 1.02rem; }

/* ===== SERVICES ===== */
.services { background: var(--bg); }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; color: var(--white); margin-bottom: 12px; }
.section-head p { color: var(--text-muted); max-width: 580px; margin: 0 auto; font-size: 1.02rem; }
.service-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; transition: var(--transition); }
.service-card:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow); }
.service-icon { width: 52px; height: 52px; background: rgba(200,168,75,0.12); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 1.4rem; color: var(--primary); }
.service-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.service-card p { color: var(--text-muted); font-size: 0.93rem; line-height: 1.6; }

/* ===== PRICING ===== */
.pricing { background: var(--surface); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.price-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 30px; display: flex; flex-direction: column; transition: var(--transition); }
.price-card.featured { border-color: var(--primary); position: relative; }
.price-card.featured::before { content: 'Beliebt'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--primary); color: #0e0e0e; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; padding: 4px 14px; border-radius: 20px; }
.price-label { font-size: 0.78rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 10px; }
.price-name { font-size: 1.3rem; font-weight: 800; color: var(--white); margin-bottom: 8px; }
.price-amount { font-size: 2.6rem; font-weight: 900; color: var(--white); line-height: 1; margin: 20px 0 6px; }
.price-amount sup { font-size: 1.1rem; font-weight: 700; vertical-align: super; }
.price-amount sub { font-size: 0.9rem; font-weight: 400; color: var(--text-muted); }
.price-desc { color: var(--text-muted); font-size: 0.88rem; margin-bottom: 24px; }
.price-features { list-style: none; flex: 1; margin-bottom: 28px; }
.price-features li { padding: 9px 0; border-bottom: 1px solid var(--border); color: var(--text-muted); font-size: 0.9rem; display: flex; align-items: center; gap: 10px; }
.price-features li:last-child { border-bottom: none; }
.price-features li i { color: var(--primary); font-size: 0.8rem; flex-shrink: 0; }

/* ===== PROCESS ===== */
.process { background: var(--bg); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 32px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, var(--primary) 20%, var(--primary) 80%, transparent); z-index: 0; }
.step { text-align: center; position: relative; z-index: 1; }
.step-num { width: 64px; height: 64px; border-radius: 50%; background: var(--surface); border: 2px solid var(--primary); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 800; color: var(--primary); margin: 0 auto 18px; }
.step h4 { font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.step p { font-size: 0.87rem; color: var(--text-muted); line-height: 1.55; }

/* ===== TESTIMONIALS ===== */
.testimonials { background: var(--surface); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: var(--surface2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; }
.testi-stars { color: var(--primary); font-size: 0.85rem; margin-bottom: 14px; letter-spacing: 2px; }
.testi-text { color: var(--text-muted); font-size: 0.93rem; line-height: 1.65; margin-bottom: 20px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; font-weight: 700; color: #0e0e0e; font-size: 1rem; flex-shrink: 0; }
.testi-name { font-weight: 700; color: var(--white); font-size: 0.9rem; }
.testi-role { color: var(--text-muted); font-size: 0.8rem; }

/* ===== CTA BANNER ===== */
.cta-banner { background: linear-gradient(135deg, #1a1200 0%, #2a1f00 50%, #1a1200 100%); border-top: 1px solid rgba(200,168,75,0.3); border-bottom: 1px solid rgba(200,168,75,0.3); text-align: center; }
.cta-banner h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: var(--white); margin-bottom: 14px; }
.cta-banner p { color: rgba(240,240,240,0.75); font-size: 1.05rem; margin-bottom: 34px; max-width: 540px; margin-left: auto; margin-right: auto; }

/* ===== FAQ ===== */
.faq { background: var(--bg); }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 22px 0; font-size: 1rem; font-weight: 600; color: var(--white); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q i { color: var(--primary); font-size: 0.85rem; transition: var(--transition); flex-shrink: 0; }
.faq-q.open i { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.25s ease; }
.faq-a.open { max-height: 300px; padding-bottom: 20px; }
.faq-a p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.65; }

/* ===== CONTACT SECTION ===== */
.contact-section { background: var(--surface); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start; }
.contact-info h2 { font-size: clamp(1.5rem, 2.5vw, 2.1rem); font-weight: 800; color: var(--white); margin-bottom: 16px; }
.contact-info p { color: var(--text-muted); margin-bottom: 28px; font-size: 1rem; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.contact-item i { color: var(--primary); font-size: 1rem; margin-top: 3px; flex-shrink: 0; }
.contact-item span { color: var(--text-muted); font-size: 0.93rem; line-height: 1.55; }
.contact-item strong { display: block; color: var(--white); font-size: 0.88rem; margin-bottom: 2px; }
.contact-form { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px; }
.form-group { margin-bottom: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group label { display: block; font-size: 0.83rem; font-weight: 600; color: var(--text-muted); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.06em; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 12px 16px; color: var(--text); font-size: 0.95rem; transition: var(--transition); font-family: inherit; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); background: var(--surface2); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group select option { background: var(--surface2); }
.form-submit { width: 100%; }
.form-note { font-size: 0.8rem; color: var(--text-muted); text-align: center; margin-top: 12px; }

/* ===== FOOTER ===== */
.site-footer { background: #0a0a0a; border-top: 1px solid var(--border); }
.footer-top { padding: 60px 0 40px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand p { color: var(--text-muted); font-size: 0.9rem; margin-top: 14px; max-width: 280px; line-height: 1.65; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 38px; height: 38px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 0.9rem; transition: var(--transition); }
.footer-social a:hover { background: var(--primary); border-color: var(--primary); color: #0e0e0e; }
.footer-col h4 { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col ul li a { color: var(--text-muted); font-size: 0.88rem; transition: var(--transition); }
.footer-col ul li a:hover { color: var(--primary); }
.footer-bottom { border-top: 1px solid var(--border); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 0.82rem; color: var(--text-muted); }
.footer-bottom-links { display: flex; gap: 18px; }
.footer-bottom-links a { font-size: 0.82rem; color: var(--text-muted); }
.footer-bottom-links a:hover { color: var(--primary); }

/* ===== COOKIE BANNER ===== */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: var(--surface); border-top: 2px solid var(--primary); padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; box-shadow: 0 -4px 24px rgba(0,0,0,0.4); transform: translateY(0); transition: transform 0.4s ease; }
.cookie-banner.hidden { transform: translateY(110%); }
.cookie-text { font-size: 0.88rem; color: var(--text-muted); max-width: 680px; }
.cookie-text a { color: var(--primary); }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero { background: var(--surface); border-bottom: 1px solid var(--border); padding: 110px 0 56px; }
.page-hero h1 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; color: var(--white); margin-bottom: 12px; }
.page-hero p { color: var(--text-muted); font-size: 1.05rem; max-width: 580px; }
.breadcrumb { display: flex; gap: 8px; align-items: center; margin-bottom: 18px; font-size: 0.83rem; color: var(--text-muted); }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--primary); }
.breadcrumb i { font-size: 0.65rem; }

/* ===== CONTENT BLOCKS (inner pages) ===== */
.content-block { background: var(--bg); }
.content-block .container > * + * { margin-top: 20px; }
.content-block h2 { font-size: 1.6rem; font-weight: 800; color: var(--white); margin-top: 40px; margin-bottom: 12px; }
.content-block h3 { font-size: 1.15rem; font-weight: 700; color: var(--white); margin-top: 28px; margin-bottom: 8px; }
.content-block p { color: var(--text-muted); font-size: 0.97rem; line-height: 1.7; }
.content-block ul, .content-block ol { color: var(--text-muted); padding-left: 22px; font-size: 0.97rem; line-height: 1.7; }
.content-block li { margin-bottom: 6px; }
.content-block a { color: var(--primary); }
.content-block .last-updated { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 32px; }

/* ===== SUCCESS STORIES ===== */
.story-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: var(--transition); }
.story-card:hover { border-color: var(--primary); box-shadow: var(--shadow); }
.story-card img { width: 100%; height: 220px; object-fit: cover; }
.story-card-body { padding: 26px; }
.story-tag { font-size: 0.72rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.story-card-body h3 { font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 10px; line-height: 1.4; }
.story-card-body p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.6; margin-bottom: 16px; }
.story-result { display: flex; gap: 24px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); }
.story-result-item span:first-child { display: block; font-size: 1.4rem; font-weight: 800; color: var(--primary); }
.story-result-item span:last-child { font-size: 0.78rem; color: var(--text-muted); }

/* ===== COMPANY DETAILS ===== */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.team-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; text-align: center; }
.team-card img { width: 100%; height: 200px; object-fit: cover; }
.team-card-body { padding: 22px 18px; }
.team-card-body h3 { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.team-card-body p { font-size: 0.85rem; color: var(--text-muted); }
.value-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; }
.value-card i { font-size: 1.6rem; color: var(--primary); margin-bottom: 14px; }
.value-card h3 { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.value-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.6; }

/* ===== SUCCESS STORY DETAIL ===== */
.result-box { background: linear-gradient(135deg, rgba(200,168,75,0.08), rgba(200,168,75,0.03)); border: 1px solid rgba(200,168,75,0.25); border-radius: var(--radius-lg); padding: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; margin: 40px 0; }
.result-num { font-size: 2rem; font-weight: 900; color: var(--primary); display: block; }
.result-label { font-size: 0.85rem; color: var(--text-muted); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps::before { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .price-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .main-nav, .header-cta .btn { display: none; }
  .hamburger { display: flex; }
  .hero-stats { gap: 24px; flex-wrap: wrap; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .testi-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .result-box { grid-template-columns: 1fr; }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { text-align: center; }
  .team-grid { grid-template-columns: 1fr; }
}
