/* ═══════════════════════════════════════
   HELIA — sections.css
   All section-specific styles
═══════════════════════════════════════ */

section { position: relative; z-index: 1 }

/* ═══════════════════════════════
   HERO
═══════════════════════════════ */
#S-HERO { min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 80px 44px 80px; overflow: hidden }
.H-GRID { position: absolute; inset: 0; background-image: linear-gradient(var(--c3) 1px, transparent 1px), linear-gradient(90deg, var(--c3) 1px, transparent 1px); background-size: 54px 54px; opacity: .4; pointer-events: none }
.H-IN { position: relative; z-index: 1; max-width: 1340px; margin: 0 auto; width: 100% }
.H-EY { font-family: var(--M); font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--m2); margin-bottom: 40px; display: flex; align-items: center; gap: 14px; opacity: 0; animation: FU .7s .3s forwards }
.H-EY::before { content: ''; width: 24px; height: 1px; background: var(--m2) }
.LIVE { display: flex; align-items: center; gap: 6px; color: var(--ok) }
.LIVE::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--ok); animation: NDOTA 1.5s infinite }

/* Kinetic title */
.H-TITLE { margin-bottom: 52px }
.HTL { display: block; overflow: hidden; padding: .06em 0 }
.HTI { display: block; transform: translateY(108%); animation: SU 1s cubic-bezier(.16,1,.3,1) forwards }
.HTL:nth-child(1) .HTI { animation-delay: .4s }
.HTL:nth-child(2) .HTI { animation-delay: .55s }
.HTL:nth-child(3) .HTI { animation-delay: .7s }
.HT  { font-size: clamp(52px, 9vw, 128px); font-weight: 900; line-height: .93; letter-spacing: -5px }
.HT-D { color: var(--c3); -webkit-text-stroke: 1.5px var(--c4) }
.HT-G { background: linear-gradient(135deg, var(--g) 0%, var(--g3) 60%, var(--g2) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text }

.H-BOT { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; opacity: 0; animation: FU .8s 1s forwards }
.H-SUB { font-size: 17px; color: var(--m); line-height: 1.8; max-width: 500px; font-weight: 300 }
.H-SUB strong { color: var(--k); font-weight: 700 }
.H-CTAS { display: flex; flex-direction: column; align-items: flex-end; gap: 10px }
.H-NOTE { font-family: var(--M); font-size: 9px; color: var(--m2); letter-spacing: 1px; text-align: right }

/* Stats band */
.STATS-BAND { display: flex; border-top: 1px solid var(--c3); margin-top: 72px; opacity: 0; animation: FU .8s 1.2s forwards }
.SB { flex: 1; padding: 22px 0; transition: background .3s; cursor: default; border-right: 1px solid var(--c3) }
.SB:last-child { border-right: none }
/* hover → glass.css */
.SBN { font-family: var(--M); font-size: clamp(22px, 3vw, 40px); font-weight: 700; letter-spacing: -2px; color: var(--k); display: block; margin-bottom: 4px; transition: color .3s }
.SBL { font-size: 13px; color: var(--m); line-height: 1.4; transition: color .3s; font-weight: 300 }

/* Marquee */
.MQ-WRAP { background: var(--k); overflow: hidden; padding: 12px 0; border-top: 1px solid rgba(244,242,236,.06); border-bottom: 1px solid rgba(244,242,236,.06) }
.MQ-T { display: flex; animation: MQA 30s linear infinite; white-space: nowrap }
.MQI { font-family: var(--M); font-size: 10px; letter-spacing: 3px; text-transform: uppercase; padding: 0 28px; color: rgba(244,242,236,.18) }
.MQI.H { color: rgba(244,242,236,.7) }
.MQI.G { color: rgba(139,92,246,.6) }

/* Hypnotic hero orbs */
.HERO-ORB { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(60px); z-index: 0 }
.HERO-ORB-1 { width: 420px; height: 420px; background: rgba(139,92,246,.06); top: 10%; right: -5%; animation: hypno-pulse 8s ease-in-out infinite, hypno-drift 20s ease-in-out infinite }
.HERO-ORB-2 { width: 300px; height: 300px; background: rgba(62,122,80,.04); bottom: 15%; left: -3%; animation: hypno-pulse 10s ease-in-out 2s infinite, hypno-drift 25s ease-in-out 3s infinite }
.HERO-ORB-3 { width: 200px; height: 200px; background: rgba(139,92,246,.03); top: 40%; left: 30%; animation: hypno-morph 12s ease-in-out infinite, hypno-pulse 6s ease-in-out 1s infinite }

/* ═══════════════════════════════
   WIZARD SECTION
═══════════════════════════════ */
#S-CHECK { padding: 0; background: var(--k2); min-height: 100vh; display: flex; flex-direction: column }
.WZ-TOP { padding: 40px 44px 0; border-bottom: 1px solid rgba(244,242,236,.06) }
.WZ-TOP-IN { max-width: 1340px; margin: 0 auto; display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 24px; gap: 32px; flex-wrap: wrap }
.WZ-LABEL { font-family: var(--M); font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: rgba(139,92,246,.5); display: flex; align-items: center; gap: 10px; margin-bottom: 10px }
.WZ-LABEL::before { content: ''; width: 14px; height: 1px; background: rgba(139,92,246,.4) }
.WZ-TITLE { font-size: clamp(22px, 3vw, 36px); font-weight: 900; color: rgba(244,242,236,.88); letter-spacing: -1px; line-height: 1.1 }
.WZ-SAVE-NOTE { font-family: var(--M); font-size: 9px; color: rgba(244,242,236,.2); letter-spacing: 1px; display: flex; align-items: center; gap: 6px; white-space: nowrap }
.WZ-SAVE-NOTE::before { content: '↺'; color: rgba(139,92,246,.4) }

/* Progress bar */
.WZ-PROG { padding: 20px 44px; border-bottom: 1px solid rgba(244,242,236,.06); background: rgba(0,0,0,.15) }
.WZ-PROG-IN { max-width: 1340px; margin: 0 auto }
.WZ-STEPS { display: flex; gap: 4px; margin-bottom: 8px }
.WZ-S { height: 3px; flex: 1; background: rgba(244,242,236,.07); transition: background .4s }
.WZ-S.done { background: var(--ok) }
.WZ-S.cur  { background: var(--g) }
.WZ-PROG-META { display: flex; justify-content: space-between; align-items: center }
.WZ-STEP-L { font-family: var(--M); font-size: 9px; color: rgba(244,242,236,.2); letter-spacing: 2px }
.WZ-STEP-N { font-family: var(--M); font-size: 9px; color: rgba(244,242,236,.4); letter-spacing: 2px }
#WZ-PCT { color: var(--g); font-weight: 600 }

/* Question area */
.WZ-BODY { flex: 1; padding: 48px 44px; display: flex; flex-direction: column; align-items: center; justify-content: center }
.WZ-BODY-IN { max-width: 740px; width: 100% }
.WZ-Q-CONTEXT { font-family: var(--M); font-size: 9px; color: rgba(139,92,246,.4); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; display: flex; align-items: center; gap: 8px }
.WZ-Q-CONTEXT::before { content: ''; width: 16px; height: 1px; background: rgba(139,92,246,.35) }
.WZ-Q-TEXT { font-size: clamp(22px, 3.5vw, 40px); font-weight: 900; color: rgba(244,242,236,.92); line-height: 1.15; letter-spacing: -1.5px; margin-bottom: 10px }
.WZ-Q-SUB { font-size: 14px; color: rgba(244,242,236,.3); line-height: 1.6; margin-bottom: 36px; font-weight: 300; letter-spacing: .2px }

/* Single options */
.WZ-SINGLE { display: flex; flex-direction: column; gap: 7px }
.WSBTN { display: flex; align-items: center; gap: 16px; background: rgba(244,242,236,.04); border: 1px solid rgba(244,242,236,.08); color: rgba(244,242,236,.55); font-family: var(--M); font-size: 13px; padding: 16px 20px; cursor: pointer; text-align: left; transition: all .22s; letter-spacing: .3px; width: 100%; position: relative; overflow: hidden }
.WSBTN::before { content: ''; position: absolute; inset: 0; background: rgba(139,92,246,.08); transform: scaleX(0); transform-origin: left; transition: transform .3s cubic-bezier(.16,1,.3,1) }
.WSBTN:hover::before { transform: scaleX(1) }
.WSBTN:hover { border-color: rgba(139,92,246,.25); color: var(--g3); transform: translateX(4px) }
.WSBTN-K { width: 24px; height: 24px; border: 1px solid rgba(139,92,246,.2); display: flex; align-items: center; justify-content: center; font-size: 10px; color: var(--g); flex-shrink: 0; position: relative; z-index: 1; transition: all .2s }
.WSBTN:hover .WSBTN-K { background: rgba(139,92,246,.1); border-color: rgba(139,92,246,.4) }
.WSBTN-T { flex: 1; position: relative; z-index: 1; line-height: 1.4 }

/* Multi options */
.WZ-MULTI-HINT { font-family: var(--M); font-size: 9px; color: rgba(139,92,246,.4); letter-spacing: 2px; margin-bottom: 14px; display: flex; align-items: center; gap: 8px }
.WZ-MULTI-HINT::before { content: ''; width: 12px; height: 1px; background: rgba(139,92,246,.35) }
.WZ-MULTI { display: grid; grid-template-columns: 1fr 1fr; gap: 6px }
.WMBTN { display: flex; align-items: flex-start; gap: 12px; background: rgba(244,242,236,.03); border: 1px solid rgba(244,242,236,.07); padding: 14px 16px; cursor: pointer; transition: all .22s; position: relative }
.WMBTN:hover { background: rgba(139,92,246,.05); border-color: rgba(139,92,246,.15) }
.WMBTN.ON { background: rgba(139,92,246,.09); border-color: rgba(139,92,246,.28) }
.WMB-BOX { width: 17px; height: 17px; border: 1px solid rgba(244,242,236,.16); flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; justify-content: center; transition: all .2s }
.WMBTN.ON .WMB-BOX { border-color: var(--g); background: rgba(139,92,246,.18) }
.WMB-TK { font-size: 10px; color: var(--g); display: none; font-family: var(--M) }
.WMBTN.ON .WMB-TK { display: block }
.WMB-T { font-family: var(--M); font-size: 12px; color: rgba(244,242,236,.48); letter-spacing: .3px; transition: color .2s; line-height: 1.4 }
.WMBTN.ON .WMB-T { color: var(--g3) }
.WMBTN:hover .WMB-T { color: rgba(244,242,236,.7) }

/* Nav buttons */
.WZ-NAV  { display: flex; gap: 8px; margin-top: 24px; align-items: center }
.WZ-NEXT { font-family: var(--M); font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 14px 28px; background: var(--g); color: var(--k); border: none; cursor: pointer; transition: all .2s; flex: 1; max-width: 240px }
.WZ-NEXT:hover { background: var(--g3) }
.WZ-NEXT:disabled { opacity: .3; cursor: not-allowed; background: rgba(244,242,236,.1); color: rgba(244,242,236,.3) }
.WZ-BACK { font-family: var(--M); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; padding: 14px 20px; background: transparent; border: 1px solid rgba(244,242,236,.1); color: rgba(244,242,236,.3); cursor: pointer; transition: all .2s }
.WZ-BACK:hover { border-color: rgba(244,242,236,.25); color: rgba(244,242,236,.65) }
.WZ-SKIP { font-family: var(--M); font-size: 9px; letter-spacing: 1px; color: rgba(244,242,236,.18); background: transparent; border: none; cursor: pointer; padding: 8px; transition: color .2s }
.WZ-SKIP:hover { color: rgba(244,242,236,.45) }

/* Mini form */
.WZ-FORM  { display: flex; flex-direction: column; gap: 12px; width: 100% }
.WZF-TITLE { font-size: clamp(18px, 2.5vw, 28px); font-weight: 900; color: rgba(244,242,236,.88); letter-spacing: -1px; margin-bottom: 4px }
.WZF-SUB  { font-size: 14px; color: rgba(244,242,236,.3); margin-bottom: 20px; font-weight: 300; line-height: 1.55 }
.WZF-ROW  { display: flex; flex-direction: column; gap: 5px }
.WZF-L    { font-family: var(--M); font-size: 8px; color: rgba(244,242,236,.22); letter-spacing: 2px; text-transform: uppercase }
.WZF-I    { background: rgba(244,242,236,.05); border: 1px solid rgba(244,242,236,.1); color: rgba(244,242,236,.82); font-family: var(--M); font-size: 12px; padding: 12px 14px; outline: none; transition: border-color .2s; letter-spacing: .3px; width: 100% }
.WZF-I:focus { border-color: rgba(139,92,246,.35); background: rgba(244,242,236,.07) }
.WZF-I::placeholder { color: rgba(244,242,236,.18) }
.WZF-SUBMIT { background: var(--g); color: var(--k); font-family: var(--M); font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; padding: 15px; border: none; cursor: pointer; transition: background .2s; width: 100%; margin-top: 4px }
.WZF-SUBMIT:hover { background: var(--g3) }
.WZF-NOTE { font-family: var(--M); font-size: 9px; color: rgba(244,242,236,.18); letter-spacing: .5px; text-align: center; line-height: 1.5; margin-top: 2px }

/* Report */
#WZ-REPORT { display: none; padding: 52px 44px; background: var(--c); border-top: 2px solid var(--c3) }
.RPT-IN   { max-width: 1340px; margin: 0 auto }
.RPT-EY   { font-family: var(--M); font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--ok); margin-bottom: 16px; display: flex; align-items: center; gap: 10px }
.RPT-EY::before { content: ''; width: 14px; height: 1px; background: var(--ok) }
.RPT-TITLE { font-size: clamp(28px, 4vw, 52px); font-weight: 900; letter-spacing: -2px; line-height: 1; margin-bottom: 8px; color: var(--k) }
.RPT-SUB  { font-size: 16px; color: var(--m); margin-bottom: 52px; font-weight: 300; line-height: 1.65 }
.RPT-GRID { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--c3); margin-bottom: 40px }
.RB { background: var(--c); overflow: hidden; opacity: 0; transform: translateY(10px); animation: RBF .4s forwards }
.RB-H  { padding: 12px 18px; background: var(--c2); border-bottom: 1px solid var(--c3); display: flex; justify-content: space-between; align-items: center }
.RBH-L { font-family: var(--M); font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: var(--m) }
.RB-ST { font-family: var(--M); font-size: 7px; padding: 3px 8px; letter-spacing: 1px }
.ST-C  { background: rgba(168,80,36,.07); color: rgba(168,80,36,.85); border: 1px solid rgba(168,80,36,.15) }
.ST-G  { background: rgba(62,122,80,.07); color: rgba(62,122,80,.85); border: 1px solid rgba(62,122,80,.15) }
.ST-A  { background: rgba(139,92,246,.07); color: rgba(139,92,246,.85); border: 1px solid rgba(139,92,246,.15) }
.RB-B  { padding: 18px 18px }
.RB-M  { font-size: 16px; font-weight: 700; color: var(--k); margin-bottom: 5px; letter-spacing: -.3px }
.RB-S  { font-size: 13px; color: var(--m); line-height: 1.55; letter-spacing: .2px }
.RB-S em { font-style: normal; font-weight: 700; color: var(--g2) }
.RB-PRICE { font-family: var(--M); font-size: 24px; font-weight: 700; color: var(--k); letter-spacing: -1px; margin-top: 12px; margin-bottom: 2px }
.RB-PSUB { font-family: var(--M); font-size: 9px; color: var(--m2); letter-spacing: 1px }
.RB-FEATS { margin-top: 12px; display: flex; flex-direction: column; gap: 5px }
.RB-F  { font-family: var(--M); font-size: 11px; color: var(--m); letter-spacing: .2px; display: flex; gap: 8px; line-height: 1.4 }
.RB-F::before { content: '→'; color: var(--g2); opacity: .5; flex-shrink: 0 }
.RB-CTA { display: block; background: var(--k); color: var(--c); font-family: var(--M); font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 12px 18px; text-decoration: none; border: none; cursor: pointer; transition: background .2s; margin-top: 16px; text-align: center; width: 100% }
.RB-CTA:hover { background: var(--g); color: var(--k) }
.RB-ROI { background: rgba(62,122,80,.05); border: 1px solid rgba(62,122,80,.1); padding: 12px 14px; margin-top: 10px }
.ROI-L { font-family: var(--M); font-size: 8px; color: rgba(62,122,80,.55); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 4px }
.ROI-V { font-size: 14px; font-weight: 700; color: rgba(62,122,80,.8); letter-spacing: -.3px }
.RPT-CTA-BIG { background: var(--k); padding: 40px; margin-top: 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap }
.RCTB-L .RCTB-T { font-size: 22px; font-weight: 900; color: rgba(244,242,236,.88); letter-spacing: -1px; margin-bottom: 6px }
.RCTB-L .RCTB-S { font-size: 14px; color: rgba(244,242,236,.35); font-weight: 300; line-height: 1.55 }
.RCTB-BTNS { display: flex; gap: 8px; flex-shrink: 0 }
.RCTB-BTN { font-family: var(--M); font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 14px 24px; text-decoration: none; transition: all .2s; border: none; cursor: pointer }
.RCB1 { background: var(--g); color: var(--k) }
.RCB1:hover { background: var(--g3) }
.RCB2 { background: rgba(244,242,236,.07); color: rgba(244,242,236,.5); border: 1px solid rgba(244,242,236,.12) }
.RCB2:hover { background: rgba(244,242,236,.12); color: rgba(244,242,236,.8) }
.RPT-RESTART { font-family: var(--M); font-size: 9px; color: var(--m2); letter-spacing: 1px; text-align: center; margin-top: 24px; cursor: pointer; transition: color .2s; background: none; border: none; display: block; width: 100% }
.RPT-RESTART:hover { color: var(--k) }

/* ═══════════════════════════════
   PRODUCTS
═══════════════════════════════ */
#S-PROD { padding: 120px 44px; background: rgba(236,234,226,.8); position: relative; z-index: 1 }
.PROD-IN { max-width: 1340px; margin: 0 auto }

/* Pricing */
.PT   { margin-top: 64px; padding-top: 56px; border-top: 1px solid var(--c3) }
.PT-G { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--c3); margin-top: 36px }
.PTB  { background: var(--c); padding: 32px }
.PTB.DARK { background: var(--k); color: rgba(244,242,236,.82) }
.PTB-T  { font-family: var(--M); font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--m2); margin-bottom: 14px }
.PTB.DARK .PTB-T { color: rgba(244,242,236,.22) }
.PTB-TI { font-size: 21px; font-weight: 800; margin-bottom: 8px; letter-spacing: -.3px }
.PTB-PR { font-family: var(--M); font-size: 30px; font-weight: 700; letter-spacing: -2px; margin-bottom: 3px }
.PTB-SU { font-family: var(--M); font-size: 9px; color: var(--m2); letter-spacing: 1px; margin-bottom: 24px }
.PTB.DARK .PTB-SU { color: rgba(244,242,236,.18) }
.PTB-LIST { display: flex; flex-direction: column; gap: 0 }
.PTB-ROW { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--c3) }
.PTB.DARK .PTB-ROW { border-color: rgba(244,242,236,.06) }
.PTB-ROW:last-child { border-bottom: none }
.PTB-K { font-size: 13px; color: var(--m) }
.PTB.DARK .PTB-K { color: rgba(244,242,236,.32) }
.PTB-V { font-family: var(--M); font-size: 12px; font-weight: 600; letter-spacing: -.2px; color: var(--k) }
.PTB.DARK .PTB-V { color: rgba(244,242,236,.7) }
.PTB.DARK .PTB-V.GO { color: rgba(139,92,246,.7) }
.PTB-CTA { display: block; width: 100%; background: var(--k); color: var(--c); font-family: var(--M); font-size: 9px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; padding: 13px; text-align: center; text-decoration: none; margin-top: 24px; transition: background .2s; border: none; cursor: pointer }
.PTB-CTA:hover { background: var(--g); color: var(--k) }
.PTB.DARK .PTB-CTA { background: var(--g); color: var(--k) }
.PTB.DARK .PTB-CTA:hover { background: var(--g3) }

/* ═══════════════════════════════
   SHOP / CONFIGURATOR
═══════════════════════════════ */
#S-SHOP { padding: 120px 44px; background: rgba(244,242,236,.85); border-top: 1px solid var(--c3); position: relative; z-index: 1 }
.SHOP-IN { max-width: 1340px; margin: 0 auto; display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start }
.CFG-SEC { margin-bottom: 32px }
.CFG-L { font-family: var(--M); font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--m2); margin-bottom: 16px; display: flex; align-items: center; gap: 8px }
.CFG-L::before { content: ''; width: 10px; height: 1px; background: var(--m2) }
.CFG-R { margin-bottom: 20px }
.CRH { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 9px }
.CRN { font-size: 14px; color: var(--k) }
.CRV { font-family: var(--M); font-size: 14px; font-weight: 700; color: var(--k); letter-spacing: -.5px }
.CRU { font-family: var(--M); font-size: 8px; color: var(--m); margin-left: 3px; letter-spacing: .5px }
.SW  { position: relative; height: 2px; background: var(--c3) }
.SF  { position: absolute; left: 0; top: 0; height: 100%; background: var(--k); transition: width .1s }
.ST2 { position: absolute; top: 50%; width: 10px; height: 10px; background: var(--k); border: 2px solid var(--c); transform: translate(-50%,-50%); transition: left .1s; pointer-events: none }
.CFG-R:hover .SF, .CFG-R:hover .ST2 { background: var(--g) }
input[type=range].CS { position: absolute; inset: 0; width: 100%; opacity: 0; cursor: pointer; height: 100%; -webkit-appearance: none }
.TICKS { display: flex; justify-content: space-between; margin-top: 7px }
.TI3  { font-family: var(--M); font-size: 8px; color: var(--m2); letter-spacing: .5px }
.UG   { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-bottom: 6px }
.UB   { background: var(--c2); border: 1px solid var(--c3); color: var(--m); font-family: var(--M); font-size: 10px; letter-spacing: .5px; padding: 10px 12px; cursor: pointer; transition: all .2s; text-align: left; position: relative }
.UB:hover, .UB.ON { background: var(--k); border-color: var(--k); color: rgba(244,242,236,.7) }
.UB.ON::after { content: '✓'; position: absolute; top: 5px; right: 8px; font-size: 8px; color: var(--g) }
.UN   { font-family: var(--M); font-size: 9px; color: var(--m2); letter-spacing: .3px; line-height: 1.6 }

/* Sticky result */
.SR  { position: sticky; top: 60px }
.RES { background: var(--k); overflow: hidden }
.RES-H { padding: 18px 22px; border-bottom: 1px solid rgba(244,242,236,.07) }
.RHT { font-family: var(--M); font-size: 8px; letter-spacing: 3px; text-transform: uppercase; color: rgba(244,242,236,.2); margin-bottom: 10px }
.PNAME { font-size: 20px; font-weight: 700; color: rgba(244,242,236,.87); letter-spacing: -1px; line-height: 1.1 }
.PTIER { font-family: var(--M); font-size: 8px; color: var(--g); letter-spacing: 2px; text-transform: uppercase; margin-top: 4px }
.RES-P { padding: 15px 22px; border-bottom: 1px solid rgba(244,242,236,.07) }
.RPM { font-size: 26px; font-weight: 700; color: rgba(244,242,236,.87); letter-spacing: -1.5px }
.RPS { font-family: var(--M); font-size: 8px; color: rgba(244,242,236,.18); letter-spacing: 1px; margin-top: 3px }
.RES-ROI { padding: 12px 22px; border-bottom: 1px solid rgba(244,242,236,.07); background: rgba(62,122,80,.05) }
.ROIL { font-family: var(--M); font-size: 8px; color: rgba(62,122,80,.55); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 4px }
.ROIV { font-size: 13px; color: rgba(62,122,80,.8); font-weight: 600; letter-spacing: .2px }
.RES-SP { padding: 13px 22px; display: flex; flex-direction: column; gap: 7px; border-bottom: 1px solid rgba(244,242,236,.07) }
.RSR { display: flex; justify-content: space-between }
.RSK { font-family: var(--M); font-size: 8px; color: rgba(244,242,236,.18); text-transform: uppercase; letter-spacing: 1px }
.RSV { font-family: var(--M); font-size: 10px; color: rgba(244,242,236,.52); letter-spacing: .3px }
.RSV.G { color: rgba(62,122,80,.75) }
.RES-IN { padding: 13px 22px; border-bottom: 1px solid rgba(244,242,236,.07) }
.RIL { font-family: var(--M); font-size: 8px; color: rgba(244,242,236,.18); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px }
.RII { display: flex; flex-direction: column; gap: 4px }
.RII-I { font-family: var(--M); font-size: 9px; color: rgba(244,242,236,.36); display: flex; gap: 8px }
.RII-I::before { content: '→'; color: var(--g); opacity: .35 }
.RES-CTA { padding: 15px 22px }
.RCA { display: block; width: 100%; background: var(--c); color: var(--k); font-family: var(--M); font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 12px; text-align: center; text-decoration: none; border: none; cursor: pointer; transition: background .2s; margin-bottom: 6px }
.RCA:hover { background: var(--g); color: var(--k) }
.RCN { font-family: var(--M); font-size: 8px; color: rgba(244,242,236,.15); letter-spacing: .5px; text-align: center; line-height: 1.5 }

/* Market hardware */
.MKT { border-top: 1px solid var(--c3); padding: 44px 0 0; max-width: 1340px; margin: 0 auto }
.MKT-T { font-family: var(--M); font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--m2); margin-bottom: 22px; display: flex; align-items: center; gap: 10px }
.MKT-T::before { content: ''; width: 14px; height: 1px; background: var(--m2) }
.MG2 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--c3) }
.MH  { background: var(--c); padding: 16px; cursor: pointer; transition: background .25s }
/* hover → glass.css */
.MHE { font-family: var(--M); font-size: 7px; letter-spacing: 2px; text-transform: uppercase; color: var(--m2); margin-bottom: 7px; transition: color .25s }
.MHN { font-size: 13px; font-weight: 700; color: var(--k); margin-bottom: 3px; letter-spacing: -.2px; transition: color .25s }
.MHD { font-size: 11px; color: var(--m); margin-bottom: 4px; line-height: 1.4; transition: color .25s }
.MHU { font-size: 10px; color: var(--m2); margin-bottom: 11px; line-height: 1.4; transition: color .25s }
.MHP { font-family: var(--M); font-size: 13px; font-weight: 700; color: var(--k); margin-bottom: 9px; letter-spacing: -.3px; transition: color .25s }
.MHB { display: block; padding: 7px; text-align: center; font-family: var(--M); font-size: 7px; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; border: 1px solid var(--c3); color: var(--m); transition: all .2s }
.MH:hover .MHB { background: var(--c); color: var(--k); border-color: var(--c) }

/* ═══════════════════════════════
   TEAM
═══════════════════════════════ */
#S-TEAM { padding: 120px 44px; background: rgba(236,234,226,.8); border-top: 1px solid var(--c3); position: relative; z-index: 1 }
.TEAM-IN { max-width: 1340px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start }
.TL-Q { font-size: clamp(20px, 2.8vw, 34px); font-weight: 900; letter-spacing: -1px; line-height: 1.15; margin-bottom: 24px }
.TL-Q em { font-style: normal; color: var(--g2); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px }
.TL-B { font-size: 15px; color: var(--m); line-height: 1.85; margin-bottom: 32px; font-weight: 300 }
.TL-B p + p { margin-top: 12px }
.TFACTS { border: 1px solid var(--c3); overflow: hidden }
.TFR { display: flex; justify-content: space-between; align-items: center; padding: 12px 17px; border-bottom: 1px solid var(--c3); transition: background .2s; cursor: default }
.TFR:last-child { border-bottom: none }
/* hover → glass.css */
.TFRK { font-family: var(--M); font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: var(--m2); transition: color .2s }
.TFRV { font-family: var(--M); font-size: 11px; color: var(--k); letter-spacing: .2px; transition: color .2s }

/* Noah card */
.NCARD { border: 1px solid var(--c3); overflow: hidden }
.NC-IMG { background: var(--c2); height: 340px; position: relative; overflow: hidden; display: flex; align-items: flex-end; justify-content: center }
.NC-GR { position: absolute; inset: 0; background-image: linear-gradient(var(--c3) 1px, transparent 1px), linear-gradient(90deg, var(--c3) 1px, transparent 1px); background-size: 18px 18px; opacity: .7 }
.NC-SC { position: absolute; left: 0; right: 0; height: 1px; background: rgba(139,92,246,.15); animation: NCSC 6s linear infinite }
.NC-VIG { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 110%, transparent 25%, rgba(244,242,236,.78) 100%) }
.NC-SVG { width: 66%; position: relative; z-index: 1 }
.NC-META { padding: 15px 17px; border-top: 1px solid var(--c3); display: flex; justify-content: space-between; align-items: center; background: var(--c) }
.NCM-N { font-size: 14px; font-weight: 700; color: var(--k) }
.NCM-R { font-family: var(--M); font-size: 8px; color: var(--m); letter-spacing: 2px; margin-top: 2px }
.NCM-S { font-family: var(--M); font-size: 8px; color: var(--g2); letter-spacing: 2px; display: flex; align-items: center; gap: 5px }
.NCM-S::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--g); animation: NDOTA 1.5s infinite }
.NC-CONT { border-top: 1px solid var(--c3) }
.NCC { display: flex; justify-content: space-between; align-items: center; padding: 12px 17px; border-bottom: 1px solid var(--c3); cursor: pointer; transition: background .2s; text-decoration: none }
.NCC:last-child { border-bottom: none }
/* hover → glass.css */
.NCCK { font-family: var(--M); font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: var(--m2); transition: color .2s }
.NCCV { font-family: var(--M); font-size: 10px; color: var(--k); letter-spacing: .3px; transition: color .2s }

/* ═══════════════════════════════
   CONTACT
═══════════════════════════════ */
#S-CONTACT { padding: 120px 44px; background: var(--k); border-top: 1px solid rgba(244,242,236,.06) }
.CONT-IN { max-width: 1340px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start }
.CL-EY { font-family: var(--M); font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: rgba(139,92,246,.5); margin-bottom: 16px; display: flex; align-items: center; gap: 10px }
.CL-EY::before { content: ''; width: 14px; height: 1px; background: rgba(139,92,246,.4) }
.CL-TI { font-size: clamp(32px, 4.5vw, 64px); font-weight: 900; letter-spacing: -3px; line-height: .93; margin-bottom: 14px; color: rgba(244,242,236,.9) }
.CL-SU { font-size: 16px; color: rgba(244,242,236,.35); line-height: 1.7; margin-bottom: 40px; font-weight: 300 }
.WH-T  { font-size: 14px; font-weight: 700; color: rgba(244,242,236,.65); margin-bottom: 18px; letter-spacing: -.2px }
.WH-STEPS { display: flex; flex-direction: column }
.WHS { display: flex; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(244,242,236,.06); cursor: default; transition: background .2s }
.WHS:last-child { border-bottom: none }
.WHS:hover { background: rgba(244,242,236,.04); margin: 0 -18px; padding: 15px 18px }
.WHS-N { font-family: var(--M); font-size: 9px; color: rgba(244,242,236,.18); letter-spacing: 2px; flex-shrink: 0; margin-top: 2px }
.WHS-TI { font-size: 14px; font-weight: 700; color: rgba(244,242,236,.7); margin-bottom: 3px; letter-spacing: -.2px }
.WHS-S { font-size: 13px; color: rgba(244,242,236,.3); font-weight: 300; line-height: 1.45 }
.WH-NOTE { background: rgba(244,242,236,.04); border: 1px solid rgba(244,242,236,.08); padding: 18px; margin-top: 20px }
.WHN-T { font-size: 13px; font-weight: 700; color: rgba(244,242,236,.7); margin-bottom: 4px }
.WHN-S { font-size: 13px; color: rgba(244,242,236,.3); font-weight: 300; line-height: 1.55 }
.DIR  { margin-top: 28px; border: 1px solid rgba(244,242,236,.08); overflow: hidden }
.DC   { display: flex; justify-content: space-between; align-items: center; padding: 13px 17px; border-bottom: 1px solid rgba(244,242,236,.06); text-decoration: none; transition: background .2s }
.DC:last-child { border-bottom: none }
.DC:hover { background: rgba(244,242,236,.06) }
.DCK { font-family: var(--M); font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: rgba(244,242,236,.2) }
.DCV { font-family: var(--M); font-size: 10px; color: rgba(244,242,236,.55); letter-spacing: .3px }

/* ═══════════════════════════════
   STORY SECTION — Why clients come to us
═══════════════════════════════ */
#S-STORY {
  padding: 120px 44px 140px;
  background: transparent;
  position: relative;
  z-index: 2;
}
.STRY-IN {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.STRY-HEAD { max-width: 820px; margin-bottom: 64px }
.STRY-PILL {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--M);
  font-size: 10px;
  color: var(--p3);
  letter-spacing: .28em;
  text-transform: uppercase;
  padding: 8px 14px;
  border: 1px solid rgba(139,92,246,.22);
  border-radius: 100px;
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(10px);
  font-weight: 500;
  margin-bottom: 22px;
}
.STRY-PILL-DOT {
  width: 6px; height: 6px;
  background: var(--p1);
  border-radius: 50%;
  animation: navAosPulse 1.8s ease-in-out infinite;
}
.STRY-TI {
  font-family: var(--S);
  font-weight: 900;
  font-size: clamp(40px, 5.4vw, 84px);
  line-height: 1.02;
  letter-spacing: -.035em;
  margin-bottom: 20px;
  color: var(--k);
}
.STRY-LEAD {
  font-size: 16.5px;
  color: var(--m);
  line-height: 1.65;
  font-weight: 400;
  max-width: 640px;
  margin: 0 auto;
}
.STRY-LEAD strong { color: var(--k); font-weight: 600 }

.STRY-GRID {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  margin-bottom: 60px;
}
.STRY-C {
  position: relative;
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--line, rgba(12,11,8,.08));
  border-radius: 16px;
  padding: 28px 28px 30px;
  text-align: left;
  transition: all .35s cubic-bezier(.22,1,.36,1);
}
.STRY-C:hover {
  border-color: rgba(139,92,246,.22);
  background: rgba(255,255,255,.75);
  transform: translateY(-3px);
  box-shadow: 0 22px 50px -20px rgba(139,92,246,.2);
}
.STRY-C-NUM {
  font-family: var(--M);
  font-size: 10px;
  color: var(--m2, var(--m));
  letter-spacing: .18em;
  margin-bottom: 14px;
  font-weight: 500;
}
.STRY-C-ILL {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 22px;
  color: var(--p1);
}
.STRY-C-ILL svg { width: 140px; height: auto }
.STRY-C-TI {
  font-family: var(--S);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -.015em;
  color: var(--k);
  margin: 0 0 10px;
  line-height: 1.2;
}
.STRY-C-D {
  font-size: 13.5px;
  color: var(--m);
  line-height: 1.55;
  font-weight: 400;
}

.STRY-OUT {
  max-width: 680px;
  font-size: 15.5px;
  color: var(--m);
  line-height: 1.7;
  text-align: center;
}
.STRY-OUT strong { color: var(--k); font-weight: 600 }

@media (max-width: 960px) {
  .STRY-GRID { grid-template-columns: 1fr; gap: 14px }
  #S-STORY { padding: 80px 20px 100px }
}

/* ═══ NOAH INTRO BLOCK ═══ */
.NOAH-INTRO {
  margin-top: 80px;
  width: 100%;
}
.NOAH-IN {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  align-items: center;
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--line, rgba(12,11,8,.08));
  border-radius: 20px;
  padding: 44px 48px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.NOAH-IN::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(139,92,246,.14) 0%, transparent 65%);
  pointer-events: none;
}
.NOAH-L { position: relative; z-index: 1 }
.NOAH-R {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.NOAH-PILL {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--M);
  font-size: 10px;
  color: var(--p3);
  letter-spacing: .28em;
  text-transform: uppercase;
  padding: 7px 14px;
  border: 1px solid rgba(139,92,246,.22);
  border-radius: 100px;
  background: rgba(255,255,255,.5);
  font-weight: 500;
  margin-bottom: 18px;
}
.NOAH-PILL-DOT {
  width: 6px; height: 6px;
  background: var(--p1);
  border-radius: 50%;
  animation: navAosPulse 1.8s ease-in-out infinite;
}
.NOAH-TI {
  font-family: var(--S);
  font-weight: 900;
  font-size: clamp(30px, 3.4vw, 52px);
  line-height: 1.02;
  letter-spacing: -.03em;
  color: var(--k);
  margin: 0 0 16px;
}
.NOAH-LEAD {
  font-size: 15px;
  color: var(--m);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 560px;
}

.NOAH-META {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.NOAH-META li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid var(--line, rgba(12,11,8,.06));
  font-size: 13px;
}
.NOAH-META li:first-child { border-top: none; padding-top: 0 }
.NOAH-META-L {
  font-family: var(--M);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--m2, var(--m));
  align-self: center;
  font-weight: 500;
}
.NOAH-META-V {
  color: var(--k);
  font-weight: 500;
  letter-spacing: -.005em;
}

.NOAH-CTAS {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.NOAH-BF {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: var(--k);
  color: #fff;
  font-family: var(--S);
  font-size: 14px;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  transition: all .3s;
}
.NOAH-BF:hover {
  background: var(--p3);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -10px rgba(109,40,217,.45);
}
.NOAH-BG {
  display: inline-flex;
  align-items: center;
  padding: 14px 22px;
  background: transparent;
  color: var(--k);
  border: 1.5px solid var(--line-strong, rgba(12,11,8,.16));
  font-family: var(--S);
  font-size: 14px;
  font-weight: 600;
  border-radius: 100px;
  text-decoration: none;
  transition: all .3s;
}
.NOAH-BG:hover {
  border-color: var(--p1);
  color: var(--p3);
  background: rgba(139,92,246,.04);
}

/* Avatar */
.NOAH-AVATAR {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(145deg, #2E1065, #4C1D95);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 25px 60px -15px rgba(76,29,149,.4);
}
.NOAH-AVATAR-INIT {
  font-family: var(--S);
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  letter-spacing: -.02em;
}
.NOAH-AVATAR-RING {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1.5px dashed rgba(167,139,250,.4);
  animation: hpSpin 40s linear infinite;
}
.NOAH-AVATAR-DOT {
  position: absolute;
  bottom: 8px; right: 10px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid var(--c);
  box-shadow: 0 0 10px rgba(34,197,94,.5);
}

.NOAH-STATS {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 260px;
}
.NOAH-ST {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255,255,255,.5);
  border: 1px solid var(--line, rgba(12,11,8,.06));
  border-radius: 12px;
}
.NOAH-ST strong {
  font-family: var(--S);
  font-weight: 700;
  font-size: 18px;
  color: var(--k);
  letter-spacing: -.02em;
  min-width: 68px;
}
.NOAH-ST span {
  font-family: var(--M);
  font-size: 10px;
  color: var(--m);
  letter-spacing: .05em;
}

@media (max-width: 860px) {
  .NOAH-IN { grid-template-columns: 1fr; gap: 36px; padding: 36px 28px; text-align: center }
  .NOAH-R { align-items: center }
  .NOAH-META li { grid-template-columns: 1fr; gap: 2px; text-align: left }
  .NOAH-META-L { font-size: 8px }
  .NOAH-CTAS { justify-content: center }
}

/* 2-col Leistungen hero: text left, HA animation right */
.LH-GRID {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}
.LH-TEXT { min-width: 0 }
.LH-ANIM {
  position: relative;
  min-height: 460px;
}
.LH-ANIM .S1-LOOP {
  position: relative;
  height: 460px;
  width: 100%;
}

@media (max-width: 1024px) {
  .LH-GRID { grid-template-columns: 1fr; gap: 32px }
  .LH-ANIM { min-height: 380px }
  .LH-ANIM .S1-LOOP { height: 380px }
}
@media (max-width: 600px) {
  .LH-ANIM { min-height: 300px }
  .LH-ANIM .S1-LOOP { height: 300px }
}

.PKG-GRID { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--c3) }
.PKG { background: var(--c); padding: 28px; display: flex; flex-direction: column; transition: all .35s; cursor: default }
/* hover → glass.css */
.PKG-TAG { font-family: var(--M); font-size: 7px; letter-spacing: 2px; text-transform: uppercase; padding: 3px 10px; border: 1px solid var(--c4); color: var(--m); display: inline-block; margin-bottom: 14px; transition: all .35s; align-self: flex-start }
.PKG-N { font-size: 18px; font-weight: 900; letter-spacing: -.3px; margin-bottom: 6px; color: var(--k); transition: color .35s }
.PKG-D { font-size: 13px; color: var(--m); line-height: 1.5; margin-bottom: 16px; font-weight: 300; transition: color .35s }
.PKG-FEATS { display: flex; flex-direction: column; gap: 4px; margin-bottom: 18px; flex: 1 }
.PKG-F { font-family: var(--M); font-size: 10px; color: var(--m); display: flex; gap: 8px; line-height: 1.4; transition: color .35s }
.PKG-F::before { content: '→'; color: var(--g2); opacity: .5; flex-shrink: 0; transition: color .35s }
.PKG-PR { font-family: var(--M); font-size: 18px; font-weight: 700; color: var(--k); letter-spacing: -.5px; margin-bottom: 4px; transition: color .35s }
.PKG-PS { font-family: var(--M); font-size: 8px; color: var(--m2); letter-spacing: 1px; margin-bottom: 14px }
.PKG-CTA { display: block; width: 100%; padding: 11px; text-align: center; font-family: var(--M); font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; background: var(--k); color: var(--c); transition: all .3s; border: none; cursor: pointer }
.PKG-CTA:hover { background: var(--g) !important; color: var(--k) !important }

/* Comparison table */
.COMP-WRAP { padding: 80px 44px; background: var(--c2); border-top: 1px solid var(--c3) }
.COMP-IN { max-width: 1340px; margin: 0 auto }
.COMP-TABLE { width: 100%; border-collapse: collapse; border: 1px solid var(--c3) }
.COMP-TABLE th { font-family: var(--M); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; padding: 14px 18px; background: var(--k); color: rgba(244,242,236,.65); text-align: left; border-bottom: 1px solid rgba(244,242,236,.06) }
.COMP-TABLE th:first-child { color: var(--m2); background: var(--c2) }
.COMP-TABLE td { font-family: var(--M); font-size: 11px; padding: 12px 18px; border-bottom: 1px solid var(--c3); color: var(--m); transition: background .2s }
.COMP-TABLE td:first-child { font-size: 10px; letter-spacing: 1px; color: var(--m2); text-transform: uppercase }
.COMP-TABLE tr:hover td { background: rgba(12,11,8,.02) }
.COMP-TABLE td.HL { color: var(--g2); font-weight: 600 }

/* Trust */
.TRUST-WRAP { padding: 80px 44px; background: var(--c); border-top: 1px solid var(--c3) }
.TRUST-IN { max-width: 1340px; margin: 0 auto }
.TRUST-GRID { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--c3); margin-top: 36px }
.TRUST-I { background: var(--c); padding: 24px; transition: background .25s; cursor: default }
/* hover → glass.css */
.TRUST-N { font-size: 14px; font-weight: 700; margin-bottom: 5px; color: var(--k); transition: color .25s }
.TRUST-D { font-size: 12px; color: var(--m); line-height: 1.5; font-weight: 300; transition: color .25s }

/* ═══════════════════════════════
   SHOP PAGE
═══════════════════════════════ */
.SHOP-PAGE-IN { max-width: 1340px; margin: 0 auto }
#S-SHOP-HERO { padding: 140px 44px 80px; background: var(--c) }
#S-SHOP-CONFIG { padding: 0 44px 80px; background: var(--c) }
#S-SHOP-PRODUCTS { padding: 0 44px 80px; background: var(--c) }
#S-SHOP-ROI { padding: 80px 44px; background: var(--c2); border-top: 1px solid var(--c3) }

/* Shop filter bar */
.SHOP-FILTERS { display: flex; gap: 12px; margin-bottom: 28px; align-items: center; flex-wrap: wrap }
.SHOP-FILTER-BAR { display: flex; gap: 1px; background: var(--c3) }
.SF-BTN { font-family: var(--M); font-size: 8px; letter-spacing: 2px; text-transform: uppercase; padding: 10px 18px; background: var(--c); color: var(--m); border: none; cursor: pointer; transition: all .2s }
.SF-BTN:hover { color: var(--k) }
.SF-BTN.active { background: var(--k); color: var(--c) }

/* Shop product cards */
.SP-GRID { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--c3) }
.SP-CARD { background: var(--c); padding: 24px; display: flex; flex-direction: column; transition: all .35s; position: relative }
/* hover → glass.css */
.SPC-BADGES { display: flex; gap: 4px; margin-bottom: 12px; flex-wrap: wrap }
.SPC-N { font-size: 16px; font-weight: 800; letter-spacing: -.3px; margin-bottom: 4px; color: var(--k); transition: color .35s }
.SPC-D { font-family: var(--M); font-size: 10px; color: var(--m); margin-bottom: 6px; transition: color .35s }
.SPC-S { font-family: var(--M); font-size: 9px; color: var(--m2); margin-bottom: 10px; transition: color .35s }
.SPC-TAGS { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 14px }
.SPC-TAG { font-family: var(--M); font-size: 7px; padding: 2px 7px; background: var(--c2); color: var(--m); letter-spacing: .5px; transition: all .35s }
/* hover → glass.css */
.SPC-U { font-family: var(--M); font-size: 10px; color: var(--m); margin-bottom: 12px; line-height: 1.5; transition: color .35s }
.SPC-P { font-family: var(--M); font-size: 17px; font-weight: 700; color: var(--k); letter-spacing: -.5px; margin-bottom: 4px; transition: color .35s }
.SPC-PS { font-family: var(--M); font-size: 8px; color: var(--m2); letter-spacing: 1px; margin-bottom: 12px }
.SPC-ROI { font-family: var(--M); font-size: 9px; color: rgba(62,122,80,.7); margin-bottom: 12px; display: none }
.SPC-ROI.show { display: block }
.SPC-CTA { display: block; width: 100%; padding: 11px; text-align: center; font-family: var(--M); font-size: 8px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; background: var(--k); color: var(--c); transition: all .3s; border: none; cursor: pointer; margin-top: auto }
.SPC-CTA:hover { background: var(--g) !important; color: var(--k) !important }

/* ═══════════════════════════════
   KONTAKT PAGE
═══════════════════════════════ */
.KONTAKT-IN { max-width: 1340px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start }
#S-KONTAKT { padding: 140px 44px 120px; background: var(--c) }

/* ═══════════════════════════════
   TESTIMONIALS
═══════════════════════════════ */
#S-TEST {
  position: relative;
  padding: 120px 44px;
  background: var(--c);
  overflow: hidden;
}
/* Background grid lines */
.TST-BG-GRID {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(var(--c3) 1px, transparent 1px), linear-gradient(90deg, var(--c3) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: .4;
  pointer-events: none;
}
.TST-IN { position: relative; z-index: 1; max-width: 1340px; margin: 0 auto }
.TST-HEAD { margin-bottom: 48px }

/* Grid — outer corners rounded */
.TST-GRID { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--c3); border-radius: 18px; overflow: hidden }

/* Card */
.TST-CARD {
  background: var(--c2);
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  transition: all .45s cubic-bezier(.16,1,.3,1);
  position: relative;
  overflow: hidden;
}
.TST-CARD:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(12,11,8,.06);
}

/* Stars */
.TST-STARS {
  color: var(--g);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  transition: color .45s;
}

/* Quote */
.TST-QUOTE {
  font-size: 14px;
  line-height: 1.7;
  color: var(--m);
  font-weight: 300;
  flex: 1;
  margin-bottom: 20px;
  position: relative;
  padding-left: 2px;
  transition: color .45s;
}
.TST-QUOTE::before {
  content: '\201C';
  font-size: 52px;
  font-weight: 900;
  color: rgba(139, 92, 246, .08);
  position: absolute;
  top: -18px;
  left: -4px;
  line-height: 1;
}

/* Author */
.TST-AUTH {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--c3);
  transition: border-color .45s;
}
.TST-AV {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--c2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--M);
  font-size: 12px;
  font-weight: 700;
  color: var(--g);
  flex-shrink: 0;
  transition: all .45s;
}
.TST-NAME {
  font-size: 13px;
  font-weight: 700;
  color: var(--k);
  transition: color .45s;
}
.TST-ROLE {
  font-size: 11px;
  color: var(--m);
  font-family: var(--M);
  letter-spacing: .3px;
  transition: color .45s;
}
.TST-BADGE {
  display: inline-block;
  margin-top: 5px;
  padding: 3px 10px;
  font-family: var(--M);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(139, 92, 246, .06);
  color: var(--g);
  border: 1px solid rgba(139, 92, 246, .1);
  transition: all .45s;
}

/* Stats band */
.TST-STATS {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  border-top: 1px solid var(--c3);
  padding-top: 32px;
}
.TST-STAT { text-align: center }
.TST-VAL {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.02em;
  color: var(--k);
}
.TST-VAL span { color: var(--g) }
.TST-KEY {
  font-family: var(--M);
  font-size: 10px;
  color: var(--m2);
  letter-spacing: 1px;
  margin-top: 4px;
}

/* Responsive */
@media (max-width: 860px) {
  .TST-GRID { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto }
  .TST-STATS { gap: 28px }
  .TST-VAL { font-size: 22px }
}
@media (max-width: 768px) {
  #S-TEST { padding: 80px 20px }
}

/* ═══════════════════════════════
   MODULES TREE
═══════════════════════════════ */
#S-MOD {
  position: relative;
  padding: 0 52px 60px;
  background: transparent;
  overflow: visible;
}
.MOD-BG-GRID { display: none }
.MOD-IN {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.MOD-HEAD { margin-bottom: 48px }

/* ── Bridge / centered section header ── */
.MOD-BRIDGE {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 24px;
}
.MOD-EY {
  font-family: var(--M);
  font-size: 11px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--p1);
  margin-bottom: 20px;
}
.MOD-TI {
  font-family: var(--S);
  font-weight: 700;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.028em;
  color: var(--k);
  margin: 0 0 20px;
}
.MOD-TI-G {
  font-family: var(--R);
  font-style: italic;
  font-weight: 600;
  color: #A78BFA;
  letter-spacing: -.012em;
}
.MOD-SU {
  font-family: var(--S);
  font-size: 16px;
  line-height: 1.65;
  color: rgba(12,11,8,.7);
  margin: 0;
}
.MOD-SU strong { color: var(--k); font-weight: 600 }

/* ── Accordion wrapper ── */
.MA-WRAP {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.MA-CAT {
  background: linear-gradient(145deg, rgba(22,22,26,.85) 0%, rgba(14,14,18,.9) 100%);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px -22px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.04);
  transition: border-color .35s, box-shadow .35s, background .35s;
}
.MA-CAT:hover {
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 22px 50px -22px rgba(0,0,0,.6), 0 0 0 1px rgba(155,139,247,.18) inset;
}
.MA-CAT.on {
  border-color: rgba(155,139,247,.4);
  background: linear-gradient(145deg, rgba(28,28,34,.92) 0%, rgba(18,18,22,.94) 100%);
  box-shadow: 0 22px 55px -20px rgba(155,139,247,.35), 0 0 0 1px rgba(155,139,247,.22) inset;
}

/* Header (button) */
.MA-HEAD {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 22px 24px;
  background: transparent;
  border: none;
  color: rgba(244,242,236,.92);
  font-family: var(--S);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .06em;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  transition: color .25s;
}
.MA-HEAD:focus-visible {
  outline: 2px solid var(--p2);
  outline-offset: -2px;
}
.MA-ICO {
  width: 28px; height: 28px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--p2);
  transition: color .25s, transform .25s;
}
.MA-ICO svg { width: 22px; height: 22px }
.MA-HEAD:hover .MA-ICO { color: #fff }
.MA-CAT.on .MA-ICO {
  color: #fff;
  filter: drop-shadow(0 0 10px rgba(167,139,250,.55));
}
.MA-NM {
  flex: 1;
  letter-spacing: .04em;
  font-size: 15.5px;
}
.MA-CT {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  font-family: var(--M);
  font-size: 11px;
  font-weight: 600;
  color: var(--p2);
  background: rgba(167,139,250,.08);
  border: 1px solid rgba(167,139,250,.2);
  border-radius: 50%;
  letter-spacing: 0;
  text-transform: none;
}
.MA-CAT.on .MA-CT {
  color: #fff;
  background: var(--p1);
  border-color: var(--p1);
}
.MA-ARR {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  font-family: var(--S);
  font-weight: 300;
  font-size: 22px;
  color: rgba(244,242,236,.45);
  border-radius: 50%;
  transition: transform .35s cubic-bezier(.22,1,.36,1), color .25s, background .25s;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
}
.MA-CAT.on .MA-ARR {
  transform: rotate(45deg);
  color: var(--p2);
}

/* Body / collapsed by default — grid-template-rows trick for smooth transition */
.MA-BODY {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .4s cubic-bezier(.22,1,.36,1);
}
.MA-BODY > .MA-GRID {
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .25s ease;
}
.MA-CAT.on .MA-BODY {
  grid-template-rows: 1fr;
}
.MA-CAT.on .MA-BODY > .MA-GRID {
  opacity: 1;
  transition: opacity .35s ease .15s;
}
.MA-GRID {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding: 0 16px 18px;
}

/* Module card */
.MA-MOD {
  padding: 16px 18px;
  background: rgba(244,242,236,.025);
  border: 1px solid rgba(155,139,247,.08);
  border-radius: 10px;
  transition: background .3s, border-color .3s, transform .3s;
}
.MA-MOD:hover {
  background: rgba(155,139,247,.08);
  border-color: rgba(155,139,247,.28);
  transform: scale(1.01);
}
.MA-MH {
  font-family: var(--S);
  font-weight: 600;
  font-size: 15px;
  color: rgba(244,242,236,.95);
  margin-bottom: 4px;
  letter-spacing: -.005em;
}
.MA-MD {
  font-family: var(--S);
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(244,242,236,.6);
}

/* Footer */
.MOD-FOOT {
  text-align: center;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.MOD-FOOT-P {
  font-family: var(--S);
  font-size: 15px;
  color: rgba(12,11,8,.68);
  margin: 0;
}
.MOD-FOOT-CTA {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  background: #231640;
  color: #fff;
  font-family: var(--S);
  font-weight: 600;
  font-size: 14px;
  border-radius: 100px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background .3s;
}
.MOD-FOOT-CTA:hover {
  transform: translateY(-2px);
  background: #3A2680;
  box-shadow: 0 14px 30px -10px rgba(58,38,128,.55);
}
.MOD-FOOT-CTA span:last-child { transition: transform .3s }
.MOD-FOOT-CTA:hover span:last-child { transform: translateX(4px) }

@media (max-width: 1024px) {
  #S-MOD { padding: 0 24px 60px }
}
@media (max-width: 960px) {
  .MA-GRID { grid-template-columns: 1fr 1fr }
}
@media (max-width: 640px) {
  #S-MOD { padding: 0 24px 50px }
  .MA-GRID { grid-template-columns: 1fr; padding: 0 12px 14px }
  .MA-HEAD { padding: 18px 18px; font-size: 14px }
  .MA-NM { font-size: 14px }
}
@media (max-width: 480px) {
  #S-MOD { padding: 0 16px 44px }
}

/* Category */
.MC { margin-bottom: 8px }
.MC-H {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  background: var(--c2);
  border: 1px solid var(--c3);
  cursor: pointer;
  user-select: none;
  transition: all .3s;
}
.MC-H:hover { background: var(--c) }
.MC-H.on { border-bottom-color: transparent }
.MC-ICO { width: 20px; height: 20px; flex-shrink: 0; opacity: .4 }
.MC-ICO svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round }
.MC-H.on .MC-ICO { opacity: .7 }
.MC-NM { font-size: 15px; font-weight: 700; flex: 1 }
.MC-CT {
  font-family: var(--M);
  font-size: 10px;
  color: var(--m);
  background: rgba(0,0,0,.03);
  padding: 2px 8px;
}
.MC-ARR { font-size: 12px; color: var(--m); transition: transform .3s }
.MC-H.on .MC-ARR { transform: rotate(180deg) }

.MC-BODY {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(.16,1,.3,1);
  background: var(--c2);
  border: 1px solid var(--c3);
  border-top: none;
}
.MC-BODY.on { max-height: 4000px }
.MC-INNER { padding: 4px 6px 6px }

/* Module row */
.MM { margin-bottom: 1px; overflow: hidden }
.MM-H {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  cursor: pointer;
  transition: all .2s;
}
.MM-H:hover { background: rgba(0,0,0,.02) }
.MM.on .MM-H { background: rgba(0,0,0,.025) }

.MM-ICO {
  width: 36px;
  height: 36px;
  background: rgba(0,0,0,.025);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .3s;
}
.MM-ICO svg { width: 18px; height: 18px; stroke: var(--k); stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; opacity: .5 }
.MM.on .MM-ICO { background: rgba(0,0,0,.05) }
.MM.on .MM-ICO svg { opacity: .8 }

.MM-TXT { flex: 1; min-width: 0 }
.MM-NM { font-size: 13px; font-weight: 700 }
.MM-ONE { font-size: 11px; color: var(--m); margin-top: 1px }

.MM-ARR {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--m);
  flex-shrink: 0;
  background: rgba(0,0,0,.02);
  transition: all .3s;
}
.MM.on .MM-ARR { background: var(--k); color: var(--c); transform: rotate(180deg) }

/* Expand */
.MM-EXP {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .4s cubic-bezier(.16,1,.3,1), opacity .3s;
}
.MM.on .MM-EXP { max-height: 500px; opacity: 1 }

.MM-CNT { padding: 0 16px 18px 64px }
.MM-DESC { font-size: 13px; line-height: 1.7; color: var(--m); margin-bottom: 14px }

.MM-GRID { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-bottom: 14px }
.MM-CARD { padding: 9px 12px; background: var(--c) }
.MM-CL { font-family: var(--M); font-size: 9px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--m); margin-bottom: 2px }
.MM-CV { font-size: 12px; font-weight: 600 }

.MM-USES { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 12px }
.MM-USE {
  padding: 4px 11px;
  font-family: var(--M);
  font-size: 10px;
  font-weight: 500;
  background: var(--c);
  border: 1px solid var(--c3);
}

.MM-COMPAT { font-size: 11px; color: var(--m); display: flex; align-items: center; gap: 6px; flex-wrap: wrap }
.MM-COMPAT strong { color: var(--k); font-weight: 600 }
.MM-CT {
  padding: 2px 8px;
  font-family: var(--M);
  font-size: 10px;
  font-weight: 600;
  background: rgba(0,0,0,.03);
  color: var(--m);
}

/* Bottom CTA */
.MOD-BOT { margin-top: 40px; text-align: center }
.MOD-BOT-P { font-size: 14px; color: var(--m); margin-bottom: 16px }
.MOD-BOT-CTA {
  display: inline-block;
  padding: 14px 32px;
  background: var(--k);
  color: var(--c);
  font-family: var(--M);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s;
}
.MOD-BOT-CTA:hover { background: var(--g) }

@media (max-width: 768px) {
  #S-MOD { padding: 80px 20px }
  .MM-CNT { padding-left: 16px }
  .MM-GRID { grid-template-columns: 1fr }
}

/* ═══════════════════════════════
   LEISTUNGEN — SERVICES REDESIGN
═══════════════════════════════ */

/* Intro above grid */
.SVC-INTRO { max-width: 960px; margin-bottom: 44px }
.SVC-INTRO .S-EY { margin-bottom: 14px }

.SVC-PILL {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--M);
  font-size: 10px;
  color: var(--p3);
  letter-spacing: .28em;
  text-transform: uppercase;
  padding: 8px 14px;
  border: 1px solid var(--line-strong, rgba(12,11,8,.16));
  border-radius: 100px;
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-weight: 500;
  margin-bottom: 24px;
}
.SVC-PILL-DOT {
  width: 6px; height: 6px;
  background: var(--p1);
  border-radius: 50%;
  animation: svcPillPulse 2s ease-in-out infinite;
}
@keyframes svcPillPulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%     { opacity: .5; transform: scale(.85); }
}

.SVC-BIG {
  font-family: var(--S);
  font-weight: 900;
  font-size: clamp(40px, 5.5vw, 84px);
  line-height: 1.02;
  letter-spacing: -.035em;
  color: var(--k);
  margin-bottom: 20px;
}
.SVC-BIG .F-ACC { display: inline-block; line-height: 1; }

.SVC-LEAD {
  font-size: 15.5px;
  color: var(--m);
  line-height: 1.65;
  font-weight: 400;
  max-width: 620px;
}
.SVC-LEAD strong { color: var(--k); font-weight: 600 }

/* 6-card grid — HELIA 1px separator style */
.SVC-GRID {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--c3);
  margin-bottom: 40px;
  border: 1px solid var(--c3);
}
.SVC {
  background: var(--c);
  padding: 30px 28px 24px;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  transition: var(--trans);
  cursor: default;
  position: relative;
}
.SVC:hover {
  background: var(--gl-s) !important;
  box-shadow: var(--gl-shd-l), var(--gl-edge);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 2;
}

.SVC-HEAD {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.SVC-TAG {
  font-family: var(--M);
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--p3);
  padding: 5px 11px;
  border: 1px solid rgba(139,92,246,.22);
  background: rgba(139,92,246,.06);
  border-radius: 100px;
  font-weight: 500;
  transition: all .35s;
}
.SVC-NUM {
  font-family: var(--M);
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--m2);
}

.SVC-ICON {
  width: 40px;
  height: 40px;
  background: rgba(139,92,246,.08);
  color: var(--p1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: all .35s;
}
.SVC:hover .SVC-ICON {
  background: rgba(139,92,246,.14);
  color: var(--p3);
}

.SVC-N {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.3px;
  margin-bottom: 8px;
  color: var(--k);
  line-height: 1.25;
  transition: color .35s;
}
.SVC-D {
  font-size: 13.5px;
  color: var(--m);
  line-height: 1.6;
  margin-bottom: 16px;
  font-weight: 400;
  transition: color .35s;
}
.SVC-D strong { color: var(--k); font-weight: 600 }

.SVC-FOR {
  font-family: var(--M);
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--p3);
  background: rgba(139,92,246,.07);
  border-left: 2px solid var(--p1);
  padding: 10px 12px;
  margin-bottom: 18px;
  letter-spacing: .02em;
}
.SVC-FOR-LBL {
  font-weight: 700;
  letter-spacing: .18em;
  margin-right: 4px;
}

.SVC-FEATS {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
  flex: 1;
}
.SVC-F {
  font-size: 12.5px;
  color: var(--ink-soft, var(--k));
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.45;
  transition: color .35s;
  font-weight: 400;
}
.SVC-F::before {
  content: '';
  width: 7px;
  height: 7px;
  background: var(--p1);
  border-radius: 50%;
  flex-shrink: 0;
  transition: background .35s;
}
.SVC:hover .SVC-F::before { background: var(--p3) }

.SVC-FOOT {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--c3);
}
.SVC-PR {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.SVC-PR-AB {
  font-family: var(--M);
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--m2);
  text-transform: uppercase;
}
.SVC-PR-VAL {
  font-family: var(--M);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.5px;
  color: var(--k);
  transition: color .35s;
}
.SVC-LINK {
  font-family: var(--M);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--p2);
  text-decoration: none;
  transition: transform .2s, color .35s;
}
.SVC:hover .SVC-LINK { color: var(--p3); transform: translateX(4px) }

/* ═══ PAKET — Single Bundle Card (light) ═══ */
.PKT-INTRO { max-width: 1200px; margin: 80px 0 40px }
.PKT-INTRO .SVC-PILL { margin-bottom: 24px }
.PKT-HEAD {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 48px;
  align-items: end;
}

.PKT {
  background: var(--cream-card, #fff);
  border: 1px solid var(--line-strong, rgba(12,11,8,.1));
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 0;
  overflow: hidden;
  margin-bottom: 48px;
  box-shadow: 0 30px 80px -30px rgba(12,11,8,.1);
}
.PKT-L {
  padding: 48px 44px;
  border-right: 1px solid var(--line, rgba(12,11,8,.08));
  display: flex;
  flex-direction: column;
}
.PKT-R {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
}

/* Left side — components list */
.PKT-BADGE {
  display: inline-flex;
  align-self: flex-start;
  font-family: var(--M);
  font-size: 9px;
  color: var(--p1);
  letter-spacing: .24em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 100px;
  background: var(--k);
  color: var(--c);
  font-weight: 500;
  margin-bottom: 22px;
}
.PKT-BADGE::first-letter { color: var(--p2) }

.PKT-TI {
  font-family: var(--S);
  font-weight: 900;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.02;
  letter-spacing: -.035em;
  margin-bottom: 14px;
  color: var(--k);
}
.PKT-LEAD {
  font-size: 14.5px;
  color: var(--m);
  line-height: 1.6;
  margin-bottom: 32px;
}
.PKT-LEAD strong { color: var(--k); font-weight: 600 }

.PKT-LIST-LBL {
  font-family: var(--M);
  font-size: 10px;
  color: var(--p1);
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 500;
}
.PKT-LIST {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.PKT-LIST li {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line, rgba(12,11,8,.08));
}
.PKT-LIST li:last-child { border-bottom: none }
.PKT-IC {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(139,92,246,.1);
  color: var(--p1);
  font-family: var(--S);
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
.PKT-IC-DARK {
  background: var(--k);
  color: #fff;
}
.PKT-IC-SUP {
  background: rgba(139,92,246,.12);
  color: var(--p1);
  font-size: 16px;
}
.PKT-IN {
  font-size: 13px;
  font-weight: 700;
  color: var(--k);
  line-height: 1.2;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.PKT-TAG-NEU {
  font-family: var(--M);
  font-size: 8px;
  letter-spacing: .18em;
  padding: 2px 6px;
  background: var(--p1);
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
}
.PKT-ID {
  font-size: 11.5px;
  color: var(--m);
  line-height: 1.4;
}
.PKT-IV {
  font-family: var(--M);
  font-size: 10px;
  color: var(--m2, var(--m));
  letter-spacing: .1em;
  white-space: nowrap;
}
.PKT-IV-FREE { color: var(--p1); font-weight: 600 }

/* Right side — price panel */
.PKT-AB {
  font-family: var(--M);
  font-size: 10px;
  color: var(--m);
  letter-spacing: .24em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}
.PKT-BIG {
  font-family: var(--S);
  font-weight: 900;
  font-size: clamp(56px, 6vw, 88px);
  line-height: .95;
  letter-spacing: -.04em;
  color: var(--k);
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.PKT-UNIT {
  font-family: var(--M);
  font-size: 20px;
  color: var(--p1);
  font-weight: 600;
  letter-spacing: .02em;
}
.PKT-SAVE {
  font-family: var(--M);
  font-size: 10px;
  color: var(--m);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.PKT-MONTH {
  background: rgba(139,92,246,.06);
  border: 1px solid rgba(139,92,246,.14);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 22px;
}
.PKT-MONTH-LBL {
  font-family: var(--M);
  font-size: 9px;
  color: var(--p1);
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.PKT-MONTH-ROW {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(139,92,246,.18);
  font-size: 12.5px;
  color: var(--k);
}
.PKT-MONTH-ROW:last-child { border-bottom: none }
.PKT-MONTH-VAL {
  font-family: var(--M);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  color: var(--p3);
  text-transform: uppercase;
}

.PKT-TRUST {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.PKT-TRUST li {
  position: relative;
  padding-left: 18px;
  font-size: 12.5px;
  color: var(--k);
  line-height: 1.4;
}
.PKT-TRUST li::before {
  content: '';
  position: absolute;
  left: 0; top: 6px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--p1);
}

.PKT-CTA {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 20px;
  background: var(--k);
  color: #fff;
  font-family: var(--S);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all .35s cubic-bezier(.22,1,.36,1);
}
.PKT-CTA:hover {
  background: var(--p3);
  box-shadow: 0 14px 40px -10px rgba(109,40,217,.45);
  transform: translateY(-2px);
}
.PKT-NOTE {
  font-family: var(--M);
  font-size: 9px;
  color: var(--m2, var(--m));
  letter-spacing: .22em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 14px;
}

/* ═══ EXPLAINER ROW ═══ */
.SVC-EXPL {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--c3);
  border: 1px solid var(--c3);
}
.SVC-EXPL-I {
  background: var(--c);
  padding: 26px 24px;
  transition: var(--trans);
  cursor: default;
}
.SVC-EXPL-I:hover {
  background: rgba(139,92,246,.04);
  box-shadow: var(--gl-edge);
}
.SVC-EXPL-TI {
  font-size: 14px;
  font-weight: 700;
  color: var(--k);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.SVC-EXPL-TI::before {
  content: '';
  width: 7px;
  height: 7px;
  background: var(--p1);
  border-radius: 50%;
}
.SVC-EXPL-D {
  font-size: 12.5px;
  color: var(--m);
  line-height: 1.6;
  font-weight: 300;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .SVC-GRID { grid-template-columns: repeat(2, 1fr) }
  .PKT { grid-template-columns: 1fr; }
  .PKT-L { border-right: none; border-bottom: 1px solid var(--line, rgba(12,11,8,.08)); }
  .PKT-HEAD { grid-template-columns: 1fr; gap: 24px }
  .SVC-EXPL { grid-template-columns: 1fr }
}
@media (max-width: 600px) {
  .SVC-GRID { grid-template-columns: 1fr }
  .PKT-L, .PKT-R { padding: 32px 24px }
  .PKT-LIST li { grid-template-columns: 30px 1fr; }
  .PKT-IV { grid-column: 2 / 3; font-size: 9.5px; margin-top: 2px }
  .SVC-BIG { font-size: 40px }
  .PKT-BIG { font-size: 50px }
}

/* ═══════════════════════════════
   FOUNDER · Noah · Light variant
═══════════════════════════════ */
#S-FOUNDER {
  position: relative;
  z-index: 2;
  padding: 30px 24px 90px;
  background: transparent;
  overflow: hidden;
}
.SF-IN {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}

/* LEFT: Visual */
.SF-LEFT {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SF-VISUAL {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SF-GLOW {
  position: absolute;
  inset: 12%;
  background: radial-gradient(circle, rgba(139,92,246,.22) 0%, rgba(139,92,246,.08) 40%, transparent 70%);
  filter: blur(40px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: sfPulse 6s ease-in-out infinite;
}
@keyframes sfPulse {
  0%,100% { opacity: .8; transform: scale(1) }
  50% { opacity: 1; transform: scale(1.05) }
}
.SF-LINES {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  z-index: 1;
  pointer-events: none;
}
.SF-PORTRAIT {
  position: relative;
  z-index: 3;
  width: 56%;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, rgba(139,92,246,.55), rgba(167,139,250,.18));
  box-shadow:
    0 24px 60px -18px rgba(139,92,246,.45),
    0 0 0 1px rgba(139,92,246,.15);
}
.SF-IMG {
  position: relative;
  width: 100%; height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SF-PHOTO {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: rotate(-2deg) scale(1.05);
  transform-origin: center center;
}

/* Floating tech icons */
.SF-FLOAT {
  position: absolute;
  z-index: 2;
  width: 48px; height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #FFFFFF;
  border: 1px solid rgba(139,92,246,.16);
  box-shadow: 0 12px 30px -10px rgba(139,92,246,.18), 0 1px 2px rgba(12,11,8,.05);
  will-change: transform;
}
.SF-FLOAT-CODE {
  font-family: var(--M);
  font-size: 14px;
  font-weight: 700;
  color: var(--p1);
  letter-spacing: .05em;
}
.SF-FLOAT-1 { top: 10%; left: 6%;  animation: sfFloat 7s ease-in-out infinite }
.SF-FLOAT-2 { top: 8%;  right: 4%; animation: sfFloat 8s ease-in-out infinite -1.5s }
.SF-FLOAT-3 { bottom: 12%; left: 2%; animation: sfFloat 7.5s ease-in-out infinite -3s }
.SF-FLOAT-4 { bottom: 10%; right: 6%; animation: sfFloat 6.5s ease-in-out infinite -.8s }
.SF-FLOAT-5 { top: 48%; left: -2%; animation: sfFloat 9s ease-in-out infinite -2s }
.SF-FLOAT-6 { top: 50%; right: -3%; animation: sfFloat 8.5s ease-in-out infinite -4s }
@keyframes sfFloat {
  0%,100% { transform: translate(0,0) rotate(0deg) }
  25% { transform: translate(6px,-10px) rotate(-2deg) }
  50% { transform: translate(-4px,-14px) rotate(1.5deg) }
  75% { transform: translate(8px,-6px) rotate(-1deg) }
}

/* RIGHT: Text */
.SF-RIGHT {
  color: var(--k);
  max-width: 540px;
}
.SF-PILL {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--M);
  font-size: 10px;
  color: var(--p1);
  letter-spacing: .28em;
  text-transform: uppercase;
  padding: 7px 14px;
  border: 1px solid rgba(139,92,246,.3);
  border-radius: 100px;
  background: rgba(139,92,246,.06);
  margin-bottom: 22px;
}
.SF-PILL-DOT {
  width: 6px; height: 6px;
  background: var(--p1);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--p1);
  animation: sfDotPulse 2s ease-in-out infinite;
}
@keyframes sfDotPulse {
  0%,100% { opacity: 1 }
  50% { opacity: .5 }
}
.SF-H2 {
  font-family: var(--S);
  font-weight: 700;
  font-size: clamp(34px, 4.2vw, 60px);
  line-height: 1.02;
  letter-spacing: -.026em;
  color: var(--k);
  margin: 0 0 24px;
}
.SF-ACC {
  font-family: var(--R);
  font-style: italic;
  font-weight: 600;
  color: #A78BFA;
  letter-spacing: -.012em;
}
.SF-LEAD {
  font-family: var(--S);
  font-size: 17px;
  line-height: 1.6;
  color: rgba(12,11,8,.92);
  margin: 0 0 16px;
}
.SF-LEAD strong { color: var(--p1); font-weight: 600 }
.SF-BODY {
  font-family: var(--S);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(12,11,8,.7);
  margin: 0 0 14px;
}
.SF-BODY strong { color: var(--k); font-weight: 700 }

.SF-CTA {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 22px;
  background: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 100%);
  color: #fff;
  font-family: var(--S);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .005em;
  border: 2px solid transparent;
  border-radius: 100px;
  text-decoration: none;
  transition: all .25s ease;
}
.SF-CTA:hover {
  background: linear-gradient(135deg, #9B7BFF 0%, #7C3AED 100%);
  transform: translateY(-2px);
  box-shadow: 0 18px 44px -12px rgba(139,92,246,.6);
}
.SF-CTA span:last-child { transition: transform .35s }
.SF-CTA:hover span:last-child { transform: translateX(4px) }

.SF-SIG {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(12,11,8,.08);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.SF-SIG-NAME {
  font-family: var(--R);
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  color: var(--k);
  letter-spacing: -.01em;
}
.SF-SIG-ROLE {
  font-family: var(--M);
  font-size: 10.5px;
  color: rgba(12,11,8,.5);
  letter-spacing: .26em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .SF-IN { grid-template-columns: 1fr 1.4fr; gap: 44px }
}
@media (max-width: 720px) {
  #S-FOUNDER { padding: 20px 22px 70px }
  .SF-IN { grid-template-columns: 1fr; gap: 36px }
  .SF-VISUAL { max-width: 320px }
  .SF-RIGHT { max-width: 100%; text-align: left }
}

/* ═══════════════════════════════
   KONTAKT (NEW) · Path selector + dynamic form
═══════════════════════════════ */
#S-KONTAKT-NEW {
  position: relative;
  padding: 140px 24px 80px;
  background: transparent;
}
.KN-IN {
  max-width: 1100px;
  margin: 0 auto;
}
.KN-HERO {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.KN-EY {
  font-family: var(--M);
  font-size: 11px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--p1);
  margin-bottom: 18px;
}
.KN-TI {
  font-family: var(--S);
  font-weight: 700;
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: 1;
  letter-spacing: -.028em;
  color: var(--k);
  margin: 0 0 22px;
}
.KN-ACC {
  font-family: var(--R);
  font-style: italic;
  font-weight: 600;
  color: #A78BFA;
  letter-spacing: -.012em;
}
.KN-LEAD {
  font-family: var(--S);
  font-size: 16px;
  line-height: 1.6;
  color: rgba(12,11,8,.7);
  margin: 0;
}
.KN-LEAD strong { color: var(--k); font-weight: 600 }

/* Path cards */
.KN-PATHS {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 56px;
}
.KN-PATH {
  position: relative;
  padding: 32px 28px 22px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(139,123,247,.18);
  border-radius: 18px;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
  transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .3s, box-shadow .3s, background .3s;
  overflow: hidden;
}
.KN-PATH::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, rgba(139,123,247,.06) 0%, transparent 55%);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.KN-PATH:hover, .KN-PATH:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(139,123,247,.45);
  box-shadow: 0 22px 55px -22px rgba(139,123,247,.4), 0 0 0 1px rgba(139,123,247,.15) inset;
  outline: none;
}
.KN-PATH:hover::before, .KN-PATH:focus-visible::before { opacity: 1 }
.KN-PATH.on {
  border-color: rgba(139,123,247,.6);
  background: linear-gradient(155deg, rgba(155,139,247,.08) 0%, rgba(255,255,255,.7) 60%);
  box-shadow: 0 22px 55px -22px rgba(139,123,247,.55), 0 0 0 1px rgba(139,123,247,.3) inset;
}

/* Dark variant — HELIA AOS card */
.KN-PATH-AOS {
  background: linear-gradient(145deg, #1F1438 0%, #0E0820 100%);
  border-color: rgba(167,139,250,.22);
  color: rgba(244,242,236,.92);
}
.KN-PATH-AOS::before {
  background: radial-gradient(ellipse at top right, rgba(167,139,250,.18) 0%, transparent 55%);
}
.KN-PATH-AOS:hover, .KN-PATH-AOS:focus-visible {
  border-color: rgba(167,139,250,.5);
  background: linear-gradient(145deg, #261A44 0%, #110A24 100%);
  box-shadow: 0 22px 55px -22px rgba(139,92,246,.55), 0 0 0 1px rgba(167,139,250,.18) inset;
}
.KN-PATH-AOS.on {
  border-color: rgba(167,139,250,.6);
  background: linear-gradient(145deg, #2A1D4E 0%, #140C28 100%);
  box-shadow: 0 22px 55px -22px rgba(139,92,246,.7), 0 0 0 1px rgba(167,139,250,.32) inset;
}
.KN-PATH-AOS .KN-PATH-ICO {
  background: rgba(167,139,250,.15);
  color: #B6A8F8;
  box-shadow: inset 0 0 0 1px rgba(167,139,250,.18);
}
.KN-PATH-AOS .KN-PATH-LBL { color: #B6A8F8 }
.KN-PATH-AOS .KN-PATH-TI { color: #fff }
.KN-PATH-AOS .KN-PATH-D { color: rgba(244,242,236,.7) }
.KN-PATH-AOS .KN-PATH-TAGS span {
  background: rgba(167,139,250,.1);
  color: rgba(244,242,236,.7);
  border: 1px solid rgba(167,139,250,.14);
}
.KN-PATH-AOS.on .KN-PATH-TAGS span {
  background: rgba(167,139,250,.18);
  color: #B6A8F8;
  border-color: rgba(167,139,250,.3);
}
.KN-PATH-AOS .KN-PATH-FOOT {
  border-top-color: rgba(167,139,250,.14);
  color: #B6A8F8;
}
.KN-PATH > * { position: relative; z-index: 1 }
.KN-PATH-ICO {
  width: 48px; height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(155,139,247,.1);
  color: var(--p1);
  margin-bottom: 18px;
}
.KN-PATH-ICO svg { width: 24px; height: 24px }
.KN-PATH-LBL {
  font-family: var(--M);
  font-size: 10.5px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--p1);
  margin-bottom: 10px;
}
.KN-PATH-TI {
  font-family: var(--S);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -.018em;
  color: var(--k);
  margin: 0 0 10px;
  line-height: 1.2;
}
.KN-PATH-D {
  font-family: var(--S);
  font-size: 14px;
  line-height: 1.55;
  color: rgba(12,11,8,.7);
  margin: 0 0 18px;
}
.KN-PATH-TAGS {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 22px;
}
.KN-PATH-TAGS span {
  font-family: var(--M);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 10px;
  background: rgba(12,11,8,.04);
  color: rgba(12,11,8,.6);
  border-radius: 100px;
}
.KN-PATH.on .KN-PATH-TAGS span {
  background: rgba(139,123,247,.12);
  color: var(--p3);
}
.KN-PATH-FOOT {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgba(12,11,8,.06);
  font-family: var(--M);
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--p1);
  font-weight: 600;
}
.KN-PATH-ARR { transition: transform .3s }
.KN-PATH:hover .KN-PATH-ARR,
.KN-PATH.on .KN-PATH-ARR { transform: translateX(4px) }

/* Form area */
.KN-FORM-AREA {
  margin-bottom: 48px;
}
.KN-FORM {
  background: #FFFFFF;
  border: 1px solid rgba(12,11,8,.08);
  border-radius: 18px;
  padding: 38px 36px 32px;
  box-shadow: 0 18px 50px -22px rgba(12,11,8,.12);
  animation: knFadeUp .45s cubic-bezier(.22,1,.36,1);
}
@keyframes knFadeUp {
  from { opacity: 0; transform: translateY(14px) }
  to { opacity: 1; transform: translateY(0) }
}
.KN-FORM-HEAD {
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(12,11,8,.06);
}
.KN-FORM-EY {
  font-family: var(--M);
  font-size: 10.5px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--p1);
  margin-bottom: 10px;
}
.KN-FORM-TI {
  font-family: var(--S);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -.018em;
  color: var(--k);
  margin: 0 0 8px;
  line-height: 1.15;
}
.KN-FORM-S {
  font-family: var(--S);
  font-size: 14.5px;
  color: rgba(12,11,8,.65);
  margin: 0;
}

.KN-ROW {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}
.KN-ROW-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.KN-ROW-2 .KN-ROW { margin-bottom: 18px }
.KN-LBL {
  font-family: var(--M);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--k);
}
.KN-REQ { color: var(--p1) }
.KN-HINT {
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: none;
  color: rgba(12,11,8,.45);
  font-size: 10px;
}
.KN-INPUT {
  font-family: var(--S);
  font-size: 15px;
  padding: 12px 14px;
  background: #FAFAF8;
  border: 1px solid rgba(12,11,8,.1);
  border-radius: 10px;
  color: var(--k);
  transition: border-color .25s, background .25s, box-shadow .25s;
  width: 100%;
}
.KN-INPUT:hover { border-color: rgba(12,11,8,.18) }
.KN-INPUT:focus {
  outline: none;
  border-color: var(--p1);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(155,139,247,.15);
}
textarea.KN-INPUT { resize: vertical; min-height: 90px; line-height: 1.5 }
select.KN-INPUT {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%239B8BF7' stroke-width='2'><path d='M1 1l5 5 5-5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
  padding-right: 38px;
}

/* Chips (multi-select pills) */
.KN-CHIPS {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.KN-CHIP {
  position: relative;
  cursor: pointer;
  user-select: none;
}
.KN-CHIP input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.KN-CHIP span {
  display: inline-block;
  font-family: var(--S);
  font-size: 13px;
  font-weight: 500;
  padding: 9px 14px;
  background: #FAFAF8;
  border: 1px solid rgba(12,11,8,.1);
  border-radius: 100px;
  color: rgba(12,11,8,.75);
  transition: all .25s;
}
.KN-CHIP:hover span {
  border-color: rgba(155,139,247,.4);
  color: var(--k);
}
.KN-CHIP input:checked + span {
  background: var(--p1);
  border-color: var(--p1);
  color: #fff;
  box-shadow: 0 6px 18px -6px rgba(155,139,247,.45);
}

/* Submit */
.KN-SUB {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  padding: 14px 28px;
  background: #231640;
  color: #fff;
  font-family: var(--S);
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: transform .3s, box-shadow .3s, background .3s;
}
.KN-SUB:hover {
  transform: translateY(-2px);
  background: #3A2680;
  box-shadow: 0 18px 40px -14px rgba(58,38,128,.55);
}
.KN-SUB-AOS { background: var(--p1) }
.KN-SUB-AOS:hover { background: var(--p3); box-shadow: 0 18px 40px -14px rgba(155,139,247,.55) }
.KN-SUB span:last-child { transition: transform .3s }
.KN-SUB:hover span:last-child { transform: translateX(4px) }

.KN-NOTE {
  font-family: var(--M);
  font-size: 11px;
  color: rgba(12,11,8,.45);
  letter-spacing: .04em;
  margin: 14px 0 0;
}

/* Direct contact */
.KN-DIRECT {
  text-align: center;
  padding: 32px 24px;
  border-top: 1px solid rgba(12,11,8,.08);
}
.KN-DIRECT-T {
  font-family: var(--M);
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--p1);
  margin-bottom: 18px;
}
.KN-DIRECT-ROW {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.KN-DC {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 22px;
  background: #FFFFFF;
  border: 1px solid rgba(12,11,8,.08);
  border-radius: 12px;
  text-decoration: none;
  text-align: left;
  min-width: 200px;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.KN-DC:hover:not(.KN-DC-STATIC) {
  transform: translateY(-2px);
  border-color: rgba(155,139,247,.35);
  box-shadow: 0 14px 30px -14px rgba(155,139,247,.3);
}
.KN-DC-K {
  font-family: var(--M);
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(12,11,8,.45);
}
.KN-DC-V {
  font-family: var(--M);
  font-size: 12px;
  color: var(--k);
  letter-spacing: .02em;
}
.KN-DC-STATIC { cursor: default }
.KN-DIRECT-NOTE {
  margin: 22px auto 0;
  max-width: 560px;
  font-family: var(--M);
  font-size: 11.5px;
  color: rgba(12,11,8,.55);
  letter-spacing: .04em;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 720px) {
  #S-KONTAKT-NEW { padding: 110px 18px 60px }
  .KN-PATHS { grid-template-columns: 1fr; gap: 14px; margin-bottom: 36px }
  .KN-FORM { padding: 28px 22px 24px }
  .KN-ROW-2 { grid-template-columns: 1fr; gap: 0 }
  .KN-DIRECT-ROW { flex-direction: column; align-items: stretch }
  .KN-DC { min-width: 0; width: 100% }
}

/* ─── KN Timeline · transparent section, dark cards ─── */
#S-WIEBAUEN {
  position: relative;
  z-index: 2;
  padding: 24px 52px 60px;
  background: transparent;
}
.WB-IN {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}
.WB-HEAD {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}
.WB-TI {
  font-family: var(--S);
  font-weight: 700;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.04;
  letter-spacing: -.024em;
  color: var(--k);
  margin: 0 0 18px;
}
.WB-S {
  font-family: var(--S);
  font-size: 15.5px;
  line-height: 1.6;
  color: rgba(12,11,8,.65);
  margin: 0 auto;
  max-width: 620px;
}
.WB-S strong { color: var(--k); font-weight: 600 }

.KN-TL-HEAD {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.KN-PILL {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--M);
  font-size: 10px;
  color: var(--p1);
  letter-spacing: .28em;
  text-transform: uppercase;
  padding: 7px 14px;
  border: 1px solid rgba(155,139,247,.3);
  border-radius: 100px;
  background: rgba(155,139,247,.06);
  margin-bottom: 22px;
}
.KN-PILL-DOT {
  width: 6px; height: 6px;
  background: var(--p1);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--p1);
  animation: knPillPulse 2s ease-in-out infinite;
}
@keyframes knPillPulse {
  0%,100% { opacity: 1 }
  50% { opacity: .5 }
}
.KN-TL-TI {
  font-family: var(--S);
  font-weight: 700;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: -.024em;
  color: var(--k);
  margin: 0 0 18px;
}
.KN-TL-S {
  font-family: var(--S);
  font-size: 15.5px;
  line-height: 1.6;
  color: rgba(12,11,8,.65);
  margin: 0 auto;
  max-width: 600px;
}

.KN-TL { position: relative }

/* Track + nodes */
.KN-TL-TRACK {
  position: relative;
  height: 36px;
  margin: 0 0 -18px;
  pointer-events: none;
}
.KN-TL-LINE {
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg,
    rgba(155,139,247,0) 0%,
    rgba(155,139,247,.25) 8%,
    rgba(155,139,247,.4) 50%,
    rgba(155,139,247,.25) 92%,
    rgba(155,139,247,0) 100%);
  transform: translateY(-50%);
}
.KN-TL-PROGRESS {
  position: absolute;
  top: 50%;
  left: 16.66%;
  height: 1.5px;
  width: 0;
  background: linear-gradient(90deg, var(--p1), var(--p2));
  box-shadow: 0 0 14px rgba(155,139,247,.6);
  transform: translateY(-50%);
  border-radius: 2px;
  animation: knTLProgress 2.4s cubic-bezier(.22,1,.36,1) .2s forwards;
}
@keyframes knTLProgress {
  to { width: 66.67% }
}
.KN-TL-NODE {
  position: absolute;
  top: 50%;
  width: 14px; height: 14px;
  margin-left: -7px;
  margin-top: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.KN-TL-NODE-DOT {
  position: relative;
  z-index: 2;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--p2), var(--p1));
  box-shadow:
    0 0 0 3px rgba(255,255,255,.95),
    0 0 0 4px rgba(155,139,247,.45),
    0 0 18px rgba(155,139,247,.55);
}
.KN-TL-NODE-RING {
  position: absolute;
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(155,139,247,.4);
  animation: knTLPulse 2.6s ease-out infinite;
}
.KN-TL-NODE:nth-child(4) .KN-TL-NODE-RING { animation-delay: .8s }
.KN-TL-NODE:nth-child(5) .KN-TL-NODE-RING { animation-delay: 1.6s }
@keyframes knTLPulse {
  0% { transform: scale(.7); opacity: .8 }
  100% { transform: scale(1.8); opacity: 0 }
}

/* Cards grid */
.KN-TL-CARDS {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  position: relative;
  padding-top: 38px;
}
.KN-TL-CARDS > .KN-TL-CARD {
  position: relative;
}
.KN-TL-CARDS > .KN-TL-CARD::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  width: 1px;
  height: 24px;
  background: linear-gradient(180deg, rgba(155,139,247,.5), rgba(155,139,247,0));
  transform: translateX(-.5px);
}

/* Dark cards (home-style) */
.KN-TL-CARD {
  background: linear-gradient(145deg, rgba(22,22,26,.85) 0%, rgba(14,14,18,.9) 100%);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 22px 22px 18px;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  text-align: left;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 18px 40px -22px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.04);
  transition: transform .4s cubic-bezier(.22,1,.36,1), border-color .3s, box-shadow .3s;
}
.KN-TL-CARD:hover {
  transform: translateY(-4px);
  border-color: rgba(155,139,247,.32);
  box-shadow: 0 22px 50px -22px rgba(0,0,0,.6), 0 0 0 1px rgba(155,139,247,.18) inset;
}

.KN-TL-CARD-HEAD {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.KN-TL-CARD-PH {
  font-family: var(--M);
  font-size: 9px;
  font-weight: 600;
  color: var(--p2);
  letter-spacing: .22em;
  text-transform: uppercase;
}
.KN-TL-CARD-DUR {
  font-family: var(--M);
  font-size: 9px;
  color: rgba(244,242,236,.5);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.KN-TL-CARD-NOTE {
  background: rgba(167,139,250,.08);
  border-left: 2px solid rgba(167,139,250,.5);
  padding: 8px 10px;
  border-radius: 4px;
  font-family: var(--M);
  font-size: 10.5px;
  color: rgba(244,242,236,.78);
  line-height: 1.5;
  margin-bottom: 14px;
}
.KN-TL-CARD-NOTE b { color: var(--p2); font-weight: 600 }
.KN-TL-CARD-TI {
  font-family: var(--S);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -.018em;
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.15;
}
.KN-TL-CARD-TI em {
  font-family: var(--R);
  font-style: italic;
  font-weight: 600;
  color: var(--p2);
  letter-spacing: -.01em;
}
.KN-TL-CARD-BODY {
  font-family: var(--S);
  font-size: 13px;
  color: rgba(244,242,236,.7);
  line-height: 1.55;
  margin: 0 0 16px;
  flex: 1;
}
.KN-TL-CARD-BODY b { color: #fff; font-weight: 700 }
.KN-TL-CARD-FOOT {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid rgba(167,139,250,.12);
}
.KN-TL-CARD-METRIC {
  font-family: var(--M);
  font-size: 10px;
  font-weight: 600;
  color: var(--p2);
  letter-spacing: .05em;
}
.KN-TL-CARD-LINK {
  font-family: var(--M);
  font-size: 10px;
  font-weight: 600;
  color: rgba(244,242,236,.55);
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: all .25s;
}
.KN-TL-CARD:hover .KN-TL-CARD-LINK {
  color: var(--p2);
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  #S-WIEBAUEN { padding: 24px 24px 60px }
}
@media (max-width: 900px) {
  .KN-TL-CARDS {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 0;
  }
  .KN-TL-CARDS > .KN-TL-CARD::before { display: none }
  .KN-TL-TRACK { display: none }
  .KN-TL-CARD { min-height: 0 }
}
@media (max-width: 480px) {
  #S-WIEBAUEN { padding: 20px 16px 50px }
}
