.ck-about-hero{position:relative;background:var(--color-petrol, #0f313a);color:#fff;padding:clamp(80px,12vh,140px) 0 clamp(60px,8vh,100px);overflow:hidden;isolation:isolate}.ck-about-hero__bg{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 50% 40% at 80% 30%,rgba(200,166,101,.18) 0%,transparent 60%),radial-gradient(ellipse 40% 50% at 20% 70%,rgba(15,49,58,.4) 0%,transparent 65%);filter:blur(40px)}.ck-about-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr 1fr;gap:clamp(40px,6vw,80px);align-items:center}.ck-about-hero__eyebrow{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--color-gold, #c8a665);margin:0 0 1.5rem}.ck-about-hero__quote{font-size:clamp(2rem,3.5vw + .5rem,3.75rem);font-weight:700;line-height:1.18;letter-spacing:-.015em;margin:0 0 1rem;color:#fff;text-wrap:balance}.ck-about-hero__quote-mark{font-family:Georgia,serif;font-size:1.2em;color:var(--color-gold, #c8a665);line-height:0;margin-right:.1em}.ck-about-hero__attrib{font-size:1rem;color:#ffffffb8;margin:0 0 1.5rem;font-style:italic}.ck-about-hero__goldbar{width:0;height:2px;background:var(--color-gold, #c8a665);margin-bottom:1.5rem;animation:ck-about-goldbar-grow 1.1s cubic-bezier(.22,1,.36,1) .35s forwards}@keyframes ck-about-goldbar-grow{to{width:80px}}.ck-about-hero__lead{font-size:clamp(1rem,1vw + .85rem,1.15rem);line-height:1.6;color:#ffffffc7;max-width:56ch;margin:0}.ck-about-hero__portrait{position:relative;aspect-ratio:4 / 5;max-width:460px;justify-self:end;width:100%}.ck-about-hero__portrait img{width:100%;height:100%;object-fit:cover;border-radius:4px;box-shadow:0 30px 80px -20px #00000080}.ck-about-hero__badge{position:absolute;right:-50px;bottom:-50px;width:160px;height:160px;background:var(--color-gold, #c8a665);border-radius:50%;display:grid;place-items:center}.ck-about-hero__badge svg{position:absolute;inset:0;width:100%;height:100%;animation:ck-about-badge-rotate 24s linear infinite}.ck-about-hero__badge-text{font-size:12px;font-weight:700;letter-spacing:.12em;fill:var(--color-petrol, #0f313a);text-transform:uppercase}.ck-about-hero__badge-center{position:relative;z-index:2;width:88px;height:88px;background:var(--color-petrol, #0f313a);color:var(--color-gold, #c8a665);display:grid;place-items:center;border-radius:50%;font-weight:800;font-size:1.75rem;letter-spacing:-.02em}@keyframes ck-about-badge-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:992px){.ck-about-hero__grid{grid-template-columns:1fr}.ck-about-hero__portrait{justify-self:center;max-width:380px}.ck-about-hero__badge{right:-24px;bottom:-24px;width:120px;height:120px}.ck-about-hero__badge-center{width:66px;height:66px;font-size:1.35rem}}@media(prefers-reduced-motion:reduce){.ck-about-hero__goldbar{animation:none;width:80px}.ck-about-hero__badge svg{animation:none}}.ck-about-uber{padding:clamp(4rem,7vw,8rem) 0;background:#fff}.ck-about-uber__inner{display:grid;grid-template-columns:1.4fr 1fr;gap:clamp(3rem,6vw,6rem);align-items:start}.ck-about-uber__h2{font-size:clamp(1.75rem,2vw + 1rem,2.75rem);font-weight:700;color:var(--color-petrol, #0f313a);margin:0 0 1.5rem;letter-spacing:-.02em}.ck-about-uber__p{font-size:clamp(1rem,.5vw + .9rem,1.0625rem);color:#3d4f56;line-height:1.75;margin:0 0 1.25rem;max-width:62ch}.ck-about-uber__p:last-child{margin-bottom:0}.ck-about-uber__facts{display:flex;flex-direction:column;gap:1.75rem;padding:2.5rem 2rem;background:var(--color-petrol, #0f313a);border-radius:14px;animation:ck-uber-rise linear both;animation-timeline:view();animation-range:entry 10% entry 50%}@keyframes ck-uber-rise{0%{opacity:0;translate:0 28px}to{opacity:1;translate:0 0}}.ck-about-uber__fact-num{display:block;font-size:clamp(2rem,3vw + .5rem,3rem);font-weight:800;color:var(--color-gold, #c8a665);line-height:1;letter-spacing:-.03em}.ck-about-uber__fact-label{display:block;font-size:.9375rem;color:#ffffffb3;margin-top:.375rem;line-height:1.4}@media(max-width:768px){.ck-about-uber__inner{grid-template-columns:1fr}.ck-about-uber__facts{flex-direction:row;flex-wrap:wrap;gap:1.5rem}.ck-about-uber__fact{flex:1;min-width:120px}}@media(prefers-reduced-motion:reduce){.ck-about-uber__facts{animation:none;opacity:1;translate:none}}.ck-about-werte{padding:clamp(4rem,7vw,8rem) 0;background:#fafbfc}.ck-about-werte__h2{font-size:clamp(1.75rem,2vw + 1rem,2.75rem);font-weight:700;color:var(--color-petrol, #0f313a);margin:0 0 clamp(2rem,3.5vw,3.5rem);text-align:center;letter-spacing:-.02em}.ck-about-werte__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;list-style:none;margin:0;padding:0}.ck-about-werte__card{padding:2.25rem 2rem;border-radius:12px;border:1px solid #e4e8eb;background:#fff;position:relative;overflow:hidden;transition:box-shadow .22s ease,border-color .22s ease;animation:ck-werte-rise linear both;animation-timeline:view();animation-range:entry 15% entry 55%;animation-delay:calc(var(--ck-wert-i, 0) * .1s)}.ck-about-werte__card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--color-gold, #c8a665);transform:scaleX(0);transform-origin:left;transition:transform .3s cubic-bezier(.22,1,.36,1)}.ck-about-werte__card:hover{border-color:#c8a66566;box-shadow:0 8px 24px #0f313a14}.ck-about-werte__card:hover:before{transform:scaleX(1)}@keyframes ck-werte-rise{0%{opacity:0;translate:0 20px}to{opacity:1;translate:0 0}}.ck-about-werte__num{display:block;font-size:.75rem;font-weight:700;letter-spacing:.12em;color:var(--color-gold, #c8a665);margin:0 0 .75rem}.ck-about-werte__title{font-size:1.25rem;font-weight:700;color:var(--color-petrol, #0f313a);margin:0 0 .625rem}.ck-about-werte__text{font-size:.9375rem;color:#5a6a72;line-height:1.65;margin:0}@media(max-width:768px){.ck-about-werte__grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.ck-about-werte__card{animation:none;opacity:1;translate:none}.ck-about-werte__card,.ck-about-werte__card:before{transition:none!important}}.ck-about-hubs{padding:clamp(4rem,7vw,8rem) 0;background:var(--color-petrol, #0f313a);color:#fff;position:relative;overflow:hidden}.ck-about-hubs:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 80% 50%,rgba(200,166,101,.12) 0%,transparent 70%);pointer-events:none}.ck-about-hubs .container{position:relative;z-index:1}.ck-about-hubs__header{max-width:640px;margin:0 0 clamp(2rem,3.5vw,3.5rem)}.ck-about-hubs__h2{font-size:clamp(1.75rem,2vw + 1rem,2.75rem);font-weight:700;color:#fff;margin:0 0 .75rem;letter-spacing:-.02em}.ck-about-hubs__lead{font-size:clamp(1rem,.5vw + .9rem,1.125rem);color:#ffffffb3;line-height:1.65;margin:0}.ck-about-hubs__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.ck-about-hubs__item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border:1px solid rgba(200,166,101,.25);border-radius:10px;background:#ffffff0a;animation:ck-hubs-rise linear both;animation-timeline:view();animation-range:entry 15% entry 55%;animation-delay:calc(var(--ck-hub-i, 0) * 80ms)}@keyframes ck-hubs-rise{0%{opacity:0;translate:0 20px}to{opacity:1;translate:0 0}}.ck-about-hubs__dot{width:8px;height:8px;border-radius:50%;background:var(--color-gold, #c8a665);flex-shrink:0;margin-top:6px}.ck-about-hubs__name{display:block;font-size:1rem;font-weight:700;color:#fff;margin:0 0 .25rem}.ck-about-hubs__desc{font-size:.875rem;color:#fff9;line-height:1.5}.ck-about-hubs__atlas{margin:2rem 0 0;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold, #c8a665);text-align:center}@media(max-width:768px){.ck-about-hubs__list{grid-template-columns:1fr 1fr}}@media(max-width:480px){.ck-about-hubs__list{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.ck-about-hubs__item{animation:none;opacity:1;translate:none}}.ck-about-caps{padding:clamp(4rem,7vw,8rem) 0;background:#fff}.ck-about-caps__header{max-width:640px;margin:0 auto clamp(2.5rem,4vw,4rem);text-align:center}.ck-about-caps__h2{font-size:clamp(1.75rem,2vw + 1rem,2.75rem);font-weight:700;color:var(--color-petrol, #0f313a);margin:0 0 .75rem;letter-spacing:-.02em}.ck-about-caps__lead{font-size:clamp(1rem,.5vw + .9rem,1.125rem);color:#5a6a72;line-height:1.65;margin:0}.ck-about-caps__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;list-style:none;margin:0;padding:0}.ck-about-caps__card{background:#f8f9fa;border:1px solid #e4e8eb;border-radius:12px;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;animation:ck-caps-rise linear both;animation-timeline:view();animation-range:entry 10% entry 50%;animation-delay:calc(var(--ck-cap-i, 0) * 80ms)}.ck-about-caps__card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #0f313a1f;border-color:var(--color-gold, #c8a665)}@keyframes ck-caps-rise{0%{opacity:0;translate:0 24px}to{opacity:1;translate:0 0}}.ck-about-caps__card-inner{padding:2rem 1.75rem;display:flex;flex-direction:column;height:100%}.ck-about-caps__card-num{font-size:.75rem;font-weight:700;letter-spacing:.12em;color:var(--color-gold, #c8a665);margin:0 0 .875rem;display:block}.ck-about-caps__card-title{font-size:1.125rem;font-weight:700;color:var(--color-petrol, #0f313a);margin:0 0 .625rem;line-height:1.3}.ck-about-caps__card-text{font-size:.9375rem;color:#5a6a72;line-height:1.6;margin:0 0 1.25rem;flex:1}.ck-about-caps__card-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--color-petrol, #0f313a);text-decoration:none;margin-top:auto;transition:gap .2s ease,color .2s ease}.ck-about-caps__card-link:hover{color:var(--color-gold, #c8a665);gap:.625rem}.ck-about-caps__card-link svg{flex-shrink:0;transition:transform .2s ease}.ck-about-caps__card-link:hover svg{transform:translate(3px)}@media(max-width:768px){.ck-about-caps__grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.ck-about-caps__card{animation:none;opacity:1;translate:none}.ck-about-caps__card,.ck-about-caps__card-link,.ck-about-caps__card-link svg{transition:none!important}}.ck-about-certs{padding:clamp(3.5rem,6vw,6rem) 0;background:var(--color-petrol, #0f313a);color:#fff}.ck-about-certs__h2{font-size:clamp(1.5rem,1.5vw + 1rem,2.25rem);font-weight:700;color:#fff;margin:0 0 clamp(1.75rem,3vw,3rem);text-align:center;letter-spacing:-.02em}.ck-about-certs__list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;list-style:none;margin:0;padding:0}.ck-about-certs__item{display:flex;align-items:center;gap:.875rem;padding:1rem 1.5rem;border:1px solid rgba(200,166,101,.3);border-radius:8px;background:#ffffff0d;transition:border-color .2s ease,background .2s ease}.ck-about-certs__item:hover{border-color:#c8a665b3;background:#ffffff17}.ck-about-certs__badge{font-size:.8125rem;font-weight:800;letter-spacing:.1em;color:var(--color-gold, #c8a665);background:#c8a6651f;padding:.25rem .625rem;border-radius:4px;white-space:nowrap}.ck-about-certs__label{font-size:.9375rem;color:#ffffffd1;line-height:1.4}@media(max-width:768px){.ck-about-certs__list{flex-direction:column;align-items:stretch}.ck-about-certs__item{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){.ck-about-certs__item{transition:none!important}}.ck-about-cta{padding:clamp(5rem,8vw,10rem) 0;background:#fff;text-align:center}.ck-about-cta__h2{font-size:clamp(1.875rem,2.5vw + 1rem,3.25rem);font-weight:700;color:var(--color-petrol, #0f313a);margin:0 0 1rem;letter-spacing:-.025em}.ck-about-cta__text{font-size:clamp(1rem,.5vw + .9rem,1.125rem);color:#5a6a72;line-height:1.65;margin:0 auto 2.5rem;max-width:52ch}.ck-about-cta__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}.ck-about-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2.25rem;background:var(--color-petrol, #0f313a);color:#fff;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}.ck-about-cta__btn:hover{background:#1a4555;transform:translateY(-1px);box-shadow:0 8px 20px #0f313a40}.ck-about-cta__phone{font-size:1rem;font-weight:600;color:var(--color-petrol, #0f313a);text-decoration:none;border-bottom:2px solid var(--color-gold, #c8a665);padding-bottom:1px;transition:color .2s ease}.ck-about-cta__phone:hover{color:var(--color-gold, #c8a665)}@media(prefers-reduced-motion:reduce){.ck-about-cta__btn,.ck-about-cta__phone{transition:none!important}}
