:root{--primary:#1769aa;--primary-dark:#0e4d81;--primary-light:#e7f3fc;--accent:#6fb4dc;--dark:#172331;--text:#304152;--muted:#647587;--light:#f7fafc;--blue-light:#f1f8fc;--white:#fff;--border:#dce7ee;--success:#56a777;--shadow:0 18px 45px rgba(24,48,72,.12);--radius:20px;--container:1180px;--font:Inter,Manrope,"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--text);font-family:var(--font);line-height:1.65}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:auto}button,input,textarea,select{font:inherit}button{cursor:pointer}:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.container{width:min(calc(100% - 40px),var(--container));margin:auto}.skip-link{position:fixed;left:12px;top:12px;z-index:9999;padding:10px 14px;background:var(--dark);color:#fff;border-radius:8px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}
.site-header{position:sticky;top:0;z-index:1000;height:84px;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);transition:.25s;border-bottom:1px solid transparent}.site-header.scrolled{height:70px;border-color:var(--border);box-shadow:0 8px 28px rgba(23,35,49,.06)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;gap:10px;align-items:center}.brand-mark{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--dark);color:#fff;font-weight:900;font-size:.82rem}.brand-text{display:flex;flex-direction:column;line-height:1.05;font-size:.88rem;color:var(--dark)}.brand-text strong{font-weight:850}.brand-text span{font-size:.74rem;color:var(--muted)}.primary-navigation{display:flex;align-items:center;gap:24px}.primary-navigation ul{display:flex;gap:22px;margin:0;padding:0;list-style:none}.primary-navigation a{font-size:.9rem;font-weight:700}.primary-navigation ul a{position:relative}.primary-navigation ul a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--primary);transition:.2s}.primary-navigation ul a:hover:after,.primary-navigation ul a.active:after{width:100%}.primary-navigation ul a.active{color:var(--primary)}.menu-toggle{display:none;width:46px;height:42px;border:1px solid var(--border);background:#fff;border-radius:10px;padding:9px}.menu-toggle span{display:block;width:100%;height:2px;margin:4px 0;background:var(--dark);transition:.2s}
.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:12px 21px;border-radius:999px;border:1px solid transparent;font-weight:750;line-height:1;transition:.25s}.button:hover{transform:translateY(-2px)}.button-small{min-height:42px;padding:10px 17px;font-size:.9rem}.button-primary{color:#fff;background:var(--primary);box-shadow:0 10px 22px rgba(23,105,170,.22)}.button-primary:hover{background:var(--primary-dark)}.button-secondary{background:#fff;border-color:var(--border);color:var(--dark)}.button-secondary:hover{box-shadow:var(--shadow);border-color:var(--accent)}.button-light{background:#fff;color:var(--primary-dark)}.button-group{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 14px;color:var(--primary);font-size:.8rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.eyebrow:before{content:"";width:24px;height:2px;background:currentColor}.section{padding:110px 0}.section-soft{background:var(--light)}.section-heading{max-width:700px;margin-bottom:52px}.section-heading-center{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2,.split-content h2,.cta-inner h2,.page-hero h1{margin:0 0 18px;color:var(--dark);font-size:clamp(2rem,4vw,3.5rem);line-height:1.12;letter-spacing:-.045em}.section-heading p,.page-hero p:not(.eyebrow){margin:0;color:var(--muted);font-size:1.08rem}
.hero{overflow:hidden;padding:84px 0 98px;background:radial-gradient(circle at 78% 25%,rgba(161,214,241,.4),transparent 23%),radial-gradient(circle at 17% 85%,rgba(198,228,246,.55),transparent 30%),linear-gradient(135deg,#f9fcfe,#eff8fc 48%,#f7fbfd)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(400px,.96fr);gap:62px;align-items:center;min-height:570px}.hero h1{margin:0;color:var(--dark);font-size:clamp(2.7rem,5.3vw,5rem);line-height:1.02;letter-spacing:-.065em}.hero-text{max-width:640px;margin:25px 0 0;color:var(--muted);font-size:1.18rem}.hero-points{display:flex;flex-wrap:wrap;gap:10px 18px;margin:36px 0 0;padding:0;list-style:none}.hero-points li{display:flex;gap:8px;align-items:center;font-size:.88rem;font-weight:750}.hero-points li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--primary)}.hero-visual{position:relative;min-height:490px}.hero-grid-lines{position:absolute;inset:18px;border:1px solid rgba(23,105,170,.12);border-radius:30px;background-image:linear-gradient(rgba(23,105,170,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(23,105,170,.06) 1px,transparent 1px);background-size:45px 45px;transform:rotate(-4deg)}.hero-card{position:absolute;z-index:2;background:rgba(255,255,255,.88);border:1px solid #fff;box-shadow:0 28px 70px rgba(24,48,72,.16);backdrop-filter:blur(12px)}.hero-card-main{top:68px;right:58px;width:min(100%,360px);padding:30px;border-radius:24px;transform:rotate(4deg)}.card-label{display:block;margin-bottom:20px;color:var(--primary);font-size:.75rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.hero-card-main strong{display:block;color:var(--dark);font-size:1.65rem;line-height:1.1;letter-spacing:-.04em}.fake-chart{display:flex;align-items:end;gap:10px;height:130px;margin-top:28px;padding:14px;background:var(--blue-light);border-radius:14px}.fake-chart span{flex:1;background:linear-gradient(to top,var(--primary),var(--accent));border-radius:6px 6px 3px 3px}.hero-card-small{display:flex;align-items:center;gap:10px;padding:15px 18px;border-radius:16px;font-size:.82rem;font-weight:800}.hero-card-top{top:37px;left:12px;transform:rotate(-6deg)}.hero-card-bottom{right:10px;bottom:47px;transform:rotate(-5deg)}.status-dot{width:10px;height:10px;background:var(--success);border-radius:50%;box-shadow:0 0 0 5px rgba(86,167,119,.15)}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefit-card,.service-card,.content-card,.process-step,.usecase-card{padding:29px;background:#fff;border:1px solid var(--border);border-radius:var(--radius)}.benefit-card:hover,.service-card:hover,.reference-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.benefit-card,.service-card,.reference-card{transition:.25s}.icon-badge{display:inline-grid;width:38px;height:38px;place-items:center;margin-bottom:25px;color:var(--primary);background:var(--primary-light);border-radius:10px;font-size:.76rem;font-weight:900}.benefit-card h3,.service-card h3,.reference-card h3,.content-card h3,.usecase-card h3,.process-step h3{margin:0 0 11px;color:var(--dark);font-size:1.15rem;line-height:1.25}.benefit-card p,.service-card p,.reference-card p,.content-card p,.usecase-card p,.process-step p{margin:0;color:var(--muted);font-size:.95rem}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{display:flex;flex-direction:column;min-height:258px}.service-icon,.service-detail-icon{display:grid;place-items:center;color:var(--primary);background:var(--primary-light);font-weight:850}.service-icon{width:48px;height:48px;margin-bottom:23px;border-radius:13px;font-size:1.42rem}.service-card a{margin-top:auto;padding-top:22px;color:var(--primary);font-size:.91rem;font-weight:850}.service-card-featured{background:linear-gradient(145deg,#eaf6fd,#f7fcff);border-color:#c7e3f4}.split-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:78px;align-items:center}.split-content>p:not(.eyebrow){max-width:620px;margin:0;color:var(--muted);font-size:1.08rem}.check-list,.clean-list{display:grid;gap:11px;margin:29px 0 33px;padding:0;list-style:none}.check-list li,.clean-list li{position:relative;padding-left:25px;font-weight:700}.check-list li:before,.clean-list li:before{content:"";position:absolute;left:0;top:.55em;width:9px;height:9px;border-radius:50%;background:var(--primary)}.feature-section{overflow:hidden}.feature-ai{background:linear-gradient(135deg,#edf8fd,#f7fcff)}.feature-startup{color:#dbe8ee;background:var(--dark)}.feature-startup .split-content h2{color:#fff}.feature-startup .split-content>p:not(.eyebrow){color:#c8d8e2}.feature-startup .eyebrow{color:#8bc9ed}.feature-visual,.startup-visual{min-height:370px;border-radius:30px}.feature-visual{padding:36px;background:rgba(255,255,255,.66);border:1px solid #b6ddf1;box-shadow:var(--shadow)}.visual-label{display:inline-block;padding:8px 12px;color:var(--primary);background:#fff;border-radius:999px;font-size:.78rem;font-weight:850}.ai-board{margin-top:26px;padding:18px;background:#fff;border:1px solid var(--border);border-radius:19px}.ai-task{margin-top:15px;padding:16px;background:var(--light);border-left:3px solid var(--primary);border-radius:8px 12px 12px 8px}.ai-task strong,.ai-task span{display:block}.ai-task strong{color:var(--dark);font-size:.92rem}.ai-task span{margin-top:3px;color:var(--muted);font-size:.8rem}.ai-task-offset{margin-left:28px;background:var(--primary-light)}.startup-visual{position:relative;overflow:hidden;background:radial-gradient(circle at 68% 24%,rgba(53,148,205,.22),transparent 22%),linear-gradient(145deg,#203746,#172a36);border:1px solid rgba(151,199,226,.18)}.startup-line{position:absolute;top:52%;right:8%;left:8%;height:2px;background:linear-gradient(to right,#548ab0,#9ed2ef);transform:rotate(-8deg)}.startup-milestone{position:absolute;display:grid;width:112px;height:112px;place-items:center;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(176,219,243,.38);border-radius:50%;backdrop-filter:blur(8px)}.startup-milestone span{color:#8fccec;font-size:.74rem;font-weight:900}.startup-milestone strong{margin-top:-28px;font-size:.88rem}.milestone-one{top:44px;left:12%}.milestone-two{top:135px;left:36%}.milestone-three{right:18%;bottom:75px}.milestone-four{right:8%;bottom:202px}.reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.reference-card{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:var(--radius)}.reference-image{min-height:222px}.placeholder-image{display:grid;place-items:center;color:#6d8292;background:linear-gradient(135deg,rgba(255,255,255,.35),rgba(23,105,170,.1)),linear-gradient(45deg,#d9edf8,#beddf0);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.placeholder-image-alt{background:linear-gradient(135deg,rgba(255,255,255,.4),rgba(23,105,170,.12)),linear-gradient(45deg,#dce8dd,#bcd8cb)}.placeholder-image-dark{color:#d8e6ee;background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(77,140,183,.4)),linear-gradient(45deg,#223b50,#41667f)}.reference-content{padding:25px}.reference-category{margin-bottom:8px!important;color:var(--primary)!important;font-size:.75rem!important;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.section-action{margin-top:32px}.text-link{display:inline-flex;gap:8px;color:var(--primary);font-weight:850}.cta-section{padding:92px 0;color:#fff;background:radial-gradient(circle at 84% 20%,rgba(129,203,241,.45),transparent 25%),linear-gradient(125deg,#0f456f,#1769aa)}.cta-inner{max-width:800px;text-align:center}.cta-inner h2{color:#fff}.cta-inner p:not(.eyebrow){max-width:680px;margin:0 auto 30px;color:#deeff8;font-size:1.07rem}.cta-inner .eyebrow{color:#bde8ff}.cta-inner .eyebrow:before{display:none}
.page-hero{padding:88px 0 78px;background:radial-gradient(circle at 88% 22%,rgba(132,202,238,.3),transparent 22%),linear-gradient(135deg,#f7fbfd,#edf7fc)}.page-hero-content{max-width:800px}.page-hero h1{font-size:clamp(2.6rem,5vw,4.5rem)}.breadcrumb{display:flex;gap:8px;margin:0 0 25px;color:var(--muted);font-size:.82rem}.breadcrumb a:hover{color:var(--primary)}.service-detail{display:grid;grid-template-columns:minmax(0,.8fr) minmax(320px,1.2fr);gap:62px;padding:82px 0;border-bottom:1px solid var(--border)}.service-detail:nth-child(even) .service-detail-intro{order:2}.service-detail-icon{width:64px;height:64px;margin-bottom:24px;border-radius:18px;font-size:1.8rem}.service-detail h2{margin:0 0 16px;color:var(--dark);font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.12;letter-spacing:-.04em}.service-detail-intro p{margin:0;color:var(--muted);font-size:1.06rem}.service-detail-content{padding:32px;background:var(--light);border-radius:var(--radius)}.service-detail-content+.service-detail-content{margin-top:16px}.service-detail-content h3{margin:0 0 13px;color:var(--dark);font-size:1rem}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-number{display:inline-block;margin-bottom:22px;color:var(--primary);font-size:.83rem;font-weight:900}.usecase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.usecase-card{background:var(--blue-light);border-color:#d3eaf7}.timeline{position:relative;display:grid;gap:32px;max-width:880px;margin:auto}.timeline:before{content:"";position:absolute;top:9px;bottom:9px;left:18px;width:2px;background:#cde6f4}.timeline-item{position:relative;padding-left:60px}.timeline-point{position:absolute;left:8px;top:0;width:22px;height:22px;background:var(--primary);border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #add8ed}.timeline-item h3{margin:0 0 7px;color:var(--dark);font-size:1.15rem}.timeline-item p{margin:0;color:var(--muted)}.quote-panel{padding:42px;color:#fff;background:var(--dark);border-radius:30px}.quote-panel blockquote{max-width:850px;margin:0;font-size:clamp(1.4rem,3vw,2.2rem);font-weight:720;line-height:1.3;letter-spacing:-.035em}.quote-panel p{margin:18px 0 0;color:#b9cedb}.about-layout,.contact-layout{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:75px;align-items:center}.about-image{min-height:460px;display:grid;place-items:center;border-radius:30px;background:linear-gradient(145deg,rgba(23,105,170,.15),rgba(255,255,255,.4)),#d8edf8;color:#5d7c8f;font-size:.82rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.about-content h2,.contact-intro h2{margin:0 0 18px;color:var(--dark);font-size:clamp(2rem,4vw,3.3rem);line-height:1.12;letter-spacing:-.04em}.about-content p,.contact-intro p{color:var(--muted);font-size:1.05rem}.value-grid,.content-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.value-item{padding:20px;background:var(--light);border-radius:14px}.value-item h3{margin:0 0 6px;color:var(--dark);font-size:.98rem}.value-item p{margin:0;font-size:.88rem}.filter-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:35px}.filter-button{padding:9px 15px;color:var(--text);background:#fff;border:1px solid var(--border);border-radius:999px;font-size:.86rem;font-weight:750}.filter-button:hover,.filter-button.active{color:#fff;background:var(--primary);border-color:var(--primary)}.is-hidden{display:none}.reference-meta{display:flex;gap:8px;margin-top:16px;color:var(--muted);font-size:.79rem}.contact-layout{align-items:start}.contact-details{display:grid;gap:14px;margin-top:29px}.contact-detail{padding:18px;background:var(--light);border-radius:13px}.contact-detail strong,.contact-detail a,.contact-detail span{display:block}.contact-detail strong{margin-bottom:3px;color:var(--dark);font-size:.82rem}.contact-detail a,.contact-detail span{color:var(--muted);font-size:.93rem}.contact-form-wrapper{padding:36px;background:#fff;border:1px solid var(--border);border-radius:30px;box-shadow:0 8px 22px rgba(24,48,72,.08)}.contact-form{display:grid;gap:20px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.form-group{display:grid;gap:7px}.form-group label{color:var(--dark);font-size:.88rem;font-weight:800}.form-group input,.form-group select,.form-group textarea{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:10px;color:var(--dark)}.form-group textarea{min-height:150px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 4px rgba(23,105,170,.1)}.form-group [aria-invalid="true"]{border-color:#c84343}.form-error{min-height:18px;margin:0;color:#b83333;font-size:.78rem}.checkbox-group{display:flex;align-items:flex-start;gap:10px}.checkbox-group input{width:18px;height:18px;margin-top:4px;accent-color:var(--primary)}.checkbox-group label{color:var(--muted);font-size:.84rem}.checkbox-group a{color:var(--primary);text-decoration:underline}.form-status{margin:0;color:var(--success);font-weight:700}.legal-content{max-width:850px}.legal-content h2{margin:44px 0 13px;color:var(--dark);font-size:1.45rem}.legal-content h3{margin:28px 0 9px;color:var(--dark);font-size:1.1rem}.legal-content p,.legal-content li{color:var(--muted)}.legal-notice{padding:18px 20px;color:#775a16;background:#fff8df;border-left:4px solid #d8af43;border-radius:8px}.site-footer{padding-top:70px;color:#becdd8;background:#13222e}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:36px}.brand-footer .brand-mark{color:var(--dark);background:#fff}.brand-footer .brand-text{color:#fff}.brand-footer .brand-text span{color:#a8bdca}.footer-brand p{max-width:270px;margin:18px 0 0;font-size:.92rem}.footer-links h2{margin:3px 0 16px;color:#fff;font-size:.9rem}.footer-links ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.footer-links a{font-size:.88rem}.footer-links a:hover{color:#fff}.footer-bottom{margin-top:58px;padding:20px 0;border-top:1px solid rgba(201,224,235,.14)}.footer-bottom p{margin:0;font-size:.8rem}.back-to-top{position:fixed;right:22px;bottom:22px;z-index:90;display:grid;width:45px;height:45px;place-items:center;color:#fff;background:var(--primary);border:0;border-radius:50%;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(12px);transition:.2s}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .55s,transform .55s}.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:1080px){.primary-navigation{gap:15px}.primary-navigation ul{gap:15px}.primary-navigation a{font-size:.84rem}.hero-grid,.split-layout,.about-layout,.contact-layout{gap:46px}.benefit-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.6fr repeat(2,1fr)}.footer-brand{grid-column:1/-1}}
@media(max-width:860px){.site-header{height:74px}.menu-toggle{display:block}.primary-navigation{position:fixed;top:74px;right:0;left:0;display:grid;gap:20px;padding:28px 20px 32px;background:rgba(255,255,255,.98);border-bottom:1px solid var(--border);box-shadow:var(--shadow);transform:translateY(-130%);transition:.25s}.primary-navigation.open{transform:translateY(0)}.primary-navigation ul{display:grid;gap:0}.primary-navigation li{border-bottom:1px solid var(--border)}.primary-navigation ul a{display:block;padding:13px 0;font-size:.98rem}.primary-navigation ul a:after{display:none}.nav-cta{width:fit-content}.menu-toggle.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.section{padding:78px 0}.hero{padding:56px 0 68px}.hero-grid,.split-layout,.about-layout,.contact-layout,.service-detail{grid-template-columns:1fr}.hero-grid{gap:36px;min-height:auto}.hero-visual{min-height:395px;max-width:610px;margin:auto}.service-detail{gap:28px;padding:60px 0}.service-detail:nth-child(even) .service-detail-intro{order:initial}.service-grid,.reference-grid,.usecase-grid{grid-template-columns:repeat(2,1fr)}.about-image{min-height:360px}}
@media(max-width:580px){.container{width:min(calc(100% - 30px),var(--container))}.section{padding:62px 0}.hero h1{font-size:clamp(2.45rem,12vw,3.35rem)}.hero-text,.page-hero p:not(.eyebrow){font-size:1.02rem}.hero-visual{min-height:330px}.hero-card-main{top:40px;right:20px;width:280px;padding:23px}.hero-card-main strong{font-size:1.35rem}.fake-chart{height:100px}.hero-card-top{top:14px;left:4px}.hero-card-bottom{right:2px;bottom:13px}.benefit-grid,.service-grid,.reference-grid,.usecase-grid,.process-grid,.content-grid,.value-grid,.form-row{grid-template-columns:1fr}.benefit-card,.service-card,.content-card,.process-step,.usecase-card{padding:24px}.feature-visual,.contact-form-wrapper{padding:22px}.startup-visual{min-height:330px}.startup-milestone{width:88px;height:88px}.milestone-one{left:8%}.milestone-two{left:31%}.milestone-three{right:10%;bottom:51px}.milestone-four{right:1%;bottom:190px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:auto}.button-group{flex-direction:column}.button-group .button{width:100%}.cta-section{padding:68px 0}.quote-panel{padding:27px}.back-to-top{right:15px;bottom:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.reveal{opacity:1;transform:none}}

/* =========================================================
   Digitaler Projekt-Check
   ========================================================= */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.project-check-hero{background:radial-gradient(circle at 84% 17%,rgba(120,195,233,.34),transparent 27%),linear-gradient(135deg,#f7fbfd 0%,#eaf6fc 100%)}
.project-check-layout{display:grid;grid-template-columns:minmax(0,.84fr) minmax(380px,1.16fr);gap:66px;align-items:start}
.project-check-intro h2{margin:0 0 17px;color:var(--dark);font-size:clamp(2rem,3.6vw,3.25rem);line-height:1.12;letter-spacing:-.045em}
.project-check-intro>p:not(.eyebrow){margin:0;color:var(--muted);font-size:1.06rem}
.project-check-list{margin-bottom:30px}
.project-check-examples{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding-top:21px;border-top:1px solid var(--border)}
.project-check-examples>span{width:100%;color:var(--dark);font-size:.82rem;font-weight:800}
.prompt-chip{padding:9px 12px;color:var(--primary);background:#fff;border:1px solid #cce5f4;border-radius:999px;font-size:.79rem;font-weight:750;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.prompt-chip:hover{background:var(--primary-light);border-color:var(--accent);transform:translateY(-2px)}
.project-chat-card{overflow:hidden;background:#fff;border:1px solid #cfe4ef;border-radius:26px;box-shadow:0 20px 55px rgba(24,48,72,.13)}
.project-chat-topbar{display:flex;align-items:center;gap:12px;padding:18px 21px;border-bottom:1px solid var(--border);background:linear-gradient(100deg,#fbfdff,#f0f8fc)}
.project-chat-avatar{display:grid;width:38px;height:38px;place-items:center;color:#fff;background:var(--dark);border-radius:12px;font-size:.76rem;font-weight:900;letter-spacing:-.06em}
.project-chat-topbar strong,.project-chat-topbar span{display:block}.project-chat-topbar strong{color:var(--dark);font-size:.9rem}.project-chat-topbar span{margin-top:1px;color:var(--muted);font-size:.74rem}.project-chat-topbar i{display:inline-block;width:7px;height:7px;margin-right:5px;background:var(--success);border-radius:50%}
.project-chat-messages{display:grid;gap:15px;min-height:255px;padding:24px;background:linear-gradient(180deg,#f7fbfd 0%,#fff 100%)}
.chat-message{max-width:92%;padding:14px 16px;border-radius:16px;font-size:.94rem;line-height:1.55}.chat-message p{margin:0}.chat-message-assistant{justify-self:start;color:var(--text);background:#fff;border:1px solid var(--border);border-top-left-radius:4px;box-shadow:0 4px 14px rgba(24,48,72,.04)}.chat-message-user{justify-self:end;color:#fff;background:var(--primary);border-top-right-radius:4px}.chat-message-result{max-width:100%;color:var(--text);background:#f0f8fc;border:1px solid #cde5f2}.chat-message-result h3{margin:0 0 8px;color:var(--dark);font-size:1.02rem}.chat-message-result h4{margin:17px 0 8px;color:var(--dark);font-size:.88rem}.chat-message-result ul{display:grid;gap:7px;margin:0;padding-left:19px}.chat-message-result li{font-size:.89rem}.chat-message-result .result-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.result-tag{padding:6px 9px;color:var(--primary);background:#fff;border:1px solid #cfe5f1;border-radius:999px;font-size:.72rem;font-weight:800}
.project-chat-form{padding:18px;border-top:1px solid var(--border);background:#fff}.project-chat-form textarea{width:100%;min-height:102px;padding:13px 14px;color:var(--dark);background:#fff;border:1px solid var(--border);border-radius:13px;resize:vertical}.project-chat-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(23,105,170,.1);outline:0}.project-chat-actions{display:flex;gap:15px;align-items:center;justify-content:space-between;margin-top:12px}.project-chat-actions .button{gap:7px;white-space:nowrap}.project-chat-hint{max-width:300px;margin:0;color:var(--muted);font-size:.73rem;line-height:1.45}.project-chat-empty{margin:0;color:#b83333;font-size:.8rem}
.project-showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project-showcase-card{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:20px;transition:transform .25s ease,box-shadow .25s ease}.project-showcase-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.project-showcase-image{display:flex;min-height:190px;align-items:end;padding:18px;color:#fff;font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.project-showcase-image-web{background:linear-gradient(135deg,rgba(10,41,68,.1),rgba(23,105,170,.45)),url('../assets/images/projekt-website-placeholder.jpg') center/cover,#719db8}.project-showcase-image-local{background:linear-gradient(135deg,rgba(10,41,68,.1),rgba(35,113,85,.4)),url('../assets/images/projekt-lokal-placeholder.jpg') center/cover,#759b83}.project-showcase-image-ai{background:linear-gradient(135deg,rgba(10,41,68,.15),rgba(23,105,170,.44)),url('../assets/images/projekt-ki-placeholder.jpg') center/cover,#527d99}.project-showcase-content{padding:25px}.project-showcase-content h3{margin:0 0 10px;color:var(--dark);font-size:1.18rem;line-height:1.25}.project-showcase-content>p:not(.reference-category){margin:0;color:var(--muted);font-size:.92rem}.project-showcase-content .text-link{margin-top:19px;font-size:.87rem}
@media(max-width:860px){.project-check-layout{grid-template-columns:1fr;gap:38px}.project-showcase-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.project-chat-actions{align-items:stretch;flex-direction:column}.project-chat-actions .button{width:100%}.project-chat-hint{max-width:none}.project-showcase-grid{grid-template-columns:1fr}.project-chat-messages{min-height:230px;padding:17px}.project-chat-form{padding:14px}.prompt-chip{width:100%;text-align:left}.project-check-hero .page-hero-content{padding-right:0}}
.project-check-teaser{padding:78px 0;background:#fff}
.project-check-teaser-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:43px 48px;background:linear-gradient(125deg,#edf8fd,#f9fcfe);border:1px solid #cfe7f4;border-radius:26px}
.project-check-teaser-inner h2{max-width:650px;margin:0 0 13px;color:var(--dark);font-size:clamp(1.8rem,3.2vw,2.75rem);line-height:1.13;letter-spacing:-.04em}.project-check-teaser-inner p:not(.eyebrow){max-width:660px;margin:0;color:var(--muted);font-size:1.02rem}.project-check-teaser-actions{display:grid;justify-items:start;gap:10px;flex:0 0 220px}.project-check-teaser-actions>span{color:var(--muted);font-size:.76rem;font-weight:700}
@media(max-width:860px){.project-check-teaser-inner{display:grid;padding:35px}.project-check-teaser-actions{flex:auto}}
@media(max-width:580px){.project-check-teaser{padding:48px 0}.project-check-teaser-inner{padding:26px 22px}.project-check-teaser-actions,.project-check-teaser-actions .button{width:100%}}


/* Live-Funktionen: Kontaktformular und KI-Projekt-Check */
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.project-chat-consent { display: flex; gap: 10px; align-items: flex-start; color: var(--color-muted); font-size: .8rem; line-height: 1.45; }
.project-chat-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--color-primary); flex: 0 0 auto; }
.project-chat-consent a { color: var(--color-primary); text-decoration: underline; }
.project-chat-actions { display: grid; gap: 14px; align-items: start; }
.project-chat-actions .button[disabled], .contact-form .button[disabled] { cursor: wait; opacity: .72; transform: none; }
.chat-message-thinking { opacity: .72; font-style: italic; }
.ai-answer { color: var(--color-text); white-space: normal; }


/* =========================================================
   Relaunch 2026: klare Navigation, Referenzen und Startseite
   ========================================================= */
.hero-photo{position:relative;min-height:640px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(110deg,rgba(11,30,46,.92) 0%,rgba(11,30,46,.72) 45%,rgba(17,80,120,.22) 100%),url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=2200&q=85') center/cover no-repeat}
.hero-photo-overlay{position:absolute;inset:0;background:radial-gradient(circle at 82% 17%,rgba(112,185,225,.42),transparent 31%)}
.hero-photo-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:48px;align-items:end;width:min(calc(100% - 40px),var(--container));min-height:640px;padding:96px 0 74px}
.hero-content-on-photo{max-width:790px}.hero-content-on-photo .eyebrow{color:#c4eaff}.hero-content-on-photo .eyebrow:before{background:#c4eaff}.hero-content-on-photo h1{color:#fff;max-width:730px}.hero-content-on-photo .hero-text{color:#e2eff6;max-width:650px}.hero-secondary{border-color:rgba(255,255,255,.34);color:#fff;background:rgba(255,255,255,.1);backdrop-filter:blur(8px)}.hero-secondary:hover{background:rgba(255,255,255,.19);border-color:#fff}
.hero-proof-card{padding:26px;color:#fff;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.26);border-radius:20px;backdrop-filter:blur(12px);box-shadow:var(--shadow)}.hero-proof-card p{margin:0 0 11px;color:#c7eaff;font-size:.77rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.hero-proof-card strong{display:block;font-size:1.28rem;line-height:1.18;letter-spacing:-.035em}.hero-proof-card span{display:block;margin-top:17px;color:#e1eef5;font-size:.8rem}
.core-section{padding-bottom:92px}.core-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.core-card{position:relative;display:flex;flex-direction:column;min-height:370px;padding:34px;overflow:hidden;border-radius:24px;isolation:isolate}.core-card:before{position:absolute;inset:0;z-index:-1;content:"";background:linear-gradient(145deg,#eef7fc,#fff)}.core-card:after{position:absolute;z-index:-1;width:240px;height:240px;right:-80px;bottom:-90px;border-radius:50%;content:"";background:rgba(65,157,209,.12)}.core-card-ai:before{background:linear-gradient(145deg,#e9f7fc,#f8fdff)}.core-card-startup:before{background:linear-gradient(145deg,#1d3545,#153047)}.core-card-startup h3,.core-card-startup>p:not(.reference-category),.core-card-startup .text-link{color:#fff}.core-card-startup .reference-category{color:#aee4ff!important}.core-card-startup:after{background:rgba(111,183,221,.18)}.core-card-number{display:grid;width:42px;height:42px;place-items:center;margin-bottom:43px;color:var(--primary);background:#fff;border-radius:12px;font-size:.8rem;font-weight:900;box-shadow:0 6px 20px rgba(15,57,82,.1)}.core-card h3{max-width:300px;margin:0 0 14px;color:var(--dark);font-size:1.52rem;line-height:1.14;letter-spacing:-.04em}.core-card>p:not(.reference-category){margin:0;color:var(--muted);font-size:.95rem}.core-card .text-link{margin-top:auto;padding-top:24px;font-size:.9rem}
.home-references{padding-top:90px}.home-reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.home-reference-card{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:20px;transition:transform .24s ease,box-shadow .24s ease}.home-reference-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.home-reference-cover{display:block;min-height:215px;background-position:center;background-size:cover}.home-reference-body{display:grid;gap:6px;padding:22px}.home-reference-body small{color:var(--primary);font-size:.74rem;font-weight:850;letter-spacing:.065em;text-transform:uppercase}.home-reference-body strong{color:var(--dark);font-size:1.18rem}.home-reference-body em{color:var(--muted);font-size:.82rem;font-style:normal}
.cover-vanillekind{background:linear-gradient(135deg,rgba(102,44,60,.12),rgba(247,143,184,.18)),url('../assets/images/vanillekind-cafe.jpg') center/cover}
.cover-stitch{background:linear-gradient(135deg,rgba(23,46,55,.08),rgba(112,171,171,.18)),url('../assets/images/stitch-and-stretch.jpeg') center/cover}
.cover-minimi{background-color:#efe4d7;background-image:url('../assets/images/minimi-fotografie-logo.webp');background-repeat:no-repeat;background-position:center;background-size:75% auto}
.cover-bodenstein{background-color:#f8f5f1;background-image:url('../assets/images/brauerei-bodenstein-logo.jpeg');background-repeat:no-repeat;background-position:center;background-size:86% auto}
.cover-brauserei{background-color:#f7fbf7;background-image:url('../assets/images/brauserei-gommern-logo.jpeg');background-repeat:no-repeat;background-position:center;background-size:76% auto}
.cover-mimis{background:linear-gradient(135deg,rgba(86,151,130,.08),rgba(158,223,191,.14)),url('../assets/images/mimis-welt-cafe.jpeg') center/cover}
.cover-findus{background:linear-gradient(135deg,rgba(255,255,255,.03),rgba(255,111,74,.12)),url('../assets/images/findus-app-projekt.webp') center/cover}
.cover-pizza-buddies{background:linear-gradient(135deg,rgba(20,17,37,.08),rgba(255,105,82,.08)),url('../assets/images/pizza-buddies-automat.jpg') center/cover}
.cover-eco{background-color:#17313d;background-image:linear-gradient(135deg,rgba(41,161,213,.18),rgba(8,16,25,.12)),url('../assets/images/eco-gmbh-logo.webp');background-repeat:no-repeat;background-position:center;background-size:72% auto}
.cover-faermann{background:radial-gradient(circle at 18% 18%,rgba(138,197,225,.5),transparent 32%),linear-gradient(135deg,#183246,#4d87a4)}
.reference-link-wrap{display:block;height:100%}.reference-card .reference-image{display:flex;min-height:220px;align-items:end;padding:18px;color:#fff;font-size:.78rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.reference-card h2{margin:0 0 10px;color:var(--dark);font-size:1.2rem;line-height:1.25}.digital-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.digital-service-card{padding:30px;background:#fff;border:1px solid var(--border);border-radius:20px}.digital-service-card h2{margin:0 0 12px;color:var(--dark);font-size:1.28rem}.digital-service-card>p{min-height:78px;margin:0 0 22px;color:var(--muted)}
@media(max-width:860px){.hero-photo-grid{grid-template-columns:1fr;align-items:end;min-height:560px;padding:76px 0 52px}.hero-proof-card{max-width:350px}.core-grid,.home-reference-grid,.digital-services-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.hero-photo{min-height:630px}.hero-photo-grid{width:min(calc(100% - 30px),var(--container));min-height:630px;padding:65px 0 40px}.hero-proof-card{max-width:none}.core-grid,.home-reference-grid,.digital-services-grid{grid-template-columns:1fr}.core-card{min-height:320px}.core-card-number{margin-bottom:26px}.home-references{padding-top:62px}}

.reference-card .cover-minimi span,.reference-card .cover-bodenstein span,.reference-card .cover-brauserei span,.reference-card .cover-eco span{display:none}.reference-card .cover-faermann span{display:inline-flex;align-items:center;min-height:46px;padding:10px 14px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);border-radius:999px;backdrop-filter:blur(8px)}


/* UX-Optimierungen: problemorientierte Einstiege, Zielgruppen-Fit und Referenzbeiträge */
.problem-entry-section{padding-top:72px;background:#fff}
.problem-entry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.problem-entry-card{display:flex;min-height:252px;flex-direction:column;padding:28px;background:linear-gradient(150deg,#f7fbfd,#edf7fc);border:1px solid #d4e8f3;border-radius:20px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.problem-entry-card:hover{transform:translateY(-5px);border-color:#9cc9e0;box-shadow:var(--shadow)}
.problem-entry-icon{display:grid;width:38px;height:38px;place-items:center;margin-bottom:23px;color:var(--primary);background:#fff;border-radius:10px;font-size:.78rem;font-weight:900}
.problem-entry-card h3{margin:0 0 11px;color:var(--dark);font-size:1.12rem;line-height:1.22}
.problem-entry-card p{margin:0;color:var(--muted);font-size:.91rem}
.problem-entry-card .text-link{margin-top:auto;padding-top:20px;font-size:.85rem}
.fit-section{padding-top:70px;padding-bottom:70px;background:#fff}
.startup-fit-section{background:var(--light)}
.fit-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:26px;align-items:stretch}
.fit-card,.practice-card{padding:34px;border:1px solid var(--border);border-radius:24px;background:#fff}
.fit-card h2{margin:0 0 17px;color:var(--dark);font-size:clamp(1.7rem,3vw,2.5rem);line-height:1.14;letter-spacing:-.04em}
.fit-card .clean-list{margin-bottom:27px}
.practice-card{display:flex;flex-direction:column;background:linear-gradient(145deg,#e9f6fc,#f9fdff);border-color:#c8e4f2}
.practice-card-startup{color:#ddecf4;background:linear-gradient(145deg,#1d3545,#153047);border-color:#294c61}
.practice-label{display:inline-flex;align-self:flex-start;padding:7px 11px;margin-bottom:22px;color:var(--primary);background:#fff;border-radius:999px;font-size:.72rem;font-weight:850;letter-spacing:.07em;text-transform:uppercase}
.practice-card-startup .practice-label{color:#bfe8ff;background:rgba(255,255,255,.1)}
.practice-card h3{margin:0 0 13px;color:var(--dark);font-size:1.32rem;line-height:1.2}
.practice-card p{margin:0 0 12px;color:var(--muted)}
.practice-card-startup h3{color:#fff}.practice-card-startup p{color:#c9d9e4}
.practice-note{margin-top:auto!important;font-size:.82rem;font-weight:700}
.reference-contribution{display:grid;gap:11px;margin:20px 0 16px;padding:16px;background:var(--light);border-radius:12px}
.reference-contribution div{display:grid;grid-template-columns:92px 1fr;gap:10px}
.reference-contribution dt{color:var(--primary);font-size:.74rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.reference-contribution dd{margin:0;color:var(--text);font-size:.86rem;line-height:1.45}
.contact-context{margin:0 0 26px;padding-bottom:24px;border-bottom:1px solid var(--border)}
.contact-context h2{margin:0 0 8px;color:var(--dark);font-size:1.55rem;line-height:1.18;letter-spacing:-.035em}
.contact-context p:not(.eyebrow){margin:0;color:var(--muted);font-size:.94rem}
@media(max-width:1080px){.problem-entry-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.fit-grid{grid-template-columns:1fr}}
@media(max-width:580px){.problem-entry-grid{grid-template-columns:1fr}.problem-entry-card{min-height:0}.fit-card,.practice-card{padding:24px}.reference-contribution div{grid-template-columns:1fr;gap:3px}}


/* ===== Round 2: fokussierte Startseite, Logo und Privacy ===== */
.brand-logo-link{display:flex;align-items:center;max-width:230px}.brand-logo{display:block;width:100%;height:auto;max-height:47px;object-fit:contain;object-position:left center}.site-header{background:rgba(255,255,255,.94)}
.hero-photo-clean{min-height:600px}.hero-photo-grid-clean{display:block;min-height:600px;padding:112px 0 86px}.hero-photo-clean .hero-content{max-width:760px}.hero-photo-clean .hero-content h1{max-width:770px}.hero-photo-clean .hero-text{max-width:690px}.hero-photo-clean .hero-secondary{background:rgba(255,255,255,.94)}
.eyebrow::before{display:none!important}.eyebrow{gap:0;letter-spacing:.085em}
.core-section{padding-top:96px}.core-grid{gap:20px}.core-card{min-height:355px;border:1px solid #d7e7f0;box-shadow:0 12px 28px rgba(24,48,72,.06);transition:transform .25s ease,box-shadow .25s ease}.core-card:hover{transform:translateY(-5px);box-shadow:0 20px 38px rgba(24,48,72,.14)}.core-card-icon{display:grid;width:58px;height:58px;place-items:center;margin-bottom:34px;color:var(--primary);background:#fff;border-radius:16px;font-size:1.45rem;font-weight:900;box-shadow:0 9px 21px rgba(23,105,170,.12)}.core-card-kicker{margin:0 0 10px;color:var(--primary);font-size:.76rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.core-card h3{font-size:1.8rem}.core-card-startup .core-card-icon{color:#fff;background:rgba(255,255,255,.14)}.core-card-startup .core-card-kicker{color:#b9e8ff}
.reference-marquee{width:100%;overflow:hidden;padding:10px 0 20px}.reference-marquee-track{display:flex;width:max-content;gap:20px;animation:marquee-scroll 48s linear infinite}.reference-marquee:hover .reference-marquee-track{animation-play-state:paused}.marquee-card{display:grid;grid-template-columns:185px 230px;width:435px;overflow:hidden;color:var(--dark);background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-sm)}.marquee-card img{width:100%;height:158px;object-fit:cover;background:#f2f8fb}.marquee-card span{display:flex;flex-direction:column;justify-content:center;padding:20px}.marquee-card small{margin-bottom:7px;color:var(--primary);font-size:.7rem;font-weight:850;letter-spacing:.075em;text-transform:uppercase}.marquee-card strong{font-size:1.05rem;line-height:1.22}@keyframes marquee-scroll{to{transform:translateX(calc(-50% - 10px))}}
.project-check-layout-clean{grid-template-columns:minmax(0,.75fr) minmax(420px,1.25fr);gap:72px}.project-chat-card-clean{background:#fff;border-radius:24px}.project-chat-messages-clean{min-height:0;padding:0;background:transparent}.project-chat-card-clean .project-chat-form{padding:28px;border:0;background:#fff}.project-prompt-label{display:block;margin:0 0 9px;color:var(--dark);font-size:.86rem;font-weight:850}.project-chat-card-clean textarea{min-height:170px;background:#fbfdfe;border-radius:16px}.project-chat-card-clean .project-chat-actions{margin-top:16px}.project-chat-card-clean .project-chat-actions .button{justify-self:end}.project-chat-card-clean .chat-message-result,.project-chat-card-clean .chat-message-assistant{margin:0 28px 20px}
.footer-logo{display:flex;align-items:center;gap:12px;color:#fff;font-size:1rem;font-weight:800}.footer-logo img{width:44px;height:44px;object-fit:contain}.footer-logo span{letter-spacing:-.02em}.brand-footer{display:none}
/* Contact: großzügig, aber klar in zwei Schritten */
.contact-form-wrapper{padding:42px}.contact-form-steps{gap:24px}.form-step-indicator{display:flex;align-items:center;gap:10px;margin:3px 0 8px}.form-step-indicator span{display:grid;width:28px;height:28px;place-items:center;color:var(--muted);background:#edf4f8;border-radius:50%;font-size:.78rem;font-weight:850}.form-step-indicator span.is-active{color:#fff;background:var(--primary)}.form-step-indicator i{width:44px;height:2px;background:#dce7ee}.form-step[hidden]{display:none}.form-step{display:grid;gap:19px}.form-step .form-row{gap:20px}.form-step .form-group input,.form-step .form-group select{min-height:52px}.select-wrap{position:relative}.select-wrap::after{position:absolute;top:50%;right:17px;content:'⌄';color:var(--primary);font-size:1.2rem;pointer-events:none;transform:translateY(-58%)}.select-wrap select{appearance:none;padding-right:45px}.form-step-actions{display:flex;justify-content:space-between;gap:13px}.form-next{justify-self:end}.contact-context{padding-bottom:25px;border-bottom:1px solid var(--border)}
/* Privacy / Cookie controls: keine Tracking-Kategorien, klare Kontrolle */
.privacy-notice{position:fixed;right:22px;bottom:22px;z-index:1100;width:min(390px,calc(100% - 30px));padding:20px;color:var(--dark);background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 18px 50px rgba(13,35,52,.2)}.privacy-notice strong{display:block;font-size:.95rem}.privacy-notice p{margin:8px 0 15px;color:var(--muted);font-size:.82rem;line-height:1.48}.privacy-notice-actions{display:flex;flex-wrap:wrap;gap:9px}.privacy-notice-actions .button{min-height:38px}.cookie-settings-button{position:fixed;right:20px;bottom:20px;z-index:1050;display:grid;width:46px;height:46px;place-items:center;color:#fff;background:var(--primary);border:0;border-radius:50%;box-shadow:var(--shadow-md);font-size:1.4rem;opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s}.cookie-settings-button.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.privacy-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px;background:rgba(12,29,43,.56)}.privacy-modal[hidden]{display:none}.privacy-modal-dialog{position:relative;width:min(540px,100%);padding:33px;background:#fff;border-radius:22px;box-shadow:var(--shadow-lg)}.privacy-modal-dialog h2{margin:0 0 12px;color:var(--dark);font-size:1.65rem;letter-spacing:-.04em}.privacy-modal-dialog>p{color:var(--muted)}.privacy-modal-close{position:absolute;top:15px;right:16px;width:35px;height:35px;color:var(--dark);background:#eef6fa;border:0;border-radius:50%;font-size:1.45rem;line-height:1}.privacy-setting{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:22px 0;padding:17px;background:var(--light);border-radius:14px}.privacy-setting strong,.privacy-setting span{display:block}.privacy-setting span{margin-top:3px;color:var(--muted);font-size:.79rem}.privacy-switch{padding:7px 9px;color:var(--primary);background:var(--primary-light);border-radius:999px;font-size:.73rem;font-weight:850;white-space:nowrap}.privacy-modal-note{font-size:.84rem}.privacy-modal-note a{color:var(--primary);text-decoration:underline}
@media(max-width:860px){.project-check-layout-clean{grid-template-columns:1fr;gap:34px}.hero-photo-grid-clean{min-height:560px}.marquee-card{grid-template-columns:150px 205px;width:355px}.marquee-card img{height:140px}}
@media(max-width:580px){.brand-logo-link{max-width:180px}.hero-photo-clean,.hero-photo-grid-clean{min-height:540px}.hero-photo-grid-clean{padding:76px 0 58px}.core-section{padding-top:64px}.core-card{min-height:300px}.core-card-icon{margin-bottom:25px}.core-card h3{font-size:1.55rem}.reference-marquee{overflow:auto;padding-left:15px;scroll-snap-type:x mandatory}.reference-marquee-track{animation:none;gap:14px;padding-right:15px}.marquee-card{flex:0 0 295px;grid-template-columns:1fr;scroll-snap-align:start}.marquee-card img{height:142px}.marquee-card span{padding:15px}.project-chat-card-clean .project-chat-form{padding:20px}.project-chat-card-clean .project-chat-actions .button{width:100%}.form-next,.form-step-actions .button{width:100%}.form-step-actions{flex-direction:column-reverse}.contact-form-wrapper{padding:25px 20px}.privacy-notice{right:15px;bottom:15px}.cookie-settings-button{right:15px;bottom:15px}.privacy-modal-dialog{padding:28px 22px}}
@media(prefers-reduced-motion:reduce){.reference-marquee-track{animation:none}}


/* =========================================================
   Feinschliff Runde 3 – Orientierung, Lesbarkeit & Conversion
   ========================================================= */
/* Logo: transparenten Rand aus Quelldatei ausgleichen und sichtbar vergrößern */
.brand-logo-link{max-width:270px;min-width:230px;display:flex;align-items:center}
.brand-logo{width:100%;max-height:58px;object-fit:contain;object-position:left center}
.site-header,.site-header.scrolled{height:84px}
.site-header.scrolled{height:74px}

/* Hero-CTAs: kontrastreich und klar */
.hero-photo-clean .hero-secondary{color:var(--dark);background:rgba(255,255,255,.96);border-color:rgba(255,255,255,.96);backdrop-filter:none}
.hero-photo-clean .hero-secondary:hover{color:var(--dark);background:#fff;border-color:#fff}

/* Die drei Einstiege sollen auf Anhieb verständlich und gleichwertig sein */
.core-section .section-heading{max-width:790px}
.core-grid{align-items:stretch}
.core-card,.core-card-startup{display:flex;flex-direction:column;color:var(--dark);background:linear-gradient(145deg,#ffffff 0%,#eff8fc 100%);border:1px solid #cfdfeb;box-shadow:0 14px 32px rgba(19,52,79,.08)}
.core-card-startup:after{background:rgba(101,178,220,.13)}
.core-card-startup .core-card-icon{color:var(--primary);background:#fff}
.core-card-startup .core-card-kicker{color:var(--primary)}
.core-card-startup h3,.core-card-startup>p:not(.reference-category),.core-card-startup .text-link{color:var(--dark)}
.core-card h3{max-width:340px;font-size:clamp(1.58rem,2.15vw,2rem);line-height:1.09}
.core-card>p:not(.reference-category){font-size:1rem;line-height:1.6}
.core-card .text-link{display:inline-flex;align-items:center;gap:4px;padding:13px 15px;margin-top:auto;border-radius:12px;background:rgba(23,105,170,.09);font-weight:850}
.core-card .text-link:hover{background:rgba(23,105,170,.16)}

/* Projekt-Check erhält mehr Raum und eine eigenständige Chat-Identität */
.project-check-layout-clean{grid-template-columns:minmax(0,1fr) minmax(510px,1.16fr);gap:44px;align-items:start}
.project-check-intro{padding-top:13px}
.project-check-intro h2{max-width:600px;font-size:clamp(2.35rem,4.25vw,4.35rem);line-height:1.04}
.project-check-intro>p:not(.eyebrow){max-width:590px;font-size:1.08rem;line-height:1.57}
.project-check-examples{display:flex;align-items:center;flex-wrap:nowrap;gap:10px;margin-top:27px;padding-top:24px;border-top:1px solid var(--border)}
.project-check-examples>span{flex:0 0 auto;margin:0;font-size:.9rem}
.project-check-examples .prompt-chip{white-space:nowrap;padding:10px 13px;font-size:.84rem}
.project-chat-card-clean{overflow:hidden;border:1px solid #cfe0eb;box-shadow:0 18px 42px rgba(16,57,85,.10)}
.project-chat-brandbar{display:flex;align-items:center;gap:11px;padding:17px 22px;border-bottom:1px solid #dbe8ef;background:linear-gradient(135deg,#f7fcff,#ecf7fc)}
.project-chat-brandbar img{width:34px;height:34px;object-fit:contain}
.project-chat-brandbar div{display:grid;gap:1px;line-height:1.15}
.project-chat-brandbar strong{color:var(--dark);font-size:.9rem}
.project-chat-brandbar div span{color:var(--muted);font-size:.73rem}
.project-chat-status{margin-left:auto;padding:6px 9px;color:var(--primary);background:#fff;border:1px solid #d4e8f4;border-radius:999px;font-size:.68rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
.project-chat-card-clean .project-chat-form{padding:25px 26px 27px}
.project-chat-card-clean textarea{min-height:195px;font-size:1rem}
.project-chat-card-clean .project-chat-actions{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:end}
.project-chat-card-clean .project-chat-consent{margin:0;font-size:.76rem;line-height:1.45}

/* Portrait auf Über-uns-Seite */
.about-image{overflow:hidden;background:#e7f2f8}
.about-image img{width:100%;height:100%;object-fit:cover;object-position:center 20%}

/* Cookie-Button: echtes gut lesbares Cookie-Icon statt Platzhalterzeichen */
.cookie-settings-button{padding:0;font-size:0}
.cookie-settings-button .cookie-icon{width:22px;height:22px;display:block}

@media(max-width:1080px){
  .brand-logo-link{min-width:190px;max-width:220px}
  .project-check-layout-clean{grid-template-columns:minmax(0,1fr) minmax(440px,1.08fr);gap:32px}
  .project-check-examples{flex-wrap:wrap}
}
@media(max-width:860px){
  .brand-logo-link{min-width:0;max-width:210px}
  .site-header,.site-header.scrolled{height:74px}
  .project-check-layout-clean{grid-template-columns:1fr;gap:34px}
  .project-check-examples{flex-wrap:wrap}
  .project-chat-card-clean .project-chat-actions{grid-template-columns:1fr}
}
@media(max-width:580px){
  .brand-logo-link{max-width:185px}
  .project-check-intro h2{font-size:clamp(2.25rem,12vw,3.35rem)}
  .project-check-examples{align-items:flex-start;flex-wrap:wrap}
  .project-check-examples>span{width:100%}
  .project-chat-brandbar{padding:15px 18px}
  .project-chat-status{display:none}
  .project-chat-card-clean .project-chat-form{padding:20px}
}

/* Runde 3 Fixes */
.cookie-settings-button .cookie-icon{width:22px;height:22px;display:block;filter:brightness(0) invert(1)}


/* =========================================================
   Feinschliff Runde 4 – Navigation, Referenzen & Einstieg
   ========================================================= */
/* Header: Logo wächst beim Einstieg, ordnet sich beim Scrollen elegant ein */
.site-header.scrolled .brand-logo-link{
  min-width:180px;
  max-width:214px;
  transition:max-width .25s ease,min-width .25s ease;
}
.site-header.scrolled .brand-logo{
  max-height:45px;
  transition:max-height .25s ease;
}
@media(max-width:860px){
  .site-header.scrolled .brand-logo-link{min-width:0;max-width:180px}
  .site-header.scrolled .brand-logo{max-height:39px}
}

/* Secondary CTA: ruhig, transparent und klar abgesetzt */
.button-secondary{
  background:transparent;
  border-color:rgba(23,35,49,.3);
  color:var(--dark);
  box-shadow:none;
}
.button-secondary:hover{
  background:rgba(23,105,170,.06);
  border-color:var(--primary);
  box-shadow:none;
}
.hero-photo-clean .hero-secondary{
  color:#fff;
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.72);
  backdrop-filter:blur(6px);
}
.hero-photo-clean .hero-secondary:hover{
  color:#fff;
  background:rgba(255,255,255,.16);
  border-color:#fff;
}

/* Referenz-Karten: logos bekommen eigene, hochwertige Bildflächen */
.marquee-card img[src$="eco-gmbh-card.jpg"]{object-fit:cover;background:#16344d}
.marquee-card img[src$="minimi-fotografie-card.jpg"]{object-fit:cover;background:#fff}

/* Neuer Einstieg: eine visuelle Entscheidungsstrecke statt klassischer Karten */
.core-section{padding-top:104px;padding-bottom:104px}
.route-selector{
  position:relative;
  display:grid;
  gap:16px;
  max-width:1120px;
  margin:42px auto 0;
}
.route-selector::before{
  position:absolute;
  top:30px;
  bottom:30px;
  left:47px;
  width:2px;
  content:"";
  background:linear-gradient(to bottom,#b7dbef,#dcecf5 52%,#b7dbef);
}
.route-option{
  position:relative;
  display:grid;
  grid-template-columns:72px 72px minmax(0,1fr) 250px;
  align-items:center;
  gap:21px;
  min-height:146px;
  padding:22px 28px 22px 16px;
  overflow:hidden;
  color:var(--dark);
  background:linear-gradient(108deg,#fff 0%,#f3faff 100%);
  border:1px solid #cfe2ef;
  border-radius:22px;
  box-shadow:0 12px 30px rgba(20,55,80,.07);
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.route-option::before{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:7px;
  content:"";
  background:var(--primary);
}
.route-option::after{
  position:absolute;
  right:-52px;
  bottom:-92px;
  width:250px;
  height:250px;
  border:1px solid rgba(25,118,180,.16);
  border-radius:50%;
  content:"";
}
.route-option:hover{
  z-index:2;
  border-color:#84c6eb;
  box-shadow:0 20px 42px rgba(20,55,80,.14);
  transform:translateX(7px);
}
.route-index{
  position:relative;
  z-index:1;
  display:grid;
  width:62px;
  height:62px;
  place-items:center;
  color:var(--primary);
  background:#fff;
  border:1px solid #d9ebf5;
  border-radius:50%;
  box-shadow:0 7px 16px rgba(23,105,170,.10);
  font-size:.88rem;
  font-weight:900;
}
.route-symbol{
  position:relative;
  z-index:1;
  display:grid;
  width:54px;
  height:54px;
  place-items:center;
  color:var(--primary);
  background:rgba(23,105,170,.10);
  border-radius:15px;
  font-size:1.45rem;
  font-weight:900;
}
.route-copy{position:relative;z-index:1;display:grid;gap:6px;max-width:590px}
.route-label{
  color:var(--primary);
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.route-copy strong{
  color:var(--dark);
  font-size:clamp(1.32rem,2.2vw,1.83rem);
  line-height:1.13;
  letter-spacing:-.04em;
}
.route-copy small{color:var(--muted);font-size:.92rem;line-height:1.45}
.route-cta{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:13px 15px;
  color:var(--primary);
  background:#fff;
  border:1px solid #cfe4f1;
  border-radius:13px;
  font-size:.87rem;
  font-weight:850;
  line-height:1.25;
  transition:background .2s ease,color .2s ease;
}
.route-cta b{font-size:1.25rem;line-height:1}
.route-option:hover .route-cta{color:#fff;background:var(--primary);border-color:var(--primary)}
.route-option-ai::before{background:#2e83b7}
.route-option-startup::before{background:#245b7a}
.route-option-startup .route-symbol{color:#245b7a;background:rgba(36,91,122,.10)}
.route-option-startup .route-label,.route-option-startup .route-cta{color:#245b7a}
.route-option-startup:hover .route-cta{color:#fff;background:#245b7a;border-color:#245b7a}
@media(max-width:860px){
  .core-section{padding-top:76px;padding-bottom:76px}
  .route-selector{margin-top:30px}
  .route-selector::before{left:39px}
  .route-option{grid-template-columns:56px 58px minmax(0,1fr);gap:15px;min-height:0;padding:20px 20px 20px 14px}
  .route-index{width:52px;height:52px;font-size:.8rem}
  .route-symbol{width:48px;height:48px}
  .route-cta{grid-column:3;justify-self:start;margin-top:6px}
}
@media(max-width:580px){
  .core-section{padding-top:62px;padding-bottom:62px}
  .route-selector{gap:13px}
  .route-selector::before{display:none}
  .route-option{grid-template-columns:48px 1fr;gap:14px;padding:20px 17px 18px;border-radius:18px}
  .route-index{grid-row:1 / span 2;width:44px;height:44px;align-self:start;font-size:.74rem}
  .route-symbol{display:none}
  .route-copy{grid-column:2}
  .route-copy strong{font-size:1.33rem}
  .route-copy small{font-size:.84rem}
  .route-cta{grid-column:2;width:100%;margin-top:8px}
  .route-option:hover{transform:translateY(-3px)}
}

.cover-minimi{background-color:#fff;background-image:url('../assets/images/minimi-fotografie-card.jpg');background-size:cover}
.cover-eco{background-color:#16344d;background-image:url('../assets/images/eco-gmbh-card.jpg');background-size:cover}


/* =========================================================
   Round 6 – Über uns / Referenzen: klarer, konsistenter, weniger Dekoration
   ========================================================= */
.collaboration-section{background:linear-gradient(180deg,#f5fafc 0%,#fff 100%)}
.collaboration-heading{max-width:790px;margin-bottom:40px}
.collaboration-flow{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.collaboration-flow::before{position:absolute;top:44px;right:13%;left:13%;height:1px;background:linear-gradient(90deg,#cde8f6,#86c7e8,#cde8f6);content:""}
.collaboration-step{position:relative;min-height:245px;padding:30px;background:#fff;border:1px solid #d7e7ef;border-radius:22px;box-shadow:0 14px 34px rgba(22,55,77,.06)}
.collaboration-number{display:grid;width:48px;height:48px;place-items:center;margin-bottom:32px;color:#fff;background:var(--primary);border-radius:50%;font-size:.78rem;font-weight:900;box-shadow:0 0 0 8px #f5fafc}
.collaboration-step h3{margin:0 0 10px;color:var(--dark);font-size:1.26rem;line-height:1.2}
.collaboration-step p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.55}
.collaboration-note{max-width:800px;margin:30px auto 0;padding:16px 20px;color:var(--text);background:rgba(225,244,253,.65);border:1px solid #d4eaf5;border-radius:14px;text-align:center;font-size:.93rem}

.reference-card .reference-image{position:relative;min-height:230px;padding:0;background-position:center;background-size:cover}
.reference-card .reference-image span{display:none!important}
.cover-faermann{background:linear-gradient(125deg,rgba(15,43,62,.22),rgba(17,99,148,.18)),url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1400&q=85') center/cover!important}
.reference-work{display:grid;gap:0;margin:21px 0 17px;border-top:1px solid #dce8ef;border-bottom:1px solid #dce8ef}
.reference-work-row{display:grid;grid-template-columns:100px minmax(0,1fr);gap:15px;padding:13px 0}
.reference-work-row + .reference-work-row{border-top:1px solid #edf3f6}
.reference-work-label{color:var(--primary);font-size:.72rem;font-weight:900;letter-spacing:.075em;text-transform:uppercase}
.reference-work-value{color:var(--text);font-size:.89rem;line-height:1.48}
.reference-meta{display:flex;justify-content:flex-end;margin-top:15px;padding-top:0;color:var(--primary);font-size:.84rem;font-weight:850}
.reference-visit{display:inline-flex;align-items:center;gap:7px}
.reference-confidential-note{margin:8px 0 0;color:var(--muted);font-size:.8rem;font-style:italic}

@media(max-width:860px){
  .collaboration-flow{grid-template-columns:1fr;gap:16px}
  .collaboration-flow::before{display:none}
  .collaboration-step{min-height:0;padding:26px}
  .collaboration-number{margin-bottom:18px;box-shadow:none}
}
@media(max-width:580px){
  .reference-work-row{grid-template-columns:1fr;gap:4px;padding:12px 0}
  .collaboration-note{text-align:left}
}


/* =========================================================
   Runde 7 – Kompaktheit, Referenzraster & konsistente Fachseiten
   ========================================================= */
/* Über uns: die Zusammenarbeit ist bereits erklärt – kein Zusatzhinweis nötig */
.collaboration-note{display:none!important}

/* Projekt-Check: Beispiele bleiben als kompakte, linke Reihe unter dem Intro */
.project-check-examples{
  display:grid!important;
  gap:13px!important;
  align-items:start!important;
  margin-top:26px!important;
  padding-top:22px!important;
}
.project-check-examples>span{width:auto!important;font-size:.9rem!important}
.project-check-chip-row{display:flex;flex-wrap:nowrap;gap:10px;align-items:center}
.project-check-chip-row .prompt-chip{white-space:nowrap}

/* Referenzen: jede Karte baut sich auf derselben vertikalen Achse auf */
.reference-grid-large{align-items:stretch}
.reference-card{display:flex;min-height:730px}
.reference-link-wrap{display:flex;flex-direction:column;width:100%;height:100%;color:inherit}
.reference-image{height:280px;min-height:280px}
.reference-content{display:flex;flex:1;flex-direction:column;padding:26px 29px 25px}
.reference-summary{min-height:196px}
.reference-summary .reference-category{min-height:38px;display:flex;align-items:flex-start}
.reference-summary h2{margin:0 0 12px;color:var(--dark);font-size:1.45rem;line-height:1.16;letter-spacing:-.035em}
.reference-summary>p{line-height:1.55}
.reference-work{display:grid;gap:0;margin-top:auto;border-top:1px solid var(--border)}
.reference-work-row{display:grid;grid-template-columns:118px minmax(0,1fr);gap:18px;padding:16px 0;border-bottom:1px solid var(--border)}
.reference-work-label{padding-top:1px;color:var(--primary);font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.reference-work-value{font-size:.93rem;line-height:1.48;color:var(--text)}
.reference-meta{margin-top:18px;min-height:23px;display:flex;justify-content:flex-end;align-items:center}
.cover-bodenstein,.cover-brauserei{background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;background-color:#fff!important}
.cover-faermann-new{background-image:linear-gradient(135deg,rgba(17,51,75,.10),rgba(76,154,192,.08)),url('../assets/images/immobilien-beratung-visual.jpg')!important;background-position:center!important;background-size:cover!important}

/* Fachseiten: lange Hero-Botschaften bewusst knapp halten */
.ki-page .page-hero h1,.startup-page .page-hero h1,.page-hero h1{max-width:920px}
.web-fit-section{padding-top:86px;background:#fff}
.practice-card-web{background:linear-gradient(145deg,#16354d,#2e6d90)}
.practice-card-web .practice-label{color:#bfe8fc}
.practice-card-web h3,.practice-card-web p{color:#fff}
.practice-card-web .text-link{color:#d4efff}

@media(max-width:1080px){
  .project-check-chip-row{flex-wrap:wrap}
  .reference-card{min-height:0}
  .reference-summary{min-height:0}
}
@media(max-width:860px){
  .project-check-chip-row{flex-wrap:wrap}
  .reference-grid-large{grid-template-columns:repeat(2,1fr)}
  .reference-image{height:245px;min-height:245px}
  .reference-work-row{grid-template-columns:1fr;gap:5px}
}
@media(max-width:580px){
  .project-check-chip-row{width:100%;flex-direction:column;align-items:stretch}
  .project-check-chip-row .prompt-chip{width:100%;text-align:left}
  .reference-grid-large{grid-template-columns:1fr}
  .reference-content{padding:23px}
  .reference-image{height:225px;min-height:225px}
}


/* =========================================================
   Runde 8 – finale Klarheit: Einstieg, Kontakt, Referenzen
   ========================================================= */
/* Drei Einstiege: gleichwertig, sofort lesbar, ohne künstliche Reihenfolge */
.route-selector{display:grid;gap:18px;position:relative}
.route-selector::before{display:none!important}
.route-option{display:grid;grid-template-columns:76px minmax(0,1fr) minmax(230px,285px);align-items:center;gap:26px;min-height:142px;padding:26px 30px!important;color:var(--dark)!important;background:linear-gradient(110deg,#ffffff 0%,#f4fbff 100%)!important;border:1px solid #bcddea!important;border-left:7px solid var(--primary)!important;border-radius:24px!important;box-shadow:0 14px 30px rgba(23,64,88,.06)!important;overflow:hidden}
.route-option::before,.route-option::after{display:none!important}
.route-option:hover{transform:translateY(-4px)!important;border-color:#7bc2e6!important;box-shadow:0 20px 40px rgba(23,64,88,.12)!important}
.route-index{display:none!important}
.route-symbol{display:grid!important;grid-column:1;grid-row:1;place-items:center;width:62px!important;height:62px!important;margin:0!important;color:var(--primary)!important;background:#eaf6fd!important;border:1px solid #d3eaf7!important;border-radius:18px!important}
.route-symbol svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.route-copy{grid-column:2;grid-row:1;display:grid;gap:5px}
.route-label,.route-option-startup .route-label{color:var(--primary)!important;font-size:.77rem!important;font-weight:900!important;letter-spacing:.09em!important;text-transform:uppercase}
.route-copy strong{color:var(--dark)!important;font-size:clamp(1.4rem,2.2vw,2rem)!important;line-height:1.14!important;letter-spacing:-.045em}
.route-copy small{color:var(--muted)!important;font-size:.96rem!important;line-height:1.4}
.route-cta,.route-option-startup .route-cta{grid-column:3;grid-row:1;display:flex!important;align-items:center;justify-content:space-between;gap:12px;min-height:60px;padding:15px 18px!important;color:#fff!important;background:var(--primary)!important;border:1px solid var(--primary)!important;border-radius:16px!important;font-size:.96rem!important;font-weight:850!important;line-height:1.2!important;box-shadow:0 10px 20px rgba(23,105,170,.18)}
.route-cta b{font-size:1.5rem;line-height:1}
.route-option:hover .route-cta,.route-option-startup:hover .route-cta{color:#fff!important;background:var(--primary-dark)!important;border-color:var(--primary-dark)!important}

/* Referenzen: Einheitliche Rasterachsen – auch bei unterschiedlichen Textlängen */
.reference-grid-large{align-items:stretch}
@media(min-width:1081px){
  .reference-grid-large .reference-card{min-height:794px}
  .reference-grid-large .reference-summary{height:208px;min-height:208px}
  .reference-grid-large .reference-work{grid-template-rows:76px 122px}
  .reference-grid-large .reference-work-row{height:100%;align-items:start}
}
.reference-card .reference-content{display:flex;flex:1;flex-direction:column}
.reference-card .reference-summary{display:flex;flex-direction:column}
.reference-card .reference-summary>p:last-child{margin-bottom:0}
.reference-card .reference-work{margin-top:auto}
.reference-card .reference-meta{min-height:28px}
.reference-meta-confidential{justify-content:flex-start!important;color:var(--muted)!important}
.reference-confidential{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:.84rem;font-weight:750}
.reference-confidential::before{width:8px;height:8px;background:#91a5b3;border-radius:50%;content:""}
.cover-faermann-fallback{background-image:linear-gradient(135deg,rgba(13,45,65,.08),rgba(48,126,168,.15)),url('../assets/images/immobilien-beratung-visual.jpg')!important;background-position:center!important;background-size:cover!important}

/* Fachseiten: prägnanterer Einstieg */
.page-hero h1{max-width:860px}

@media(max-width:900px){
  .route-option{grid-template-columns:64px minmax(0,1fr);gap:16px;padding:22px!important}
  .route-copy{grid-column:2}
  .route-cta{grid-column:2;grid-row:2;width:100%;margin-top:5px}
}
@media(max-width:580px){
  .route-option{grid-template-columns:54px minmax(0,1fr);padding:19px!important;border-left-width:5px!important;border-radius:18px!important}
  .route-symbol{width:50px!important;height:50px!important;border-radius:14px!important}
  .route-symbol svg{width:25px;height:25px}
  .route-copy strong{font-size:1.28rem!important}
  .route-copy small{font-size:.84rem!important}
  .route-cta{min-height:52px;padding:12px 14px!important;font-size:.88rem!important}
  .reference-grid-large .reference-summary{height:auto;min-height:0}
  .reference-grid-large .reference-work{grid-template-rows:auto}
}


/* =========================================================
   Runde 10 – Startup-Erfahrung, Referenz-Fallback & finaler Feinschliff
   ========================================================= */
/* Einstiegsstrecke: alle drei Bereiche als gleiche, gleichwertige Routen */
.route-option-startup{border-left-color:var(--primary)!important}
.route-option-startup .route-symbol{color:var(--primary)!important;background:#eaf6fd!important}
.route-option-startup .route-label{color:var(--primary)!important}
.route-option-startup .route-cta{color:#fff!important;background:var(--primary)!important;border-color:var(--primary)!important}
.route-symbol img{display:block;width:34px;height:34px;object-fit:contain}
.route-symbol-rocket img{width:35px;height:35px}

/* Referenz: vertrauliches Projekt bekommt Bild und denselben Abschluss wie externe Referenzen */
.reference-card .cover-faermann-final{height:280px;min-height:280px;overflow:hidden;background:#eaf4f8}
.reference-card .cover-faermann-final img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.reference-meta-confidential.reference-meta-right{justify-content:flex-end!important;color:var(--muted)!important}
.reference-meta-confidential.reference-meta-right .reference-confidential{margin-left:auto}

/* Startup: eigene Erfahrung kompakter und greifbarer */
.startup-hero-compact .page-hero-content{max-width:900px}
.startup-hero-compact h1{max-width:780px}
.startup-check-list{display:grid;gap:16px;margin:28px 0 32px;padding:0;list-style:none}
.startup-check-list li{display:grid;grid-template-columns:27px minmax(0,1fr);gap:12px;align-items:start;color:var(--text);font-size:1rem;font-weight:700;line-height:1.48}
.startup-check{display:grid;width:24px;height:24px;place-items:center;margin-top:2px;color:#fff;background:var(--primary);border-radius:7px;font-size:.88rem;font-weight:900;box-shadow:0 6px 13px rgba(23,105,170,.17)}
.practice-card-findus{display:flex;flex-direction:column;min-height:0;padding:0!important;overflow:hidden;color:#e6f2f8;background:linear-gradient(145deg,#173448,#214f69)!important;border-color:#2c617f!important}
.practice-findus-top{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:24px 26px 0}
.practice-card-findus .practice-label{margin:0;color:#c9ebfb;background:rgba(255,255,255,.12)}
.findus-year{color:#cfe9f7;font-size:.78rem;font-weight:850;letter-spacing:.05em;text-transform:uppercase}
.practice-findus-media{height:160px;margin:20px 20px 0;overflow:hidden;background:#fff;border-radius:16px}
.practice-findus-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.practice-findus-copy{padding:24px 26px 15px}
.practice-card-findus h3{margin:0 0 10px;color:#fff;font-size:1.55rem}
.practice-card-findus p{margin:0;color:#c9dbe6;font-size:.96rem;line-height:1.55}
.practice-findus-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:auto;background:rgba(255,255,255,.10);border-top:1px solid rgba(255,255,255,.14)}
.practice-findus-stats span{display:grid;gap:3px;padding:16px 12px;color:#d9edf8;border-right:1px solid rgba(255,255,255,.12);font-size:.73rem;line-height:1.3;text-align:center}
.practice-findus-stats span:last-child{border-right:0}.practice-findus-stats b{color:#fff;font-size:1.02rem}

.startup-story-section{padding-top:86px;padding-bottom:86px}
.startup-story-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:48px;align-items:start}
.startup-story-intro h2{max-width:720px;margin:0 0 20px;color:var(--dark);font-size:clamp(2rem,3.8vw,3.35rem);line-height:1.1;letter-spacing:-.045em}
.startup-story-intro>p:not(.eyebrow){max-width:720px;margin:0 0 16px;color:var(--muted);font-size:1.06rem}
.startup-story-panel{padding:30px;color:#dbeaf3;background:linear-gradient(145deg,#173247,#225e7b);border-radius:24px;box-shadow:0 18px 38px rgba(22,61,84,.16)}
.startup-story-label{display:inline-flex;margin-bottom:17px;color:#c9edff;font-size:.76rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.startup-story-panel p{margin:0;color:#fff;font-size:1.15rem;font-weight:720;line-height:1.42}
.startup-story-panel ul{display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none}
.startup-story-panel li{position:relative;padding-left:22px;color:#d6e7f1;font-size:.9rem}.startup-story-panel li::before{position:absolute;top:.52em;left:0;width:9px;height:9px;border:2px solid #9ad5f3;border-radius:50%;content:""}
.startup-timeline{position:relative;display:grid;gap:18px;max-width:1020px;margin:40px auto 0}.startup-timeline::before{position:absolute;top:30px;bottom:30px;left:36px;width:2px;background:linear-gradient(#98d0ed,#cde7f5);content:""}
.startup-timeline-item{position:relative;display:grid;grid-template-columns:74px minmax(0,1fr);gap:20px;padding:22px 26px 22px 0;background:rgba(255,255,255,.7);border:1px solid #d8e8f1;border-radius:18px;box-shadow:0 8px 22px rgba(25,56,77,.04)}
.timeline-stage{position:relative;z-index:1;display:grid;width:48px;height:48px;place-items:center;margin-left:12px;color:#fff;background:var(--primary);border:5px solid #f7fafc;border-radius:50%;box-shadow:0 0 0 1px #8cc7e9;font-size:.72rem;font-weight:900}
.timeline-kicker{margin:0 0 4px;color:var(--primary);font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.startup-timeline-item h3{margin:0 0 7px;color:var(--dark);font-size:1.18rem}.startup-timeline-item>div>p:last-child{margin:0;color:var(--muted);font-size:.95rem;line-height:1.55}
.startup-cta-section .cta-inner h2{max-width:800px;font-size:clamp(2.5rem,5vw,4.65rem);line-height:1.04}

@media(max-width:860px){.startup-story-grid{grid-template-columns:1fr;gap:26px}.startup-timeline-item{grid-template-columns:62px minmax(0,1fr);padding:20px 18px 20px 0}.startup-timeline::before{left:30px}.timeline-stage{margin-left:7px}.practice-findus-media{height:145px}}
@media(max-width:580px){.startup-check-list li{grid-template-columns:24px minmax(0,1fr);font-size:.94rem}.practice-findus-top{padding:21px 21px 0}.practice-findus-copy{padding:21px 21px 14px}.practice-findus-stats span{padding:14px 8px;font-size:.68rem}.startup-story-section{padding-top:62px;padding-bottom:62px}.startup-timeline-item{grid-template-columns:54px minmax(0,1fr);gap:13px;padding:18px 16px 18px 0}.timeline-stage{width:42px;height:42px;margin-left:6px;font-size:.65rem}.startup-timeline::before{left:26px}.startup-cta-section .cta-inner h2{font-size:clamp(2.2rem,12vw,3.25rem)}}


/* Runde 10: Kontakt-Multiselect und einheitliche vertrauliche Referenz */
.route-symbol-rocket{overflow:hidden}
.route-symbol-rocket img{width:34px!important;height:34px!important;object-fit:contain;filter:invert(32%) sepia(88%) saturate(1138%) hue-rotate(178deg) brightness(87%) contrast(91%)}
.form-stack{display:grid;gap:20px}
.form-row-contact{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.topic-fieldset{margin:0;padding:0;border:0}
.topic-fieldset legend{margin:0;color:var(--dark);font-size:.98rem;font-weight:850}
.topic-hint{margin:5px 0 14px;color:var(--muted);font-size:.88rem}
.topic-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.topic-choice{position:relative;display:flex;align-items:center;gap:10px;min-height:52px;padding:12px 14px;color:var(--text);background:#fff;border:1px solid var(--border);border-radius:12px;cursor:pointer;font-weight:750;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}
.topic-choice:hover{border-color:#91c8e7;background:#f5fbff}
.topic-choice input{position:absolute;opacity:0;pointer-events:none}
.topic-choice span{display:flex;align-items:center;gap:9px}
.topic-choice span:before{display:grid;width:18px;height:18px;place-items:center;color:#fff;border:2px solid #9db7c9;border-radius:5px;content:"";font-size:.76rem;font-weight:900}
.topic-choice input:checked + span:before{background:var(--primary);border-color:var(--primary);content:"✓"}
.topic-choice:has(input:checked){border-color:var(--primary);background:#edf8fe;box-shadow:0 0 0 3px rgba(23,105,170,.08)}
.form-step[data-form-step="1"] .form-stack .form-group input{min-height:58px}
.reference-grid-large .reference-card{min-height:780px!important}
.reference-card .reference-image{height:280px!important;min-height:280px!important}
.reference-card .reference-content{min-height:500px}
.reference-card .reference-summary{min-height:194px}
.reference-card .reference-work{grid-template-rows:78px 124px!important}
.reference-card .reference-meta{min-height:36px!important;justify-content:flex-end!important}
.reference-card-confidential .reference-image{display:block!important;padding:0!important;background:#edf6fb!important}
.reference-card-confidential .reference-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
.reference-card-confidential .reference-meta-confidential{justify-content:flex-end!important;color:var(--muted)!important}
.reference-card-confidential .reference-confidential{margin-left:auto}
@media(max-width:860px){.topic-choice-grid{grid-template-columns:1fr}.reference-grid-large .reference-card{min-height:0!important}.reference-card .reference-content{min-height:0}.reference-card .reference-summary{min-height:0}.reference-card .reference-work{grid-template-rows:auto!important}}
@media(max-width:580px){.form-row-contact{grid-template-columns:1fr!important}.topic-choice-grid{grid-template-columns:1fr}.topic-choice{min-height:50px}.reference-card .reference-image{height:245px!important;min-height:245px!important}}


/* =========================================================
   Runde 11 – Referenzkarte Fährmann & Startup-Sparring
   ========================================================= */
/* Original-Rakete: unverfälscht aus der bereitgestellten Vorlage */
.route-symbol-rocket img{
  width:38px!important;
  height:38px!important;
  object-fit:contain!important;
  filter:none!important;
  mix-blend-mode:multiply;
}

/* Vertrauliche Referenz exakt im selben Raster wie alle anderen Karten */
.reference-card-confidential{display:flex!important;flex-direction:column!important;min-height:780px!important;overflow:hidden!important}
.reference-card-confidential .cover-faermann-standard{
  display:block!important;
  width:100%!important;
  height:280px!important;
  min-height:280px!important;
  padding:0!important;
  overflow:hidden!important;
  background:#edf6fb!important;
}
.reference-card-confidential .cover-faermann-standard img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.reference-card-confidential .reference-content{display:flex!important;flex:1!important;flex-direction:column!important;min-height:500px!important}
.reference-card-confidential .reference-summary{min-height:194px!important}
.reference-card-confidential .reference-work{margin-top:auto!important;grid-template-rows:78px 124px!important}
.reference-card-confidential .reference-meta{display:flex!important;min-height:36px!important;justify-content:flex-end!important;align-items:flex-end!important}
.reference-card-confidential .reference-confidential{margin-left:auto!important;text-align:right!important}
.reference-card-confidential .reference-confidential::before{display:inline-block!important}

/* Interaktive Selbst-Checks statt vorab gesetzter Haken */
.startup-check-list-interactive{gap:14px!important}
.startup-check-list-interactive li{display:block!important}
.startup-check-list-interactive label{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:12px;
  align-items:start;
  cursor:pointer;
}
.startup-check-list-interactive input{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
}
.startup-check-list-interactive .startup-check{
  display:grid;
  width:24px;
  height:24px;
  place-items:center;
  margin-top:2px;
  color:transparent;
  background:#fff;
  border:2px solid #9fc8e2;
  border-radius:7px;
  box-shadow:none;
  transition:background-color .2s ease,border-color .2s ease,transform .2s ease;
}
.startup-check-list-interactive input:checked + .startup-check{
  color:#fff;
  background:var(--primary);
  border-color:var(--primary);
}
.startup-check-list-interactive input:checked + .startup-check::after{content:"✓";font-size:.88rem;font-weight:900}
.startup-check-list-interactive label:hover .startup-check{border-color:var(--primary);transform:translateY(-1px)}
.startup-check-list-interactive input:focus-visible + .startup-check{outline:3px solid rgba(23,105,170,.25);outline-offset:3px}

/* Findus-Karte: Bild, Inhalt, drei Fakten – ohne Zusatz-Badge */
.practice-card-findus{min-height:0!important}
.practice-card-findus .practice-findus-media{height:190px;margin:0!important;border-radius:0!important}
.practice-card-findus .practice-findus-media img{object-position:center!important}
.practice-card-findus .practice-findus-copy{padding:26px 28px 20px!important}
.practice-card-findus .practice-findus-stats span b{font-size:1.02rem}

/* Rechte Erfahrungs-Karte im Story-Bereich vertikal mittig ausrichten */
.startup-story-grid{align-items:center!important}
.startup-story-panel{align-self:center!important}

@media(max-width:860px){
  .reference-card-confidential{min-height:0!important}
  .reference-card-confidential .reference-content,.reference-card-confidential .reference-summary{min-height:0!important}
  .reference-card-confidential .reference-work{grid-template-rows:auto!important}
}


/* Runde 12 – KI-Beratung im selben System wie Startup-Sparring */
.ki-fit-section .fit-card{background:#fff}
.practice-card-ai-case .practice-findus-media{height:205px}
.practice-card-ai-case .practice-findus-media img{object-position:center}
.practice-card-ai-case .practice-findus-copy{padding-bottom:18px}
.practice-card-ai-case .practice-findus-stats span b{font-size:.9rem}
.ki-approach-section{background:#fff}
.ki-approach-panel{min-height:100%;display:flex;flex-direction:column;justify-content:center}
.ki-approach-panel ul{margin-bottom:0}
.collaboration-flow-four{grid-template-columns:repeat(4,1fr)}
.collaboration-flow-four::before{right:10%;left:10%}
.collaboration-flow-four .collaboration-step{min-height:250px}
@media(max-width:1080px){.collaboration-flow-four{grid-template-columns:repeat(2,1fr)}.collaboration-flow-four::before{display:none}}
@media(max-width:860px){.collaboration-flow-four{grid-template-columns:1fr}.practice-card-ai-case .practice-findus-media{height:185px}}


/* Runde 13 – Fallbeispiele auf KI- und Websites-&-Social-Media-Seite */
.practice-card-eco-case .practice-findus-media{background:linear-gradient(135deg,#15334a,#2b6a91)}
.practice-card-eco-case .practice-eco-media img{object-fit:cover;object-position:center}
.practice-findus-stats-two{grid-template-columns:repeat(2,1fr)!important}
.practice-findus-stats-two span{padding:18px 14px!important;font-size:.8rem!important}
.practice-findus-stats-two span b{font-size:1.06rem!important}
.web-fit-section .fit-card{background:#fff}
.practice-card-web-case{background:linear-gradient(145deg,#173448,#214f69)!important;border-color:#2c617f!important}
.practice-card-web-case .practice-findus-media img{object-position:center!important}
.practice-card-web-case .practice-findus-copy h3{color:#fff!important}
.practice-card-web-case .practice-findus-copy p{color:#c9dbe6!important}
@media(max-width:580px){
  .practice-findus-stats-two span{padding:14px 10px!important}
}


/* Runde 14 – Auftrittsseite vereinheitlichen und CTA-Feinschliff */
/* Originalrakete exakt aus der bereitgestellten Vorlage: schwarz, ohne Farbfilter */
.route-symbol-rocket img{width:38px!important;height:38px!important;object-fit:contain!important;filter:none!important;mix-blend-mode:normal!important}
/* Alle drei Einstiegsbuttons bleiben im Desktop einzeilig und gleich breit */
@media(min-width:861px){.route-option{grid-template-columns:76px minmax(0,1fr) minmax(285px,320px)!important}.route-cta{white-space:nowrap!important}}
/* KI-CTA auf zwei ruhige Zeilen begrenzen */
.ki-cta-section .cta-inner h2{max-width:950px;font-size:clamp(2.45rem,4.2vw,4rem);line-height:1.1}
/* Die Websites-&-Social-Media-Seite übernimmt das Story-/Haltungsmodul der Fachseiten */
.web-approach-section{background:#fff}.web-approach-panel{min-height:100%;display:flex;flex-direction:column;justify-content:center}.web-approach-panel ul{margin-bottom:0}
/* Statisches 3 + 2 Raster für die fünf konkreten Leistungsbausteine */
.digital-services-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}.digital-services-grid .digital-service-card{grid-column:span 2}.digital-services-grid .digital-service-card:nth-child(4),.digital-services-grid .digital-service-card:nth-child(5){grid-column:span 3}.service-icon-svg{padding:10px}.service-icon-svg svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.web-cta-section .cta-inner h2{max-width:970px}
@media(max-width:860px){.digital-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.digital-services-grid .digital-service-card,.digital-services-grid .digital-service-card:nth-child(4),.digital-services-grid .digital-service-card:nth-child(5){grid-column:span 1}}
@media(max-width:580px){.digital-services-grid{grid-template-columns:1fr!important}.digital-services-grid .digital-service-card,.digital-services-grid .digital-service-card:nth-child(4),.digital-services-grid .digital-service-card:nth-child(5){grid-column:auto}}


/* =========================================================
   Runde 15 – finaler Feinschliff Startseite & CTA-Texte
   ========================================================= */
/* Die Rakete folgt wieder der gleichen blauen Icon-Farbe wie Computer und Roboter. */
.route-symbol-rocket img{
  filter: invert(32%) sepia(88%) saturate(1138%) hue-rotate(178deg) brightness(87%) contrast(91%) !important;
  mix-blend-mode:normal!important;
}
/* Die drei Einstieg-Buttons bleiben am Desktop kurz und immer einzeilig. */
@media(min-width:861px){
  .route-option{grid-template-columns:76px minmax(0,1fr) minmax(255px,300px)!important;}
  .route-cta{font-size:.92rem!important;white-space:nowrap!important;}
}
/* Die Einwilligung steht klar über dem Absende-Button. */
.project-chat-card-clean .project-chat-actions{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:15px!important;
}
.project-chat-card-clean .project-chat-actions .button{
  align-self:flex-end!important;
  justify-self:auto!important;
}
/* Die Abschlussbotschaften bleiben auf großen Bildschirmen bewusst kompakt. */
.web-cta-section .cta-inner h2{max-width:760px!important;}
.ki-cta-section .cta-inner h2{max-width:780px!important;}
@media(max-width:580px){
  .project-chat-card-clean .project-chat-actions .button{align-self:stretch!important;width:100%!important;}
}


/* =========================================================
   Runde 16 – kompakte Einstiegs-CTAs & neues Über-uns-Portrait
   ========================================================= */
/* Die Routen-Buttons bleiben bewusst kompakt statt die ganze Kartenbreite einzunehmen. */
@media (min-width: 861px) {
  .route-option {
    grid-template-columns: 76px minmax(0, 1fr) minmax(210px, 238px) !important;
  }
  .route-cta {
    min-height: 54px !important;
    padding: 12px 16px !important;
    font-size: .88rem !important;
  }
}
@media (max-width: 860px) {
  .route-cta {
    width: fit-content !important;
    min-width: 200px;
    padding: 12px 16px !important;
  }
}
@media (max-width: 430px) {
  .route-cta {
    min-width: 0;
    width: 100% !important;
  }
}
/* Das Portrait bleibt im hohen Bildbereich sauber auf die Person ausgerichtet. */
.about-image img {
  object-position: 58% 38%;
}
