:root{--color-primary:#0b2545;--color-primary-light:#14315c;--color-accent:#3da9fc;--color-accent-dark:#1565a8;--color-bg:#fff;--color-bg-alt:#f4f6f8;--color-text:#14213d;--color-text-muted:#5a6b85;--color-border:#e1e6ed;--font-base:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--radius:12px;--shadow:0 4px 24px rgba(11,37,69,.09);--shadow-hover:0 16px 40px rgba(11,37,69,.16);--container-width:1200px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-base);color:var(--color-text);background:var(--color-bg);line-height:1.6;font-size:17px;overflow-x:clip}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent-dark);text-decoration:none}.entry-content a,.callout a,.entry-tinted a,.wpforms-field-label-inline a,.no-results-text a{text-decoration:underline;text-underline-offset:2px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}.screen-reader-text{position:absolute !important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.skip-link:focus{position:fixed;top:8px;left:8px;width:auto;height:auto;clip:auto;z-index:9999;background:var(--color-primary);color:#fff;padding:10px 18px;border-radius:var(--radius)}a:hover{text-decoration:underline}ul{list-style:none;margin:0;padding:0}h1,h2,h3,h4{color:var(--color-primary);line-height:1.2;margin:0 0 .5em;letter-spacing:-.02em;font-weight:700}h1{font-size:2.75rem;letter-spacing:-.03em;font-weight:800}h2{font-size:2.1rem;letter-spacing:-.025em}h3{font-size:1.4rem}p{margin:0 0 1em}.container{max-width:var(--container-width);margin:0 auto;padding:0 24px}.section{padding:80px 0}.hero+.section{padding-top:112px}.section--alt{background:#eef2f8}.section--wave-top{position:relative;z-index:1}.section--wave-top:before{content:'';position:absolute;top:-62px;left:-5%;width:110%;height:66px;background:var(--color-bg);border-radius:50% 50% 0 0;pointer-events:none}@media (max-width:880px){.section--wave-top:before{top:-34px;height:38px}}.section--primary{background:var(--color-primary);color:#fff}.section--primary h2{color:#fff}.eyebrow{display:inline-block;font-weight:700;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(90deg,var(--color-accent-dark),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75em}.text-center{text-align:center}.section-head{max-width:720px;margin:0 auto 48px;text-align:center}.btn{position:relative;display:inline-block;padding:14px 28px;border-radius:var(--radius);font-weight:600;font-size:1rem;cursor:pointer;border:2px solid transparent;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn:after{content:'';position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);transform:skewX(-20deg);transition:left .6s ease;pointer-events:none}.btn:hover:after{left:130%}.btn--primary{background:linear-gradient(135deg,#3da9fc 0%,#1a7fd4 100%);color:#fff}.btn--primary:hover{background:linear-gradient(135deg,#5bbeff 0%,#3da9fc 100%);color:#fff;box-shadow:var(--shadow-hover)}.btn--outline{background:0 0;border-color:#fff;color:#fff}.btn--outline:hover{background:#fff;color:var(--color-primary)}.btn--white{background:#fff;color:var(--color-primary);border-color:#fff}.btn--white:hover{background:rgba(255,255,255,.9);color:var(--color-primary);box-shadow:var(--shadow-hover)}.btn--ghost{background:0 0;border-color:var(--color-primary);color:var(--color-primary)}.btn--ghost:hover{background:var(--color-primary);color:#fff}.btn--block{display:block;text-align:center}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:rgba(11,37,69,.08);z-index:9998}.scroll-progress__bar{height:100%;width:0;background:linear-gradient(90deg,var(--color-accent-dark),var(--color-accent));transition:width .1s linear}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.7);border-bottom:1px solid rgba(225,230,237,.5);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);transition:box-shadow .3s ease,border-color .3s ease,background .3s ease}.site-header.is-scrolled{background:rgba(255,255,255,.9);border-bottom-color:var(--color-border);box-shadow:0 2px 20px rgba(11,37,69,.07)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;max-width:var(--container-width);margin:0 auto}.site-logo{font-weight:800;font-size:1.3rem;color:var(--color-primary);display:inline-flex;align-items:center}.site-logo__img{max-height:140px;width:auto;display:block}.main-nav{display:flex;align-items:center;gap:32px}.main-nav ul{display:flex;gap:28px}.main-nav a{position:relative;color:var(--color-text);font-weight:600;font-size:.97rem;text-decoration:none;transition:color .2s ease}.main-nav a:after{content:'';position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:var(--color-accent);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.main-nav a:hover{color:var(--color-accent-dark);text-decoration:none}.main-nav a:hover:after{transform:scaleX(1)}.main-nav .current-menu-item>a{color:var(--color-accent-dark)}.main-nav .current-menu-item>a:after{transform:scaleX(1)}.header-cta{display:flex;align-items:center;gap:16px}.nav-toggle{display:none;background:0 0;border:none;font-size:1.6rem;cursor:pointer;color:var(--color-primary);transition:transform .2s ease}.nav-toggle[aria-expanded=true]{transform:rotate(90deg)}.search-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:0 0;border:none;border-radius:50%;color:var(--color-primary);cursor:pointer;transition:background-color .2s ease,color .2s ease}.search-toggle:hover{background:var(--color-bg-alt);color:var(--color-accent-dark)}.search-panel{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--color-border);box-shadow:0 12px 24px rgba(11,37,69,.08);max-height:0;opacity:0;overflow:hidden;visibility:hidden;transition:max-height .3s ease,opacity .25s ease}.search-panel.is-open{max-height:140px;opacity:1;visibility:visible}.search-panel__inner{display:flex;align-items:center;gap:16px;padding:24px 0}.search-panel__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;background:0 0;border:none;border-radius:50%;color:var(--color-text);cursor:pointer}.search-panel__close:hover{background:var(--color-bg-alt)}.search-form{display:flex;align-items:center;gap:12px;flex:1}.search-form__field{flex:1;padding:14px 18px;border:1px solid var(--color-border);border-radius:var(--radius);font-size:1rem;font-family:inherit;color:var(--color-text)}.search-form__field:focus{outline:none;border-color:var(--color-accent)}.search-form__submit{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;background:var(--color-accent);border:none;border-radius:var(--radius);color:#fff;cursor:pointer;transition:background-color .2s ease}.search-form__submit:hover{background:var(--color-accent-dark)}.search-form__submit .icon{background-color:#fff}.section-head h1 span{color:var(--color-accent-dark)}.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px}.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:var(--radius);border:1px solid var(--color-border);color:var(--color-text);text-decoration:none;font-weight:600;transition:background-color .2s ease,color .2s ease}.pagination .page-numbers:hover{background:var(--color-bg-alt);text-decoration:none}.pagination .page-numbers.current{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.pagination .page-numbers.dots{border:none}@media (max-width:600px){.search-panel__inner{flex-wrap:wrap}}@media (max-width:880px){.main-nav-list{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;padding:0 24px;border-bottom:1px solid var(--color-border);gap:16px;max-height:0;opacity:0;overflow:hidden;visibility:hidden;transition:max-height .35s ease,opacity .25s ease,padding .35s ease}.nav-toggle{display:block}.main-nav-list.is-open{max-height:60vh;opacity:1;visibility:visible;padding:16px 24px}.header-cta .btn--ghost{display:none}}.hero{position:relative;overflow:hidden;background:radial-gradient(ellipse 65% 80% at 78% 35%,rgba(61,169,252,.22) 0%,transparent 60%),radial-gradient(ellipse 45% 55% at 5% 85%,rgba(61,169,252,.13) 0%,transparent 55%),linear-gradient(148deg,#060f1e 0%,#0b2545 48%,#0e3268 100%);color:#fff;padding:120px 0 100px}.hero-decor{position:absolute;top:50%;right:-60px;transform:translateY(-50%);width:560px;height:560px;pointer-events:none;z-index:0}.hero-decor svg{width:100%;height:100%}@media (max-width:1100px){.hero-decor{width:400px;height:400px;right:-100px;opacity:.7}}@media (max-width:880px){.hero-decor{display:none}}.hero .container{position:relative;z-index:1}.hero__inner{display:grid;grid-template-columns:.95fr 1.2fr;gap:48px;align-items:center}.hero h1{color:#fff}.hero p.lead{font-size:1.2rem;color:#cdd9ec;max-width:560px}.hero-actions{display:flex;gap:16px;margin-top:28px;flex-wrap:wrap}.hero-visual{position:relative;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:32px;backdrop-filter:blur(6px);overflow:hidden;transition:transform .25s ease;will-change:transform}.hero-visual video{width:100%;height:auto;display:block;border-radius:calc(var(--radius) - 6px)}.hero-visual--framed{padding:0}.hero-visual__bar{height:34px;background:rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.15);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='12'%3E%3Ccircle cx='6' cy='6' r='5' fill='%23ff5f57'/%3E%3Ccircle cx='26' cy='6' r='5' fill='%23ffbd2e'/%3E%3Ccircle cx='46' cy='6' r='5' fill='%2328c840'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:16px center}.hero-visual--framed img,.hero-visual--framed video{display:block;width:100%;height:auto;border-radius:0 0 calc(var(--radius) - 6px) calc(var(--radius) - 6px)}@media (max-width:880px){.hero__inner{grid-template-columns:1fr}.hero{padding:64px 0 56px}h1{font-size:2rem}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.reveal-stagger.is-visible>*{opacity:1;transform:translateY(0)}.reveal-stagger.is-visible>*:nth-child(1){transition-delay:0s}.reveal-stagger.is-visible>*:nth-child(2){transition-delay:.1s}.reveal-stagger.is-visible>*:nth-child(3){transition-delay:.2s}.reveal-stagger.is-visible>*:nth-child(4){transition-delay:.3s}.reveal-stagger.is-visible>*:nth-child(5){transition-delay:.4s}.reveal-stagger.is-visible>*:nth-child(6){transition-delay:.5s}.problem-card{background:#fff;border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius);padding:28px}.problem-card h3{margin-bottom:.3em}.problem-card h2{margin-bottom:.3em;font-size:1.15rem}.problem-card h2:before{display:none}.problem-card p{color:var(--color-text-muted);margin:0}.proof-section{background:var(--color-primary);background-image:radial-gradient(circle at 15% 25%,rgba(61,169,252,.2),transparent 50%),radial-gradient(circle at 85% 75%,rgba(61,169,252,.14),transparent 50%);color:#fff;padding:100px 0}.proof-section .section-head h2{color:#fff}.proof-section .section-head p{color:#b9c9e3}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center;margin-top:24px}.proof-item strong{display:block;font-size:3rem;font-weight:800;color:var(--color-accent);line-height:1}.proof-item span{color:#cdd9ec;font-size:.95rem;display:block;margin-top:8px}@media (max-width:880px){.proof-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.proof-grid{grid-template-columns:1fr}}.results-dashboard{display:grid;grid-template-columns:1fr 1.4fr;gap:40px;align-items:center;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:40px}.results-dashboard--single{grid-template-columns:1fr}.results-dashboard__stats{display:flex;flex-direction:column;gap:28px}.results-stat strong{display:block;font-size:2.6rem;font-weight:800;color:var(--color-accent-dark);line-height:1;font-variant-numeric:tabular-nums;margin-bottom:6px}.results-stat span{color:var(--color-text-muted);font-size:.95rem}.results-dashboard__bars{display:flex;flex-direction:column;gap:22px}.results-bar__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px;font-size:.92rem}.results-bar__head span{color:var(--color-text);font-weight:600}.results-bar__head strong{color:var(--color-accent-dark);font-variant-numeric:tabular-nums}.results-bar__track{height:10px;border-radius:999px;background:var(--color-bg-alt);overflow:hidden}.results-bar__fill{display:block;height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,var(--color-accent-dark),var(--color-accent));transition:width 1.1s cubic-bezier(.2,.8,.2,1)}.reveal.is-visible .results-bar__fill{width:var(--pct)}@media (max-width:880px){.results-dashboard{grid-template-columns:1fr;padding:32px}}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.card-grid--2col{grid-template-columns:repeat(2,1fr)}@media (max-width:980px){.card-grid,.card-grid--2col{grid-template-columns:1fr 1fr}}@media (max-width:680px){.card-grid,.card-grid--2col{grid-template-columns:1fr}}@media (min-width:1920px){.container--produkte{max-width:1880px}.card-grid--produkte{grid-template-columns:repeat(5,1fr);gap:18px}}.bento-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:24px}.bento-grid>*:first-child{grid-column:span 2;grid-row:span 2;padding:48px}.bento-grid>*{grid-column:span 2}.bento-grid .card{height:100%;justify-content:flex-end}.bento-grid>*:first-child h3{font-size:1.9rem}@media (max-width:680px){.bento-grid{grid-template-columns:1fr}.bento-grid>*:first-child{grid-column:span 1;grid-row:span 1}.bento-grid>*{grid-column:span 1}}.showcase-stack{display:flex;flex-direction:column;gap:40px;margin-bottom:40px}.showcase-block{display:grid;grid-template-columns:1.3fr 1fr;gap:40px;align-items:center;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--color-border) 0%,rgba(61,169,252,.28) 100%) border-box;border:1px solid transparent;border-radius:var(--radius);box-shadow:var(--shadow);padding:32px}.showcase-block__media{border-radius:var(--radius);overflow:hidden;aspect-ratio:16/9}.showcase-block__media img,.showcase-block__media video{width:100%;height:100%;display:block;object-fit:cover}.showcase-block__text h3{font-size:1.6rem;margin-bottom:.4em}.showcase-block__text p{color:var(--color-text-muted);font-size:1.05rem}@media (max-width:880px){.showcase-block{grid-template-columns:1fr;padding:24px}}.marquee{overflow:hidden;background:var(--color-bg-alt);border-radius:var(--radius);padding:32px 0;box-shadow:inset 0 1px 0 rgba(11,37,69,.06),inset 0 -1px 0 rgba(11,37,69,.06);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.marquee__track{display:flex;align-items:stretch;gap:20px;width:max-content;animation:lap-marquee 80s linear infinite}.marquee:hover .marquee__track{animation-play-state:paused}.marquee__track .card{flex:0 0 220px;height:290px;justify-content:center;text-align:center;align-items:center;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--color-border) 0%,rgba(61,169,252,.28) 100%) border-box;border:1px solid transparent;padding:28px 20px}.marquee__track .card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,rgba(61,169,252,.65) 0%,rgba(11,37,69,.5) 100%) border-box}.marquee__track .card__icon{width:48px;height:48px;border-radius:50%;background:var(--color-accent);color:#fff;margin:0 auto 16px;font-size:1.25rem;transition:transform .3s cubic-bezier(.2,.8,.2,1)}.marquee__track .card__icon .icon{width:22px;height:22px}.marquee__track .card:hover .card__icon{transform:scale(1.12) rotate(-4deg)}.marquee__track h3{font-size:1rem}.marquee__track p{font-size:.85rem;text-align:center;flex-grow:0}@keyframes lap-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.marquee__track{animation:none;overflow-x:auto}.marquee{overflow-x:auto}}.card{position:relative;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--color-border) 0%,rgba(61,169,252,.28) 100%) border-box;border:1px solid transparent;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;overflow:hidden;will-change:transform}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,rgba(61,169,252,.55) 0%,rgba(11,37,69,.45) 100%) border-box}.card__icon{width:52px;height:52px;border-radius:12px;background:rgba(61,169,252,.12);color:var(--color-accent-dark);display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:1.6rem;transition:transform .3s cubic-bezier(.2,.8,.2,1)}.card__icon .icon{width:26px;height:26px}.card__media{margin:-32px -32px 20px;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0;aspect-ratio:16/10;background:var(--color-bg-alt)}.card__media img,.card__media video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.8,.2,1)}.card:hover .card__media img,.card:hover .card__media video{transform:scale(1.05)}.bento-grid>*:first-child .card__media,.bento-grid>.card--featured .card__media{margin:-48px -48px 24px}.card:hover .card__icon{transform:scale(1.12) rotate(-4deg)}.badge--legacy{display:inline-block;align-self:flex-start;font-size:.75rem;font-weight:600;color:var(--color-text-muted);background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:999px;padding:3px 12px;margin-bottom:10px}.card h3{margin-bottom:.4em}.card p{color:var(--color-text-muted);flex-grow:1}.card a.card-link{font-weight:600;margin-top:12px;display:inline-block;transition:transform .25s cubic-bezier(.2,.8,.2,1);position:relative;z-index:1}.card a.card-link:after{content:'';position:absolute;inset:-9999px}.card:hover a.card-link{transform:translateX(4px)}.testimonial{position:relative;background:#fff;border-radius:var(--radius);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);padding:28px 28px 28px 32px;box-shadow:var(--shadow);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s cubic-bezier(.2,.8,.2,1);overflow:hidden}.testimonial:before{content:'\201C';position:absolute;top:-10px;right:18px;font-size:5.5rem;line-height:1;color:var(--color-accent);opacity:.13;font-family:Georgia,serif;pointer-events:none}.testimonial:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.testimonial p{position:relative;font-style:italic;color:var(--color-text)}.testimonial footer{font-weight:700;color:var(--color-primary);font-style:normal}.testimonial--featured{padding:40px 40px 40px 44px}.testimonial--featured:before{font-size:7rem;top:-14px;right:24px}.testimonial--featured p{font-size:1.15rem;line-height:1.7;margin-bottom:20px}.testimonial--featured footer{font-size:.95rem}.cta-banner{background:linear-gradient(120deg,var(--color-primary),#163e6e);color:#fff;border-radius:var(--radius);padding:56px;text-align:center}.cta-banner h2{color:#fff}.cta-banner p{color:#cdd9ec;max-width:600px;margin:0 auto 28px}.site-footer{background:var(--color-primary);background-image:radial-gradient(ellipse 60% 80% at 10% 20%,rgba(61,169,252,.13),transparent 55%),radial-gradient(ellipse 50% 60% at 90% 80%,rgba(61,169,252,.09),transparent 50%);color:#cdd9ec;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:32px;margin-bottom:40px}.footer-grid h4{color:#fff;font-size:1rem;margin-bottom:16px}.footer-grid a{color:#cdd9ec}.footer-grid li{margin-bottom:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.85rem;color:#9fb3d6}.footer-legal{display:flex;gap:40px}.footer-badge{display:inline-flex;align-items:center;gap:8px;margin-top:18px;padding:8px 14px;background:rgba(61,169,252,.12);border:1px solid rgba(61,169,252,.3);border-radius:999px;font-size:.82rem;color:#fff}.footer-badge .icon{width:15px;height:15px;flex-shrink:0}.footer-legal a{color:#9fb3d6}.footer-legal a:hover{color:#fff}@media (max-width:880px){.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.footer-grid{grid-template-columns:1fr}}.wpforms-container input[type=text],.wpforms-container input[type=email],.wpforms-container input[type=tel],.wpforms-container textarea,.wpforms-container select{border:1px solid var(--color-border) !important;border-radius:8px !important;padding:12px !important;width:100% !important;box-sizing:border-box !important}.wpforms-container .wpforms-field{width:100% !important}.wpforms-container .wpforms-submit-container{margin-top:20px !important;display:flex !important;justify-content:center !important}.wpforms-container button[type=submit]{background:var(--color-accent) !important;color:var(--color-primary) !important;border-radius:var(--radius) !important;font-weight:700 !important;padding:14px 28px !important;min-width:220px !important}.wpforms-container button[type=submit]:hover{background:var(--color-accent-dark) !important;color:#fff !important}.wpforms-container button[type=submit].is-loading{position:relative;color:transparent !important;pointer-events:none}.wpforms-container button[type=submit].is-loading:after{content:'';position:absolute;top:50%;left:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border:2px solid rgba(11,37,69,.25);border-top-color:var(--color-primary);border-radius:50%;animation:lap-spin .7s linear infinite}@keyframes lap-spin{to{transform:rotate(360deg)}}.wpforms-confirmation-container,.wpforms-confirmation-container-full{opacity:0;transform:translateY(12px) scale(.98);transition:opacity .5s ease,transform .5s ease}.wpforms-confirmation-container.is-visible,.wpforms-confirmation-container-full.is-visible{opacity:1;transform:translateY(0) scale(1)}[submit-success]>.wpforms-confirmation-container-full,.wpforms-confirmation-container,.wpforms-confirmation-container-full{background:var(--color-bg-alt) !important;border:1px solid var(--color-border) !important;border-left:4px solid var(--color-accent) !important;border-radius:var(--radius) !important;color:var(--color-text) !important;padding:24px 28px !important}.lap-confirmation-check{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:26px !important;height:26px !important;border-radius:50% !important;background:var(--color-accent) !important;color:var(--color-primary) !important;font-weight:700 !important;margin-right:10px !important;vertical-align:middle !important;flex-shrink:0 !important}.lap-confirmation-check .icon{width:16px !important;height:16px !important;background-color:currentColor !important}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.step{text-align:center;padding:32px 24px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.step__number{width:48px;height:48px;border-radius:50%;background:var(--color-accent);color:var(--color-primary);font-weight:800;font-size:1.4rem;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.step h3{margin-bottom:8px}.step p{color:var(--color-text-muted);font-size:.95rem;margin:0}@media (max-width:680px){.steps-grid{grid-template-columns:1fr}}.card--center{text-align:center;align-items:center}.entry-content{max-width:760px;margin:0 auto}.entry-content img{border-radius:var(--radius);margin:24px 0}.wp-block-rank-math-toc-block{display:none}.feature-accordion{margin:36px 0;display:flex;flex-direction:column;gap:12px}.accordion-item{background:var(--color-bg-alt);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius);overflow:hidden;transition:background .25s ease}.accordion-item.is-open{background:#fff}.accordion-trigger{list-style:none;cursor:pointer;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.accordion-trigger::-webkit-details-marker{display:none}.accordion-trigger::marker{content:''}.accordion-trigger h3{margin:0;font-size:1.05rem}.accordion-trigger h2{margin:0;font-size:1.05rem}.accordion-trigger h2:before{display:none}.accordion-trigger:after{content:'+';flex-shrink:0;width:28px;height:28px;border-radius:50%;background:rgba(61,169,252,.12);color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;transition:transform .25s ease}.accordion-item.is-open .accordion-trigger:after{content:'\2212'}.accordion-item:hover .accordion-trigger:after{transform:scale(1.1)}.accordion-panel{padding:0 24px;overflow:hidden;max-height:0;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding-bottom .35s cubic-bezier(.4,0,.2,1)}.accordion-panel.is-panel-open{max-height:1000px;padding-bottom:20px}.accordion-panel p{color:var(--color-text-muted);margin:0}.accordion-item--static{display:block}.accordion-item--static .accordion-trigger{cursor:default}.accordion-item--static .accordion-trigger:after{content:'\2713';color:var(--color-accent);font-size:1.1rem;font-weight:700;transform:none !important}.shot-frame{margin:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border);box-shadow:var(--shadow)}.shot-frame img{transition:transform .5s cubic-bezier(.2,.8,.2,1)}.shot-frame:hover img{transform:scale(1.04)}.wp-block-rank-math-toc-block{background:#fff;border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius);padding:24px 28px;margin:0 0 32px;box-shadow:var(--shadow)}.wp-block-rank-math-toc-block h2{font-size:1.05rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.6em;color:var(--color-primary)}.wp-block-rank-math-toc-block nav ul{display:flex;flex-direction:column;gap:8px}.wp-block-rank-math-toc-block nav a{color:var(--color-text);font-weight:500;font-size:.95rem}.wp-block-rank-math-toc-block nav a:hover{color:var(--color-accent-dark)}.entry-content .wp-block-rank-math-toc-block+.section-head{margin-top:40px}.ueber-stats{padding-top:40px;padding-bottom:40px}.stats-bar{display:flex;justify-content:space-around;flex-wrap:wrap;gap:24px}.stat{text-align:center}.stat__number{display:block;font-size:2rem;font-weight:800;color:var(--color-primary);line-height:1;margin-bottom:4px}.stat__label{font-size:.82rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em}.hero-stats{padding-top:44px;margin-top:44px;border-top:1px solid rgba(255,255,255,.12)}.hero-stats__row{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.hero-stat{flex:1 1 240px;max-width:300px;text-align:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);padding:22px 24px;backdrop-filter:blur(6px)}.hero-stat strong{display:block;font-size:2.1rem;font-weight:800;color:var(--color-accent);line-height:1;margin-bottom:8px}.hero-stat span{color:#cdd9ec;font-size:.92rem;line-height:1.4;display:block}@media (max-width:680px){.hero-stat{flex:1 1 100%;max-width:none}}.hero-visual--icon{display:flex;align-items:center;justify-content:center;min-height:260px}.hero-visual--icon__glyph{width:128px;height:128px;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(61,169,252,.38),rgba(61,169,252,.07) 72%);border:1px solid rgba(255,255,255,.18);color:#fff;display:flex;align-items:center;justify-content:center;font-size:3.6rem}.hero-visual--icon__glyph .icon{width:64px;height:64px}.highlight-strip{padding-top:44px;margin-top:44px;border-top:1px solid rgba(255,255,255,.12)}.highlight-strip__row{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}.highlight-chip{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:12px 22px 12px 14px;backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);box-shadow:0 8px 30px rgba(0,0,0,.22);transition:background .25s ease,transform .25s ease}.highlight-chip:hover{background:rgba(255,255,255,.16);transform:translateY(-2px)}.highlight-chip__icon{width:26px;height:26px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--color-accent-dark),var(--color-accent));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem}.highlight-chip span:last-child{font-weight:600;color:#fff;font-size:.95rem}@media (max-width:680px){.highlight-chip{width:100%}}.timeline{position:relative}.timeline:before{content:'';position:absolute;left:158px;top:8px;bottom:8px;width:2px;background:var(--color-border)}.timeline-item{display:grid;grid-template-columns:150px 1fr;gap:0 32px;padding-bottom:32px;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-item:before{content:'';position:absolute;left:153px;top:6px;width:12px;height:12px;border-radius:50%;background:var(--color-accent);border:2px solid var(--color-bg-alt);z-index:1}.timeline-year{font-weight:800;font-size:.82rem;color:var(--color-accent-dark);text-align:right;padding-top:4px;line-height:1.3;text-transform:uppercase;letter-spacing:.04em;overflow-wrap:break-word;hyphens:auto}.timeline-content strong{display:block;font-size:1rem;margin-bottom:4px}.timeline-content p{color:var(--color-text-muted);font-size:.9rem;margin:0}@media (max-width:600px){.timeline:before{left:16px}.timeline-item{grid-template-columns:1fr;padding-left:40px}.timeline-item:before{left:11px}.timeline-year{text-align:left;margin-bottom:4px}}.icon{display:inline-block;width:1.3em;height:1.3em;background-color:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle}.icon-clock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E")}.icon-check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12l6 6L20 6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12l6 6L20 6'/%3E%3C/svg%3E")}.icon-pen{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z'/%3E%3C/svg%3E")}.icon-graduation{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10L12 5 2 10l10 5 10-5z'/%3E%3Cpath d='M6 12v5c0 1.1 2.7 2 6 2s6-.9 6-2v-5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10L12 5 2 10l10 5 10-5z'/%3E%3Cpath d='M6 12v5c0 1.1 2.7 2 6 2s6-.9 6-2v-5'/%3E%3C/svg%3E")}.icon-target{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3C/svg%3E")}.icon-home{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l9-8 9 8'/%3E%3Cpath d='M5 10v10h14V10'/%3E%3C/svg%3E")}.icon-building{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='1'/%3E%3Cpath d='M9 8h1M14 8h1M9 13h1M14 13h1M9 18h1M14 18h1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2' width='16' height='20' rx='1'/%3E%3Cpath d='M9 8h1M14 8h1M9 13h1M14 13h1M9 18h1M14 18h1'/%3E%3C/svg%3E")}.icon-eye{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")}.icon-user{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c0-4 3.5-7 8-7s8 3 8 7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c0-4 3.5-7 8-7s8 3 8 7'/%3E%3C/svg%3E")}.icon-users{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.2'/%3E%3Cpath d='M2.5 20c0-3.5 3-6 6.5-6s6.5 2.5 6.5 6'/%3E%3Ccircle cx='17' cy='9' r='2.5'/%3E%3Cpath d='M15.5 14.2c2.6.4 4.5 2.4 4.5 5.3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3.2'/%3E%3Cpath d='M2.5 20c0-3.5 3-6 6.5-6s6.5 2.5 6.5 6'/%3E%3Ccircle cx='17' cy='9' r='2.5'/%3E%3Cpath d='M15.5 14.2c2.6.4 4.5 2.4 4.5 5.3'/%3E%3C/svg%3E")}.icon-pill{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='8' width='20' height='8' rx='4' transform='rotate(45 12 12)'/%3E%3Cpath d='M12 7.5l4.5 4.5' transform='rotate(45 12 12)'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='8' width='20' height='8' rx='4' transform='rotate(45 12 12)'/%3E%3Cpath d='M12 7.5l4.5 4.5' transform='rotate(45 12 12)'/%3E%3C/svg%3E")}.icon-wallet{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='13' rx='2'/%3E%3Cpath d='M2 10h20'/%3E%3Ccircle cx='17' cy='14.5' r='1.4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='7' width='20' height='13' rx='2'/%3E%3Cpath d='M2 10h20'/%3E%3Ccircle cx='17' cy='14.5' r='1.4'/%3E%3C/svg%3E")}.icon-folder{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6a1 1 0 0 1 1-1h5l2 2h9a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6a1 1 0 0 1 1-1h5l2 2h9a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1z'/%3E%3C/svg%3E")}.icon-calendar{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M3 10h18M8 2v4M16 2v4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M3 10h18M8 2v4M16 2v4'/%3E%3C/svg%3E")}.icon-chart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V10M12 20V4M20 20v-7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20V10M12 20V4M20 20v-7'/%3E%3C/svg%3E")}.icon-pin{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 1 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 1 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E")}.icon-book{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20V4H6.5A2.5 2.5 0 0 0 4 6.5z'/%3E%3Cpath d='M4 19.5V6.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20V4H6.5A2.5 2.5 0 0 0 4 6.5z'/%3E%3Cpath d='M4 19.5V6.5'/%3E%3C/svg%3E")}.icon-scroll{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h12v15a3 3 0 0 1-3 3H8'/%3E%3Cpath d='M6 3a3 3 0 0 0-3 3v0a3 3 0 0 0 3 3'/%3E%3Cpath d='M5 21a3 3 0 0 1-3-3v0'/%3E%3Cpath d='M9 8h6M9 12h6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3h12v15a3 3 0 0 1-3 3H8'/%3E%3Cpath d='M6 3a3 3 0 0 0-3 3v0a3 3 0 0 0 3 3'/%3E%3Cpath d='M5 21a3 3 0 0 1-3-3v0'/%3E%3Cpath d='M9 8h6M9 12h6'/%3E%3C/svg%3E")}.icon-memo{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='1'/%3E%3Cpath d='M8 8h8M8 12h8M8 16h5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='1'/%3E%3Cpath d='M8 8h8M8 12h8M8 16h5'/%3E%3C/svg%3E")}.icon-wifi{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8.5a15.9 15.9 0 0 1 20 0'/%3E%3Cpath d='M5.5 12.5a11 11 0 0 1 13 0'/%3E%3Cpath d='M9 16.5a5.5 5.5 0 0 1 6 0'/%3E%3Ccircle cx='12' cy='20' r='1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8.5a15.9 15.9 0 0 1 20 0'/%3E%3Cpath d='M5.5 12.5a11 11 0 0 1 13 0'/%3E%3Cpath d='M9 16.5a5.5 5.5 0 0 1 6 0'/%3E%3Ccircle cx='12' cy='20' r='1'/%3E%3C/svg%3E")}.icon-export{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 15V3M8 7l4-4 4 4'/%3E%3Cpath d='M4 15v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 15V3M8 7l4-4 4 4'/%3E%3Cpath d='M4 15v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4'/%3E%3C/svg%3E")}.icon-mobile{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='2' width='12' height='20' rx='2'/%3E%3Cpath d='M10 18h4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='2' width='12' height='20' rx='2'/%3E%3Cpath d='M10 18h4'/%3E%3C/svg%3E")}.icon-refresh{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8a9 9 0 0 0-15-4.7L3 6'/%3E%3Cpath d='M3 3v5h5'/%3E%3Cpath d='M3 16a9 9 0 0 0 15 4.7l3-3.4'/%3E%3Cpath d='M21 21v-5h-5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8a9 9 0 0 0-15-4.7L3 6'/%3E%3Cpath d='M3 3v5h5'/%3E%3Cpath d='M3 16a9 9 0 0 0 15 4.7l3-3.4'/%3E%3Cpath d='M21 21v-5h-5'/%3E%3C/svg%3E")}.icon-key{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='7' r='4'/%3E%3Cpath d='M10 10l10.5 10.5M17 17l2-2M14 20l2-2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='7' cy='7' r='4'/%3E%3Cpath d='M10 10l10.5 10.5M17 17l2-2M14 20l2-2'/%3E%3C/svg%3E")}.icon-lock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V7a4 4 0 1 1 8 0v4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V7a4 4 0 1 1 8 0v4'/%3E%3C/svg%3E")}.icon-bell{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a6 6 0 0 0-6 6v4l-2 4h16l-2-4V8a6 6 0 0 0-6-6z'/%3E%3Cpath d='M9 20a3 3 0 0 0 6 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2a6 6 0 0 0-6 6v4l-2 4h16l-2-4V8a6 6 0 0 0-6-6z'/%3E%3Cpath d='M9 20a3 3 0 0 0 6 0'/%3E%3C/svg%3E")}.icon-link{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 14a5 5 0 0 0 7 0l3-3a5 5 0 0 0-7-7l-1.5 1.5'/%3E%3Cpath d='M14 10a5 5 0 0 0-7 0l-3 3a5 5 0 0 0 7 7l1.5-1.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 14a5 5 0 0 0 7 0l3-3a5 5 0 0 0-7-7l-1.5 1.5'/%3E%3Cpath d='M14 10a5 5 0 0 0-7 0l-3 3a5 5 0 0 0 7 7l1.5-1.5'/%3E%3C/svg%3E")}.icon-car{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 16V11l2.5-5h13L21 11v5'/%3E%3Cpath d='M3 16h18M7 16v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2M20 16v2a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 16V11l2.5-5h13L21 11v5'/%3E%3Cpath d='M3 16h18M7 16v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2M20 16v2a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-2'/%3E%3C/svg%3E")}.icon-shield{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l8 4v6c0 5-3.5 8.5-8 10-4.5-1.5-8-5-8-10V6z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l8 4v6c0 5-3.5 8.5-8 10-4.5-1.5-8-5-8-10V6z'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E")}.icon-handshake{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12l5-4 4 3h4l5-4 2 2-6 6h-4l-3-2'/%3E%3Cpath d='M6 16l3 3 3-2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12l5-4 4 3h4l5-4 2 2-6 6h-4l-3-2'/%3E%3Cpath d='M6 16l3 3 3-2'/%3E%3C/svg%3E")}.icon-puzzle{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 4h4a1 1 0 0 1 1 1v2.2a1.8 1.8 0 0 0 3 1.3 1.8 1.8 0 0 1 3 1.3V13a1 1 0 0 1-1 1h-2.2a1.8 1.8 0 0 0-1.3 3 1.8 1.8 0 0 1-1.3 3H10a1 1 0 0 1-1-1v-4H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 4h4a1 1 0 0 1 1 1v2.2a1.8 1.8 0 0 0 3 1.3 1.8 1.8 0 0 1 3 1.3V13a1 1 0 0 1-1 1h-2.2a1.8 1.8 0 0 0-1.3 3 1.8 1.8 0 0 1-1.3 3H10a1 1 0 0 1-1-1v-4H5a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h4z'/%3E%3C/svg%3E")}.icon-receipt{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 2h14v19l-2-1.5L15 21l-2-1.5L11 21l-2-1.5L7 21l-2-1.5z'/%3E%3Cpath d='M8 7h8M8 11h8M8 15h5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 2h14v19l-2-1.5L15 21l-2-1.5L11 21l-2-1.5L7 21l-2-1.5z'/%3E%3Cpath d='M8 7h8M8 11h8M8 15h5'/%3E%3C/svg%3E")}.icon-stethoscope{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 3v6a5 5 0 0 0 10 0V3'/%3E%3Cpath d='M5 3H3M15 3h2'/%3E%3Cpath d='M10 14v3a5 5 0 0 0 10 0v-1.5'/%3E%3Ccircle cx='20' cy='14.5' r='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 3v6a5 5 0 0 0 10 0V3'/%3E%3Cpath d='M5 3H3M15 3h2'/%3E%3Cpath d='M10 14v3a5 5 0 0 0 10 0v-1.5'/%3E%3Ccircle cx='20' cy='14.5' r='2'/%3E%3C/svg%3E")}.icon-phone{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3.1-8.6A2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.5c.9.3 1.9.6 2.8.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6 19.8 19.8 0 0 1-3.1-8.6A2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.5c.9.3 1.9.6 2.8.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E")}.icon-mail{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='M2 6l10 7 10-7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='M2 6l10 7 10-7'/%3E%3C/svg%3E")}.icon-cloud{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 18a4.5 4.5 0 0 1-1-8.9A5.5 5.5 0 0 1 16.5 8a4.5 4.5 0 0 1 .5 9z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 18a4.5 4.5 0 0 1-1-8.9A5.5 5.5 0 0 1 16.5 8a4.5 4.5 0 0 1 .5 9z'/%3E%3C/svg%3E")}.icon-menu{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M3 12h18M3 18h18'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 6h18M3 12h18M3 18h18'/%3E%3C/svg%3E")}.icon-search{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E")}.icon-close{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")}.icon-arrow-up{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E")}.process-flow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:40px 0}.process-flow__step{display:flex;flex-direction:column;align-items:center;gap:10px;width:130px;text-align:center}.process-flow__icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}.process-flow__icon .icon{width:28px;height:28px;background-color:#fff}.process-flow__label{font-weight:600;font-size:.92rem;color:var(--color-primary)}.process-flow__arrow{width:40px;height:2px;background:var(--color-accent);opacity:.4;flex-shrink:0;margin-bottom:34px}@media (max-width:680px){.process-flow{flex-direction:column}.process-flow__arrow{width:2px;height:24px;margin-bottom:0}}.entry-content img{box-shadow:var(--shadow)}.entry-content h2{margin-top:2em;display:flex;align-items:center;gap:10px}.entry-content h2:first-child{margin-top:0}.entry-content h2:before{content:'';display:block;flex-shrink:0;width:5px;height:1em;background:linear-gradient(180deg,var(--color-accent-dark),var(--color-accent));border-radius:3px}.entry-content p{line-height:1.75}.entry-content h3{margin-top:1.6em;font-size:1.1rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px, 1fr));gap:20px;margin:28px 0 40px}.detail-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s cubic-bezier(.2,.8,.2,1),border-color .25s ease}.detail-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover);border-color:rgba(61,169,252,.4)}.detail-card__icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--color-accent-dark),var(--color-accent));color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin-bottom:16px;box-shadow:0 6px 16px rgba(61,169,252,.35)}.detail-card__icon .icon{width:22px;height:22px}.detail-card h3{margin:0 0 6px;font-size:1rem}.detail-card p{margin:0;font-size:.92rem;line-height:1.55;color:var(--color-text-muted)}.callout{display:flex;gap:18px;align-items:flex-start;background:var(--color-bg-alt);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);border-radius:var(--radius);padding:24px 28px;margin:32px 0}.callout__icon{font-size:1.6rem;line-height:1;flex-shrink:0;color:var(--color-accent-dark)}.callout__icon .icon{width:28px;height:28px}.callout p{margin:0;font-size:1.02rem;line-height:1.6;color:var(--color-text)}.callout p strong{color:var(--color-primary)}.example-list{list-style:none;margin:20px 0 32px;padding:0;display:flex;flex-direction:column;gap:12px}.example-list li{position:relative;padding-left:26px;color:var(--color-text);line-height:1.6}.example-list li:before{content:'';position:absolute;left:0;top:.5em;width:8px;height:8px;border-radius:50%;background:var(--color-accent)}.compare-grid{position:relative;gap:64px}.compare-card--con .card__icon{background:rgba(90,107,133,.14);color:var(--color-text-muted)}.compare-card--pro{overflow:visible;border-color:transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--color-accent) 0%,var(--color-primary) 100%) border-box;box-shadow:var(--shadow-hover)}.compare-card--pro:before{content:'Unsere Lösung';position:absolute;top:-13px;left:32px;background:linear-gradient(90deg,var(--color-accent-dark),var(--color-accent));color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:4px 12px;border-radius:999px;box-shadow:var(--shadow)}.compare-list{list-style:none;margin:20px 0 0;padding:0;display:flex;flex-direction:column;gap:12px}.compare-list li{position:relative;padding-left:30px;color:var(--color-text);line-height:1.6}.compare-list li .icon{position:absolute;left:0;top:.2em;width:20px;height:20px}.compare-card--con .compare-list .icon{color:#b23a3a}.compare-card--pro .compare-list .icon{color:var(--color-accent-dark)}.compare-vs{position:absolute;top:50%;left:50%;grid-column:1/-1;grid-row:1/-1;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;box-shadow:var(--shadow-hover);z-index:2}.reveal-stagger.is-visible>.compare-vs{transform:translate(-50%,-50%)}@media (max-width:900px){.compare-vs{display:none}.compare-grid{gap:28px}}.logo-row{display:flex;flex-wrap:wrap;align-items:center;gap:36px;margin:28px 0}.logo-row img{height:72px;width:auto;max-width:260px;object-fit:contain}.entry-content .feature-accordion{margin:20px 0 36px}.entry-content .accordion-trigger h3{font-size:1rem}.kontakt-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}@media (max-width:880px){.kontakt-grid{grid-template-columns:1fr;gap:32px}}.teamviewer-tile{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--color-border);border-left:4px solid var(--color-primary);border-radius:var(--radius);padding:16px 20px;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.teamviewer-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.teamviewer-tile img{border-radius:12px;flex-shrink:0}.teamviewer-tile__text{display:flex;flex-direction:column;gap:2px}.teamviewer-tile strong{color:var(--color-text);font-size:1rem}.teamviewer-tile__hint{color:var(--color-text-muted);font-size:.85rem}.entry-content img.aligncenter{margin:28px auto;border-radius:8px;box-shadow:0 8px 40px rgba(11,37,69,.18);border:1px solid var(--color-border)}.entry-content h2#forschung-innovation:before,.entry-content h2#wie-wir-arbeiten:before,.entry-content h2#ueber-lap-mehr-als-ein-software-anbieter:before,.entry-content h2#wo-sie-uns-sonst-noch-finden:before{width:26px;height:26px;border-radius:0;background:var(--color-accent-dark);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}.entry-content h2#forschung-innovation:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5'/%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5'/%3E%3Cpath d='M9 18h6'/%3E%3Cpath d='M10 22h4'/%3E%3C/svg%3E")}.entry-content h2#wie-wir-arbeiten:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 1 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 1 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z'/%3E%3C/svg%3E")}.entry-content h2#ueber-lap-mehr-als-ein-software-anbieter:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.29 1.51 4.04 3 5.5l7 7Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.29 1.51 4.04 3 5.5l7 7Z'/%3E%3C/svg%3E")}.entry-content h2#wo-sie-uns-sonst-noch-finden:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E")}.entry-tinted{background:#fff;border-radius:var(--radius);padding:28px 32px;margin:32px 0;box-shadow:var(--shadow)}.entry-tinted h2{margin-top:0}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:60px}@media (max-width:900px){.news-grid{grid-template-columns:1fr 1fr}}@media (max-width:580px){.news-grid{grid-template-columns:1fr}}.news-card{position:relative;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}.news-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.news-card__img{width:100%;height:180px;object-fit:cover;display:block}.news-card__img--fallback{object-fit:contain;padding:36px;box-sizing:border-box;background:var(--color-bg-alt)}.news-card__body{padding:20px 24px 24px;display:flex;flex-direction:column;flex:1}.news-card__date{font-size:.78rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.news-card__title{font-size:1.05rem;font-weight:700;line-height:1.3;margin-bottom:10px;flex:1}.news-card__title a{color:var(--color-primary)}.news-card__title a:hover{color:var(--color-accent-dark);text-decoration:none}.news-card__title a:after{content:'';position:absolute;inset:0;z-index:1}.news-card__excerpt{font-size:.88rem;color:var(--color-text-muted);margin-bottom:16px;line-height:1.5}.news-card__link{font-size:.88rem;font-weight:600;color:var(--color-accent-dark)}.news-card:hover .news-card__link{text-decoration:underline}.back-to-top{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border-radius:50%;background:var(--color-primary);color:#fff;border:none;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,background .2s ease;z-index:90;box-shadow:var(--shadow-hover)}.back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{background:var(--color-accent-dark)}.mt-0{margin-top:0}.text-muted{color:var(--color-text-muted)}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}.reveal,.reveal-stagger>*{opacity:1 !important;transform:none !important}}.cookie-notice{position:fixed;right:20px;bottom:20px;left:auto;z-index:500;width:min(380px, calc(100vw - 40px));margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:16px;padding:18px 24px;background:var(--color-primary);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-hover)}.cookie-notice[hidden]{display:none}.cookie-notice__text{flex:1 1 240px;font-size:.9rem;line-height:1.5;color:#dce4f0}.cookie-notice__text a{color:#fff;text-decoration:underline}.cookie-notice .btn{flex-shrink:0}@media (max-width:560px){.cookie-notice{left:12px;right:12px;bottom:12px;width:auto;padding:16px}}.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:48px;padding-top:32px;border-top:1px solid var(--color-border)}.post-nav__link{display:flex;align-items:center;gap:12px;min-width:0;min-height:76px;padding:16px;border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.post-nav__link:hover{border-color:var(--color-accent);box-shadow:var(--shadow-hover);transform:translateY(-2px);text-decoration:none}.post-nav__link--next{grid-column:2;text-align:right;justify-content:flex-end}.post-nav__link:only-child{grid-column:1/-1}.post-nav__arrow{font-size:1.3rem;color:var(--color-accent-dark);flex-shrink:0}.post-nav__meta{display:flex;flex-direction:column;gap:4px;min-width:0;overflow:hidden}.post-nav__label{font-size:.8rem;color:var(--color-text-muted)}.post-nav__title{display:block;font-weight:600;color:var(--color-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:640px){.post-nav{grid-template-columns:1fr}.post-nav__link--next{grid-column:1;text-align:left;justify-content:flex-start}}