/* ============================================================
   P&G MEDIA GMBH — Main Stylesheet (PHP CMS Version)
   ============================================================ */

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #1a2332;
  background: #fff;
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- BANNER BAR --- */
.banner-bar { position: relative; z-index: 1100; }
.banner-item {
  display: flex; align-items: center; justify-content: center;
  padding: 10px 48px 10px 16px;
  color: #fff; font-size: 0.9rem; font-weight: 600;
  text-align: center; position: relative;
}
.banner-close {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  background: none; border: none; color: rgba(255,255,255,0.8);
  font-size: 1rem; cursor: pointer; padding: 4px 8px;
}
.banner-close:hover { color: #fff; }

/* --- SITE HEADER --- */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* --- TOP SOCIAL BAR --- */
.top-social-bar {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 7px 0;
}
.top-social-bar .container {
  display: flex; justify-content: center;
}
.social-links { display: flex; gap: 16px; align-items: center; }
.social-links a {
  color: #555; transition: color 0.2s;
  display: flex; align-items: center;
}
.social-links a:hover { color: #e85d26; }

/* --- LOGO ROW --- */
.logo-row {
  display: flex; justify-content: center; align-items: center;
  padding: 10px 0 6px;
  border-bottom: 1px solid #f0f0f0;
}
.nav-logo { display: flex; align-items: center; }

/* --- NAVBAR ROW --- */
.navbar-row { background: #fff; padding: 0; }
.nav-container {
  display: flex; align-items: center; justify-content: center;
  gap: 0; min-height: 50px;
}
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-link {
  padding: 14px 16px; font-size: 0.9rem; font-weight: 500;
  color: #1a2332; transition: color 0.2s; white-space: nowrap;
}
.nav-link:hover { color: #e85d26; }
.nav-cta {
  background: #e85d26; color: #fff !important;
  padding: 10px 20px; border-radius: 6px;
  font-size: 0.88rem; font-weight: 600;
  white-space: nowrap; margin-left: 16px; transition: all 0.25s;
}
.nav-cta:hover { background: #cf4d18; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(232,93,38,0.3); }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: #1a2332; border-radius: 2px; transition: all 0.3s; }

/* --- BUTTONS --- */
.btn {
  display: inline-block; padding: 13px 28px;
  border-radius: 6px; font-weight: 700; font-size: 0.95rem;
  cursor: pointer; border: none; transition: all 0.25s; text-align: center;
}
.btn-primary {
  background: #e85d26; color: #fff;
}
.btn-primary:hover {
  background: #cf4d18; transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232,93,38,0.35); color: #fff;
}
.btn-lg { padding: 16px 40px; font-size: 1.05rem; }

/* --- HERO --- */
.hero {
  position: relative; min-height: 580px;
  display: flex; align-items: center;
  overflow: hidden; background: #0d1b2a;
}
.hero-bg-image {
  position: absolute; inset: 0;
  background: url('https://cdn.prod.website-files.com/60ed53b56b60ff6badf09060/67ae18f693c587c5e7f7cb10_P%26G_Shoot-273.webp') center 20%/cover no-repeat;
  opacity: 1;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: rgba(13,27,42,0.68);
}
.hero-content {
  position: relative; z-index: 2;
  text-align: center; padding: 60px 24px;
  max-width: 860px; margin: 0 auto; width: 100%;
}
.hero-label {
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.15em; color: rgba(255,255,255,0.7);
  text-transform: uppercase; margin-bottom: 16px;
}
.hero-title {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 20px;
}
.hero-highlight { color: #e85d26; }
.hero-subtitle {
  font-size: 1rem; color: rgba(255,255,255,0.85);
  max-width: 680px; margin: 0 auto 32px; line-height: 1.7;
}
.hero-btn { font-size: 0.95rem; padding: 14px 30px; margin-bottom: 28px; }

/* Hero Badges */
.hero-badges {
  display: flex; gap: 16px; justify-content: center;
  flex-wrap: wrap; margin-bottom: 28px;
}
.hero-badge {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px; padding: 14px 20px;
  min-width: 180px; text-align: left;
}
.trustpilot-badge .tp-header {
  display: flex; align-items: center; gap: 6px; margin-bottom: 6px;
}
.trustpilot-badge .tp-stars { color: #00b67a; font-size: 1rem; letter-spacing: 2px; margin-bottom: 4px; }
.trustpilot-badge .tp-score { font-size: 0.75rem; color: rgba(255,255,255,0.7); }
.focus-badge .focus-logo {
  font-size: 1.3rem; font-weight: 900; color: #e8001c;
  background: #fff; display: inline-block;
  padding: 2px 8px; border-radius: 3px; margin-bottom: 6px;
}
.focus-badge .focus-text { font-size: 0.78rem; color: rgba(255,255,255,0.85); line-height: 1.4; }

/* Hero Partners */
.hero-partners { margin-top: 8px; }
.partners-label {
  font-size: 0.82rem; color: rgba(255,255,255,0.6);
  text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px;
}
.partners-logos { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.partner-badge {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 6px; padding: 7px 14px;
  font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.9);
}

/* --- BENEFITS BAR --- */
.benefits-bar {
  background: #fff; padding: 36px 0;
  border-bottom: 1px solid #f0f0f0;
}
.benefits-container {
  display: flex; align-items: center; justify-content: center;
  gap: 64px; flex-wrap: wrap;
}
.benefit-item { display: flex; align-items: center; gap: 14px; max-width: 220px; }
.benefit-icon {
  flex-shrink: 0; width: 52px; height: 52px;
  border: 1.5px solid #e85d26; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.benefit-item p { font-size: 0.85rem; font-weight: 500; color: #444; line-height: 1.45; }

/* --- SECTIONS --- */
.section { padding: 80px 0; }
.section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800; color: #1a2332;
  text-align: center; margin-bottom: 16px; line-height: 1.25;
}
.section-subtitle {
  text-align: center; color: #666;
  max-width: 700px; margin: 0 auto 48px; font-size: 1rem; line-height: 1.7;
}
.text-orange { color: #e85d26; }

/* --- TESTIMONIALS --- */
.testimonials-section { background: #f8f9fb; }
.testimonials-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px; margin-top: 40px;
}
.testimonial-card {
  background: #fff; border-radius: 12px; padding: 28px;
  border: 1.5px solid #e8ecf0; transition: all 0.2s;
}
.testimonial-card:hover { border-color: #e85d26; box-shadow: 0 4px 20px rgba(232,93,38,0.1); }
.t-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; gap: 12px; }
.t-name { font-size: 1.05rem; font-weight: 800; color: #1a2332; }
.t-type { font-size: 0.82rem; color: #888; margin-top: 2px; }
.t-revenue { background: #e85d26; color: #fff; padding: 5px 12px; border-radius: 20px; font-size: 0.78rem; font-weight: 700; white-space: nowrap; }
.t-section { font-size: 0.88rem; color: #555; margin-bottom: 10px; line-height: 1.6; }
.t-quote {
  border-left: 3px solid #e85d26; padding: 10px 14px;
  margin-top: 14px; font-size: 0.88rem; color: #444;
  font-style: italic; background: #fdf6f3; border-radius: 0 6px 6px 0;
}
.t-quote cite { display: block; margin-top: 6px; font-style: normal; font-weight: 600; font-size: 0.8rem; color: #888; }

/* --- STATS --- */
.stats-section { background: #0d1b2a; }
.stats-section .section-title { color: #fff; }
.stats-section .section-subtitle { color: rgba(255,255,255,0.7); }
.stats-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px; margin-top: 48px;
}
.stat-card {
  text-align: center; padding: 32px 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px; transition: all 0.2s;
}
.stat-card:hover { background: rgba(232,93,38,0.12); border-color: #e85d26; }
.stat-icon { font-size: 2rem; margin-bottom: 12px; }
.stat-number { font-size: 1.8rem; font-weight: 900; color: #e85d26; margin-bottom: 6px; }
.stat-label { font-size: 0.88rem; color: rgba(255,255,255,0.7); }

/* --- FAQ --- */
.faq-section { background: #f8f9fb; }
.faq-container { max-width: 800px; }
.faq-list { margin-top: 40px; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1.5px solid #e8ecf0; border-radius: 10px; overflow: hidden; }
.faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 18px 22px; background: none; border: none; cursor: pointer;
  font-size: 0.95rem; font-weight: 600; color: #1a2332; text-align: left; gap: 12px;
  transition: background 0.2s;
}
.faq-question:hover { background: #fdf6f3; }
.faq-icon { font-size: 1.3rem; color: #e85d26; flex-shrink: 0; font-weight: 400; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.2s; }
.faq-answer.open { max-height: 400px; padding: 0 22px 18px; }
.faq-answer p { font-size: 0.9rem; color: #555; line-height: 1.7; }

/* --- CTA SECTION --- */
.cta-section { background: #0d1b2a; }
.cta-section .section-title { color: #fff; }

/* --- FOOTER --- */
.footer { background: #060f1a; padding: 48px 0 24px; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.footer-links a { color: rgba(255,255,255,0.6); font-size: 0.88rem; transition: color 0.2s; }
.footer-links a:hover { color: #e85d26; }
.footer-contact a { color: #e85d26; font-size: 0.88rem; font-weight: 600; }
.footer-social { display: flex; gap: 16px; }
.footer-social a { color: rgba(255,255,255,0.5); transition: color 0.2s; display: flex; align-items: center; }
.footer-social a:hover { color: #e85d26; }
.footer-bottom {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { color: rgba(255,255,255,0.4); font-size: 0.82rem; }
.footer-legal { display: flex; gap: 16px; }
.footer-legal a { color: rgba(255,255,255,0.4); font-size: 0.82rem; transition: color 0.2s; }
.footer-legal a:hover { color: #e85d26; }

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .nav-toggle { display: flex; }
  .nav-links {
    display: none; flex-direction: column; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    padding: 8px 0; z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-link { padding: 12px 24px; border-bottom: 1px solid #f5f5f5; }
  .nav-cta { margin: 8px 16px; border-radius: 6px; text-align: center; }
  .navbar-row { position: relative; }
  .benefits-container { gap: 32px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; text-align: center; }
}
