
    :root {
      --ink: #07080d;
      --ink-2: #0d0f18;
      --panel: #111522;
      --line: rgba(237, 240, 255, .14);
      --muted: #a1a7ba;
      --paper: #f2f3f8;
      --violet: #8d65ff;
      --blue: #3aa7ff;
      --pink: #ff3fc5;
      --lime: #d4ff4a;
      --mono: "DM Mono", monospace;
      --body: "DM Sans", sans-serif;
      --display: "Space Grotesk", sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--paper);
      background: var(--ink);
      font-family: var(--body);
      line-height: 1.5;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    a:focus-visible, button:focus-visible { outline: 2px solid var(--lime); outline-offset: 5px; }
    ::selection { background: var(--pink); color: #fff; }

    .site-shell { position: relative; isolation: isolate; }
    .site-shell::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -2;
      pointer-events: none;
      background: radial-gradient(circle at 77% 14%, rgba(139, 101, 255, .15), transparent 26rem), radial-gradient(circle at 8% 71%, rgba(58, 167, 255, .1), transparent 24rem);
    }
    .site-shell::after {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      opacity: .055;
      background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px);
      background-size: 52px 52px;
      mask-image: linear-gradient(to bottom, black, transparent 70%);
    }

    .nav {
      width: min(1220px, calc(100% - 48px));
      margin: 0 auto;
      min-height: 92px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid var(--line);
    }
    .brand { display: flex; align-items: center; gap: 13px; }
    .brand-logo { width: 104px; height: 104px; object-fit: contain; display: block; }
    .brand-name { display: none; }
    .nav-links { display: flex; gap: 28px; color: #b6bbcb; font: 400 12px var(--mono); }
    .nav-links a { transition: color .2s ease; }
    .nav-links a:hover { color: var(--lime); }
    .nav-cta { color: var(--ink); background: var(--lime); padding: 12px 16px; border-radius: 2px; font: 500 11px var(--mono); transition: transform .2s ease, background .2s ease; }
    .nav-cta:hover { transform: translateY(-2px); background: #e2ff82; }

    .hero { width: min(1220px, calc(100% - 48px)); margin: 0 auto; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr); align-items: center; gap: 70px; padding: 84px 0 105px; }
    .eyebrow { display: flex; align-items: center; gap: 10px; color: var(--lime); font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
    .eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--lime); }
    .hero h1 { max-width: 780px; font: 600 clamp(4.2rem, 8.6vw, 8.3rem)/.88 var(--display); letter-spacing: -.085em; margin: 28px 0 28px; }
    .hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(242,243,248,.82); }
    .hero-copy { max-width: 510px; color: #c2c6d3; font-size: 18px; line-height: 1.55; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
    .button { display: inline-flex; align-items: center; gap: 12px; padding: 15px 18px; font: 500 12px var(--mono); border: 1px solid var(--line); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
    .button:hover { transform: translateY(-2px); border-color: var(--lime); }
    .button.primary { color: var(--ink); background: var(--lime); border-color: var(--lime); }
    .button.primary:hover { background: #e2ff82; }
    .button .arrow { font-size: 16px; line-height: 0; }

    .hero-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
    .visual-frame { position: relative; width: min(100%, 440px); aspect-ratio: 1 / 1.08; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.015)); overflow: hidden; }
    .visual-frame::before { content: "LIVE / ORGANISATION SIGNAL"; position: absolute; left: 22px; top: 20px; color: #8790a8; font: 10px var(--mono); letter-spacing: .12em; }
    .visual-frame::after { content: "01"; position: absolute; right: 20px; bottom: 18px; color: rgba(255,255,255,.16); font: 110px/.8 var(--display); letter-spacing: -.1em; }
    .orbit { position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(141,101,255,.42); border-radius: 50%; transform: rotate(-23deg); }
    .orbit::before, .orbit::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 20px var(--pink); }
    .orbit::before { top: 7%; left: 18%; }
    .orbit::after { right: 8%; bottom: 19%; background: var(--blue); box-shadow: 0 0 20px var(--blue); }
    .orbit.two { width: 53%; border-color: rgba(58,167,255,.55); transform: rotate(41deg); }
    .orbit.two::before { background: var(--lime); box-shadow: 0 0 20px var(--lime); top: 13%; left: 9%; }
    .orbit.two::after { background: var(--pink); box-shadow: 0 0 20px var(--pink); right: 12%; bottom: 9%; }
    .core { position: absolute; width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 38% 30%, #9c79ff, #4c3a95 60%, #1d193b); box-shadow: 0 0 0 16px rgba(141,101,255,.07), 0 0 60px rgba(141,101,255,.6); }
    .core::before { content: ""; width: 27px; height: 27px; border-radius: 50%; background: var(--ink); border: 1px solid rgba(255,255,255,.5); }
    .signal { position: absolute; width: 80%; left: 10%; bottom: 70px; height: 38px; }
    .signal path { fill: none; stroke: url(#signalGradient); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 9 11; animation: drift 5s linear infinite; }
    @keyframes drift { to { stroke-dashoffset: -160; } }
    .visual-caption { position: absolute; left: 22px; bottom: 19px; font: 10px var(--mono); color: #8991a8; letter-spacing: .06em; }
    .visual-caption strong { color: var(--lime); font-weight: 400; }

    .marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; white-space: nowrap; color: rgba(242,243,248,.5); font: 500 12px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
    .marquee-track { display: inline-block; padding: 17px 0; animation: ticker 23s linear infinite; }
    .marquee b { color: var(--pink); font-weight: 400; margin: 0 27px; }
    @keyframes ticker { to { transform: translateX(-50%); } }

    .section { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 126px 0; }
    .section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 56px; }
    .section-label { color: var(--lime); font: 500 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
    .section h2 { max-width: 820px; margin: 15px 0 0; font: 500 clamp(2.7rem, 6vw, 5.7rem)/.96 var(--display); letter-spacing: -.07em; }
    .section h2 .accent { color: var(--pink); }
    .section-intro { max-width: 340px; color: var(--muted); font-size: 15px; }

    .problem-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .problem-lead { min-height: 350px; padding: 42px; background: var(--panel); display: flex; flex-direction: column; justify-content: space-between; }
    .problem-lead p { max-width: 520px; margin: 0; font: 500 clamp(1.8rem, 3.1vw, 3rem)/1.02 var(--display); letter-spacing: -.055em; }
    .problem-lead .small-note { color: #8f96aa; font: 11px var(--mono); text-transform: uppercase; letter-spacing: .09em; }
    .frictions { display: grid; grid-template-columns: 1fr 1fr; background: #090b12; }
    .friction { padding: 28px; min-height: 174px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .friction:nth-child(2n) { border-left: 1px solid var(--line); }
    .friction:nth-last-child(-n+2) { border-bottom: 0; }
    .friction-mark { color: var(--pink); font: 16px var(--mono); }
    .friction p { color: #c5c9d5; margin: 21px 0 0; font-size: 14px; line-height: 1.35; }

    .approach { padding-top: 0; }
    .approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .approach-card { min-height: 285px; padding: 29px 30px 36px 0; border-right: 1px solid var(--line); margin-right: 30px; }
    .approach-card:last-child { border-right: 0; margin-right: 0; }
    .card-number { color: var(--blue); font: 11px var(--mono); }
    .approach-card h3 { margin: 62px 0 15px; font: 500 28px/1 var(--display); letter-spacing: -.05em; }
    .approach-card p { max-width: 260px; margin: 0; color: var(--muted); font-size: 14px; }

    .bridge { padding-top: 0; }
    .bridge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .bridge-card { min-height: 300px; padding: 32px; position: relative; overflow: hidden; }
    .bridge-card.product { background: linear-gradient(135deg, rgba(141,101,255,.28), rgba(17,21,34,.96) 65%); }
    .bridge-card.dialoge { background: linear-gradient(135deg, rgba(58,167,255,.16), rgba(17,21,34,.96) 65%); }
    .bridge-card::after { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; right: -78px; bottom: -92px; }
    .bridge-kicker { color: var(--lime); font: 11px var(--mono); letter-spacing: .12em; }
    .bridge-card h3 { max-width: 350px; margin: 63px 0 15px; font: 500 clamp(1.8rem, 3.2vw, 3rem)/.98 var(--display); letter-spacing: -.06em; }
    .bridge-card p { position: relative; z-index: 1; max-width: 390px; margin: 0; color: #c5c9d5; font-size: 14px; line-height: 1.5; }
    .bridge-note { max-width: 720px; margin: 22px 0 0; color: #8f96aa; font: 11px var(--mono); letter-spacing: .03em; }
    .bridge-note a { color: var(--lime); border-bottom: 1px solid var(--lime); padding-bottom: 1px; }
    .bridge-link { position: relative; z-index: 2; display: inline-flex; gap: 10px; margin-top: 25px; color: var(--lime); font: 500 12px var(--mono); border-bottom: 1px solid var(--lime); padding-bottom: 5px; }
    .bridge-link span { font-size: 16px; line-height: .7; }

    .reality { padding-top: 0; }
    .reality-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .reality-lead { padding: 42px; min-height: 390px; background: linear-gradient(145deg, rgba(141,101,255,.23), rgba(17,21,34,.96) 55%); display: flex; flex-direction: column; justify-content: space-between; }
    .reality-lead h3 { max-width: 380px; margin: 0; font: 500 clamp(2.3rem, 4.5vw, 4.4rem)/.94 var(--display); letter-spacing: -.075em; }
    .reality-lead p { max-width: 340px; margin: 28px 0 0; color: #c9cede; font-size: 15px; }
    .reality-tag { color: var(--lime); font: 11px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
    .reality-steps { display: grid; grid-template-columns: 1fr 1fr; background: #090b12; }
    .reality-step { min-height: 194px; padding: 28px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .reality-step:nth-child(2n) { border-left: 1px solid var(--line); }
    .reality-step:nth-last-child(-n+2) { border-bottom: 0; }
    .reality-step .step-mark { color: var(--pink); font: 11px var(--mono); }
    .reality-step h3 { margin: 28px 0 10px; font: 500 25px/1 var(--display); letter-spacing: -.05em; }
    .reality-step p { max-width: 250px; margin: 0; color: var(--muted); font-size: 13px; }
    .reality-boundary { margin-top: 18px; color: #7f879b; font: 10px var(--mono); letter-spacing: .04em; }

    .quote-section { width: 100%; background: var(--paper); color: var(--ink); }
    .quote-inner { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }
    .quote { max-width: 950px; margin: 0; font: 500 clamp(2.8rem, 6.5vw, 7rem)/.94 var(--display); letter-spacing: -.085em; }
    .quote span { color: #7250e9; }
    .quote-credit { margin: 38px 0 0; color: #5b5f6d; font: 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; }

    .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .team-card { background: var(--panel); min-height: 520px; position: relative; overflow: hidden; isolation: isolate; }
    .team-card::before { content: ""; position: absolute; z-index: -2; width: 240px; height: 240px; border-radius: 50%; right: -72px; top: 48px; background: var(--violet); opacity: .22; filter: blur(1px); }
    .team-card::after { content: ""; position: absolute; z-index: 0; width: 74px; height: 74px; right: 26px; top: 136px; border: 1px solid rgba(212,255,74,.72); transform: rotate(45deg); }
    .team-card:nth-child(2)::before { background: var(--blue); left: -85px; right: auto; top: 40px; opacity: .25; }
    .team-card:nth-child(2)::after { border-color: rgba(255,63,197,.78); right: 31px; top: 115px; width: 62px; height: 62px; }
    .team-card:nth-child(3)::before { background: var(--pink); right: -95px; top: 25px; opacity: .19; }
    .team-card:nth-child(3)::after { border-color: rgba(58,167,255,.8); left: 29px; right: auto; top: 145px; width: 67px; height: 67px; }
    .team-stage { height: 315px; position: relative; z-index: 1; overflow: visible; }
    .team-stage::before { content: ""; position: absolute; left: 22px; top: 30px; width: 78%; height: 1px; background: linear-gradient(90deg, var(--lime), transparent); opacity: .72; }
    .team-stage::after { content: ""; position: absolute; right: 25px; top: 30px; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 13px var(--lime); }
    .team-photo { position: absolute; z-index: 2; display: block; object-fit: contain; object-position: center bottom; filter: saturate(.92) contrast(1.04); pointer-events: none; }
    .team-card:nth-child(1) .team-photo { width: 108%; height: 372px; left: -11%; bottom: -35px; }
    .team-card:nth-child(2) .team-photo { width: 105%; height: 370px; left: -3%; bottom: -35px; }
    .team-card:nth-child(3) .team-photo { width: 111%; height: 376px; left: -6%; bottom: -38px; }
    .team-copy { position: relative; z-index: 3; min-height: 205px; padding: 19px 27px 29px; background: linear-gradient(180deg, rgba(17,21,34,.72), var(--panel) 34%); }
    .team-role { color: var(--blue); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .11em; }
    .team-card h3 { margin: 15px 0 4px; font: 500 27px var(--display); letter-spacing: -.06em; }
    .team-card p { margin: 0; color: var(--muted); font-size: 13px; }
    .team-bio { margin-top: 14px !important; max-width: 290px; color: #c5c9d5 !important; line-height: 1.4; }
    .team-link { position: relative; z-index: 4; display: inline-flex; gap: 9px; margin-top: 19px; color: var(--lime); font: 500 11px var(--mono); border-bottom: 1px solid rgba(212,255,74,.65); padding-bottom: 5px; }
    .team-link span { font-size: 15px; line-height: .7; }

    .outcome { padding-top: 0; }
    .outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .outcome-card { position: relative; min-height: 260px; padding: 28px 24px 30px; background: #0b0e17; overflow: hidden; }
    .outcome-card::before { content: ""; position: absolute; width: 150px; height: 150px; border: 1px solid rgba(141,101,255,.36); border-radius: 50%; right: -72px; bottom: -78px; }
    .outcome-card:nth-child(2)::before { border-color: rgba(58,167,255,.4); }
    .outcome-card:nth-child(3)::before { border-color: rgba(255,63,197,.4); }
    .outcome-card:nth-child(4)::before { border-color: rgba(212,255,74,.45); }
    .outcome-mark { color: var(--lime); font: 11px var(--mono); letter-spacing: .08em; }
    .outcome-card h3 { position: relative; margin: 64px 0 13px; max-width: 190px; font: 500 25px/1 var(--display); letter-spacing: -.055em; }
    .outcome-card p { position: relative; max-width: 220px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

    .contact { position: relative; overflow: hidden; border-top: 1px solid var(--line); }
    .contact::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; border: 1px solid rgba(255,63,197,.24); right: -160px; top: -270px; box-shadow: 0 0 0 45px rgba(141,101,255,.05), 0 0 0 100px rgba(58,167,255,.035); }
    .contact-inner { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0 135px; position: relative; }
    .contact h2 { max-width: 720px; font: 500 clamp(3.4rem, 7.5vw, 7.8rem)/.86 var(--display); letter-spacing: -.09em; margin: 18px 0 34px; }
    .contact h2 em { color: var(--pink); font-style: normal; }
    .contact p { max-width: 470px; color: var(--muted); font-size: 17px; }
    .contact-address { display: inline-block; margin-top: 30px; color: var(--lime); font: 500 13px var(--mono); border-bottom: 1px solid var(--lime); padding-bottom: 6px; }

    footer { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 24px 0 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #777f94; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
    .legal-links { display: flex; gap: 18px; }
    .legal-links a:hover { color: var(--lime); }
    .legal-page { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 118px 0 140px; }
    .legal-page h1 { margin: 18px 0 44px; font: 500 clamp(3rem, 7vw, 6.6rem)/.9 var(--display); letter-spacing: -.08em; }
    .legal-page h2 { margin: 42px 0 12px; color: var(--paper); font: 500 25px/1.05 var(--display); letter-spacing: -.045em; }
    .legal-page p, .legal-page li { max-width: 760px; color: #c5c9d5; font-size: 14px; line-height: 1.65; }
    .legal-page ul { padding-left: 20px; }
    .legal-page a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
    .legal-meta { color: var(--lime) !important; font: 11px var(--mono) !important; text-transform: uppercase; letter-spacing: .08em; }
    .legal-rule { border-top: 1px solid var(--line); margin: 52px 0 0; }
    .legal-disclaimer { color: #8f96aa !important; font-size: 12px !important; }
    .reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
    .reveal.visible { opacity: 1; transform: none; }
    @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } .js .reveal { opacity: 1; transform: none; } }
    @media (max-width: 780px) {
      .nav, .hero, .section, .quote-inner, .contact-inner, footer { width: min(100% - 34px, 600px); }
      .nav { min-height: 77px; }
      .nav-links { display: none; }
      .nav-cta { padding: 10px 12px; }
      .hero { display: block; padding: 71px 0 80px; min-height: 0; }
      .hero h1 { font-size: clamp(4rem, 19vw, 7rem); margin-top: 25px; }
      .hero-copy { font-size: 16px; }
      .hero-visual { min-height: 380px; margin-top: 58px; }
      .section, .contact-inner, .quote-inner { padding: 82px 0; }
      .section-head { display: block; margin-bottom: 34px; }
      .section-intro { margin-top: 24px; }
      .problem-grid, .team-grid { display: block; }
      .outcome-grid { grid-template-columns: 1fr 1fr; }
      .outcome-card { min-height: 230px; padding: 22px 18px 24px; }
      .outcome-card h3 { margin-top: 45px; font-size: 22px; }
      .outcome-card p { font-size: 12px; }
      .problem-lead { min-height: 270px; padding: 28px; }
      .frictions { grid-template-columns: 1fr 1fr; }
      .friction { min-height: 146px; padding: 21px 17px; }
      .friction p { font-size: 12px; margin-top: 15px; }
      .approach-grid { display: block; }
      .reality-panel { display: block; }
      .reality-lead { min-height: 320px; padding: 28px; }
      .reality-steps { grid-template-columns: 1fr 1fr; }
      .reality-step { min-height: 175px; padding: 21px 17px; }
      .reality-step h3 { margin-top: 21px; font-size: 20px; }
      .reality-step p { font-size: 12px; }
      .approach-card { min-height: 0; padding: 26px 0 28px; border-right: 0; border-bottom: 1px solid var(--line); margin-right: 0; }
      .approach-card:last-child { border-bottom: 0; }
      .approach-card h3 { margin-top: 32px; }
      .bridge-grid { display: block; }
      .bridge-card { min-height: 250px; padding: 26px 21px 29px; }
      .bridge-card h3 { margin-top: 47px; font-size: 28px; }
      .bridge-link { margin-top: 21px; }
      .team-card { min-height: 0; border-bottom: 1px solid var(--line); }
      .team-stage { height: 330px; }
      .team-photo { height: 390px !important; bottom: -45px !important; }
      .team-copy { padding: 22px 21px 28px; min-height: 194px; }
      .team-card:last-child { border-bottom: 0; }
      footer { display: block; line-height: 2; }
    }
  
    footer .ssl-seal { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
    footer .ssl-seal img { display: block; width: 78px; height: 78px; object-fit: contain; }
    @media (max-width: 680px) { footer .ssl-seal { margin: 12px 0 0; } footer .ssl-seal img { width: 72px; height: 72px; } }

    .signature-line { background: var(--ink); color: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .signature-inner { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 86px 0 92px; }
    .signature-slogan { margin: 18px 0 10px; font: 500 clamp(3.7rem, 9vw, 9.5rem)/.86 var(--display); letter-spacing: -.09em; }
    .signature-slogan em { color: var(--lime); font-style: normal; }
    .signature-copy { margin: 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.25rem); }
    @media (max-width: 680px) { .signature-inner { padding: 62px 0 68px; } .signature-slogan { font-size: clamp(3.2rem, 16vw, 5.8rem); } }

.team-card:nth-child(1) .team-photo { object-position: center 18%; }

/* Final controlled revision: external-file overrides only */
.hero-actions .button.primary { display: inline-flex; }
.faq-section { padding-top: 0; }
    .faq-panel { background: var(--paper); color: var(--ink); border-radius: 4px; padding: clamp(28px, 5vw, 64px) clamp(22px, 4vw, 56px); }
    .faq-panel .section-head { margin-bottom: 34px; }
    .faq-panel .section-label { color: #6a5bd0; }
    .faq-panel h2 { color: var(--ink); }
    .faq-panel h2 .accent { color: var(--pink); }
    .faq-panel .section-intro { color: #4a4f5e; }
    .faq-list { border-top: 1px solid rgba(7,8,13,.14); }
    .faq-list details { border-bottom: 1px solid rgba(7,8,13,.14); }
    .faq-list summary { cursor: pointer; list-style: none; padding: 23px 56px 23px 0; position: relative; color: var(--ink); font: 500 clamp(1.05rem, 2vw, 1.5rem)/1.15 var(--display); letter-spacing: -.035em; }
    .faq-list summary::-webkit-details-marker { display: none; }
    .faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 18px; color: #6a5bd0; font: 300 25px/1 var(--mono); }
    .faq-list details[open] summary::after { content: "-"; }
    .faq-answer { max-width: 760px; padding: 0 0 22px; color: #3a3f4d; font-size: 15px; }
    .faq-answer p { margin: 0; }
    .faq-list summary:focus-visible { outline: 2px solid #6a5bd0; outline-offset: 4px; }
.contact { position: relative; overflow: hidden; border-top: 1px solid var(--line); }
.contact::after { content: ""; position: absolute; width: min(44vw, 600px); height: min(44vw, 600px); right: -13vw; top: -30%; border-radius: 50%; border: 1px solid rgba(255,63,197,.55); box-shadow: 0 0 0 44px rgba(141,101,255,.13), 0 0 0 92px rgba(58,167,255,.07); pointer-events: none; }
.contact-inner { position: relative; z-index: 1; }
.contact-address { color: var(--lime); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 7px; }
footer { position: relative; z-index: 2; border-top: 1px solid var(--line); }
@media (max-width: 780px) {
  .faq-list summary { padding: 19px 42px 19px 0; }
  .faq-list summary::after { top: 15px; right: 4px; }
  .faq-answer { padding-bottom: 19px; font-size: 14px; }
  .contact::after { width: 320px; height: 320px; right: -180px; top: -70px; }
}


/* Legal page styles from SharePoint baseline: impressum.html */

    :root {
      --ink: #07080d;
      --ink-2: #0d0f18;
      --panel: #111522;
      --line: rgba(237, 240, 255, .14);
      --muted: #a1a7ba;
      --paper: #f2f3f8;
      --violet: #8d65ff;
      --blue: #3aa7ff;
      --pink: #ff3fc5;
      --lime: #d4ff4a;
      --mono: "DM Mono", monospace;
      --body: "DM Sans", sans-serif;
      --display: "Space Grotesk", sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--paper);
      background: var(--ink);
      font-family: var(--body);
      line-height: 1.5;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    a:focus-visible, button:focus-visible { outline: 2px solid var(--lime); outline-offset: 5px; }
    ::selection { background: var(--pink); color: #fff; }

    .site-shell { position: relative; isolation: isolate; }
    .site-shell::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -2;
      pointer-events: none;
      background: radial-gradient(circle at 77% 14%, rgba(139, 101, 255, .15), transparent 26rem), radial-gradient(circle at 8% 71%, rgba(58, 167, 255, .1), transparent 24rem);
    }
    .site-shell::after {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      opacity: .055;
      background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px);
      background-size: 52px 52px;
      mask-image: linear-gradient(to bottom, black, transparent 70%);
    }

    .nav {
      width: min(1220px, calc(100% - 48px));
      margin: 0 auto;
      min-height: 92px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid var(--line);
    }
    .brand { display: flex; align-items: center; gap: 13px; }
    .brand-logo { width: 104px; height: 104px; object-fit: contain; display: block; }
    .brand-name { display: none; }
    .nav-links { display: flex; gap: 28px; color: #b6bbcb; font: 400 12px var(--mono); }
    .nav-links a { transition: color .2s ease; }
    .nav-links a:hover { color: var(--lime); }
    .nav-cta { color: var(--ink); background: var(--lime); padding: 12px 16px; border-radius: 2px; font: 500 11px var(--mono); transition: transform .2s ease, background .2s ease; }
    .nav-cta:hover { transform: translateY(-2px); background: #e2ff82; }

    .hero { width: min(1220px, calc(100% - 48px)); margin: 0 auto; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr); align-items: center; gap: 70px; padding: 84px 0 105px; }
    .eyebrow { display: flex; align-items: center; gap: 10px; color: var(--lime); font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
    .eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--lime); }
    .hero h1 { max-width: 780px; font: 600 clamp(4.2rem, 8.6vw, 8.3rem)/.88 var(--display); letter-spacing: -.085em; margin: 28px 0 28px; }
    .hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(242,243,248,.82); }
    .hero-copy { max-width: 510px; color: #c2c6d3; font-size: 18px; line-height: 1.55; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
    .button { display: inline-flex; align-items: center; gap: 12px; padding: 15px 18px; font: 500 12px var(--mono); border: 1px solid var(--line); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
    .button:hover { transform: translateY(-2px); border-color: var(--lime); }
    .button.primary { color: var(--ink); background: var(--lime); border-color: var(--lime); }
    .button.primary:hover { background: #e2ff82; }
    .button .arrow { font-size: 16px; line-height: 0; }

    .hero-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
    .visual-frame { position: relative; width: min(100%, 440px); aspect-ratio: 1 / 1.08; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.015)); overflow: hidden; }
    .visual-frame::before { content: "LIVE / ORGANISATION SIGNAL"; position: absolute; left: 22px; top: 20px; color: #8790a8; font: 10px var(--mono); letter-spacing: .12em; }
    .visual-frame::after { content: "01"; position: absolute; right: 20px; bottom: 18px; color: rgba(255,255,255,.16); font: 110px/.8 var(--display); letter-spacing: -.1em; }
    .orbit { position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(141,101,255,.42); border-radius: 50%; transform: rotate(-23deg); }
    .orbit::before, .orbit::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 20px var(--pink); }
    .orbit::before { top: 7%; left: 18%; }
    .orbit::after { right: 8%; bottom: 19%; background: var(--blue); box-shadow: 0 0 20px var(--blue); }
    .orbit.two { width: 53%; border-color: rgba(58,167,255,.55); transform: rotate(41deg); }
    .orbit.two::before { background: var(--lime); box-shadow: 0 0 20px var(--lime); top: 13%; left: 9%; }
    .orbit.two::after { background: var(--pink); box-shadow: 0 0 20px var(--pink); right: 12%; bottom: 9%; }
    .core { position: absolute; width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 38% 30%, #9c79ff, #4c3a95 60%, #1d193b); box-shadow: 0 0 0 16px rgba(141,101,255,.07), 0 0 60px rgba(141,101,255,.6); }
    .core::before { content: ""; width: 27px; height: 27px; border-radius: 50%; background: var(--ink); border: 1px solid rgba(255,255,255,.5); }
    .signal { position: absolute; width: 80%; left: 10%; bottom: 70px; height: 38px; }
    .signal path { fill: none; stroke: url(#signalGradient); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 9 11; animation: drift 5s linear infinite; }
    @keyframes drift { to { stroke-dashoffset: -160; } }
    .visual-caption { position: absolute; left: 22px; bottom: 19px; font: 10px var(--mono); color: #8991a8; letter-spacing: .06em; }
    .visual-caption strong { color: var(--lime); font-weight: 400; }

    .marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; white-space: nowrap; color: rgba(242,243,248,.5); font: 500 12px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
    .marquee-track { display: inline-block; padding: 17px 0; animation: ticker 23s linear infinite; }
    .marquee b { color: var(--pink); font-weight: 400; margin: 0 27px; }
    @keyframes ticker { to { transform: translateX(-50%); } }

    .section { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 126px 0; }
    .section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 56px; }
    .section-label { color: var(--lime); font: 500 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
    .section h2 { max-width: 820px; margin: 15px 0 0; font: 500 clamp(2.7rem, 6vw, 5.7rem)/.96 var(--display); letter-spacing: -.07em; }
    .section h2 .accent { color: var(--pink); }
    .section-intro { max-width: 340px; color: var(--muted); font-size: 15px; }

    .problem-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .problem-lead { min-height: 350px; padding: 42px; background: var(--panel); display: flex; flex-direction: column; justify-content: space-between; }
    .problem-lead p { max-width: 520px; margin: 0; font: 500 clamp(1.8rem, 3.1vw, 3rem)/1.02 var(--display); letter-spacing: -.055em; }
    .problem-lead .small-note { color: #8f96aa; font: 11px var(--mono); text-transform: uppercase; letter-spacing: .09em; }
    .frictions { display: grid; grid-template-columns: 1fr 1fr; background: #090b12; }
    .friction { padding: 28px; min-height: 174px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .friction:nth-child(2n) { border-left: 1px solid var(--line); }
    .friction:nth-last-child(-n+2) { border-bottom: 0; }
    .friction-mark { color: var(--pink); font: 16px var(--mono); }
    .friction p { color: #c5c9d5; margin: 21px 0 0; font-size: 14px; line-height: 1.35; }

    .approach { padding-top: 0; }
    .approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .approach-card { min-height: 285px; padding: 29px 30px 36px 0; border-right: 1px solid var(--line); margin-right: 30px; }
    .approach-card:last-child { border-right: 0; margin-right: 0; }
    .card-number { color: var(--blue); font: 11px var(--mono); }
    .approach-card h3 { margin: 62px 0 15px; font: 500 28px/1 var(--display); letter-spacing: -.05em; }
    .approach-card p { max-width: 260px; margin: 0; color: var(--muted); font-size: 14px; }

    .bridge { padding-top: 0; }
    .bridge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .bridge-card { min-height: 300px; padding: 32px; position: relative; overflow: hidden; }
    .bridge-card.product { background: linear-gradient(135deg, rgba(141,101,255,.28), rgba(17,21,34,.96) 65%); }
    .bridge-card.dialoge { background: linear-gradient(135deg, rgba(58,167,255,.16), rgba(17,21,34,.96) 65%); }
    .bridge-card::after { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; right: -78px; bottom: -92px; }
    .bridge-kicker { color: var(--lime); font: 11px var(--mono); letter-spacing: .12em; }
    .bridge-card h3 { max-width: 350px; margin: 63px 0 15px; font: 500 clamp(1.8rem, 3.2vw, 3rem)/.98 var(--display); letter-spacing: -.06em; }
    .bridge-card p { position: relative; z-index: 1; max-width: 390px; margin: 0; color: #c5c9d5; font-size: 14px; line-height: 1.5; }
    .bridge-note { max-width: 720px; margin: 22px 0 0; color: #8f96aa; font: 11px var(--mono); letter-spacing: .03em; }
    .bridge-link { position: relative; z-index: 2; display: inline-flex; gap: 10px; margin-top: 25px; color: var(--lime); font: 500 12px var(--mono); border-bottom: 1px solid var(--lime); padding-bottom: 5px; }
    .bridge-link span { font-size: 16px; line-height: .7; }

    .reality { padding-top: 0; }
    .reality-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .reality-lead { padding: 42px; min-height: 390px; background: linear-gradient(145deg, rgba(141,101,255,.23), rgba(17,21,34,.96) 55%); display: flex; flex-direction: column; justify-content: space-between; }
    .reality-lead h3 { max-width: 380px; margin: 0; font: 500 clamp(2.3rem, 4.5vw, 4.4rem)/.94 var(--display); letter-spacing: -.075em; }
    .reality-lead p { max-width: 340px; margin: 28px 0 0; color: #c9cede; font-size: 15px; }
    .reality-tag { color: var(--lime); font: 11px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
    .reality-steps { display: grid; grid-template-columns: 1fr 1fr; background: #090b12; }
    .reality-step { min-height: 194px; padding: 28px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .reality-step:nth-child(2n) { border-left: 1px solid var(--line); }
    .reality-step:nth-last-child(-n+2) { border-bottom: 0; }
    .reality-step .step-mark { color: var(--pink); font: 11px var(--mono); }
    .reality-step h3 { margin: 28px 0 10px; font: 500 25px/1 var(--display); letter-spacing: -.05em; }
    .reality-step p { max-width: 250px; margin: 0; color: var(--muted); font-size: 13px; }
    .reality-boundary { margin-top: 18px; color: #7f879b; font: 10px var(--mono); letter-spacing: .04em; }

    .quote-section { width: 100%; background: var(--paper); color: var(--ink); }
    .quote-inner { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }
    .quote { max-width: 950px; margin: 0; font: 500 clamp(2.8rem, 6.5vw, 7rem)/.94 var(--display); letter-spacing: -.085em; }
    .quote span { color: #7250e9; }
    .quote-credit { margin: 38px 0 0; color: #5b5f6d; font: 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; }

    .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .team-card { background: var(--panel); min-height: 520px; position: relative; overflow: hidden; isolation: isolate; }
    .team-card::before { content: ""; position: absolute; z-index: -2; width: 240px; height: 240px; border-radius: 50%; right: -72px; top: 48px; background: var(--violet); opacity: .22; filter: blur(1px); }
    .team-card::after { content: ""; position: absolute; z-index: 0; width: 74px; height: 74px; right: 26px; top: 136px; border: 1px solid rgba(212,255,74,.72); transform: rotate(45deg); }
    .team-card:nth-child(2)::before { background: var(--blue); left: -85px; right: auto; top: 40px; opacity: .25; }
    .team-card:nth-child(2)::after { border-color: rgba(255,63,197,.78); right: 31px; top: 115px; width: 62px; height: 62px; }
    .team-card:nth-child(3)::before { background: var(--pink); right: -95px; top: 25px; opacity: .19; }
    .team-card:nth-child(3)::after { border-color: rgba(58,167,255,.8); left: 29px; right: auto; top: 145px; width: 67px; height: 67px; }
    .team-stage { height: 315px; position: relative; z-index: 1; overflow: visible; }
    .team-stage::before { content: ""; position: absolute; left: 22px; top: 30px; width: 78%; height: 1px; background: linear-gradient(90deg, var(--lime), transparent); opacity: .72; }
    .team-stage::after { content: ""; position: absolute; right: 25px; top: 30px; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 13px var(--lime); }
    .team-photo { position: absolute; z-index: 2; display: block; object-fit: contain; object-position: center bottom; filter: saturate(.92) contrast(1.04); pointer-events: none; }
    .team-card:nth-child(1) .team-photo { width: 108%; height: 372px; left: -11%; bottom: -35px; }
    .team-card:nth-child(2) .team-photo { width: 105%; height: 370px; left: -3%; bottom: -35px; }
    .team-card:nth-child(3) .team-photo { width: 111%; height: 376px; left: -6%; bottom: -38px; }
    .team-copy { position: relative; z-index: 3; min-height: 205px; padding: 19px 27px 29px; background: linear-gradient(180deg, rgba(17,21,34,.72), var(--panel) 34%); }
    .team-role { color: var(--blue); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .11em; }
    .team-card h3 { margin: 15px 0 4px; font: 500 27px var(--display); letter-spacing: -.06em; }
    .team-card p { margin: 0; color: var(--muted); font-size: 13px; }
    .team-bio { margin-top: 14px !important; max-width: 290px; color: #c5c9d5 !important; line-height: 1.4; }
    .team-link { position: relative; z-index: 4; display: inline-flex; gap: 9px; margin-top: 19px; color: var(--lime); font: 500 11px var(--mono); border-bottom: 1px solid rgba(212,255,74,.65); padding-bottom: 5px; }
    .team-link span { font-size: 15px; line-height: .7; }

    .outcome { padding-top: 0; }
    .outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .outcome-card { position: relative; min-height: 260px; padding: 28px 24px 30px; background: #0b0e17; overflow: hidden; }
    .outcome-card::before { content: ""; position: absolute; width: 150px; height: 150px; border: 1px solid rgba(141,101,255,.36); border-radius: 50%; right: -72px; bottom: -78px; }
    .outcome-card:nth-child(2)::before { border-color: rgba(58,167,255,.4); }
    .outcome-card:nth-child(3)::before { border-color: rgba(255,63,197,.4); }
    .outcome-card:nth-child(4)::before { border-color: rgba(212,255,74,.45); }
    .outcome-mark { color: var(--lime); font: 11px var(--mono); letter-spacing: .08em; }
    .outcome-card h3 { position: relative; margin: 64px 0 13px; max-width: 190px; font: 500 25px/1 var(--display); letter-spacing: -.055em; }
    .outcome-card p { position: relative; max-width: 220px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

    .contact { position: relative; overflow: hidden; border-top: 1px solid var(--line); }
    .contact::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; border: 1px solid rgba(255,63,197,.24); right: -160px; top: -270px; box-shadow: 0 0 0 45px rgba(141,101,255,.05), 0 0 0 100px rgba(58,167,255,.035); }
    .contact-inner { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0 135px; position: relative; }
    .contact h2 { max-width: 720px; font: 500 clamp(3.4rem, 7.5vw, 7.8rem)/.86 var(--display); letter-spacing: -.09em; margin: 18px 0 34px; }
    .contact h2 em { color: var(--pink); font-style: normal; }
    .contact p { max-width: 470px; color: var(--muted); font-size: 17px; }
    .contact-address { display: inline-block; margin-top: 30px; color: var(--lime); font: 500 13px var(--mono); border-bottom: 1px solid var(--lime); padding-bottom: 6px; }

    footer { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 24px 0 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #777f94; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
    .legal-links { display: flex; gap: 18px; }
    .legal-links a:hover { color: var(--lime); }
    .legal-page { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 118px 0 140px; }
    .legal-page h1 { margin: 18px 0 44px; font: 500 clamp(3rem, 7vw, 6.6rem)/.9 var(--display); letter-spacing: -.08em; }
    .legal-page h2 { margin: 42px 0 12px; color: var(--paper); font: 500 25px/1.05 var(--display); letter-spacing: -.045em; }
    .legal-page p, .legal-page li { max-width: 760px; color: #c5c9d5; font-size: 14px; line-height: 1.65; }
    .legal-page ul { padding-left: 20px; }
    .legal-page a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
    .legal-meta { color: var(--lime) !important; font: 11px var(--mono) !important; text-transform: uppercase; letter-spacing: .08em; }
    .legal-rule { border-top: 1px solid var(--line); margin: 52px 0 0; }
    .legal-disclaimer { color: #8f96aa !important; font-size: 12px !important; }
    .reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
    .reveal.visible { opacity: 1; transform: none; }
    @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } .js .reveal { opacity: 1; transform: none; } }
    @media (max-width: 780px) {
      .nav, .hero, .section, .quote-inner, .contact-inner, footer { width: min(100% - 34px, 600px); }
      .nav { min-height: 77px; }
      .nav-links { display: none; }
      .nav-cta { padding: 10px 12px; }
      .hero { display: block; padding: 71px 0 80px; min-height: 0; }
      .hero h1 { font-size: clamp(4rem, 19vw, 7rem); margin-top: 25px; }
      .hero-copy { font-size: 16px; }
      .hero-visual { min-height: 380px; margin-top: 58px; }
      .section, .contact-inner, .quote-inner { padding: 82px 0; }
      .section-head { display: block; margin-bottom: 34px; }
      .section-intro { margin-top: 24px; }
      .problem-grid, .team-grid { display: block; }
      .outcome-grid { grid-template-columns: 1fr 1fr; }
      .outcome-card { min-height: 230px; padding: 22px 18px 24px; }
      .outcome-card h3 { margin-top: 45px; font-size: 22px; }
      .outcome-card p { font-size: 12px; }
      .problem-lead { min-height: 270px; padding: 28px; }
      .frictions { grid-template-columns: 1fr 1fr; }
      .friction { min-height: 146px; padding: 21px 17px; }
      .friction p { font-size: 12px; margin-top: 15px; }
      .approach-grid { display: block; }
      .reality-panel { display: block; }
      .reality-lead { min-height: 320px; padding: 28px; }
      .reality-steps { grid-template-columns: 1fr 1fr; }
      .reality-step { min-height: 175px; padding: 21px 17px; }
      .reality-step h3 { margin-top: 21px; font-size: 20px; }
      .reality-step p { font-size: 12px; }
      .approach-card { min-height: 0; padding: 26px 0 28px; border-right: 0; border-bottom: 1px solid var(--line); margin-right: 0; }
      .approach-card:last-child { border-bottom: 0; }
      .approach-card h3 { margin-top: 32px; }
      .bridge-grid { display: block; }
      .bridge-card { min-height: 250px; padding: 26px 21px 29px; }
      .bridge-card h3 { margin-top: 47px; font-size: 28px; }
      .bridge-link { margin-top: 21px; }
      .team-card { min-height: 0; border-bottom: 1px solid var(--line); }
      .team-stage { height: 330px; }
      .team-photo { height: 390px !important; bottom: -45px !important; }
      .team-copy { padding: 22px 21px 28px; min-height: 194px; }
      .team-card:last-child { border-bottom: 0; }
      footer { display: block; line-height: 2; }
    }
  
    footer .ssl-seal { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
    footer .ssl-seal img { display: block; width: 78px; height: 78px; object-fit: contain; }
    @media (max-width: 680px) { footer .ssl-seal { margin: 12px 0 0; } footer .ssl-seal img { width: 72px; height: 72px; } }

    .signature-line { background: var(--ink); color: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .signature-inner { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 86px 0 92px; }
    .signature-slogan { margin: 18px 0 10px; font: 500 clamp(3.7rem, 9vw, 9.5rem)/.86 var(--display); letter-spacing: -.09em; }
    .signature-slogan em { color: var(--lime); font-style: normal; }
    .signature-copy { margin: 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.25rem); }
    @media (max-width: 680px) { .signature-inner { padding: 62px 0 68px; } .signature-slogan { font-size: clamp(3.2rem, 16vw, 5.8rem); } }

    .legal-site-header { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 24px 0; border-bottom: 1px solid var(--line); font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
    .legal-site-header a { color: var(--lime); }
    .legal-site-header a:focus-visible { outline: 2px solid var(--lime); outline-offset: 5px; }



/* Legal page styles from SharePoint baseline: datenschutz.html */

    :root {
      --ink: #07080d;
      --ink-2: #0d0f18;
      --panel: #111522;
      --line: rgba(237, 240, 255, .14);
      --muted: #a1a7ba;
      --paper: #f2f3f8;
      --violet: #8d65ff;
      --blue: #3aa7ff;
      --pink: #ff3fc5;
      --lime: #d4ff4a;
      --mono: "DM Mono", monospace;
      --body: "DM Sans", sans-serif;
      --display: "Space Grotesk", sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--paper);
      background: var(--ink);
      font-family: var(--body);
      line-height: 1.5;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    a:focus-visible, button:focus-visible { outline: 2px solid var(--lime); outline-offset: 5px; }
    ::selection { background: var(--pink); color: #fff; }

    .site-shell { position: relative; isolation: isolate; }
    .site-shell::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -2;
      pointer-events: none;
      background: radial-gradient(circle at 77% 14%, rgba(139, 101, 255, .15), transparent 26rem), radial-gradient(circle at 8% 71%, rgba(58, 167, 255, .1), transparent 24rem);
    }
    .site-shell::after {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      opacity: .055;
      background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px);
      background-size: 52px 52px;
      mask-image: linear-gradient(to bottom, black, transparent 70%);
    }

    .nav {
      width: min(1220px, calc(100% - 48px));
      margin: 0 auto;
      min-height: 92px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid var(--line);
    }
    .brand { display: flex; align-items: center; gap: 13px; }
    .brand-logo { width: 104px; height: 104px; object-fit: contain; display: block; }
    .brand-name { display: none; }
    .nav-links { display: flex; gap: 28px; color: #b6bbcb; font: 400 12px var(--mono); }
    .nav-links a { transition: color .2s ease; }
    .nav-links a:hover { color: var(--lime); }
    .nav-cta { color: var(--ink); background: var(--lime); padding: 12px 16px; border-radius: 2px; font: 500 11px var(--mono); transition: transform .2s ease, background .2s ease; }
    .nav-cta:hover { transform: translateY(-2px); background: #e2ff82; }

    .hero { width: min(1220px, calc(100% - 48px)); margin: 0 auto; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr); align-items: center; gap: 70px; padding: 84px 0 105px; }
    .eyebrow { display: flex; align-items: center; gap: 10px; color: var(--lime); font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
    .eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--lime); }
    .hero h1 { max-width: 780px; font: 600 clamp(4.2rem, 8.6vw, 8.3rem)/.88 var(--display); letter-spacing: -.085em; margin: 28px 0 28px; }
    .hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(242,243,248,.82); }
    .hero-copy { max-width: 510px; color: #c2c6d3; font-size: 18px; line-height: 1.55; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
    .button { display: inline-flex; align-items: center; gap: 12px; padding: 15px 18px; font: 500 12px var(--mono); border: 1px solid var(--line); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
    .button:hover { transform: translateY(-2px); border-color: var(--lime); }
    .button.primary { color: var(--ink); background: var(--lime); border-color: var(--lime); }
    .button.primary:hover { background: #e2ff82; }
    .button .arrow { font-size: 16px; line-height: 0; }

    .hero-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
    .visual-frame { position: relative; width: min(100%, 440px); aspect-ratio: 1 / 1.08; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.015)); overflow: hidden; }
    .visual-frame::before { content: "LIVE / ORGANISATION SIGNAL"; position: absolute; left: 22px; top: 20px; color: #8790a8; font: 10px var(--mono); letter-spacing: .12em; }
    .visual-frame::after { content: "01"; position: absolute; right: 20px; bottom: 18px; color: rgba(255,255,255,.16); font: 110px/.8 var(--display); letter-spacing: -.1em; }
    .orbit { position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(141,101,255,.42); border-radius: 50%; transform: rotate(-23deg); }
    .orbit::before, .orbit::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 20px var(--pink); }
    .orbit::before { top: 7%; left: 18%; }
    .orbit::after { right: 8%; bottom: 19%; background: var(--blue); box-shadow: 0 0 20px var(--blue); }
    .orbit.two { width: 53%; border-color: rgba(58,167,255,.55); transform: rotate(41deg); }
    .orbit.two::before { background: var(--lime); box-shadow: 0 0 20px var(--lime); top: 13%; left: 9%; }
    .orbit.two::after { background: var(--pink); box-shadow: 0 0 20px var(--pink); right: 12%; bottom: 9%; }
    .core { position: absolute; width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 38% 30%, #9c79ff, #4c3a95 60%, #1d193b); box-shadow: 0 0 0 16px rgba(141,101,255,.07), 0 0 60px rgba(141,101,255,.6); }
    .core::before { content: ""; width: 27px; height: 27px; border-radius: 50%; background: var(--ink); border: 1px solid rgba(255,255,255,.5); }
    .signal { position: absolute; width: 80%; left: 10%; bottom: 70px; height: 38px; }
    .signal path { fill: none; stroke: url(#signalGradient); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 9 11; animation: drift 5s linear infinite; }
    @keyframes drift { to { stroke-dashoffset: -160; } }
    .visual-caption { position: absolute; left: 22px; bottom: 19px; font: 10px var(--mono); color: #8991a8; letter-spacing: .06em; }
    .visual-caption strong { color: var(--lime); font-weight: 400; }

    .marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; white-space: nowrap; color: rgba(242,243,248,.5); font: 500 12px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
    .marquee-track { display: inline-block; padding: 17px 0; animation: ticker 23s linear infinite; }
    .marquee b { color: var(--pink); font-weight: 400; margin: 0 27px; }
    @keyframes ticker { to { transform: translateX(-50%); } }

    .section { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 126px 0; }
    .section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 56px; }
    .section-label { color: var(--lime); font: 500 11px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
    .section h2 { max-width: 820px; margin: 15px 0 0; font: 500 clamp(2.7rem, 6vw, 5.7rem)/.96 var(--display); letter-spacing: -.07em; }
    .section h2 .accent { color: var(--pink); }
    .section-intro { max-width: 340px; color: var(--muted); font-size: 15px; }

    .problem-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .problem-lead { min-height: 350px; padding: 42px; background: var(--panel); display: flex; flex-direction: column; justify-content: space-between; }
    .problem-lead p { max-width: 520px; margin: 0; font: 500 clamp(1.8rem, 3.1vw, 3rem)/1.02 var(--display); letter-spacing: -.055em; }
    .problem-lead .small-note { color: #8f96aa; font: 11px var(--mono); text-transform: uppercase; letter-spacing: .09em; }
    .frictions { display: grid; grid-template-columns: 1fr 1fr; background: #090b12; }
    .friction { padding: 28px; min-height: 174px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .friction:nth-child(2n) { border-left: 1px solid var(--line); }
    .friction:nth-last-child(-n+2) { border-bottom: 0; }
    .friction-mark { color: var(--pink); font: 16px var(--mono); }
    .friction p { color: #c5c9d5; margin: 21px 0 0; font-size: 14px; line-height: 1.35; }

    .approach { padding-top: 0; }
    .approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .approach-card { min-height: 285px; padding: 29px 30px 36px 0; border-right: 1px solid var(--line); margin-right: 30px; }
    .approach-card:last-child { border-right: 0; margin-right: 0; }
    .card-number { color: var(--blue); font: 11px var(--mono); }
    .approach-card h3 { margin: 62px 0 15px; font: 500 28px/1 var(--display); letter-spacing: -.05em; }
    .approach-card p { max-width: 260px; margin: 0; color: var(--muted); font-size: 14px; }

    .bridge { padding-top: 0; }
    .bridge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .bridge-card { min-height: 300px; padding: 32px; position: relative; overflow: hidden; }
    .bridge-card.product { background: linear-gradient(135deg, rgba(141,101,255,.28), rgba(17,21,34,.96) 65%); }
    .bridge-card.dialoge { background: linear-gradient(135deg, rgba(58,167,255,.16), rgba(17,21,34,.96) 65%); }
    .bridge-card::after { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; right: -78px; bottom: -92px; }
    .bridge-kicker { color: var(--lime); font: 11px var(--mono); letter-spacing: .12em; }
    .bridge-card h3 { max-width: 350px; margin: 63px 0 15px; font: 500 clamp(1.8rem, 3.2vw, 3rem)/.98 var(--display); letter-spacing: -.06em; }
    .bridge-card p { position: relative; z-index: 1; max-width: 390px; margin: 0; color: #c5c9d5; font-size: 14px; line-height: 1.5; }
    .bridge-note { max-width: 720px; margin: 22px 0 0; color: #8f96aa; font: 11px var(--mono); letter-spacing: .03em; }
    .bridge-link { position: relative; z-index: 2; display: inline-flex; gap: 10px; margin-top: 25px; color: var(--lime); font: 500 12px var(--mono); border-bottom: 1px solid var(--lime); padding-bottom: 5px; }
    .bridge-link span { font-size: 16px; line-height: .7; }

    .reality { padding-top: 0; }
    .reality-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .reality-lead { padding: 42px; min-height: 390px; background: linear-gradient(145deg, rgba(141,101,255,.23), rgba(17,21,34,.96) 55%); display: flex; flex-direction: column; justify-content: space-between; }
    .reality-lead h3 { max-width: 380px; margin: 0; font: 500 clamp(2.3rem, 4.5vw, 4.4rem)/.94 var(--display); letter-spacing: -.075em; }
    .reality-lead p { max-width: 340px; margin: 28px 0 0; color: #c9cede; font-size: 15px; }
    .reality-tag { color: var(--lime); font: 11px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
    .reality-steps { display: grid; grid-template-columns: 1fr 1fr; background: #090b12; }
    .reality-step { min-height: 194px; padding: 28px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .reality-step:nth-child(2n) { border-left: 1px solid var(--line); }
    .reality-step:nth-last-child(-n+2) { border-bottom: 0; }
    .reality-step .step-mark { color: var(--pink); font: 11px var(--mono); }
    .reality-step h3 { margin: 28px 0 10px; font: 500 25px/1 var(--display); letter-spacing: -.05em; }
    .reality-step p { max-width: 250px; margin: 0; color: var(--muted); font-size: 13px; }
    .reality-boundary { margin-top: 18px; color: #7f879b; font: 10px var(--mono); letter-spacing: .04em; }

    .quote-section { width: 100%; background: var(--paper); color: var(--ink); }
    .quote-inner { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }
    .quote { max-width: 950px; margin: 0; font: 500 clamp(2.8rem, 6.5vw, 7rem)/.94 var(--display); letter-spacing: -.085em; }
    .quote span { color: #7250e9; }
    .quote-credit { margin: 38px 0 0; color: #5b5f6d; font: 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; }

    .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .team-card { background: var(--panel); min-height: 520px; position: relative; overflow: hidden; isolation: isolate; }
    .team-card::before { content: ""; position: absolute; z-index: -2; width: 240px; height: 240px; border-radius: 50%; right: -72px; top: 48px; background: var(--violet); opacity: .22; filter: blur(1px); }
    .team-card::after { content: ""; position: absolute; z-index: 0; width: 74px; height: 74px; right: 26px; top: 136px; border: 1px solid rgba(212,255,74,.72); transform: rotate(45deg); }
    .team-card:nth-child(2)::before { background: var(--blue); left: -85px; right: auto; top: 40px; opacity: .25; }
    .team-card:nth-child(2)::after { border-color: rgba(255,63,197,.78); right: 31px; top: 115px; width: 62px; height: 62px; }
    .team-card:nth-child(3)::before { background: var(--pink); right: -95px; top: 25px; opacity: .19; }
    .team-card:nth-child(3)::after { border-color: rgba(58,167,255,.8); left: 29px; right: auto; top: 145px; width: 67px; height: 67px; }
    .team-stage { height: 315px; position: relative; z-index: 1; overflow: visible; }
    .team-stage::before { content: ""; position: absolute; left: 22px; top: 30px; width: 78%; height: 1px; background: linear-gradient(90deg, var(--lime), transparent); opacity: .72; }
    .team-stage::after { content: ""; position: absolute; right: 25px; top: 30px; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 13px var(--lime); }
    .team-photo { position: absolute; z-index: 2; display: block; object-fit: contain; object-position: center bottom; filter: saturate(.92) contrast(1.04); pointer-events: none; }
    .team-card:nth-child(1) .team-photo { width: 108%; height: 372px; left: -11%; bottom: -35px; }
    .team-card:nth-child(2) .team-photo { width: 105%; height: 370px; left: -3%; bottom: -35px; }
    .team-card:nth-child(3) .team-photo { width: 111%; height: 376px; left: -6%; bottom: -38px; }
    .team-copy { position: relative; z-index: 3; min-height: 205px; padding: 19px 27px 29px; background: linear-gradient(180deg, rgba(17,21,34,.72), var(--panel) 34%); }
    .team-role { color: var(--blue); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .11em; }
    .team-card h3 { margin: 15px 0 4px; font: 500 27px var(--display); letter-spacing: -.06em; }
    .team-card p { margin: 0; color: var(--muted); font-size: 13px; }
    .team-bio { margin-top: 14px !important; max-width: 290px; color: #c5c9d5 !important; line-height: 1.4; }
    .team-link { position: relative; z-index: 4; display: inline-flex; gap: 9px; margin-top: 19px; color: var(--lime); font: 500 11px var(--mono); border-bottom: 1px solid rgba(212,255,74,.65); padding-bottom: 5px; }
    .team-link span { font-size: 15px; line-height: .7; }

    .outcome { padding-top: 0; }
    .outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
    .outcome-card { position: relative; min-height: 260px; padding: 28px 24px 30px; background: #0b0e17; overflow: hidden; }
    .outcome-card::before { content: ""; position: absolute; width: 150px; height: 150px; border: 1px solid rgba(141,101,255,.36); border-radius: 50%; right: -72px; bottom: -78px; }
    .outcome-card:nth-child(2)::before { border-color: rgba(58,167,255,.4); }
    .outcome-card:nth-child(3)::before { border-color: rgba(255,63,197,.4); }
    .outcome-card:nth-child(4)::before { border-color: rgba(212,255,74,.45); }
    .outcome-mark { color: var(--lime); font: 11px var(--mono); letter-spacing: .08em; }
    .outcome-card h3 { position: relative; margin: 64px 0 13px; max-width: 190px; font: 500 25px/1 var(--display); letter-spacing: -.055em; }
    .outcome-card p { position: relative; max-width: 220px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

    .contact { position: relative; overflow: hidden; border-top: 1px solid var(--line); }
    .contact::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; border: 1px solid rgba(255,63,197,.24); right: -160px; top: -270px; box-shadow: 0 0 0 45px rgba(141,101,255,.05), 0 0 0 100px rgba(58,167,255,.035); }
    .contact-inner { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0 135px; position: relative; }
    .contact h2 { max-width: 720px; font: 500 clamp(3.4rem, 7.5vw, 7.8rem)/.86 var(--display); letter-spacing: -.09em; margin: 18px 0 34px; }
    .contact h2 em { color: var(--pink); font-style: normal; }
    .contact p { max-width: 470px; color: var(--muted); font-size: 17px; }
    .contact-address { display: inline-block; margin-top: 30px; color: var(--lime); font: 500 13px var(--mono); border-bottom: 1px solid var(--lime); padding-bottom: 6px; }

    footer { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 24px 0 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: #777f94; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
    .legal-links { display: flex; gap: 18px; }
    .legal-links a:hover { color: var(--lime); }
    .legal-page { width: min(920px, calc(100% - 48px)); margin: 0 auto; padding: 118px 0 140px; }
    .legal-page h1 { margin: 18px 0 44px; font: 500 clamp(3rem, 7vw, 6.6rem)/.9 var(--display); letter-spacing: -.08em; }
    .legal-page h2 { margin: 42px 0 12px; color: var(--paper); font: 500 25px/1.05 var(--display); letter-spacing: -.045em; }
    .legal-page p, .legal-page li { max-width: 760px; color: #c5c9d5; font-size: 14px; line-height: 1.65; }
    .legal-page ul { padding-left: 20px; }
    .legal-page a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
    .legal-meta { color: var(--lime) !important; font: 11px var(--mono) !important; text-transform: uppercase; letter-spacing: .08em; }
    .legal-rule { border-top: 1px solid var(--line); margin: 52px 0 0; }
    .legal-disclaimer { color: #8f96aa !important; font-size: 12px !important; }
    .reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
    .reveal.visible { opacity: 1; transform: none; }
    @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } .js .reveal { opacity: 1; transform: none; } }
    @media (max-width: 780px) {
      .nav, .hero, .section, .quote-inner, .contact-inner, footer { width: min(100% - 34px, 600px); }
      .nav { min-height: 77px; }
      .nav-links { display: none; }
      .nav-cta { padding: 10px 12px; }
      .hero { display: block; padding: 71px 0 80px; min-height: 0; }
      .hero h1 { font-size: clamp(4rem, 19vw, 7rem); margin-top: 25px; }
      .hero-copy { font-size: 16px; }
      .hero-visual { min-height: 380px; margin-top: 58px; }
      .section, .contact-inner, .quote-inner { padding: 82px 0; }
      .section-head { display: block; margin-bottom: 34px; }
      .section-intro { margin-top: 24px; }
      .problem-grid, .team-grid { display: block; }
      .outcome-grid { grid-template-columns: 1fr 1fr; }
      .outcome-card { min-height: 230px; padding: 22px 18px 24px; }
      .outcome-card h3 { margin-top: 45px; font-size: 22px; }
      .outcome-card p { font-size: 12px; }
      .problem-lead { min-height: 270px; padding: 28px; }
      .frictions { grid-template-columns: 1fr 1fr; }
      .friction { min-height: 146px; padding: 21px 17px; }
      .friction p { font-size: 12px; margin-top: 15px; }
      .approach-grid { display: block; }
      .reality-panel { display: block; }
      .reality-lead { min-height: 320px; padding: 28px; }
      .reality-steps { grid-template-columns: 1fr 1fr; }
      .reality-step { min-height: 175px; padding: 21px 17px; }
      .reality-step h3 { margin-top: 21px; font-size: 20px; }
      .reality-step p { font-size: 12px; }
      .approach-card { min-height: 0; padding: 26px 0 28px; border-right: 0; border-bottom: 1px solid var(--line); margin-right: 0; }
      .approach-card:last-child { border-bottom: 0; }
      .approach-card h3 { margin-top: 32px; }
      .bridge-grid { display: block; }
      .bridge-card { min-height: 250px; padding: 26px 21px 29px; }
      .bridge-card h3 { margin-top: 47px; font-size: 28px; }
      .bridge-link { margin-top: 21px; }
      .team-card { min-height: 0; border-bottom: 1px solid var(--line); }
      .team-stage { height: 330px; }
      .team-photo { height: 390px !important; bottom: -45px !important; }
      .team-copy { padding: 22px 21px 28px; min-height: 194px; }
      .team-card:last-child { border-bottom: 0; }
      footer { display: block; line-height: 2; }
    }
  
    footer .ssl-seal { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
    footer .ssl-seal img { display: block; width: 78px; height: 78px; object-fit: contain; }
    @media (max-width: 680px) { footer .ssl-seal { margin: 12px 0 0; } footer .ssl-seal img { width: 72px; height: 72px; } }

    .signature-line { background: var(--ink); color: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .signature-inner { width: min(1220px, calc(100% - 48px)); margin: 0 auto; padding: 86px 0 92px; }
    .signature-slogan { margin: 18px 0 10px; font: 500 clamp(3.7rem, 9vw, 9.5rem)/.86 var(--display); letter-spacing: -.09em; }
    .signature-slogan em { color: var(--lime); font-style: normal; }
    .signature-copy { margin: 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.25rem); }
    @media (max-width: 680px) { .signature-inner { padding: 62px 0 68px; } .signature-slogan { font-size: clamp(3.2rem, 16vw, 5.8rem); } }

.legal-page{width:min(1220px,calc(100% - 48px));margin:0 auto;min-height:100vh}.legal-nav{min-height:92px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.legal-main{max-width:920px;padding:86px 0 120px}.legal-kicker{color:var(--lime);font:500 11px var(--mono);text-transform:uppercase;letter-spacing:.1em}.legal-main h1{max-width:780px;margin:22px 0 22px;font:600 clamp(4rem,8vw,7rem)/.88 var(--display);letter-spacing:-.08em}.legal-main h1 em{color:transparent;font-style:normal;-webkit-text-stroke:1px rgba(242,243,248,.82)}.legal-lead{max-width:680px;color:#c2c6d3;font-size:18px;line-height:1.6;margin:0 0 58px}.legal-content{border-top:1px solid var(--line);padding-top:36px}.legal-content h2{margin:42px 0 12px;color:var(--paper);font:500 25px/1.12 var(--display);letter-spacing:-.035em}.legal-content h2:first-child{margin-top:0}.legal-content p{max-width:780px;color:#b7bdcd;font-size:15px;line-height:1.72;margin:0 0 16px}.legal-content a{color:var(--lime);text-decoration:underline;text-decoration-color:rgba(212,255,74,.4);text-underline-offset:3px}.legal-back{display:inline-flex;align-items:center;gap:12px;margin-top:54px;color:var(--paper);font:500 12px var(--mono);border-bottom:1px solid var(--line);padding-bottom:12px}.legal-back:hover{color:var(--lime)}@media(max-width:700px){.legal-page{width:min(100% - 36px,1220px)}.legal-main{padding:60px 0 80px}.legal-main h1{font-size:clamp(3.35rem,17vw,5.5rem)}.legal-lead{font-size:16px}.legal-content h2{font-size:22px}}
