:root {
  --fgsp-orange: #f58220;
  --fgsp-orange-dark: #d96505;
  --fgsp-black: #141414;
  --fgsp-charcoal: #222222;
  --fgsp-text: #232323;
  --fgsp-muted: #66615c;
  --fgsp-line: #dedbd7;
  --fgsp-warm: #f2eee8;
  --fgsp-white: #ffffff;
  --fgsp-max: 1180px;
  --fgsp-radius: 16px;
}

body.fgsp-active .entry-header,
body.fgsp-active .page-header {
  display: none !important;
}

body.fgsp-active .entry-content,
body.fgsp-active .page-content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.fgsp-active .elementor-widget-shortcode:has(.fgsp-page),
body.fgsp-active .elementor-widget-shortcode:has(.fgsp-page) > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.fgsp-page,
.fgsp-page * {
  box-sizing: border-box;
}

html.fgsp-has-page,
body.fgsp-active {
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html.fgsp-has-page,
  body.fgsp-active {
    overflow-x: clip;
  }
}

.fgsp-page {
  position: relative;
  left: auto;
  width: var(--fgsp-viewport-width, 100%);
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden;
  transform: translate3d(var(--fgsp-shift-x, 0px), 0, 0);
  color: var(--fgsp-text);
  background: var(--fgsp-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.fgsp-page img {
  display: block;
  max-width: 100%;
}

.fgsp-page a {
  color: inherit;
}

.fgsp-section {
  width: 100%;
  margin: 0;
  padding: 82px 0;
}

.fgsp-shell {
  width: min(calc(100% - 48px), var(--fgsp-max));
  margin: 0 auto;
}

.fgsp-kicker {
  margin: 0 0 12px;
  color: var(--fgsp-orange-dark);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fgsp-page h1,
.fgsp-page h2,
.fgsp-page h3,
.fgsp-page p {
  margin-top: 0;
}

.fgsp-page h1,
.fgsp-page h2,
.fgsp-page h3 {
  font-family: inherit;
  font-weight: 520;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.fgsp-page h1 {
  max-width: 850px;
  margin-bottom: 20px;
  font-size: clamp(2rem, 4.2vw, 3.75rem);
  line-height: 1.08;
}

.fgsp-page h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3.2vw, 2.75rem);
  line-height: 1.14;
}

.fgsp-page h3 {
  font-size: 1.35rem;
  line-height: 1.24;
}

/* Video: dunkler Premium-Einstieg über die volle Breite */
.fgsp-video-section {
  padding: 32px 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(245, 130, 32, 0.12), transparent 26rem),
    linear-gradient(135deg, #111111 0%, #242424 52%, #161616 100%);
}

.fgsp-video-shell {
  width: min(calc(100% - 48px), 1320px);
}

.fgsp-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8.5;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: #090909;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.fgsp-video-frame iframe,
.fgsp-video-frame video,
.fgsp-video-frame .wp-video,
.fgsp-video-frame .mejs-container {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}

.fgsp-video-frame iframe,
.fgsp-video-frame video {
  position: absolute;
  inset: 0;
  border: 0;
  object-fit: cover;
}

.fgsp-video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  background:
    linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.48)),
    var(--fgsp-poster) center / cover no-repeat;
  font-size: 0.95rem;
  font-weight: 550;
  letter-spacing: 0.02em;
}

.fgsp-play {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  padding-left: 4px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #161616;
  background: var(--fgsp-orange);
  font-size: 1.15rem;
}

/* Begrüßung und vier klare Direktwege */
.fgsp-intro-section {
  background: var(--fgsp-white);
}

.fgsp-intro {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}

.fgsp-intro-text {
  max-width: 760px;
  margin: 0 auto;
  color: var(--fgsp-muted);
  font-size: 1.08rem;
}

.fgsp-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fgsp-service-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--fgsp-line);
  border-radius: var(--fgsp-radius);
  background: #fff;
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.fgsp-service-card:hover,
.fgsp-service-card:focus-visible {
  border-color: rgba(245, 130, 32, 0.58);
  box-shadow: 0 16px 36px rgba(27, 24, 21, 0.10);
  transform: translateY(-3px);
}

.fgsp-service-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e8e5e1;
}

.fgsp-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 350ms ease;
}

.fgsp-service-card:hover .fgsp-service-image img {
  transform: scale(1.025);
}

.fgsp-service-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 116px;
  padding: 20px;
}

.fgsp-service-copy strong,
.fgsp-service-copy small {
  display: block;
}

.fgsp-service-copy strong {
  margin-bottom: 5px;
  font-size: 1.22rem;
  font-weight: 580;
}

.fgsp-service-copy small {
  color: var(--fgsp-muted);
  font-size: 0.86rem;
  line-height: 1.42;
}

.fgsp-arrow {
  flex: 0 0 auto;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: #171717;
  background: var(--fgsp-orange);
  font-size: 1.1rem;
}

/* Öffnungszeiten: seriös und vollständig dunkel */
.fgsp-hours-section {
  color: #fff;
  background:
    radial-gradient(circle at 10% 88%, rgba(245, 130, 32, 0.10), transparent 24rem),
    linear-gradient(135deg, #151515 0%, #262626 60%, #181818 100%);
}

.fgsp-section-heading {
  margin-bottom: 34px;
}

.fgsp-section-heading--light .fgsp-kicker {
  color: #ffb169;
}

.fgsp-hours-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.fgsp-location-card {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--fgsp-radius);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(5px);
}

.fgsp-location-label {
  margin-bottom: 8px;
  color: #ffb169;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fgsp-location-card h3 {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 520;
}

.fgsp-address {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.68);
}

.fgsp-hours-text {
  min-height: 58px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.92);
}

.fgsp-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fgsp-location-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 560;
  text-decoration: none !important;
}

.fgsp-location-actions a:first-child {
  border-color: var(--fgsp-orange);
  color: #171717;
  background: var(--fgsp-orange);
}

/* Bewertungen: warmer, ruhiger Hintergrund */
.fgsp-reviews-section {
  background:
    linear-gradient(112deg, rgba(122, 88, 58, 0.035) 0 1px, transparent 1px 38px),
    var(--fgsp-warm);
}

.fgsp-review-summary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.fgsp-review-summary > div {
  max-width: 700px;
}

.fgsp-rating {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border: 1px solid rgba(35, 35, 35, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  text-decoration: none !important;
}

.fgsp-rating-number {
  font-size: 2.15rem;
  font-weight: 560;
  line-height: 1;
}

.fgsp-stars,
.fgsp-review-stars {
  display: block;
  color: var(--fgsp-orange-dark);
  letter-spacing: 0.08em;
}

.fgsp-rating small {
  display: block;
  margin-top: 2px;
  color: var(--fgsp-muted);
  font-size: 0.78rem;
}

.fgsp-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.fgsp-review-card {
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(35, 35, 35, 0.10);
  border-radius: var(--fgsp-radius);
  background: rgba(255, 255, 255, 0.78);
}

.fgsp-review-card p {
  margin: 12px 0 18px;
  color: #393531;
  font-size: 0.98rem;
}

.fgsp-review-card cite {
  color: var(--fgsp-muted);
  font-size: 0.82rem;
  font-style: normal;
}

.fgsp-review-link-wrap {
  margin: 28px 0 0;
}

.fgsp-text-link {
  color: var(--fgsp-text) !important;
  font-weight: 580;
  text-decoration-color: var(--fgsp-orange) !important;
  text-underline-offset: 4px;
}

/* Marken: kompakt und sauber */
.fgsp-brands-section {
  background: var(--fgsp-white);
}

.fgsp-brand-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.fgsp-brand-item {
  display: flex;
  min-width: 0;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: 1px solid var(--fgsp-line);
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.fgsp-brand-item img {
  width: auto;
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.fgsp-brand-item span {
  color: #4e4a46;
  font-size: 0.9rem;
  font-weight: 560;
}

@media (max-width: 1000px) {
  .fgsp-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fgsp-review-grid {
    grid-template-columns: 1fr;
  }

  .fgsp-brand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .fgsp-page {
    font-size: 16px;
  }

  .fgsp-section {
    padding: 62px 0;
  }

  .fgsp-shell,
  .fgsp-video-shell {
    width: min(calc(100% - 28px), var(--fgsp-max));
  }

  .fgsp-video-section {
    padding: 14px 0;
  }

  .fgsp-video-frame {
    aspect-ratio: 16 / 9;
    border-radius: 12px;
  }

  .fgsp-intro {
    margin-bottom: 34px;
    text-align: left;
  }

  .fgsp-hours-grid,
  .fgsp-service-grid {
    grid-template-columns: 1fr;
  }

  .fgsp-service-card {
    display: grid;
    grid-template-columns: 38% 62%;
  }

  .fgsp-service-image {
    aspect-ratio: auto;
    min-height: 150px;
  }

  .fgsp-service-copy {
    min-height: 150px;
    padding: 18px;
  }

  .fgsp-review-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .fgsp-rating {
    width: 100%;
  }

  .fgsp-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .fgsp-service-card {
    grid-template-columns: 42% 58%;
  }

  .fgsp-service-copy small {
    display: none;
  }

  .fgsp-location-card {
    padding: 26px 22px;
  }

  .fgsp-brand-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fgsp-page *,
  .fgsp-page *::before,
  .fgsp-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Social Media: kompakter Abschluss mit direkten Weiterleitungen */
.fgsp-social-section {
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgba(245, 130, 32, 0.15), transparent 24rem),
    linear-gradient(135deg, #151515 0%, #252525 100%);
}

.fgsp-social-shell {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 56px;
}

.fgsp-social-copy h2 {
  color: #fff;
}

.fgsp-social-copy > p:last-child {
  max-width: 580px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.70);
}

.fgsp-social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fgsp-social-button {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 13px;
  color: #fff !important;
  background: rgba(255,255,255,.055);
  text-decoration: none !important;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.fgsp-social-button:hover,
.fgsp-social-button:focus-visible {
  border-color: rgba(245,130,32,.72);
  background: rgba(255,255,255,.10);
  transform: translateY(-2px);
}

.fgsp-social-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #171717;
  background: var(--fgsp-orange);
}

.fgsp-social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.fgsp-social-button > span:nth-child(2) {
  font-weight: 580;
}

.fgsp-social-arrow {
  margin-left: auto;
  color: rgba(255,255,255,.62);
  font-size: 1.1rem;
}

@media (max-width: 800px) {
  .fgsp-social-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 520px) {
  .fgsp-social-links {
    grid-template-columns: 1fr;
  }
}


/* Leasinganbieter: eigener ruhiger Bereich direkt nach den Marken */
.fgsp-brand-item[href] { color: inherit; text-decoration: none !important; transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.fgsp-brand-item[href]:hover,
.fgsp-brand-item[href]:focus-visible { border-color: rgba(245,130,32,.58); box-shadow: 0 10px 24px rgba(27,24,21,.08); transform: translateY(-2px); }
.fgsp-leasing-partners-section { background: var(--fgsp-warm); }
.fgsp-partner-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.fgsp-partner-item { position: relative; display: flex; min-width: 0; min-height: 98px; align-items: center; justify-content: center; padding: 18px 34px 18px 18px; border: 1px solid rgba(35,35,35,.12); border-radius: 13px; color: var(--fgsp-text) !important; background: rgba(255,255,255,.82); text-align: center; text-decoration: none !important; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.fgsp-partner-item:hover,
.fgsp-partner-item:focus-visible { border-color: rgba(245,130,32,.62); box-shadow: 0 12px 28px rgba(27,24,21,.09); transform: translateY(-2px); }
.fgsp-partner-item img { width: auto; max-width: 100%; max-height: 48px; object-fit: contain; }
.fgsp-partner-item span { font-weight: 580; }
.fgsp-partner-item small { position: absolute; right: 14px; top: 12px; color: var(--fgsp-orange-dark); font-size: 1rem; }
@media (max-width: 900px) { .fgsp-partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .fgsp-partner-grid { grid-template-columns: 1fr 1fr; } .fgsp-partner-item { min-height: 82px; padding: 14px 28px 14px 12px; } }
