/* Verged · Loesungsseiten (Detail). Eigene Datei, wie page-services.css,
   damit die ausgelieferte Kopie des Kit-Stylesheets unberuehrt bleibt.

   Die Seite ist lang. Zwei Mittel tragen die Gliederung: der Wechsel
   zwischen heller und Stone-Flaeche, und eine Lesespalte, die schmaler
   ist als das Raster der Uebersichtsseiten. Der Fliesstextblock bekommt
   deshalb weniger Polsterung als .v-section im Kit, sonst zerfaellt die
   Seite in zwanzig Einzelseiten. */

.v-solblock { padding: 76px 0; }
.v-solblock__inner { max-width: 820px; }
.v-solblock__h { margin-bottom: 28px; }
/* Navy-Chip mit Lucide-Symbol. Die Ueberschrift traegt das Servicemuster,
   das Symbol traegt die Branche. */
.v-solblock__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 8px;
  background: var(--verge-navy); color: var(--fg-on-dark); margin-bottom: 20px;
}
.v-solblock__icon svg { width: 22px; height: 22px; stroke-width: 1.5; }
.v-solblock__p {
  font-family: var(--font-body);
  font-size: 18px; line-height: 1.75;
  color: var(--fg-2); margin: 0 0 20px; text-wrap: pretty;
}
.v-solblock__p:last-child { margin-bottom: 0; }

/* Steps. Ziffer als Mono-Marke in der Randspalte. Navy, nicht orange:
   eine Ordnungsziffer ist weder Eyebrow noch Tag, Akzent oder CTA. */
.v-solsteps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 28px; }
.v-solstep { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 4px; align-items: start; }
.v-solstep__num {
  font-family: var(--font-mono); font-weight: 600; font-size: 12px;
  letter-spacing: 0.14em; color: var(--verge-navy); padding-top: 5px;
}
.v-solstep__t {
  font-family: 'Plus Jakarta Sans', var(--font-display);
  font-weight: 800; font-size: 18px; line-height: 1.35;
  letter-spacing: -0.01em; color: var(--verge-ink); margin: 0 0 6px;
}
.v-solstep__d { font-family: var(--font-body); font-size: 16px; line-height: 1.65; color: var(--fg-2); margin: 0; }

/* Angebotsband. Vollflaechig navy ueber die ganze Seitenbreite, gebaut wie
   das Partnerband: die Sektion traegt die Farbe, der Inhalt sitzt im
   Container. Beide Baender der Seite sind gleich, der Leitfaden und der
   Workshop, und lesen sich als Paar.
   Keine Zierlinie: Orange ist fuer Eyebrow, Tag, Akzent und CTA belegt. */
.v-soloffer-wrap { background: var(--verge-navy); padding: 72px 0; }
.v-soloffer { max-width: 820px; }
.v-soloffer--form { max-width: none; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 56px; align-items: start; }
.v-soloffer__t {
  font-family: 'Plus Jakarta Sans', var(--font-display);
  font-weight: 800; font-size: 24px; line-height: 1.25;
  letter-spacing: -0.02em; color: var(--fg-on-dark); margin: 0 0 14px;
}
.v-soloffer__d { font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--fg-on-dark); margin: 0 0 20px; text-wrap: pretty; }
.v-soloffer__price {
  font-family: var(--font-mono); font-weight: 600; font-size: 13px;
  letter-spacing: 0.1em; color: var(--fg-on-dark); margin: 0 0 22px;
}
/* Das Formular ist in HubSpot auf Navy gesetzt und sitzt ohne Verpackung
   direkt auf der Kartenflaeche: keine Flaeche, kein Rahmen, kein Radius,
   kein Innenabstand. Karte und Formular lesen als eine Flaeche.
   Das Innenleben des Embeds gehoert dem Anbieter und wird hier nicht
   ueberschrieben. */
.v-soloffer__form { background: none; border: 0; border-radius: 0; padding: 0; margin: 0; align-self: start; }
.v-soloffer__form .hs-form-frame { width: 100%; }
.v-soloffer .v-form-fallback { margin-top: 24px; }
/* Gleiches Verfahren wie auf der Kontaktseite: HubSpot rendert einen iframe
   in .hs-form-frame, dessen Anwesenheit ist das Signal. Ein Browser ohne
   :has() behaelt den Fallback, das ist die sichere Richtung. */
.v-soloffer:has(.hs-form-frame iframe) .v-form-fallback { display: none; }

/* Dunkles Band: vollflaechig ueber die ganze Breite, kein Rand, kein
   Radius. Partner links, Zitat rechts. */
.v-solpartner__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 64px; align-items: start; }
.v-solpartner .v-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: 'Plus Jakarta Sans', var(--font-body); font-weight: 600; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--verge-orange); margin-bottom: 18px; }
.v-solpartner__p { font-family: var(--font-body); font-size: 17px; line-height: 1.75; color: var(--fg-on-dark-muted); margin: 24px 0 0; }
/* Das Band traegt eine Kundenstimme, kein Partnerlogo: die Logohoehe liegt
   deutlich unter dem Portraetdurchmesser von 72 px.
   SVG und PNG haben nahezu identisches Tinte/Bildflaeche-Verhaeltnis (~71%),
   gemessen per getBBox() bzw. Alpha-BBox. Keine Groessenanpassung noetig ggue.
   dem Live-Stand; 44px/20px sind identisch zur PNG-Version. */
.v-solpartner__logo { display: block; height: 44px; width: auto; margin-top: 20px; }
.v-solquote { margin: 0; padding: 32px; border: 1px solid rgba(250,250,250,0.18); border-radius: 8px; background: rgba(250,250,250,0.04); }
.v-solquote__who {
  font-family: 'Plus Jakarta Sans', var(--font-body); font-weight: 600;
  font-size: 14px; letter-spacing: 0.01em; color: var(--fg-on-dark-muted);
  margin: 0 0 18px;
}
.v-solquote__t {
  font-family: 'Plus Jakarta Sans', var(--font-display);
  font-weight: 800; font-size: 19px; line-height: 1.55;
  letter-spacing: -0.01em; color: var(--fg-on-dark); margin: 0 0 24px; text-wrap: pretty;
}
.v-solquote__para { margin: 0 0 16px; }
.v-solquote__para:last-child { margin-bottom: 0; }
.v-solquote__by { display: flex; align-items: center; gap: 16px; }
.v-solquote__img { width: 72px; height: 72px; border-radius: 999px; object-fit: cover; flex-shrink: 0; }
/* Portraet fehlt noch. Sichtbar leeres Feld mit Beschriftung, kein Ersatzbild. */
.v-solquote__img--pending {
  display: flex; align-items: center; justify-content: center; text-align: center;
  border: 1px dashed rgba(250,250,250,0.4); color: rgba(250,250,250,0.7);
  font-family: var(--font-mono); font-size: 9px; line-height: 1.2; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 4px;
}
.v-solquote__name { display: block; font-family: 'Plus Jakarta Sans', var(--font-body); font-weight: 600; font-size: 15px; color: var(--fg-on-dark); }
.v-solquote__role { display: block; font-family: var(--font-body); font-size: 14px; color: var(--fg-on-dark-muted); }

/* FAQ, natives Akkordeon. */
.v-faq { border-top: 1px solid var(--verge-stone); }
.v-faq__item { border-bottom: 1px solid var(--verge-stone); }
.v-faq__q {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;
  list-style: none; cursor: pointer; padding: 22px 0;
  font-family: 'Plus Jakarta Sans', var(--font-display);
  font-weight: 800; font-size: 18px; line-height: 1.4;
  letter-spacing: -0.01em; color: var(--verge-ink);
}
.v-faq__q::-webkit-details-marker { display: none; }
.v-faq__mark { position: relative; width: 14px; height: 14px; flex-shrink: 0; margin-top: 6px; }
.v-faq__mark::before, .v-faq__mark::after { content: ""; position: absolute; background: var(--verge-navy); transition: transform 240ms var(--ease); }
.v-faq__mark::before { left: 0; top: 6px; width: 14px; height: 2px; }
.v-faq__mark::after { left: 6px; top: 0; width: 2px; height: 14px; }
.v-faq__item[open] .v-faq__mark::after { transform: scaleY(0); }
.v-faq__a { font-family: var(--font-body); font-size: 16px; line-height: 1.75; color: var(--fg-2); margin: 0 0 24px; max-width: 70ch; text-wrap: pretty; }

/* Abschluss. */
.v-solclose { padding: 72px 0; }
.v-solclose__inner { max-width: 820px; }
.v-solclose__h { margin-bottom: 20px; }
.v-solclose__d { font-family: var(--font-body); font-size: 18px; line-height: 1.75; color: var(--fg-2); margin: 0 0 32px; text-wrap: pretty; }
.v-solclose__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.v-solclose__by { display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; font-family: var(--font-body); font-size: 14px; color: var(--fg-2); margin: 32px 0 0; }
.v-solclose__by a { color: var(--verge-ink); text-decoration: underline; text-underline-offset: 3px; }
.v-solclose__by a:hover { color: var(--verge-orange); }
.v-solclose__sep { color: var(--fg-2); }

@media (max-width: 900px) {
  .v-solblock { padding: 56px 0; }
  .v-soloffer-wrap { padding: 56px 0; }
  .v-soloffer--form { grid-template-columns: 1fr; gap: 28px; }
  .v-solpartner__grid { grid-template-columns: 1fr; gap: 40px; }
}
