/*
  Gewerbliche Finanzierung Cluster
  Shared landing page system for Finanzierung, Mietkauf and object finance SEO pages.
*/

:root {
  --gf-ink: #071b33;
  --gf-navy: #0a2748;
  --gf-blue: #075fae;
  --gf-blue-2: #0b7dcc;
  --gf-cyan: #4cc8ee;
  --gf-green: #0f8f66;
  --gf-mint: #dff8ef;
  --gf-gold: #f6b83f;
  --gf-paper: #ffffff;
  --gf-mist: #f4f9fd;
  --gf-line: rgba(7, 95, 174, 0.16);
  --gf-muted: #5f7185;
  --gf-shadow: 0 22px 70px rgba(7, 42, 78, 0.14);
}

body.gf-page {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--gf-ink);
  background:
    radial-gradient(circle at 14% 5%, rgba(76, 200, 238, 0.22), transparent 26rem),
    linear-gradient(180deg, #f7fcff 0%, #eef8ff 42%, #fff 100%);
  letter-spacing: 0;
}

.gf-shell {
  width: min(1160px, calc(100% - 32px));
  max-width: calc(100vw - 32px);
  margin: 0 auto;
}

.gf-page,
.gf-page * {
  min-width: 0;
}

.gf-page p,
.gf-page span,
.gf-page div,
.gf-page a {
  white-space: normal;
  overflow-wrap: break-word;
}

.gf-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(7, 95, 174, 0.12);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.gf-nav__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.gf-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--gf-ink);
  text-decoration: none;
  font-weight: 900;
}

.gf-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.gf-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-size: 0.92rem;
  font-weight: 800;
}

.gf-links a {
  color: #38506a;
  text-decoration: none;
}

.gf-links a:hover {
  color: var(--gf-blue);
}

.gf-button,
.gf-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.85rem 1.1rem;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 950;
  line-height: 1.1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.gf-button {
  color: #fff !important;
  background: linear-gradient(135deg, var(--gf-blue), var(--gf-blue-2));
  box-shadow: 0 14px 30px rgba(7, 95, 174, 0.22);
}

.gf-button:hover,
.gf-button-secondary:hover {
  transform: translateY(-2px);
}

.gf-button-secondary {
  color: var(--gf-ink) !important;
  background: #fff;
  border-color: rgba(7, 95, 174, 0.18);
  box-shadow: 0 10px 25px rgba(7, 42, 78, 0.08);
}

.gf-hero {
  padding: 6rem 0 4.5rem;
}

.gf-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 3.5rem;
  align-items: center;
}

.gf-hero-grid > *,
.gf-contact > * {
  min-width: 0;
}

.gf-eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(15, 143, 102, 0.22);
  border-radius: 999px;
  color: #0b6b4d;
  background: rgba(223, 248, 239, 0.85);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.gf-hero h1 {
  max-width: 12ch;
  margin: 1rem 0 1rem;
  font-size: 6.2rem;
  line-height: 0.92;
  letter-spacing: 0;
  font-weight: 950;
  overflow-wrap: break-word;
  hyphens: auto;
}

.gf-hero p {
  max-width: 42rem;
  color: #38506a;
  font-size: 1.22rem;
  line-height: 1.65;
}

.gf-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.gf-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.7rem;
  max-width: 44rem;
}

.gf-proof {
  min-height: 92px;
  padding: 0.95rem;
  border: 1px solid var(--gf-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
}

.gf-proof strong {
  display: block;
  font-size: 1.32rem;
  line-height: 1.1;
}

.gf-proof span {
  display: block;
  margin-top: 0.35rem;
  color: var(--gf-muted);
  font-size: 0.84rem;
  line-height: 1.35;
}

.gf-decision-card {
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  background:
    linear-gradient(160deg, rgba(7, 27, 51, 0.96), rgba(7, 95, 174, 0.92)),
    url("../images/factoringwerkstatt-blue-background.jpg") center / cover;
  color: #fff;
  box-shadow: var(--gf-shadow);
}

.gf-decision-card__inner {
  padding: 2rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.gf-decision-card h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.05;
}

.gf-invest-visual {
  margin-bottom: 1.35rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 0%, rgba(246, 184, 63, 0.22), transparent 9rem),
    rgba(255, 255, 255, 0.1);
}

.gf-invest-visual__top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gf-invest-visual__top span {
  white-space: nowrap;
}

.gf-invest-visual__top strong {
  color: #fff;
  text-align: right;
  text-transform: none;
}

.gf-invest-visual__flow {
  display: grid;
  grid-template-columns: auto minmax(16px, 1fr) auto minmax(16px, 1fr) auto;
  align-items: center;
  gap: 0.45rem;
  margin: 1rem 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
}

.gf-invest-visual__flow i {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(246, 184, 63, 0.95), rgba(76, 200, 238, 0.72));
}

.gf-invest-visual--green .gf-invest-visual__flow i {
  background: linear-gradient(90deg, rgba(246, 184, 63, 0.96), rgba(34, 197, 94, 0.76));
}

.gf-invest-visual--medical .gf-invest-visual__flow i {
  background: linear-gradient(90deg, rgba(76, 200, 238, 0.92), rgba(223, 248, 239, 0.86));
}

.gf-invest-visual--hospitality .gf-invest-visual__flow i {
  background: linear-gradient(90deg, rgba(246, 184, 63, 0.96), rgba(255, 255, 255, 0.72));
}

.gf-invest-visual__asset {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
}

.gf-invest-visual__asset img {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}

.gf-invest-visual__asset b,
.gf-invest-visual__asset small {
  display: block;
}

.gf-invest-visual__asset small {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.35;
}

.gf-invest-visual__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.gf-invest-visual__tags span {
  padding: 0.38rem 0.52rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
  font-weight: 850;
}

.gf-route {
  display: grid;
  grid-template-columns: 3.4rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.gf-route:first-of-type {
  border-top: 0;
}

.gf-route b {
  width: 3.4rem;
  height: 3.4rem;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #073456;
  background: var(--gf-gold);
  font-size: 1.05rem;
}

.gf-route strong {
  display: block;
  margin-bottom: 0.25rem;
}

.gf-route span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.45;
}

.gf-section {
  padding: 5rem 0;
}

.gf-section--white {
  background: #fff;
}

.gf-section-title {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.gf-section-title h2 {
  margin: 0 0 0.8rem;
  font-size: 3.2rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.gf-section-title p {
  color: var(--gf-muted);
  line-height: 1.7;
  font-size: 1.05rem;
}

.gf-visual-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 2rem;
  align-items: center;
}

.gf-visual-layout .gf-section-title {
  margin-bottom: 0;
}

.gf-object-board {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(7, 95, 174, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 86% 8%, rgba(76, 200, 238, 0.22), transparent 12rem),
    linear-gradient(145deg, #ffffff, #edf7ff);
  box-shadow: 0 22px 60px rgba(7, 42, 78, 0.12);
}

.gf-object-board::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px dashed rgba(7, 95, 174, 0.18);
  border-radius: 18px;
  pointer-events: none;
}

.gf-object-board__stage {
  position: relative;
  min-height: 162px;
  padding: 1.2rem;
  border-radius: 18px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(7, 27, 51, 0.96), rgba(7, 95, 174, 0.9)),
    url("../images/factoringwerkstatt-blue-background.jpg") center / cover;
}

.gf-object-board--green .gf-object-board__stage {
  background:
    linear-gradient(145deg, rgba(7, 38, 29, 0.97), rgba(15, 143, 102, 0.88)),
    url("../images/factoringwerkstatt-blue-background.jpg") center / cover;
}

.gf-object-board--medical .gf-object-board__stage {
  background:
    linear-gradient(145deg, rgba(7, 46, 78, 0.96), rgba(11, 125, 204, 0.84)),
    url("../images/factoringwerkstatt-blue-background.jpg") center / cover;
}

.gf-object-board--hospitality .gf-object-board__stage {
  background:
    linear-gradient(145deg, rgba(74, 45, 12, 0.96), rgba(10, 39, 72, 0.9)),
    url("../images/factoringwerkstatt-blue-background.jpg") center / cover;
}

.gf-object-board--mobility .gf-object-board__stage {
  background:
    linear-gradient(145deg, rgba(6, 36, 68, 0.96), rgba(7, 95, 174, 0.86)),
    url("../images/factoringwerkstatt-blue-background.jpg") center / cover;
}

.gf-object-board--office .gf-object-board__stage {
  background:
    linear-gradient(145deg, rgba(7, 27, 51, 0.98), rgba(56, 80, 106, 0.9)),
    url("../images/factoringwerkstatt-blue-background.jpg") center / cover;
}

.gf-object-board__stage span {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.gf-object-board__stage strong {
  display: block;
  max-width: 12rem;
  font-size: 2.25rem;
  line-height: 0.98;
}

.gf-object-board__stage p {
  max-width: 24rem;
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.5;
}

.gf-object-board__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.85rem;
}

.gf-object-item {
  min-height: 112px;
  padding: 0.85rem;
  border: 1px solid rgba(7, 95, 174, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
}

.gf-object-item b {
  display: block;
  color: var(--gf-blue);
  font-size: 0.78rem;
}

.gf-object-item span {
  display: block;
  margin-top: 0.55rem;
  font-weight: 900;
  line-height: 1.22;
}

.gf-route-ribbon {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.gf-route-ribbon span {
  padding: 0.72rem 0.8rem;
  border-radius: 12px;
  color: #073456;
  background: var(--gf-gold);
  font-weight: 950;
  text-align: center;
}

.gf-grid-3,
.gf-grid-4,
.gf-grid-2 {
  display: grid;
  gap: 1rem;
}

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

.gf-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.gf-card,
.gf-link-card {
  padding: 1.25rem;
  border: 1px solid var(--gf-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 42px rgba(7, 42, 78, 0.08);
}

.gf-card h3,
.gf-link-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.08rem;
}

.gf-card p,
.gf-link-card p {
  margin: 0;
  color: var(--gf-muted);
  line-height: 1.62;
}

.gf-link-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.gf-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(7, 95, 174, 0.34);
}

.gf-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--gf-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(7, 42, 78, 0.08);
}

.gf-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.gf-table th,
.gf-table td {
  padding: 1rem;
  border-bottom: 1px solid rgba(7, 95, 174, 0.12);
  text-align: left;
  vertical-align: top;
}

.gf-table th {
  color: #0b3156;
  background: #eef8ff;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.gf-table tr:last-child td {
  border-bottom: 0;
}

.gf-partner-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1rem;
  padding: 0.9rem;
  border: 1px solid rgba(7, 95, 174, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 32px rgba(7, 42, 78, 0.07);
}

.gf-partner-strip span {
  color: #38506a;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.gf-partner-strip img {
  width: auto;
  height: 34px;
  max-width: 132px;
  padding: 0.35rem 0.55rem;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
}

.gf-note {
  margin-top: 0.9rem;
  color: var(--gf-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.gf-process {
  counter-reset: step;
}

.gf-step {
  position: relative;
  padding-left: 4.4rem;
}

.gf-step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--gf-ink);
  color: #fff;
  font-weight: 950;
}

.gf-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 1.2rem;
  align-items: stretch;
}

.gf-contact-panel {
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid rgba(7, 95, 174, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 248, 255, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(76, 200, 238, 0.16), transparent 18rem);
  color: var(--gf-ink);
  box-shadow: 0 18px 46px rgba(7, 42, 78, 0.1);
}

.gf-contact-panel h2 {
  margin: 0 0 0.85rem;
  font-size: 3rem;
  line-height: 1.02;
}

.gf-contact-panel p {
  color: #38506a;
  line-height: 1.7;
}

.gf-contact-person {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  margin: 1.25rem 0 0;
  padding: 0.85rem;
  border: 1px solid rgba(7, 95, 174, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.gf-contact-person img {
  width: 4rem;
  height: 4rem;
  border-radius: 14px;
  object-fit: cover;
  object-position: 50% 18%;
}

.gf-contact-person figcaption {
  margin: 0;
}

.gf-contact-person strong,
.gf-contact-person span {
  display: block;
}

.gf-contact-person span {
  margin-top: 0.25rem;
  color: var(--gf-muted);
  font-size: 0.9rem;
  line-height: 1.38;
}

.gf-form {
  padding: 1.6rem;
  border: 1px solid var(--gf-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(7, 42, 78, 0.08);
}

.gf-form label {
  display: block;
  margin-bottom: 0.4rem;
  color: #263d55;
  font-weight: 850;
  font-size: 0.88rem;
}

.gf-form input,
.gf-form select,
.gf-form textarea {
  width: 100%;
  min-height: 46px;
  margin-bottom: 0.9rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(7, 95, 174, 0.22);
  border-radius: 10px;
  color: var(--gf-ink);
  background: #f8fcff;
  font: inherit;
}

.gf-form textarea {
  min-height: 110px;
  resize: vertical;
}

.gf-form button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.gf-form-link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.gf-form-link__header {
  display: grid;
  gap: 0.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--gf-line);
}

.gf-form-link__header span {
  color: #0b6b4d;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.gf-form-link__header strong {
  color: var(--gf-ink);
  font-size: 1.65rem;
  line-height: 1.05;
}

.gf-form-link p {
  margin: 0;
  color: #38506a;
  line-height: 1.58;
}

.gf-form-link ul {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gf-form-link li {
  position: relative;
  padding-left: 1.25rem;
  color: #263d55;
  line-height: 1.45;
}

.gf-form-link li::before {
  content: "";
  position: absolute;
  top: 0.58rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--gf-green);
}

.gf-form-link .gf-button {
  width: 100%;
}

.gf-footer {
  padding: 2.2rem 0;
  color: rgba(255, 255, 255, 0.72);
  background: #071b33;
}

.gf-footer a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 960px) {
  .gf-hero {
    padding: 4.5rem 0 3.5rem;
  }

  .gf-hero-grid {
    gap: 2rem;
  }

  .gf-hero-grid,
  .gf-contact,
  .gf-visual-layout {
    grid-template-columns: 1fr;
  }

  .gf-hero h1 {
    max-width: 12ch;
    font-size: 4.4rem;
  }

  .gf-grid-4,
  .gf-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .gf-shell {
    width: min(1160px, calc(100% - 22px));
    max-width: calc(100vw - 22px);
  }

  .gf-links {
    display: none;
  }

  .gf-hero h1 {
    width: min(330px, calc(100vw - 44px));
    max-width: min(330px, calc(100vw - 44px));
    font-size: 2.45rem;
    line-height: 0.98;
  }

  .gf-hero p {
    width: min(330px, calc(100vw - 44px));
    max-width: min(330px, calc(100vw - 44px));
    font-size: 1rem;
  }

  .gf-cta-row,
  .gf-proof-row,
  .gf-decision-card,
  .gf-object-board {
    width: min(330px, calc(100vw - 44px));
    max-width: min(330px, calc(100vw - 44px));
  }

  .gf-section {
    padding: 3.4rem 0;
  }

  .gf-section-title h2,
  .gf-contact-panel h2 {
    font-size: 2rem;
  }

  .gf-decision-card,
  .gf-decision-card__inner,
  .gf-contact-panel,
  .gf-form {
    padding: 1rem;
  }

  .gf-proof-row,
  .gf-object-board__items,
  .gf-route-ribbon,
  .gf-grid-2,
  .gf-grid-3,
  .gf-grid-4 {
    grid-template-columns: 1fr;
  }

  .gf-button,
  .gf-button-secondary {
    width: 100%;
  }
}
