:root{
 --bg:#f4f6f4;
 --paper:#ffffff;
 --ink:#161a1d;
 --muted:#687176;
 --line:#dce2df;
 --anth:#171a1d;
 --anth2:#22262a;
 --lime:#a6ff00;
 --lime2:#c3ff52;
 --green:#0c4938;
 --orange:#f6940b;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
 margin:0;background:var(--bg);color:var(--ink);
 font-family:"Segoe UI",Arial,sans-serif;line-height:1.5
}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.lp-header{
 position:sticky;top:0;z-index:100;
 display:flex;align-items:center;justify-content:space-between;gap:28px;
 min-height:74px;padding:12px clamp(20px,4vw,72px);
 background:rgba(244,246,244,.88);backdrop-filter:blur(18px);
 border-bottom:1px solid rgba(20,30,24,.08)
}
.lp-brand{display:flex;align-items:center;gap:11px}
.lp-brand-mark{
 display:grid;place-items:center;width:42px;height:42px;border-radius:13px;
 background:var(--anth);color:var(--lime);font-weight:900;letter-spacing:-1px
}
.lp-brand strong,.lp-brand small{display:block}
.lp-brand strong{font-size:.9rem}.lp-brand small{font-size:.67rem;color:var(--muted)}
.lp-header nav{display:flex;gap:26px;font-size:.82rem;font-weight:700;color:#555f5a}
.lp-header nav a:hover{color:#000}
.lp-header-actions{display:flex;align-items:center;gap:10px}
.lp-link{font-size:.82rem;font-weight:800;padding:10px}
.lp-button{
 display:inline-flex;align-items:center;justify-content:center;min-height:46px;
 padding:0 20px;border-radius:12px;border:1px solid transparent;font-weight:850;
 cursor:pointer;transition:.18s ease
}
.lp-button:hover{transform:translateY(-1px)}
.lp-button-lime{background:var(--lime);color:#15191a;box-shadow:0 8px 25px rgba(166,255,0,.16)}
.lp-button-dark{background:var(--anth);color:#fff}
.lp-button-ghost{border-color:#cbd2ce;background:rgba(255,255,255,.55)}
.lp-kicker{
 display:flex;align-items:center;gap:8px;font-size:.72rem;font-weight:900;
 letter-spacing:.09em;color:#59625d
}
.lp-kicker i{display:block;width:20px;height:2px;background:var(--lime)}
.lp-kicker.dark{color:#58615d}.lp-kicker.lime{color:var(--lime)}
.lp-hero{
 max-width:1600px;margin:0 auto;
 display:grid;grid-template-columns:minmax(0,.82fr) minmax(620px,1.18fr);
 gap:48px;align-items:center;min-height:730px;padding:80px clamp(28px,5vw,86px)
}
.lp-hero-copy h1{
 margin:20px 0 22px;font-size:clamp(3.2rem,6vw,6.4rem);
 line-height:.93;letter-spacing:-.058em;max-width:850px
}
.lp-hero-copy h1 span{display:block;color:var(--green)}
.lp-hero-copy>p{max-width:700px;font-size:1.12rem;color:var(--muted);line-height:1.65}
.lp-hero-actions{display:flex;gap:10px;margin:28px 0}
.lp-proof-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}
.lp-proof-row span{
 padding:8px 11px;border:1px solid var(--line);border-radius:999px;
 font-size:.72rem;color:#59625d;background:rgba(255,255,255,.6)
}
.lp-product-shell{
 background:var(--anth);color:#fff;border-radius:24px;padding:12px;
 box-shadow:0 45px 100px rgba(20,40,30,.22);
 transform:perspective(1400px) rotateY(-3deg) rotateX(1deg);
 border:1px solid rgba(255,255,255,.08)
}
.lp-product-topbar{
 display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;
 min-height:58px;padding:0 12px;border-bottom:1px solid rgba(255,255,255,.08)
}
.lp-product-topbar>strong{font-size:1.25rem}.lp-product-topbar>strong span{color:var(--lime)}
.lp-product-search{
 justify-self:center;width:min(460px,85%);padding:10px 14px;border-radius:10px;
 background:#20252a;color:#808a90;font-size:.75rem
}
.lp-product-user{
 display:grid;place-items:center;width:34px;height:34px;border-radius:50%;
 background:#e8ece9;color:#1c2220;font-size:.72rem;font-weight:900
}
.lp-product-body{display:grid;grid-template-columns:145px 1fr;min-height:460px}
.lp-product-body aside{
 display:grid;align-content:start;gap:7px;padding:20px 8px;border-right:1px solid rgba(255,255,255,.07)
}
.lp-product-body aside b{
 display:flex;align-items:center;gap:9px;padding:10px 12px;border-radius:9px;
 font-size:.72rem;color:#8e989e;font-weight:700
}
.lp-product-body aside b.active{background:rgba(166,255,0,.12);color:var(--lime)}
.lp-product-main{padding:28px}
.lp-product-main>small{color:#8f989d}.lp-product-main h3{font-size:1.55rem;margin:5px 0 20px}
.lp-product-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.lp-product-stats article{
 display:grid;gap:4px;padding:15px;border:1px solid rgba(255,255,255,.08);
 border-radius:13px;background:#202428
}
.lp-product-stats span{font-size:.68rem;color:#8f989d}
.lp-product-stats strong{font-size:1.35rem}
.lp-product-stats small{font-size:.65rem;color:var(--lime)}
.lp-product-lower{display:grid;grid-template-columns:1.15fr .85fr;gap:10px;margin-top:10px}
.lp-product-list,.lp-product-wingman{
 padding:16px;border-radius:13px;border:1px solid rgba(255,255,255,.08);background:#202428
}
.lp-product-list{display:grid;gap:10px}
.lp-product-list>strong{margin-bottom:5px}
.lp-product-list span{font-size:.72rem;color:#aab1b5;border-top:1px solid rgba(255,255,255,.05);padding-top:9px}
.lp-product-list span b{display:inline-block;width:50px;color:#fff}
.lp-product-wingman{position:relative;display:grid;align-content:start;gap:5px;border-color:rgba(166,255,0,.25)}
.lp-product-wingman small{color:var(--lime);font-weight:900}
.lp-product-wingman span{font-size:.7rem;color:#aab1b5;margin-top:9px}
.lp-mini-wingman{height:88px;text-align:right}.lp-mini-wingman img{height:88px;width:auto}
.lp-marquee{overflow:hidden;background:var(--lime);color:#121515;padding:13px 0;font-size:.74rem;font-weight:950;letter-spacing:.08em}
.lp-marquee>div{display:flex;justify-content:center;gap:24px;white-space:nowrap}.lp-marquee i{font-style:normal}
.lp-section{max-width:1600px;margin:auto;padding:100px clamp(28px,5vw,86px)}
.lp-section-head{max-width:800px;margin-bottom:45px}
.lp-section-head.compact{max-width:650px}
.lp-section-head h2,.lp-wingman h2,.lp-login-contact h2{
 font-size:clamp(2.5rem,5vw,5rem);line-height:.98;letter-spacing:-.045em;margin:16px 0
}
.lp-section-head h2 span,.lp-capabilities h2 span{color:var(--green)}
.lp-section-head>p{max-width:650px;color:var(--muted);font-size:1.05rem}
.lp-workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.lp-workflow-card{
 position:relative;min-height:290px;padding:24px;border-radius:20px;background:#fff;
 border:1px solid var(--line);overflow:hidden
}
.lp-workflow-large{grid-column:span 2;grid-row:span 2;min-height:590px}
.lp-workflow-dark{background:var(--anth);color:#fff}
.lp-card-number{position:absolute;right:18px;top:16px;font-size:.7rem;color:#a2aaa6;font-weight:900}
.lp-icon{
 display:grid;place-items:center;width:46px;height:46px;border-radius:14px;
 background:#ecffd0;color:#446800;font-size:1.25rem;margin-bottom:50px
}
.lp-workflow-card h3{font-size:1.4rem;margin:0 0 10px}.lp-workflow-card p{color:var(--muted);max-width:420px}
.lp-workflow-dark p{color:#abb2b0}
.lp-mini-timeline{display:grid;grid-template-columns:14px 1fr;gap:15px 10px;margin-top:65px}
.lp-mini-timeline i{width:10px;height:10px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px #f1ffd9}
.lp-mini-timeline span{font-size:.84rem;border-bottom:1px solid var(--line);padding-bottom:12px}
.lp-wingman{
 background:var(--anth);color:#fff;display:grid;grid-template-columns:1fr 1fr;
 gap:30px;align-items:center;padding:100px max(28px,calc((100vw - 1450px)/2))
}
.lp-wingman-copy{max-width:680px}
.lp-wingman h2 span{color:var(--lime)}
.lp-wingman-copy>p{color:#aab2b0;max-width:650px;font-size:1.05rem}
.lp-wingman-actions-preview{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:28px}
.lp-wingman-actions-preview span{
 display:flex;justify-content:space-between;gap:8px;padding:13px 15px;
 border:1px solid rgba(166,255,0,.22);border-radius:12px;background:rgba(255,255,255,.035);
 font-size:.8rem
}
.lp-wingman-actions-preview b{color:var(--lime)}
.lp-wingman-stage{position:relative;min-height:520px;display:grid;place-items:center}
.lp-wingman-stage img{position:relative;z-index:2;width:min(390px,70%);filter:none}
.lp-wingman-glow{
 position:absolute;width:390px;height:390px;border-radius:50%;
 background:radial-gradient(circle,rgba(166,255,0,.22),rgba(166,255,0,.04) 50%,transparent 72%);
 filter:blur(14px)
}
.lp-wingman-bubble{
 position:absolute;z-index:3;padding:10px 14px;border-radius:12px;background:#252a2e;
 border:1px solid rgba(166,255,0,.28);font-size:.72rem;color:#dfe4e1;box-shadow:0 10px 30px rgba(0,0,0,.22)
}
.bubble-one{left:4%;top:22%}.bubble-two{right:0;top:38%}.bubble-three{left:8%;bottom:18%}
.lp-cap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.lp-cap-grid article{
 min-height:230px;padding:24px;border-radius:18px;background:#fff;border:1px solid var(--line)
}
.lp-cap-grid article>div{font-size:.7rem;font-weight:900;color:#9aa39e;margin-bottom:50px}
.lp-cap-grid article h3{font-size:1.25rem;margin:0 0 8px}.lp-cap-grid article p{color:var(--muted);font-size:.88rem}
.lp-cap-grid article.accent{background:#ecffd0;border-color:#c8f58a}
.lp-cap-grid article.accent>div{color:#3c5c00;font-size:1.1rem}
.lp-login-contact{
 display:grid;grid-template-columns:.75fr 1.25fr;min-height:700px
}
.lp-login-column,.lp-contact-column{padding:90px clamp(28px,6vw,100px)}
.lp-login-column{background:#fff}.lp-contact-column{background:var(--anth);color:#fff}
.lp-login-column h2,.lp-contact-column h2{font-size:clamp(2.2rem,4vw,4.5rem)}
.lp-contact-column>p{color:#abb3b0;max-width:650px}
.lp-login-form,.lp-contact-form{margin-top:30px}
.lp-login-form{display:grid;gap:14px;max-width:480px}
.lp-login-form label,.lp-contact-form label{display:grid;gap:6px;font-size:.78rem;font-weight:800}
.lp-login-form input,.lp-contact-form input,.lp-contact-form textarea{
 width:100%;padding:13px 14px;border-radius:10px;border:1px solid #d5ddd8;background:#fff;color:#171a1d
}
.lp-contact-form textarea{min-height:145px;resize:vertical}
.lp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.lp-form-grid .full{grid-column:1/-1}
.lp-privacy-note{font-size:.72rem;color:#89918f}.lp-privacy-note a{text-decoration:underline;color:#fff}
.contact-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.lp-flash{padding:11px 13px;border-radius:10px;background:#223520;border:1px solid rgba(166,255,0,.4);font-size:.8rem}
.lp-flash.error{background:#3b2422;border-color:#9e4f47}
.lp-footer{
 display:flex;justify-content:space-between;align-items:center;gap:20px;
 padding:30px clamp(28px,5vw,86px);background:#0f1113;color:#a6adaa;font-size:.75rem
}
.lp-footer>div{display:grid;gap:3px}.lp-footer strong{color:#fff;font-size:.9rem}.lp-footer nav{display:flex;gap:18px}
.legal-page{max-width:920px;margin:50px auto;padding:0 20px 60px}
.legal-page h1{font-size:clamp(2rem,5vw,3.2rem)}.legal-page h2{margin-top:30px}
.legal-warning{padding:14px 16px;border-radius:10px;background:#fff3db;border:1px solid #efcf8f}
.site-header{display:flex;justify-content:space-between;align-items:center;padding:18px clamp(20px,5vw,70px);background:#fff;border-bottom:1px solid var(--line)}
.brand{display:flex;gap:10px;align-items:center}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--anth);color:var(--lime);font-weight:900}
.brand strong,.brand small{display:block}.brand small{font-size:.7rem;color:var(--muted)}
.header-login{font-weight:800}
@media(max-width:1100px){
 .lp-header nav{display:none}
 .lp-hero{grid-template-columns:1fr;min-height:auto;padding-top:60px}
 .lp-hero-product{max-width:900px}
 .lp-workflow-grid{grid-template-columns:repeat(2,1fr)}
 .lp-workflow-large{grid-column:span 2}
 .lp-cap-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
 .lp-header{padding:10px 14px;min-height:64px}.lp-brand small{display:none}.lp-header-actions .lp-link{display:none}
 .lp-header-actions .lp-button{min-height:40px;padding:0 12px;font-size:.75rem}
 .lp-hero{padding:48px 18px 60px;gap:35px}
 .lp-hero-copy h1{font-size:clamp(3rem,16vw,5rem)}
 .lp-hero-actions{flex-direction:column;align-items:stretch}.lp-button{width:100%}
 .lp-product-shell{transform:none;border-radius:16px;padding:7px}
 .lp-product-body{grid-template-columns:54px 1fr}.lp-product-body aside b span{display:none}.lp-product-body aside b{justify-content:center}
 .lp-product-search{display:none}.lp-product-topbar{grid-template-columns:1fr auto}
 .lp-product-main{padding:15px}.lp-product-stats{grid-template-columns:1fr 1fr}.lp-product-stats article:last-child{grid-column:1/-1}
 .lp-product-lower{grid-template-columns:1fr}.lp-product-wingman{display:none}
 .lp-marquee>div{justify-content:flex-start;padding-left:18px}
 .lp-section{padding:70px 18px}.lp-workflow-grid{grid-template-columns:1fr}.lp-workflow-large{grid-column:auto;grid-row:auto;min-height:390px}
 .lp-wingman{grid-template-columns:1fr;padding:70px 18px}.lp-wingman-actions-preview{grid-template-columns:1fr}
 .lp-wingman-stage{min-height:430px}.lp-wingman-bubble{font-size:.65rem;max-width:160px}
 .lp-cap-grid{grid-template-columns:1fr}
 .lp-login-contact{grid-template-columns:1fr;min-height:auto}.lp-login-column,.lp-contact-column{padding:65px 18px}
 .lp-form-grid{grid-template-columns:1fr}.lp-form-grid .full{grid-column:auto}
 .lp-footer{align-items:flex-start;flex-direction:column}
}

/* OGT CRM 3.0.9 – Wingman ohne Schatten */
.lp-wingman-stage img{filter:none!important;}

/* OGT CRM 3.1.6 – Android, Offline, API/Webhooks und Workflow-Builder */
.lp-platforms{
 display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.82fr);gap:60px;align-items:center;
 padding:100px max(28px,calc((100vw - 1450px)/2));background:var(--green);color:#fff;overflow:hidden
}
.lp-platform-copy{max-width:760px}
.lp-platform-copy h2{
 font-size:clamp(2.7rem,5vw,5.4rem);line-height:.96;letter-spacing:-.05em;margin:16px 0
}
.lp-platform-copy h2 span{color:var(--lime)}
.lp-platform-copy>p{max-width:700px;color:#c5d2cd;font-size:1.06rem}
.lp-platform-list{display:grid;gap:10px;margin:28px 0}
.lp-platform-list span{display:flex;gap:10px;align-items:flex-start;color:#e8efec;font-size:.91rem}
.lp-platform-list b{color:var(--lime)}
.lp-platform-actions{display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin-top:30px}
.lp-platform-actions>span{font-size:.76rem;color:#bdcbc6}
.lp-phone-stage{position:relative;min-height:630px;display:grid;place-items:center}
.lp-phone{
 position:relative;width:min(360px,82vw);min-height:610px;padding:20px 18px 24px;border-radius:42px;
 background:#0f211b;border:10px solid #15191a;box-shadow:0 45px 100px rgba(0,0,0,.32),inset 0 0 0 1px rgba(255,255,255,.08)
}
.lp-phone:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:92px;height:18px;border-radius:20px;background:#080b0a}
.lp-phone-status{display:flex;justify-content:space-between;padding:5px 6px 17px;color:#dce7e2;font-size:.66rem}
.lp-phone-appbar{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;padding:12px 0}
.lp-phone-appbar img{width:42px;height:42px;border-radius:12px}
.lp-phone-appbar strong{font-size:.96rem}.lp-phone-appbar span{font-size:.58rem;color:var(--lime);font-weight:900}
.lp-phone-search{padding:12px 14px;border-radius:13px;border:1px solid rgba(255,255,255,.12);background:#152c24;color:#9bb0a8;font-size:.78rem}
.lp-phone-kpis{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:12px 0}
.lp-phone-kpis article,.lp-phone-card{border:1px solid rgba(255,255,255,.1);background:#142920;border-radius:15px;padding:15px}
.lp-phone-kpis article{display:grid;gap:2px}.lp-phone-kpis small,.lp-phone-card small{font-size:.58rem;color:#8fa59d;font-weight:900;letter-spacing:.08em}
.lp-phone-kpis strong{font-size:1.6rem;color:#fff}.lp-phone-kpis span{font-size:.65rem;color:#9fb1aa}
.lp-phone-card{display:grid;gap:7px;margin-top:10px}.lp-phone-card strong{font-size:1rem}.lp-phone-card span{font-size:.68rem;color:#a9b9b3}
.lp-phone-card.accent{border-color:rgba(166,255,0,.3);background:linear-gradient(135deg,#183027,#26351d)}
.lp-android-badge{
 position:absolute;right:2%;bottom:9%;display:grid;place-items:center;width:112px;height:112px;border-radius:50%;
 background:var(--lime);color:#172018;font-size:.66rem;font-weight:900;text-align:center;box-shadow:0 16px 40px rgba(0,0,0,.24)
}
.lp-android-badge strong{font-size:1.45rem;line-height:1}
.lp-automation{background:#eef2ef}
.lp-tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.lp-tech-grid article{min-height:270px;padding:26px;border-radius:20px;background:#fff;border:1px solid var(--line)}
.lp-tech-code{display:inline-flex;padding:7px 10px;border-radius:999px;background:#17211e;color:var(--lime);font-size:.66rem;font-weight:950;letter-spacing:.08em;margin-bottom:55px}
.lp-tech-grid h3{font-size:1.35rem;margin:0 0 10px}.lp-tech-grid p{color:var(--muted);font-size:.9rem}
.lp-cap-grid article strong{font-weight:900}
.lp-footer a:hover{text-decoration:underline;color:#fff}

@media(max-width:1100px){
 .lp-platforms{grid-template-columns:1fr;gap:30px}.lp-phone-stage{min-height:570px}
 .lp-tech-grid{grid-template-columns:1fr 1fr}.lp-tech-grid article:last-child{grid-column:1/-1}
}
@media(max-width:760px){
 .lp-platforms{padding:70px 18px}.lp-platform-actions{align-items:stretch}.lp-platform-actions .lp-button{width:100%}
 .lp-phone-stage{min-height:540px}.lp-phone{min-height:535px;padding:18px 14px 20px;border-radius:34px}
 .lp-android-badge{width:88px;height:88px;right:0;bottom:6%}
 .lp-tech-grid{grid-template-columns:1fr}.lp-tech-grid article:last-child{grid-column:auto}
}
