@font-face { font-family: "Inter"; src: url(fonts/inter.woff2) format("woff2"); font-weight: 100 900; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; src: url(fonts/inter-ext.woff2) format("woff2"); font-weight: 100 900; font-display: swap; unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Outfit"; src: url(fonts/outfit.woff2) format("woff2"); font-weight: 100 900; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Outfit"; src: url(fonts/outfit-ext.woff2) format("woff2"); font-weight: 100 900; font-display: swap; unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* Grow – Landingpage „Ihre Online-Redaktion“: wenig Text, viel Bild. Hell wie aiconetworks.de, dunkle Videoflächen.
   Tinte #16160F, Orange #EF4D23. Bewusst kein Dunkelmodus. */
:root {
  --grund: #F7F6F2; --karte: #FFFFFF; --karte-2: #F1EFE9; --linie: #E5E2D9;
  --ink: #16160F; --ink-2: #4A4A42; --grau: #75756C; --grau-hell: #A8A8A0;
  --marke: #EF4D23; --marke-dunkel: #CF3C15; --marke-hauch: #FDEDE7; --akzent-text: #C63A14;
  --gut: #1F8A4C; --nacht: #16160F;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--grund); color: var(--ink); font: 17px/1.6 Inter, system-ui, -apple-system, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3, .logo { font-family: Outfit, Inter, system-ui, sans-serif; letter-spacing: -.02em; }
a { color: var(--akzent-text); }
.huelle { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.huelle.schmal { max-width: 820px; }
.klein-grau { font-size: 14px; color: var(--grau); margin: 14px 0 0; }
.mitte { text-align: center; margin: 40px 0 0; }

/* Rückweg und Kopf */
.zurueck-leiste { background: var(--ink); font-size: 14px; }
.zurueck-leiste a { display: inline-block; padding: 7px 0; color: #fff; text-decoration: none; }
.zurueck-leiste a:hover { text-decoration: underline; }
.kopf { position: sticky; top: 0; z-index: 10; background: color-mix(in srgb, var(--grund) 92%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--linie); }
.kopf .huelle { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 16px; }
.marke-block { display: flex; align-items: baseline; gap: 10px; }
.logo { text-decoration: none; color: var(--ink); font-size: 28px; font-weight: 700; display: flex; align-items: baseline; gap: 10px; }
.logo i { display: inline-block; width: .2em; height: .2em; margin-left: .06em; background: var(--marke); color: transparent; font-style: normal; overflow: hidden; line-height: 0; vertical-align: baseline; }   /* Quadrat statt Punkt (Logo-Variante A, 27.09.2026) */
.logo small, .von { font: 500 12.5px Inter, sans-serif; color: var(--grau); letter-spacing: .03em; text-decoration: none; }
.von:hover { color: var(--ink); text-decoration: underline; }
.nav { display: flex; align-items: center; gap: 24px; font-size: 15px; }
.nav a { color: var(--ink-2); text-decoration: none; }
.nav a:hover { color: var(--ink); }

.knopf { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--marke); color: #fff !important; text-decoration: none; font-weight: 600; font-size: 16px; padding: 13px 24px; border-radius: 6px; border: 0; cursor: pointer; transition: background .15s; }
.knopf:hover { background: var(--marke-dunkel); }
.knopf.klein { padding: 9px 16px; font-size: 15px; }
.knopf.gross { padding: 17px 30px; font-size: 17px; }
.knopf.hell { background: transparent; color: var(--ink) !important; border: 1.5px solid var(--linie); }
.knopf.hell:hover { background: var(--karte-2); }
.link-pfeil { color: var(--ink); font-weight: 600; text-decoration: none; }
.link-pfeil.hell { color: #EDECE7; }
.link-pfeil:hover { text-decoration: underline; }

/* Videoflächen */
.buehne, .ergebnis, .abschluss { position: relative; overflow: hidden; background: var(--nacht) center / cover no-repeat; color: #fff; }
.hintergrund-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.buehne::before, .ergebnis::before, .abschluss::before { content: ""; position: absolute; inset: 0; z-index: 1; }
.buehne::before { background: linear-gradient(90deg, rgba(22,22,15,.88) 0%, rgba(22,22,15,.6) 55%, rgba(22,22,15,.35) 100%); }
.ergebnis::before { background: linear-gradient(0deg, rgba(22,22,15,.85) 0%, rgba(22,22,15,.25) 60%); }
.abschluss::before { background: rgba(22,22,15,.62); }
.buehne-inhalt, .ergebnis-inhalt, .abschluss-inhalt { position: relative; z-index: 2; }

/* Bühne */
.buehne { padding: 110px 0 96px; }
.buehne-inhalt { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #F59A7C; margin-bottom: 14px; }
.buehne h1 { font-size: clamp(44px, 6.4vw, 82px); line-height: 1; margin: 0 0 20px; }
.buehne .lead { font-size: 21px; line-height: 1.45; color: #E4E2DA; margin: 0 0 30px; max-width: 26em; }
.buehne .aktionen { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; }
.buehne .klein-grau { color: #BDBBB2; }
.kurve-karte { background: rgba(22,22,15,.45); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; padding: 18px 18px 12px; backdrop-filter: blur(8px); }
.kurve-kopf { display: flex; justify-content: space-between; align-items: baseline; font-size: 13px; color: #E4E2DA; }
.kurve-kopf small { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #BDBBB2; }
.kurve { width: 100%; height: 140px; display: block; margin-top: 8px; }
.kurve-linie { stroke-dasharray: 520; stroke-dashoffset: 520; animation: zeichnen 2.4s .4s ease-out forwards; }
.kurve-flaeche { opacity: 0; animation: einblenden 1s 1.8s ease-out forwards; }
@keyframes zeichnen { to { stroke-dashoffset: 0; } }
@keyframes einblenden { to { opacity: 1; } }
.kurve-fuss { display: flex; justify-content: space-between; font-size: 11.5px; color: #BDBBB2; }
.meldungen { margin-top: 14px; display: grid; gap: 10px; min-height: 196px; }
.meldung { display: flex; gap: 12px; align-items: center; background: #fff; color: var(--ink); border-radius: 14px; padding: 11px 14px; box-shadow: 0 16px 34px -18px rgba(0,0,0,.6); opacity: 0; transform: translateY(12px) scale(.98); transition: opacity .45s ease, transform .45s ease; }
.meldung.da { opacity: 1; transform: none; }
.meldung.weg { opacity: .35; transform: scale(.96); }
.meldung b { display: block; font-size: 14px; }
.meldung small { display: block; font-size: 12.5px; color: var(--grau); }
.meldung .symbol { flex: 0 0 34px; height: 34px; border-radius: 10px; background: var(--marke-hauch); position: relative; }
.meldung .symbol::after { content: ""; position: absolute; inset: 10px; border-radius: 3px; background: var(--marke); }
.meldung.anfrage .symbol { background: #E6F4EC; } .meldung.anfrage .symbol::after { background: var(--gut); border-radius: 50%; }
.meldung.freigabe .symbol::after { background: none; border-left: 3px solid var(--marke); border-bottom: 3px solid var(--marke); transform: rotate(-45deg) translate(1px, -2px); inset: 11px 9px 13px 9px; border-radius: 0; }
.meldung.rang .symbol { background: #EAF0FB; } .meldung.rang .symbol::after { background: #3B6BD6; clip-path: polygon(50% 0, 100% 100%, 0 100%); border-radius: 0; }
.meldung.ki .symbol { background: #F1EAFB; } .meldung.ki .symbol::after { background: #7B4BD6; clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%); border-radius: 0; }

/* Laufband */
.band { overflow: hidden; border-bottom: 1px solid var(--linie); background: var(--karte); padding: 18px 0; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.band-lauf { display: flex; gap: 48px; width: max-content; animation: laufen 40s linear infinite; }
.band-lauf span { font: 600 17px Outfit, sans-serif; color: var(--grau); white-space: nowrap; }
@keyframes laufen { to { transform: translateX(-50%); } }

/* Abschnitte */
section { padding: 96px 0; scroll-margin-top: 68px; }
section.hell { background: var(--karte); border-top: 1px solid var(--linie); border-bottom: 1px solid var(--linie); }
.titel { font-size: clamp(32px, 4vw, 50px); line-height: 1.05; margin: 0 0 44px; text-align: center; }
.unter-titel { text-align: center; color: var(--ink-2); margin: -30px 0 40px; font-size: 18px; }

/* Ablauf */
.ablauf { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; position: relative; }
.ablauf::before { content: ""; position: absolute; left: 8%; right: 8%; top: 34px; height: 2px; background: repeating-linear-gradient(90deg, var(--linie) 0 8px, transparent 8px 14px); }
.ablauf li { position: relative; text-align: center; }
.ab-symbol { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 14px; border-radius: 20px; background: var(--karte); border: 1px solid var(--linie); position: relative; box-shadow: 0 10px 24px -16px rgba(22,22,15,.35); }
.ab-symbol::after { content: ""; width: 28px; height: 28px; background: var(--ink); -webkit-mask: var(--m) center / contain no-repeat; mask: var(--m) center / contain no-repeat; }
.ablauf li.sie .ab-symbol { background: var(--marke); border-color: var(--marke); }
.ablauf li.sie .ab-symbol::after { background: #fff; }
.ablauf h3 { margin: 0; font-size: 19px; }
.ablauf li.sie h3 { color: var(--akzent-text); }
.ablauf p { margin: 2px 0 0; font-size: 14px; color: var(--grau); }
.such { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-4-4'/%3E%3C/svg%3E"); }
.stift { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h4L19 9l-4-4L4 16z'/%3E%3Cpath d='M13 7l4 4'/%3E%3C/svg%3E"); }
.lupe { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h10l4 4v12H5z'/%3E%3Cpath d='M9 13l2 2 4-4'/%3E%3C/svg%3E"); }
.haken { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12l5 5L20 6'/%3E%3C/svg%3E"); }
.welt { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18'/%3E%3C/svg%3E"); }
.teilen { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3Ccircle cx='6' cy='12' r='3'/%3E%3Ccircle cx='18' cy='19' r='3'/%3E%3Cpath d='M8.6 13.5l6.8 4M15.4 6.5l-6.8 4'/%3E%3C/svg%3E"); }

/* Leistung: Kachelraster */
.raster { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(250px, auto); gap: 18px; }
.kachel { position: relative; overflow: hidden; background: var(--grund); border: 1px solid var(--linie); border-radius: 22px; padding: 24px; display: flex; flex-direction: column; }
.kachel h3 { margin: 0 0 14px; font-size: 21px; line-height: 1.2; }
.kachel.gross { grid-row: span 2; }
.video-kachel { padding: 0; background: var(--nacht); border: 0; min-height: 520px; }
.video-kachel video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.video-kachel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22,22,15,.55) 0%, rgba(22,22,15,0) 45%, rgba(22,22,15,.35) 100%); }
.kachel-text { position: relative; z-index: 1; padding: 26px; display: flex; flex-direction: column; height: 100%; }
.hell-text { color: #fff; }
.hell-text h3 { font-size: 30px; }
.suchfeld { margin-top: auto; display: flex; align-items: center; gap: 12px; background: #fff; color: var(--ink); border-radius: 99px; padding: 14px 20px; box-shadow: 0 16px 34px -16px rgba(0,0,0,.6); font-size: 16px; min-height: 52px; }
.such-icon { flex: 0 0 18px; height: 18px; background: var(--grau); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-4-4'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-4-4'/%3E%3C/svg%3E") center / contain no-repeat; }
.tippen::after { content: ""; display: inline-block; width: 2px; height: 1.1em; margin-left: 2px; vertical-align: -3px; background: var(--marke); animation: blinken 1s steps(2) infinite; }
@keyframes blinken { 50% { opacity: 0; } }

.mini { margin-top: auto; background: var(--karte); border: 1px solid var(--linie); border-radius: 14px; padding: 14px 16px; font-size: 14px; position: relative; }
.blatt { font-family: Georgia, "Times New Roman", serif; font-size: 15.5px; line-height: 1.6; }
.blatt p { margin: 0 0 6px; }
.blatt p:first-of-type { padding-right: 76px; }
.blatt del { color: #B3261E; text-decoration-thickness: 2px; background: #FBE9E7; }
.blatt ins { color: var(--gut); text-decoration: none; background: #E6F4EC; }
.stempel { position: absolute; right: 10px; top: 10px; font: 700 11px Inter, sans-serif; letter-spacing: .08em; text-transform: uppercase; color: var(--gut); border: 2px solid var(--gut); border-radius: 4px; padding: 2px 7px; transform: rotate(-6deg); background: #fff; }
.mail { display: grid; gap: 4px; }
.mail-von { font-size: 12px; color: var(--grau); }
.mail b { font: 600 16px/1.3 Outfit, sans-serif; }
.mail-frist { font-size: 13px; color: var(--ink-2); }
.mail-knoepfe { display: flex; gap: 8px; margin-top: 8px; }
.mk { font-size: 13px; font-weight: 600; padding: 6px 13px; border-radius: 6px; border: 1px solid var(--linie); }
.mk.voll { background: var(--marke); color: #fff; border-color: var(--marke); }
.stapel { background: transparent; border: 0; height: 150px; }
.polaroid { position: absolute; width: 46%; background: #fff; border-radius: 6px; padding: 6px 6px 22px; box-shadow: 0 12px 24px -12px rgba(22,22,15,.45); font-size: 11.5px; font-weight: 600; color: var(--ink-2); text-align: center; }
.polaroid i { display: block; height: 80px; border-radius: 3px; margin-bottom: 4px; }
.p1 { left: 2%; top: 18px; transform: rotate(-7deg); } .p1 i { background: radial-gradient(circle at 35% 45%, #f0c9a4 0 12%, transparent 13%), radial-gradient(circle at 65% 45%, #d9a27c 0 12%, transparent 13%), linear-gradient(170deg, #8a9aa6, #3c4a52); }
.p2 { left: 28%; top: 4px; transform: rotate(3deg); z-index: 2; } .p2 i { background: linear-gradient(160deg, #6e5a48, #2f2821); }
.p3 { right: 2%; top: 22px; transform: rotate(8deg); } .p3 i { background: radial-gradient(circle at 70% 30%, #ffd9a8 0 10%, transparent 11%), linear-gradient(150deg, #5e7384, #25323b); }
.chat { display: grid; gap: 8px; }
.blase { padding: 9px 12px; border-radius: 14px; max-width: 92%; font-size: 14px; }
.blase.frage { justify-self: end; background: var(--karte-2); border-bottom-right-radius: 4px; }
.blase.antwort { background: #F1EAFB; border-bottom-left-radius: 4px; }
.quelle { display: inline-block; margin-top: 4px; font-size: 12px; font-weight: 600; color: #fff; background: #7B4BD6; padding: 2px 8px; border-radius: 99px; }
.logbuch { display: grid; gap: 8px; }
.lb { background: var(--karte-2); border-radius: 12px; padding: 8px 12px; font-size: 14px; max-width: 92%; }
.lb span { display: block; font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--grau); }
.lb.antwort { justify-self: end; background: #E6F4EC; }

/* Cases (Video) */
.ergebnis { padding: 110px 0 90px; }
.ergebnis::before { background: linear-gradient(90deg, rgba(22,22,15,.74) 0%, rgba(22,22,15,.42) 50%, rgba(22,22,15,.08) 100%); }
.case-name { margin: 0 0 8px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #CFCDC4; }
.case-titel { font-size: clamp(34px, 4.6vw, 60px); line-height: 1.02; margin: 0 0 16px; }
.case-text { font-size: 18px; color: #E4E2DA; max-width: 34em; margin: 0 0 36px; }
.kennzahlen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.kennzahlen > div { border-top: 2px solid var(--marke); padding-top: 12px; }
.kennzahlen b { display: block; font: 700 clamp(24px, 2.6vw, 34px)/1.1 Outfit, sans-serif; letter-spacing: -.02em; }
.kennzahlen > div > span { font-size: 14px; color: #CFCDC4; }
.case-quelle { margin: 26px 0 0; font-size: 12.5px; color: #A9A79E; max-width: 46em; }

/* Überall */
#ueberall { padding: 72px 0; }
.drei-bild { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.punkt-kachel { text-align: center; padding: 28px 20px; border-radius: 22px; background: var(--karte); border: 1px solid var(--linie); }
.punkt-kachel h3 { margin: 12px 0 2px; font-size: 21px; }
.punkt-kachel p { margin: 0; color: var(--grau); font-size: 15px; }
.gross-icon { display: inline-block; width: 56px; height: 56px; background: var(--marke); -webkit-mask: var(--m) center / contain no-repeat; mask: var(--m) center / contain no-repeat; }
.wp { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M5 8l4 11 3-8 3 8 4-11'/%3E%3C/svg%3E"); }
.blog { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M3 9h18M7 13h6M7 16h10'/%3E%3C/svg%3E"); }
.laender { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M4 21V4M4 4h11l-2 4 2 4H4'/%3E%3C/svg%3E"); }

/* Titel links (zweispaltige Abschnitte) */
.titel.links, .unter-titel.links { text-align: left; }
.unter-titel.links { margin: -26px 0 26px; }
.zweispaltig { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }

/* Gründlich: Prüfliste und Profilkarte */
.pruefliste { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.pruefliste li { display: grid; grid-template-columns: 26px 1fr; column-gap: 12px; opacity: .45; transition: opacity .4s; }
.pruefliste li::before { content: ""; grid-row: span 2; width: 22px; height: 22px; margin-top: 2px; border-radius: 50%; border: 2px solid var(--linie); background: var(--karte); transition: background .3s, border-color .3s; }
.pruefliste li.erledigt { opacity: 1; }
.pruefliste li.erledigt::before { background: var(--gut) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L19 7'/%3E%3C/svg%3E") center / 13px no-repeat; border-color: var(--gut); }
.pruefliste b { font-size: 17px; }
.pruefliste span { grid-column: 2; font-size: 14.5px; color: var(--grau); }
.profil-karte { background: var(--grund); border: 1px solid var(--linie); border-radius: 22px; padding: 22px; box-shadow: 0 30px 60px -40px rgba(22,22,15,.4); }
.profil-kopf { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.profil-url { font-weight: 600; }
.profil-stand { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--akzent-text); background: var(--marke-hauch); padding: 4px 10px; border-radius: 99px; }
.profil-stand.fertig { color: var(--gut); background: #E6F4EC; }
.profil-zeile { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--linie); }
.profil-zeile b { font: 700 20px Outfit, sans-serif; }
.profil-block { margin-top: 14px; background: var(--karte); border: 1px solid var(--linie); border-radius: 14px; padding: 14px 16px; }
.profil-block p { margin: 2px 0 10px; font-size: 15px; }
.profil-block p:last-child { margin-bottom: 0; }
.profil-label { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--grau); }

/* Foto-Kachel und Social-Post */
.foto-kachel { padding: 0; }
.foto-reihe { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 4px; height: 170px; }
.foto-reihe img { width: 100%; height: 100%; object-fit: cover; display: block; }
.foto-kachel h3 { margin: 18px 24px 4px; }
.kachel-zeile { margin: 0 24px 22px; font-size: 15px; color: var(--ink-2); }
.post { display: grid; gap: 8px; }
.post-kopf { display: flex; gap: 10px; align-items: center; }
.post-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font: 700 14px Outfit, sans-serif; }
.post-kopf b { display: block; font-size: 14px; } .post-kopf small { font-size: 12px; color: var(--grau); }
.post p { margin: 0; font-size: 14px; }
.post-kanaele { display: flex; flex-wrap: wrap; gap: 6px; }
.post-kanaele span { font-size: 11.5px; font-weight: 600; padding: 3px 9px; border-radius: 99px; background: var(--karte-2); color: var(--ink-2); }

/* KI-Antworten */
.ki { background: linear-gradient(180deg, var(--grund), #F1EEFA); }
.ki-fenster { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 980px; margin: 0 auto; }
.chatfenster { background: var(--karte); border: 1px solid var(--linie); border-radius: 20px; overflow: hidden; box-shadow: 0 30px 60px -40px rgba(60,40,120,.35); }
.chat-kopf { display: flex; align-items: center; gap: 8px; padding: 12px 18px; font-weight: 600; font-size: 14px; border-bottom: 1px solid var(--linie); }
.punkt { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.punkt.gpt { background: #10A37F; } .punkt.gemini { background: linear-gradient(135deg, #4285F4, #9B72CB, #D96570); }
.chat-verlauf { padding: 18px; display: grid; gap: 10px; min-height: 220px; align-content: start; }
.chat-verlauf .blase { opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .4s; font-size: 15px; }
.chat-verlauf .blase.da { opacity: 1; transform: none; }
.blase .antwort-text, .blase .quelle { display: none; }
.blase.fertig .antwort-text { display: inline; } .blase.fertig .quelle { display: table; }
.blase.fertig .tipp-punkte { display: none; }
.tipp-punkte { display: inline-flex; gap: 4px; padding: 4px 0; }
.tipp-punkte i { width: 7px; height: 7px; border-radius: 50%; background: var(--grau-hell); animation: tippen 1s infinite ease-in-out; }
.tipp-punkte i:nth-child(2) { animation-delay: .15s; } .tipp-punkte i:nth-child(3) { animation-delay: .3s; }
@keyframes tippen { 0%, 60%, 100% { transform: none; opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }
.ki-drei { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 980px; margin: 36px auto 0; }
.ki-drei div { border-top: 2px solid #7B4BD6; padding-top: 12px; }
.ki-drei b { display: block; font: 600 18px Outfit, sans-serif; }
.ki-drei span { font-size: 15px; color: var(--ink-2); }

/* Direkter Draht: Messenger */
.messenger { background: var(--grund); border: 1px solid var(--linie); border-radius: 22px; overflow: hidden; box-shadow: 0 30px 60px -40px rgba(22,22,15,.4); }
.messenger-kopf { display: flex; align-items: center; gap: 8px; padding: 14px 18px; font-weight: 600; font-size: 14px; background: var(--karte); border-bottom: 1px solid var(--linie); }
.messenger-punkt { width: 9px; height: 9px; border-radius: 50%; background: var(--gut); box-shadow: 0 0 0 4px #E6F4EC; }
.messenger-verlauf { padding: 18px; display: grid; gap: 12px; min-height: 380px; align-content: start; }
.messenger-fuss { padding: 0 18px 12px; font-size: 12px; color: var(--grau); }
.nachricht { max-width: 86%; opacity: 0; transform: translateY(10px); transition: opacity .4s, transform .4s; }
.nachricht.da { opacity: 1; transform: none; }
.nachricht .wer { display: block; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--grau); margin: 0 4px 3px; }
.nachricht p { margin: 0; padding: 10px 14px; border-radius: 16px; font-size: 15px; background: var(--karte); border: 1px solid var(--linie); }
.nachricht.aico { justify-self: end; }
.nachricht.aico p { background: #E6F4EC; border-color: #CBE8D6; }
.nachricht.aico.bedenken p { background: var(--marke-hauch); border-color: #F6C9B8; }
.nachricht .nachricht-text { display: none; }
.nachricht.fertig .nachricht-text { display: inline; }
.nachricht.fertig .tipp-punkte { display: none; }

/* Stimmen */
.stimmen-liste { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stimme { margin: 0; background: var(--grund); border: 1px solid var(--linie); border-radius: 18px; padding: 22px; }
.stimme .sterne { color: #F5A524; letter-spacing: 2px; }
.stimme blockquote { margin: 8px 0 12px; font-size: 16px; }
.stimme figcaption { font-size: 13px; color: var(--grau); }

/* Preise */
.pakete { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.paket { position: relative; background: var(--grund); border: 1px solid var(--linie); border-radius: 22px; padding: 28px; display: flex; flex-direction: column; }
.paket.empfohlen { background: var(--karte); border: 2px solid var(--marke); box-shadow: 0 24px 50px -30px rgba(239, 77, 35, .5); }
.paket .marke { position: absolute; top: -13px; left: 24px; background: var(--marke); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 12px; border-radius: 6px; }
.paket h3 { margin: 0; font-size: 22px; }
.preis { font: 700 40px/1.1 Outfit, sans-serif; margin: 10px 0 16px; }
.preis small { font: 400 14px Inter, sans-serif; color: var(--grau); }
.paket ul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 8px; color: var(--ink-2); font-size: 15.5px; }
.paket li { padding-left: 24px; position: relative; }
.paket li::before { content: ""; position: absolute; left: 3px; top: 7px; width: 10px; height: 5px; border-left: 2px solid var(--marke); border-bottom: 2px solid var(--marke); transform: rotate(-45deg); }
.paket .knopf { margin-top: auto; }

/* FAQ */
.faq details { border-bottom: 1px solid var(--linie); padding: 20px 0; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 18px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--grau); font-weight: 400; font-size: 24px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 12px 0 0; color: var(--ink-2); }

/* Abschluss */
.abschluss { text-align: center; padding: 140px 0; }
.abschluss h2 { font-size: clamp(36px, 5vw, 64px); line-height: 1.02; margin: 0 0 30px; }
.abschluss .klein-grau { color: #D6D4CB; margin-top: 18px; }

/* Fuß */
.fuss { padding: 32px 0 48px; font-size: 14px; color: var(--grau); }
.fuss .huelle { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.fuss a { color: var(--ink-2); text-decoration: none; }
.fuss a:hover { color: var(--ink); text-decoration: underline; }
.fuss-links, .fuss .huelle > span:last-child { display: flex; flex-wrap: wrap; gap: 6px 22px; }

/* Rechtstexte */
.text { max-width: 760px; padding: 56px 0 80px; }
.text h1 { font-size: 40px; margin: 0 0 8px; }
.text h2 { font-size: 22px; margin: 36px 0 8px; }
.text h3 { font-size: 17px; margin: 22px 0 6px; }
.text p, .text li { color: var(--ink-2); }
.text .stand { color: var(--grau); font-size: 14px; }
.entwurf { background: #FFF4E5; color: #8A4B00; border-radius: 10px; padding: 12px 16px; font-size: 15px; margin: 16px 0 0; }

@media (prefers-reduced-motion: reduce) {
  .tipp-punkte i { animation: none; } .chat-verlauf .blase, .nachricht { transition: none; }
  .kurve-linie { animation: none; stroke-dashoffset: 0; } .kurve-flaeche { animation: none; opacity: 1; }
  .meldung { transition: none; } .band-lauf { animation: none; } .tippen::after { animation: none; }
}
@media (max-width: 1000px) {
  .ablauf { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .ablauf::before { display: none; }
  .raster { grid-template-columns: 1fr 1fr; }
  .pakete, .stimmen-liste { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .kennzahlen { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .buehne-inhalt, .zweispaltig { grid-template-columns: 1fr; gap: 40px; }
  .ki-fenster, .ki-drei { grid-template-columns: 1fr; }
  .nav a:not(.knopf) { display: none; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .huelle { padding: 0 16px; }
  .buehne { padding: 56px 0 56px; }
  .buehne .lead { font-size: 18px; }
  section { padding: 64px 0; }
  .titel { margin-bottom: 32px; }
  .ablauf { grid-template-columns: 1fr 1fr; }
  .raster { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .kachel.gross { grid-row: auto; }
  .kachel { min-height: 240px; }
  .video-kachel { min-height: 460px; }
  .drei-bild { grid-template-columns: 1fr; }
  .ergebnis { padding: 72px 0 56px; }
  .kennzahlen { gap: 18px 14px; }
  .messenger-verlauf { min-height: 440px; }
  .abschluss { padding: 100px 0; }
  .von { display: none; }
}

/* Preise 27.09.2026: volle, gleich hohe Kästen */
.paket-fuer { margin: 6px 0 0; color: var(--ink-2); font-size: 15px; min-height: 2.8em; }
.paket .preis small { font-size: .45em; }
.paket-artikel { margin: 4px 0 14px; padding: 10px 12px; border-radius: 12px; background: color-mix(in srgb, var(--marke) 8%, transparent); font-size: 15px; }
.paket-plus { margin: 0 0 10px; font-weight: 700; font-size: 14.5px; }
.paket .bald { display: inline-block; font-size: 11px; font-weight: 600; padding: 1px 7px; border-radius: 99px; background: var(--linie); color: var(--ink-2); vertical-align: 1px; }
.paket-streifen { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; border: 1px solid var(--linie); border-radius: 22px; padding: 22px 28px; }
.paket-streifen h3 { margin: 0 0 4px; font-size: 20px; }
.paket-streifen p { margin: 0; color: var(--ink-2); }
.paket-hinweis { margin: 14px 0 0; font-size: 13.5px; color: var(--ink-2); max-width: 80ch; }
#preise .laufzeit { display: flex; width: max-content; margin: 0 auto 28px; gap: 4px; padding: 4px; border-radius: 99px; background: var(--linie); }
#preise .laufzeit button { font: 600 15px Inter, system-ui, sans-serif; padding: 9px 18px; border: 0; border-radius: 99px; background: transparent; color: var(--ink-2); cursor: pointer; }
#preise .laufzeit button[aria-checked="true"] { background: var(--karte); color: var(--ink); box-shadow: 0 1px 3px rgba(22,22,15,.14); }
#preise .laufzeit span { color: var(--marke); margin-left: 4px; }
.preis-zusatz { margin: -6px 0 12px; font-size: 13px; color: var(--ink-2); min-height: 1.3em; }

/* Anfrage-Formular (Startseite #kontakt, Partnerseite #gespraech) – schickt an app.grow.aiconetworks.de/anfrage/,
   Grow legt die Anfrage in Flow an. Danke-/Fehlerzustand über ?danke=1 bzw. ?fehler=… (seite.js). */
.anfrage { background: var(--grund); border: 1px solid var(--linie); border-radius: 22px; padding: 28px; }
section.hell .anfrage { background: var(--grund); }
.anfrage-felder { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; margin-bottom: 18px; }
.anfrage label { display: grid; gap: 5px; font-size: 13.5px; font-weight: 600; color: var(--ink-2); min-width: 0; }
.anfrage label.breit { grid-column: 1 / -1; }
.anfrage input, .anfrage select, .anfrage textarea { font: 500 15.5px Inter, system-ui, sans-serif; color: var(--ink); background: var(--karte); border: 1px solid var(--linie); border-radius: 8px; padding: 10px 12px; width: 100%; min-width: 0; }
.anfrage textarea { resize: vertical; min-height: 110px; line-height: 1.5; }
.anfrage input::placeholder, .anfrage textarea::placeholder { color: var(--grau-hell); }
.anfrage input:focus, .anfrage select:focus, .anfrage textarea:focus { outline: 2px solid color-mix(in srgb, var(--marke) 45%, transparent); outline-offset: 1px; border-color: var(--marke); }
.anfrage .anfrage-haken { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; font-size: 14px; color: var(--ink-2); }
.anfrage .anfrage-haken input { width: 18px; height: 18px; margin: 2px 0 0; flex: none; accent-color: var(--marke); }
.anfrage [hidden] { display: none !important; }
.anfrage .fax { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.anfrage .knopf { width: 100%; }
.anfrage .knopf[disabled] { opacity: .6; cursor: wait; }
.anfrage-danke { text-align: center; padding: 24px 8px; }
.anfrage-danke h3 { margin: 0 0 8px; font-size: 26px; }
.anfrage-danke p { margin: 0; color: var(--ink-2); }
.anfrage-danke .haken-kreis { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--marke-hauch); color: var(--akzent-text); font-size: 26px; margin-bottom: 12px; }
.anfrage-fehler { margin: 0 0 16px; padding: 10px 14px; border-radius: 10px; background: var(--marke-hauch); color: var(--akzent-text); font-size: 15px; }
.anfrage-alternativ { margin: 18px 0 0; color: var(--ink-2); }
@media (max-width: 640px) {
  .anfrage { padding: 20px; }
  .anfrage-felder { grid-template-columns: 1fr; }
}
