/* velano. — Unterseiten (Landingpages + Content). Baut auf v7.css auf
 * (Nav, Footer, Pills, Tokens, .band-Reveal, .faq, Mobile-Menü). Nur Zusätze. */

/* Kompakter Hero (kein 3D-Canvas) */
.subhero { min-height: auto; padding: clamp(116px, 19vh, 200px) 0 clamp(48px, 8vh, 88px); display: block; }
.subhero .inner { padding-top: 0; max-width: 940px; }
.subhero h1 { font-size: clamp(38px, 6.4vw, 88px); line-height: 1.03; margin-top: 20px; }
.subhero .sub { max-width: 58ch; }
.subhero .soon-flag { display: inline-block; margin-top: 20px; font-family: var(--font-sans); font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--v3-brassbright); border: 1px solid rgba(224,180,106,0.4); border-radius: 999px; padding: 5px 13px; }

/* Prosa-Sektionen */
.sec-h2 { font-family: var(--font-serif); font-weight: 400; letter-spacing: -0.015em; font-size: clamp(26px, 3.4vw, 46px); line-height: 1.14; max-width: 24ch; }
.sec-lead { font-size: 16px; line-height: 1.8; color: var(--v3-mut); max-width: 62ch; margin-top: 20px; }
.sec-lead + .sec-lead { margin-top: 16px; }
.sec-lead b { color: var(--v3-txt); font-weight: 500; }
.accentline { margin-top: 28px; font-family: var(--font-serif); font-style: italic; font-size: clamp(18px, 2vw, 25px); color: var(--v3-brassbright); max-width: 44ch; line-height: 1.4; }

/* Vier Schritte */
.steps4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 46px; }
.step4 { border: 1px solid var(--v3-line); border-radius: 14px; background: var(--v3-card); padding: 22px 20px; }
.step4 .n { font-family: "SF Mono", Consolas, monospace; font-size: 11px; letter-spacing: 0.18em; color: var(--v3-brassbright); }
.step4 h3 { font-family: var(--font-serif); font-weight: 400; font-size: 20px; margin-top: 12px; color: var(--v3-txt); }
.step4 p { font-size: 14px; line-height: 1.65; color: var(--v3-mut); margin-top: 10px; }

/* Drei Kontroll-Punkte */
.ctrl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--v3-line); border: 1px solid var(--v3-line); border-radius: 16px; overflow: hidden; margin-top: 42px; }
.ctrl-item { background: rgba(10, 16, 30, 0.72); padding: 28px 26px; }
.ctrl-item .fk { font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--v3-brassbright); }
.ctrl-item h4 { font-family: var(--font-serif); font-weight: 400; font-size: 20px; margin-top: 12px; color: var(--v3-txt); }
.ctrl-item p { font-size: 14px; line-height: 1.65; color: var(--v3-mut); margin-top: 10px; }

/* Zwei Spalten: heute / in Vorbereitung (Energie) */
.twocol { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 44px; align-items: start; }
.twocol .col { border: 1px solid var(--v3-line); border-radius: 14px; padding: 26px; background: var(--v3-card); }
.twocol .col.soon-col { border-style: dashed; background: rgba(192,145,59,0.05); }
.twocol .col .tag { font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--v3-brassbright); }
.twocol .col h3 { font-family: var(--font-serif); font-weight: 400; font-size: 20px; margin-top: 8px; color: var(--v3-txt); }
.twocol .col ul { margin: 16px 0 0; padding: 0; list-style: none; }
.twocol .col li { position: relative; padding-left: 20px; font-size: 14.5px; line-height: 1.6; color: var(--v3-mut); margin-top: 10px; }
.twocol .col li::before { content: ''; position: absolute; left: 2px; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--v3-brass); }
.twocol .col li b { color: var(--v3-txt); font-weight: 500; }

/* Schutzschild-Hinweis */
.shield { margin-top: 30px; padding: 16px 20px; border-left: 3px solid var(--v3-brass); background: rgba(192,145,59,0.06); border-radius: 0 10px 10px 0; font-size: 14px; line-height: 1.65; color: var(--v3-mut); max-width: 62ch; }
.shield b { color: var(--v3-txt); font-weight: 500; }

/* LP-Abschluss-CTA */
.lpcta { text-align: center; }
.lpcta h2 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(30px, 4.6vw, 58px); line-height: 1.06; }
.lpcta .sub { margin: 20px auto 0; max-width: 54ch; color: var(--v3-mut); font-size: 16px; line-height: 1.7; }
.lpcta .sub b { color: var(--v3-txt); font-weight: 500; }
.lpcta .pill { margin-top: 30px; }
.lpcta .fineprint { margin: 18px auto 0; font-size: 13px; color: var(--v3-dim); max-width: 50ch; line-height: 1.6; }

@media (max-width: 900px) {
  .steps4 { grid-template-columns: repeat(2, 1fr); }
  .ctrl, .twocol { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .steps4 { grid-template-columns: 1fr; }
}

/* Founder's-Circle-Formular */
.fcform { display: flex; flex-direction: column; gap: 12px; max-width: 440px; margin: 32px auto 0; text-align: left; }
.fcform input, .fcform textarea { width: 100%; border: 1px solid rgba(236,231,219,0.22); border-radius: 14px; background: rgba(255,255,255,0.05); padding: 14px 16px; font-family: var(--font-sans); font-size: 15px; color: var(--v3-txt); outline: none; transition: border-color 0.2s, box-shadow 0.3s; }
.fcform textarea { resize: vertical; line-height: 1.5; min-height: 96px; }
.fcform input::placeholder, .fcform textarea::placeholder { color: rgba(236,231,219,0.4); }
.fcform input:focus, .fcform textarea:focus { border-color: var(--v3-brass); box-shadow: 0 0 24px rgba(224,180,106,0.16); }
.fcform button { margin-top: 4px; justify-content: center; }

/* Leitsätze (Manifest) */
.leitsaetze { list-style: none; margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--v3-line); border: 1px solid var(--v3-line); border-radius: 16px; overflow: hidden; }
.leitsaetze li { background: rgba(10,16,30,0.72); padding: 24px 24px; font-size: 15px; line-height: 1.6; color: var(--v3-mut); }
.leitsaetze li b { color: var(--v3-txt); font-weight: 500; }
@media (max-width: 720px) { .leitsaetze { grid-template-columns: 1fr; } }
