:root{--yellow:#fc0;--yellow-dark:#b38600;--yellow-cta:#e6b800;--dark:#0f172a;--muted:#6b7280;--slate-soft:#f8fafc;--border-light:#e2e8f0;--radius:16px}.small-accent,.nav a{color:var(--yellow-dark)}.btn-primary{background:var(--yellow);color:var(--dark)}.btn-primary:hover{background:var(--yellow-cta)}body{color:#334155;background-color:#fff;font-family:Inter,system-ui,sans-serif;overflow-x:hidden}h1,h2,h3{font-family:Manrope,sans-serif}.header-wrap{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #e2e8f099}#mobile-menu{opacity:0;max-height:0}#mobile-menu-btn[aria-expanded=true] .menu-icon-open{display:none}#mobile-menu-btn[aria-expanded=true] .menu-icon-close{display:block}nav a{position:relative}nav a:after{content:"";width:0;height:2px;transition:width 0 3s ease;background:linear-gradient(90deg,#fc0,#e6b800);border-radius:1px;position:absolute;bottom:-2px;left:0}nav a:hover:after{width:100%}:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}.trans-all{transition:all .3s ease-in-out}.bg-tech-pattern{z-index:0;opacity:.06;pointer-events:none;position:absolute;inset:0;overflow:hidden}input:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}textarea:-webkit-autofill{transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}textarea:-webkit-autofill:hover{transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}textarea:-webkit-autofill:focus{transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #fff}#mobile-menu{opacity:0;max-height:0;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;overflow:hidden}#mobile-menu.open{opacity:1;max-height:400px}details>summary{list-style:none}details>summary::-webkit-details-marker{display:none}.hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#ffffffb3;margin:0 0 .6rem;font-size:.78rem;font-weight:900}.hero-section{background:radial-gradient(circle at 0 0,#ffcc0014 0%,#0000 40%),radial-gradient(circle at 100% 100%,#f1f5f9 0%,#0000 40%);position:relative;overflow:hidden}.blob{filter:blur(80px);z-index:-1;opacity:.6;position:absolute}.blob-1{background:var(--yellow-light);border-radius:50%;width:400px;height:400px;top:-10%;right:-5%}.blob-2{background:#e2e8f0;border-radius:50%;width:300px;height:300px;bottom:10%;left:-10%}.hero-image-container{border-radius:24px;transition:transform .5s;position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-2deg);box-shadow:0 25px 50px -12px #00000026}.hero-image-container:hover{transform:perspective(1000px)rotateY(0)}.floating-badge{z-index:10;background:#fff;border-radius:16px;align-items:center;gap:12px;padding:12px 20px;animation:6s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 10px 30px #0000001a}.badge-bottom-left{bottom:40px;left:-30px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.btn-primary{background:var(--yellow);color:var(--dark);border-radius:999px;padding:.9rem 2.2rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #fc06}.btn-primary:hover{background:#ffd633;transform:translateY(-2px);box-shadow:0 8px 25px #ffcc0080}.btn-outline{color:var(--dark);background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:.9rem 2.2rem;font-weight:600;transition:all .3s}.btn-outline:hover{border-color:var(--dark);background:#f8fafc}.service-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden}.service-card:hover{border-color:var(--yellow);transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000001a}.service-img{object-fit:cover;width:100%;height:200px}.card-content{padding:1.5rem}.section-head{text-align:center;margin-bottom:42px}.section-title{letter-spacing:-.02em;font-size:clamp(26px,2.6vw,40px);font-weight:900}.section-sub{color:#64748b;max-width:62ch;margin-top:10px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.7}.step{background:#fff;border:1px solid #e2e8f0e6;border-radius:22px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 18px 35px #0f172a0f}.step:hover{border-color:#fc09;transform:translateY(-6px);box-shadow:0 24px 48px #0f172a1f}.step-badge{color:#0f172a;background:linear-gradient(135deg,#fd6,#fc0);border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;font-weight:900;transition:transform .3s;display:flex;box-shadow:0 8px 16px #ffcc0040}.step:hover .step-badge{transform:scale(1.1)rotate(5deg)}.step-title{color:#0f172a;letter-spacing:-.01em;margin-top:18px;font-size:20px;font-weight:900;line-height:1.3}.step-text{color:#475569;margin-top:10px;font-size:15px;font-weight:600;line-height:1.65}@media (min-width:1024px){.step:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(90deg,#fc06 0%,#ffcc001a 100%);width:100%;height:3px;position:absolute;top:26px;right:-50%}.step:last-child:before{display:none}}.cta-band{background:radial-gradient(600px 200px at 30% 0,#ffcc002e,#0000 60%),#fff;border:1px solid #e2e8f0e6;border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-top:48px;padding:28px 32px;transition:all .3s;display:flex;box-shadow:0 12px 28px #0f172a14}.cta-band:hover{border-color:#ffcc0080;box-shadow:0 18px 36px #0f172a1f}.cta-title{color:#0f172a;letter-spacing:-.01em;font-size:22px;font-weight:900}.cta-sub{color:#64748b;max-width:50ch;margin-top:6px;font-size:14px;font-weight:700;line-height:1.5}@media (max-width:767px){.cta-band{flex-direction:column;align-items:flex-start;padding:24px}.cta-band .btn{width:100%}}.step{opacity:0;animation:.6s forwards fadeInUp}.step:first-child{animation-delay:.1s}.step:nth-child(2){animation-delay:.2s}.step:nth-child(3){animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.step-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.step-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.step-grid{grid-template-columns:repeat(3,1fr)}}.team-card{border-radius:var(--radius);background:#fafbfc;border:1px solid #e5e7eb;padding:1.8rem;transition:all .28s}.team-card:hover{background:#fff;box-shadow:0 20px 40px -18px #0000002e}.team-avatar{border:4px solid #fff;border-radius:50%;width:120px;height:120px;overflow:hidden;box-shadow:0 12px 24px -16px #00000040}.team-badge{letter-spacing:.14em;border-radius:999px;margin-top:.75rem;padding:.45rem .9rem;font-size:.65rem;font-weight:800;display:inline-block}.faq{z-index:1;gap:.8rem;display:grid;position:relative}.faq__item{border-radius:var(--r2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #e2e8f0eb;overflow:hidden;box-shadow:0 10px 26px #0f172a0d}.faq__q{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.05rem;font-weight:950;list-style:none;display:flex}.faq__q::-webkit-details-marker{display:none}.faq__chev{color:#0f172a;background:#ffffffb3;border:1px solid #e2e8f0eb;border-radius:10px;place-items:center;width:28px;height:28px;font-weight:950;display:grid}.faq__a{color:var(--muted);padding:0 1.05rem 1.05rem;line-height:1.7}.footer-small{background:#fff;border-top:1px solid #e5e7eb}.footer-small a{color:var(--muted);transition:all .2s}.footer-small a:hover{color:var(--yellow)}.fade{animation:.8s both fade}@keyframes fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.impressum-wrap{gap:1.4rem;font-size:11.5px;display:grid}@media (min-width:920px){.impressum-wrap{grid-template-columns:repeat(3,1fr)}}.impressum-block h4{letter-spacing:.08em;text-transform:uppercase;color:#0e1117;margin:0 0 .4rem;font-size:12px;font-weight:700}.impressum-block p,.impressum-block a,.impressum-block li{line-height:1.4}.impressum-block a{color:var(--muted)}.impressum-block a:hover{color:var(--yellow)}.legal-note{color:#6b7280;margin-top:.8rem;font-size:10px}.field{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:12px 16px}.field:focus{border-color:var(--yellow);background:#fff;outline:none}:root{--bg:#0b1220;--paper:#0f172a;--card:#ffffff0f;--card2:#ffffff1a;--border:#e2e8f029;--text:#e5e7eb;--muted:#e5e7ebb8;--muted2:#e5e7eb8c;--black:#0b1020;--yellow:#fc0;--yellow2:#ffd34a;--shadow:0 18px 55px #0006;--shadow2:0 18px 55px #0f172a1f;--radius:18px;--radius2:26px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#0f172a;background:#fff;margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(var(--container),calc(100% - 2.2rem));margin:0 auto}.skip{width:1px;height:1px;position:absolute;top:auto;left:-999px;overflow:hidden}.skip:focus{z-index:9999;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:auto;height:auto;padding:.7rem 1rem;top:1rem;left:1rem}.header{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd1;border-bottom:1px solid #e2e8f0b3;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;gap:1rem;height:76px;display:flex}.brand{align-items:center;gap:.9rem;min-width:220px;display:flex}.brand__logo{object-fit:contain;width:auto;height:42px}.brand__text{flex-direction:column;line-height:1.05;display:flex}.brand__name{color:#0f172a;font-family:Manrope,Inter,system-ui,sans-serif;font-size:1.02rem;font-weight:800}.brand__tag{color:#475569;margin-top:.15rem;font-size:.78rem}.nav{align-items:center;gap:1.2rem;display:flex}.nav__link{color:#334155;padding:.35rem .2rem;font-size:.92rem;font-weight:700;position:relative}.nav__link:after{content:"";background:linear-gradient(90deg,var(--yellow),var(--yellow2));border-radius:999px;width:0;height:2px;transition:width .22s;position:absolute;bottom:-6px;left:0}.nav__link:hover:after{width:100%}.nav__link:hover{color:#0f172a}.header__cta{align-items:center;gap:.8rem;display:flex}.pill{background:#fff;border:1px solid #e2e8f0f2;border-radius:999px;align-items:center;gap:.55rem;padding:.55rem .8rem;display:inline-flex;box-shadow:0 10px 22px #0f172a0f}.pill__dot{background:linear-gradient(180deg,var(--yellow2),var(--yellow));border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 3px #ffcc002e}.pill__text{color:#0f172a;font-size:.9rem;font-weight:800}.btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;padding:.78rem 1.1rem;font-weight:900;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s,color .18s;display:inline-flex}.btn--lg{padding:.92rem 1.25rem}.btn--primary{background:var(--yellow);color:#0b1220;box-shadow:0 14px 30px #ffcc0059}.btn--primary:hover{background:var(--yellow2);transform:translateY(-1px);box-shadow:0 18px 38px #ffcc006b}.btn--soft{color:#0f172a;background:#fff;border-color:#e2e8f0f2}.btn--soft:hover{transform:translateY(-1px);box-shadow:0 14px 30px #0f172a1a}.btn--ghost{color:#fff;background:#ffffff24;border-color:#ffffff3d}.btn--ghost:hover{background:#fff3;transform:translateY(-1px)}.hero{color:#fff;background:#0b1220;padding:3.2rem 0 1.8rem;position:relative;overflow:hidden}.hero__media{z-index:0;position:absolute;inset:0}.hero__video{object-fit:cover;filter:saturate(1.08)contrast(1.04);width:100%;height:100%;transform:scale(1.02)}.hero__overlay{background:radial-gradient(circle at 18% 12%,#fc03,#0000 42%),radial-gradient(circle at 86% 18%,#ffffff1a,#0000 40%),linear-gradient(#0b122059 0%,#0b1220c7 58%,#0b1220 100%);position:absolute;inset:0}.hero__grain{opacity:.1;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");position:absolute;inset:0}.hero__grid{z-index:1;grid-template-columns:1.2fr .8fr;align-items:start;gap:2.2rem;display:grid;position:relative}.kicker{align-items:center;gap:.6rem;margin-bottom:1rem;display:inline-flex}.kicker__badge{color:#ffe58a;letter-spacing:.06em;text-transform:uppercase;background:#ffcc0029;border:1px solid #ffcc004d;border-radius:999px;padding:.35rem .6rem;font-size:.78rem;font-weight:900}.kicker__text{color:#ffffffbf;font-size:.92rem;font-weight:700}.hero__title{letter-spacing:-.02em;margin:0 0 1rem;font-family:Manrope,Inter,system-ui,sans-serif;font-size:clamp(2.05rem,3.9vw,3.35rem);line-height:1.04}.accent{background:linear-gradient(90deg,var(--yellow),#fff);color:#0000;-webkit-background-clip:text;background-clip:text}.hero__lead{color:#fffc;max-width:54ch;margin:0 0 1.4rem;font-size:1.06rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:.9rem;margin-bottom:1.4rem;display:flex}.hero__trust{flex-wrap:wrap;gap:.65rem .9rem;padding-top:.25rem;display:flex}.trust{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:.55rem;padding:.55rem .75rem;display:flex}.trust__icon{color:#ffe58a;background:#ffcc002e;border-radius:8px;place-items:center;width:22px;height:22px;font-weight:1000;display:grid}.trust__text{color:#ffffffdb;font-size:.9rem;font-weight:800}.hero__cards{gap:.9rem;display:grid}.glass{border-radius:var(--radius2);background:#ffffff17;border:1px solid #ffffff2e;padding:1rem 1.05rem;box-shadow:0 22px 60px #00000047}.glass--highlight{border-color:#ffcc0059;box-shadow:0 26px 68px #ffcc001a}.glass__top{align-items:center;gap:.85rem;display:flex}.glass__icon{background:#ffcc0029;border:1px solid #ffcc0040;border-radius:16px;place-items:center;width:44px;height:44px;font-size:1.1rem;display:grid}.glass__title{letter-spacing:-.01em;font-weight:950}.glass__sub{color:#ffffffb8;margin-top:.12rem;font-size:.9rem}.glass__row{flex-wrap:wrap;gap:.45rem;margin-top:.85rem;display:flex}.mini{color:#ffffffc2;background:#0003;border:1px solid #ffffff1f;border-radius:999px;padding:.35rem .55rem;font-size:.82rem;font-weight:800}.hero__bottom{z-index:1;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-top:2rem;display:grid;position:relative}.stat{background:#ffffff14;border:1px solid #ffffff24;border-radius:16px;padding:1rem}.stat__num{font-family:Manrope,Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:950}.stat__txt{color:#ffffffb8;margin-top:.2rem;font-size:.9rem;font-weight:700}.hero__content{padding-left:clamp(1.5rem,5vw,6rem)}
