.sentry-home{--s-bg:#0a0a0a;--s-card:#0d0d0d;--s-muted:#96a3b8;--s-text:#eef4ff;--s-line:#1a1a1a;--s-brand:#10b981;color:var(--s-text);background:#0a0a0a}.sentry-icon{flex-shrink:0;width:1em;height:1em;display:block}.sentry-hero{border-bottom:1px solid var(--s-line);align-items:center;min-height:88vh;display:flex;position:relative;overflow:hidden}.sentry-hero__background{pointer-events:none;position:absolute;inset:0;overflow:hidden}.sentry-hero__glow{background:radial-gradient(#10b9810f,#0000 70%);width:900px;height:700px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.sentry-hero__inner{z-index:1;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);align-items:center;gap:56px;width:min(100% - 48px,1240px);margin:0 auto;padding:104px 0 72px;display:grid;position:relative}.sentry-hero__content{max-width:680px}.sentry-hero__eyebrow{color:#10b981e6;background:#10b9810f;border:1px solid #10b98133;border-radius:999px;align-items:center;gap:7px;margin-bottom:28px;padding:5px 14px;font-size:11px;animation:.4s both hero-eyebrow-in;display:inline-flex}.sentry-hero__eyebrow a{color:var(--s-brand);font-weight:700}@keyframes hero-eyebrow-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.sentry-hero h1{color:var(--s-text);letter-spacing:-.025em;margin:0 0 24px;font-size:clamp(38px,5vw,64px);line-height:1.05}.sentry-hero h1 span{color:#0000;background:linear-gradient(90deg,#10b981 0%,#45c8a2 50%,#10b981 100%);-webkit-background-clip:text;background-clip:text}.sentry-hero__description{max-width:620px;color:var(--s-muted);margin:0 0 30px;font-size:17px;line-height:1.7}.sentry-hero__bullets{flex-direction:column;gap:10px;margin-bottom:34px;display:flex}.sentry-hero__bullets span{color:var(--s-muted);gap:10px;font-size:15px;display:flex}.sentry-hero__actions{flex-wrap:wrap;gap:14px;margin-bottom:38px;display:flex}.sentry-hero__trust{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.sentry-hero__trust span{color:var(--s-muted);gap:7px;font-size:13px;display:flex}.sentry-hero__trust b{color:var(--s-brand)}.sentry-hero__trust i{background:var(--s-line);width:1px;height:14px}.sentry-hero__visual{flex-direction:column;justify-content:center;align-items:center;min-width:0;display:flex;position:relative}.sentry-hero__visual-glow{filter:blur(28px);background:radial-gradient(#10b9811f,#10b9810a 45%,#0000 72%);border-radius:999px;width:75%;height:60%;position:absolute}.sentry-shape{color:var(--s-brand);opacity:.025;width:30rem;height:30rem;line-height:1;animation:14s ease-in-out infinite sentry-float;position:absolute}.sentry-shape--one{top:-15%;left:-7%}.sentry-shape--two{width:19rem;height:19rem;animation-delay:-4s;top:8%;right:-3%}.sentry-shape--three{width:23rem;height:23rem;animation-delay:-7s;bottom:-12%;left:30%}.sentry-shape--four{width:11rem;height:11rem;animation-delay:-2s;bottom:5%;right:8%}.sentry-button{cursor:pointer;border:0;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,opacity .2s;display:inline-flex}.sentry-button:hover{transform:translateY(-2px)}.sentry-button:active{transform:translateY(0)}.sentry-button .sentry-icon{width:1rem;height:1rem}.sentry-button--primary{color:#000;background:#10b981;box-shadow:0 0 30px #10b98133,0 4px 16px #0000004d}.sentry-button--primary:hover{box-shadow:0 0 50px #10b98159,0 8px 24px #00000059}.sentry-button--secondary{border:1px solid var(--s-line);color:var(--s-text);background:#ffffff0a}.sentry-button--secondary:hover{background:#ffffff12;border-color:#ffffff24}.sentry-section{border-bottom:1px solid var(--s-line);padding:clamp(56px,7vw,96px) clamp(18px,4vw,48px)}.sentry-section--tinted{background:#050505cc}.sentry-heading{text-align:center;max-width:600px;margin:0 auto 52px}.sentry-heading>span{color:var(--s-brand);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.sentry-heading h2{color:var(--s-text);letter-spacing:-.015em;margin:0 0 14px;font-size:clamp(28px,3.5vw,42px);line-height:1.12}.sentry-heading p{color:var(--s-muted);margin:0;font-size:16px;line-height:1.65}.sentry-audiences__grid,.sentry-services,.sentry-process,.sentry-trust-grid{gap:20px;max-width:1200px;margin:0 auto;display:grid}.sentry-audiences__grid,.sentry-services{grid-template-columns:repeat(3,1fr)}.sentry-process,.sentry-trust-grid{grid-template-columns:repeat(4,1fr)}.sentry-audience{border:1px solid var(--s-line);background:#0d0d0de6;border-radius:24px;flex-direction:column;padding:clamp(20px,3vw,32px) clamp(18px,2.5vw,28px) 28px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.sentry-audience:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,currentColor,#0000);height:1px;transition:opacity .2s;position:absolute;top:0;left:10%;right:10%}.sentry-audience:hover{transform:translateY(-3px)}.sentry-audience:hover:before{opacity:1}.sentry-audience.is-green{color:var(--s-brand)}.sentry-audience.is-green:hover{border-color:#10b9814d}.sentry-audience.is-blue{color:#60a5fa}.sentry-audience.is-blue:hover{border-color:#60a5fa59}.sentry-audience.is-purple{color:#a78bfa}.sentry-audience.is-purple:hover{border-color:#a78bfa59}.sentry-audience__top{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.sentry-audience__icon{background:color-mix(in srgb,currentColor 10%,transparent);border-radius:16px;place-items:center;width:52px;height:52px;font-size:23px;display:grid}.sentry-audience h3{color:var(--s-text);margin:0 0 10px;font-size:20px}.sentry-audience p{color:var(--s-muted);margin:0 0 20px;font-size:14px;line-height:1.7}.sentry-audience ul{flex:1;gap:9px;margin:0 0 28px;padding:0;list-style:none;display:grid}.sentry-audience li{color:var(--s-muted);gap:9px;font-size:13px;display:flex}.sentry-audience li b{color:currentColor}.sentry-audience>a{border-top:1px solid var(--s-line);color:currentColor;padding-top:18px;font-size:13px;font-weight:700;text-decoration:none}.sentry-audience>a .sentry-icon{vertical-align:-.12rem;width:.85rem;height:.85rem;display:inline-block}.sentry-badge{border:1px solid color-mix(in srgb,currentColor 25%,transparent);background:color-mix(in srgb,currentColor 10%,transparent);letter-spacing:.07em;text-transform:uppercase;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:700}.sentry-service,.sentry-trust-grid article{border:1px solid var(--s-line);background:#0d0d0dcc;border-radius:20px;flex-direction:column;gap:10px;padding:24px 20px;display:flex}.sentry-service.is-green{color:var(--s-brand)}.sentry-service.is-blue{color:#60a5fa}.sentry-service.is-purple{color:#a78bfa}.sentry-service__icon{background:color-mix(in srgb,currentColor 10%,transparent);border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.sentry-service strong{color:var(--s-text);font-size:16px}.sentry-service p{color:var(--s-muted);flex:1;margin:0;font-size:13px;line-height:1.6}.sentry-service a{color:currentColor;font-size:13px;font-weight:700;text-decoration:none}.sentry-service a .sentry-icon{vertical-align:-.12rem;width:.85rem;height:.85rem;display:inline-block}.sentry-process article{border-top:1px solid var(--s-line);padding:24px 20px}.sentry-process article>span{color:var(--s-brand);letter-spacing:.08em;font-size:12px;font-weight:800}.sentry-process article h3{color:var(--s-text);margin:14px 0 8px;font-size:17px}.sentry-process article p{color:var(--s-muted);margin:0;font-size:13px;line-height:1.6}.sentry-trust-grid article b{background:color-mix(in srgb,currentColor 10%,transparent);border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.sentry-trust-grid article strong{color:var(--s-text);font-size:15px}.sentry-trust-grid article span{color:var(--s-muted);font-size:13px;line-height:1.55}.is-green{color:var(--s-brand)}.is-blue{color:#60a5fa}.is-purple{color:#a78bfa}.sentry-faq__list{max-width:760px;margin:0 auto}.sentry-faq__list details{border-top:1px solid var(--s-line)}.sentry-faq__list details:last-child{border-bottom:1px solid var(--s-line)}.sentry-faq__list summary{color:var(--s-text);cursor:pointer;justify-content:space-between;gap:20px;padding:20px 4px;font-size:15px;font-weight:700;list-style:none;display:flex}.sentry-faq__list summary::-webkit-details-marker{display:none}.sentry-faq__list summary span{color:var(--s-brand)}.sentry-faq__list p{color:var(--s-muted);margin:0;padding:0 4px 20px;font-size:14px;line-height:1.7}.sentry-cta{background:linear-gradient(135deg,#0f0f0fe6,#050505f2);border:1px solid #10b98126;border-radius:28px;justify-content:space-between;align-items:center;gap:32px;max-width:1160px;margin:80px auto;padding:clamp(28px,4vw,48px);display:flex;position:relative;overflow:hidden;box-shadow:0 0 60px #10b9810a,0 12px 48px #0006}.sentry-cta:before{content:"";pointer-events:none;background:radial-gradient(#10b9810f,#0000 65%);border-radius:50%;width:280px;height:280px;position:absolute;top:-40%;right:-10%}.sentry-cta>div>span:first-child{color:var(--s-brand);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.sentry-cta h2{color:var(--s-text);margin:10px 0 6px;font-size:clamp(22px,3vw,36px);position:relative}.sentry-cta p{color:var(--s-muted);margin:0;position:relative}.sentry-cta>a{flex-shrink:0;position:relative}.sentry-cta__actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:12px;display:flex;position:relative}@keyframes sentry-float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(18px)rotate(3deg)}to{transform:translateY(0)rotate(0)}}@media (max-width:1040px){.sentry-grades__grid{grid-template-columns:repeat(4,1fr)}.sentry-knowledge-teaser__grid,.sentry-why__advantages{grid-template-columns:repeat(2,1fr)}.sentry-editorial__inner{grid-template-columns:1fr;gap:40px;max-width:680px}.sentry-editorial__aside{width:100%;position:static}.sentry-hero__inner{grid-template-columns:1fr;max-width:760px}.sentry-hero__content{text-align:center;margin:0 auto}.sentry-hero__bullets{align-items:center}.sentry-hero__actions,.sentry-hero__trust{justify-content:center}.sentry-hero__visual img{width:min(68vw,400px)}.sentry-audiences__grid,.sentry-services{grid-template-columns:1fr;max-width:560px}.sentry-process,.sentry-trust-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.sentry-grades__grid{grid-template-columns:repeat(2,1fr)}.sentry-knowledge-teaser__grid,.sentry-why__advantages{grid-template-columns:1fr}.sentry-hero{min-height:auto}.sentry-hero__inner{gap:28px;width:100%;padding:88px 16px 60px}.sentry-hero h1{font-size:clamp(28px,9vw,40px)}.sentry-hero__description{font-size:15px;line-height:1.65}.sentry-hero__bullets{text-align:left;align-items:flex-start}.sentry-hero__actions{flex-direction:column;gap:10px}.sentry-button{justify-content:center;width:100%;padding:15px 20px}.sentry-hero__trust{flex-direction:column;gap:9px}.sentry-hero__trust i{display:none}.sentry-hero__visual img{width:min(78vw,320px)}.sentry-heading h2{font-size:clamp(24px,7vw,36px)}.sentry-process,.sentry-trust-grid{grid-template-columns:1fr}.sentry-cta{flex-direction:column;align-items:flex-start;gap:20px;margin:40px 12px;padding:24px 20px}.sentry-cta__actions{flex-direction:column;width:100%}.sentry-cta__actions a{text-align:center;width:100%}.sentry-editorial__actions{flex-direction:column;align-items:flex-start;gap:14px}.sentry-editorial__actions a{justify-content:center;width:100%}}@media (max-width:390px){.sentry-hero__inner{padding:80px 14px 52px}.sentry-hero h1{font-size:clamp(26px,8.5vw,36px)}.sentry-audience{padding:18px 16px 20px}.sentry-service{padding:18px 16px}}.sentry-grades__grid{grid-template-columns:repeat(4,1fr);gap:12px;max-width:1160px;margin:0 auto 36px;display:grid}.sentry-grades__cta{justify-content:center;margin-top:8px;display:flex}.sentry-grade-card{border:1px solid #1a1a1a;border-top:3px solid var(--grade-color,#ffffff1f);background:#0d0d0dcc;border-radius:16px;padding:18px 20px;transition:transform .2s,border-color .2s}.sentry-grade-card:hover{border-color:var(--grade-color,#fff3);border-top-color:var(--grade-color,#fff3);transform:translateY(-2px)}.sentry-grade-card__num{color:var(--grade-color,var(--s-text));letter-spacing:-.02em;margin-bottom:4px;font-size:30px;font-weight:800;line-height:1}.sentry-grade-card__label{letter-spacing:.09em;text-transform:uppercase;color:var(--s-muted);margin-bottom:10px;font-size:10px;font-weight:700}.sentry-grade-card__desc{color:var(--s-muted);margin:0;font-size:12px;line-height:1.55}.sentry-why__advantages{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1160px;margin:0 auto 52px;display:grid}.sentry-why__adv-card{border:1px solid var(--s-line);background:#0d0d0dcc;border-radius:18px;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.sentry-why__adv-card b{width:44px;height:44px;color:var(--s-brand);background:#10b9811a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:20px;display:flex}.sentry-why__adv-card strong{color:var(--s-text);margin-bottom:5px;font-size:14px;font-weight:700;display:block}.sentry-why__adv-card p{color:var(--s-muted);margin:0;font-size:13px;line-height:1.6}.sentry-why__compare-wrap{flex-direction:column;gap:28px;max-width:1000px;margin:0 auto;display:flex}.sentry-why__compare-group{-webkit-overflow-scrolling:touch;overflow-x:auto}.sentry-why__compare-subtitle{letter-spacing:.08em;text-transform:uppercase;color:var(--s-muted);margin:0 0 12px;font-size:11px;font-weight:700}.sentry-why__footnote{color:#96a3b8d9;margin:4px 0 0;font-size:11px;line-height:1.6}.sentry-why-table{border:1px solid var(--s-line);border-radius:20px;overflow:hidden}.sentry-why-table--4{min-width:560px}.sentry-why-table--4 .sentry-why-table__head,.sentry-why-table--4 .sentry-why-table__row{grid-template-columns:1.5fr 1fr 1fr 1fr}.sentry-why-table--5{min-width:700px}.sentry-why-table--5 .sentry-why-table__head,.sentry-why-table--5 .sentry-why-table__row{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr}.sentry-why-table__head{letter-spacing:.08em;text-transform:uppercase;color:var(--s-muted);background:#000000f2;align-items:center;gap:8px;padding:12px 20px;font-size:11px;font-weight:700;display:grid}.sentry-why-table__head .is-slab{color:var(--s-brand)}.sentry-why-table__row{border-top:1px solid var(--s-line);align-items:center;gap:8px;padding:13px 20px;display:grid}.sentry-why-table__row:nth-child(2n){background:#ffffff05}.sentry-why-table__feature,.sentry-why-table__cell{color:var(--s-muted);font-size:13px;font-weight:600}.sentry-why-table__cell.is-slab{color:var(--s-brand);font-weight:700}.sentry-why-table__cell.is-yes{color:var(--s-brand);align-items:center;gap:4px;display:flex}.sentry-why-table__cell.is-yes .sentry-icon{flex-shrink:0;width:15px;height:15px}.sentry-why-table__cell.is-no{color:#fca5a5d9}.sentry-why-table__cell.is-unknown{color:#96a3b8d9}.sentry-knowledge-teaser__grid{grid-template-columns:repeat(3,1fr);gap:14px;max-width:1160px;margin:0 auto;display:grid}.sentry-knowledge-link{border:1px solid var(--s-line);background:#0d0d0dcc;border-radius:18px;flex-direction:column;gap:8px;padding:22px 24px;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:flex}.sentry-knowledge-link:hover{background:#0d0d0df2;transform:translateY(-3px)}.sentry-knowledge-link strong{color:var(--s-text);font-size:15px;font-weight:700;line-height:1.3}.sentry-knowledge-link p{color:var(--s-muted);flex:1;margin:0;font-size:13px;line-height:1.6}.sentry-knowledge-link span{align-items:center;gap:5px;margin-top:6px;font-size:12px;font-weight:700;transition:gap .2s;display:inline-flex}.sentry-knowledge-link span .sentry-icon{width:.85rem;height:.85rem}.sentry-knowledge-link:hover span{gap:8px}.sentry-knowledge-link.is-green{color:var(--s-brand)}.sentry-knowledge-link.is-green:hover{border-color:#10b98140}.sentry-knowledge-link.is-green span{color:var(--s-brand)}.sentry-knowledge-link.is-blue{color:#60a5fa}.sentry-knowledge-link.is-blue:hover{border-color:#60a5fa47}.sentry-knowledge-link.is-blue span{color:#60a5fa}.sentry-knowledge-link.is-purple{color:#a78bfa}.sentry-knowledge-link.is-purple:hover{border-color:#a78bfa47}.sentry-knowledge-link.is-purple span{color:#a78bfa}.sentry-knowledge-link.is-orange{color:#fdba74}.sentry-knowledge-link.is-orange:hover{border-color:#fdba7447}.sentry-knowledge-link.is-orange span{color:#fdba74}.sentry-knowledge-link.is-red{color:#fca5a5}.sentry-knowledge-link.is-red:hover{border-color:#fca5a547}.sentry-knowledge-link.is-red span{color:#fca5a5}.sentry-knowledge-link.is-muted{color:var(--s-muted)}.sentry-knowledge-link.is-muted:hover{border-color:#ffffff26}.sentry-knowledge-link.is-muted span{color:var(--s-muted)}.sentry-editorial__inner{grid-template-columns:1fr 360px;align-items:start;gap:56px;max-width:1160px;margin:0 auto;display:grid}.sentry-editorial__text .sentry-heading--left{text-align:left}.sentry-editorial__text .sentry-heading--left:after{display:none}.sentry-editorial__text .sentry-heading--left span{margin-left:0}.sentry-editorial__text .sentry-heading--left h2{font-size:clamp(26px,3.5vw,46px)}.sentry-editorial__text p{color:var(--s-muted);margin:0 0 18px;font-size:15px;line-height:1.78}.sentry-editorial__actions{flex-wrap:wrap;align-items:center;gap:20px;margin-top:32px;display:flex}.sentry-editorial__aside{position:sticky;top:88px}.sentry-editorial-card{background:#ffffff08;border:1px solid #1a1a1a;border-radius:20px;padding:24px}.sentry-editorial-card__label{letter-spacing:.08em;text-transform:uppercase;color:var(--s-muted);margin:0 0 14px;font-size:11px;font-weight:700}.sentry-editorial-card__divider{border:none;border-top:1px solid #ffffff12;margin:18px 0}.sentry-editorial-card__facts{flex-direction:column;gap:14px;display:flex}.sentry-tcg-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.sentry-tcg-tag{border-radius:10px;align-items:center;gap:8px;padding:7px 12px;font-size:13px;font-weight:600;display:flex}.sentry-tcg-tag .sentry-icon{flex-shrink:0;width:14px;height:14px}.sentry-tcg-tag.is-green{color:var(--s-brand);background:#10b98114;border:1px solid #10b98126}.sentry-tcg-tag.is-blue{color:#7da4d8;background:#5777a41a;border:1px solid #5777a42e}.sentry-tcg-tag.is-purple{color:#c4b5fd;background:#8b5cf614;border:1px solid #8b5cf629}.sentry-tcg-tag.is-orange{color:#fdba74;background:#f9731614;border:1px solid #f9731629}.sentry-tcg-tag.is-red{color:#fca5a5;background:#ef444414;border:1px solid #ef444424}.sentry-tcg-tag.is-muted{color:var(--s-muted);background:#ffffff0a;border:1px solid #1a1a1a}.sentry-fact{align-items:flex-start;gap:12px;display:flex}.sentry-fact b{width:32px;height:32px;color:var(--s-brand);background:#10b9811a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.sentry-fact b .sentry-icon{width:15px;height:15px}.sentry-fact strong{color:var(--s-text);margin-bottom:2px;font-size:13px;display:block}.sentry-fact span{color:var(--s-muted);font-size:12px;line-height:1.5}.sentry-link{color:var(--s-brand);align-items:center;gap:6px;font-size:14px;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.sentry-link:hover{gap:10px}.hero-slider{z-index:1;width:min(100%,510px);position:relative}.hero-slider__track{aspect-ratio:1;filter:drop-shadow(0 36px 70px #0000007a);border-radius:28px;width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#000 72%,#0000 100%);mask-image:linear-gradient(#000 72%,#0000 100%)}.hero-slider__slide{opacity:0;transition:opacity .9s;position:absolute;inset:0}.hero-slider__slide.is-active{opacity:.9}.hero-slider__slide img{object-fit:cover;border-radius:28px;width:100%;height:100%}.hero-slider__dots{justify-content:center;gap:8px;padding-top:20px;display:flex}.hero-slider__dot{cursor:pointer;background:#10b98133;border:none;border-radius:999px;width:6px;height:6px;padding:0;transition:width .35s,background-color .35s}.hero-slider__dot.is-active{background:var(--s-brand);width:26px}.hero-slider__dot:hover:not(.is-active){background:#10b98166}@media (prefers-reduced-motion:reduce){.hero-slider__slide,.hero-slider__dot{transition:none}.sentry-hero__eyebrow{animation:none}}@media (max-width:640px){.hero-slider{width:min(78vw,320px)}}@media (max-width:390px){.hero-slider{width:min(74vw,280px)}}.hero{background:#000;flex-direction:column;min-height:100vh;display:flex;position:relative}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-leak-1{filter:blur(50px);pointer-events:none;background:radial-gradient(circle,#10b9811a 0%,#0000 65%);width:600px;height:600px;position:absolute;top:-150px;left:-150px}.hero__bg-leak-2{filter:blur(60px);pointer-events:none;background:radial-gradient(circle,#10b9810a 0%,#0000 65%);width:500px;height:400px;position:absolute;bottom:0;right:40%}.hero__bg-lines{pointer-events:none;background:repeating-linear-gradient(0deg,#0000,#0000 3px,#ffffff02 3px 4px);position:absolute;inset:0}.hero__body{z-index:1;flex:1;grid-template-columns:1fr 1fr;align-items:center;gap:0;width:100%;max-width:1400px;margin:0 auto;padding:0 48px;display:grid;position:relative}.hero__left{flex-direction:column;padding:120px 64px 48px 0;display:flex}.hero__eyebrow{align-items:center;gap:12px;margin-bottom:32px;display:inline-flex}.hero__eyebrow-line{background:#10b981;flex-shrink:0;width:28px;height:1px}.hero__eyebrow-text{letter-spacing:.22em;text-transform:uppercase;color:#97e0ca;font-size:10px}.hero__headline{letter-spacing:-.04em;color:#fff;margin-bottom:32px;font-size:clamp(44px,5.5vw,76px);font-weight:900;line-height:1}.hero__headline-accent{background:linear-gradient(90deg,#10b981 0%,#97e0ca 50%,#10b981 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;display:block}.hero__sub{color:#ffffffd9;margin-bottom:48px;font-size:15.5px;font-weight:400;line-height:1.7}.hero__sub strong{color:#ffffffd9;font-weight:500}.hero__ctas{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:52px;display:flex}.cta-primary{color:#000;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:#10b981;border:none;align-items:center;gap:10px;height:50px;padding:0 28px;font-size:11.5px;font-weight:700;text-decoration:none;transition:background .2s,box-shadow .2s;display:inline-flex;position:relative}.cta-primary:hover{background:#0ea672;box-shadow:0 6px 20px #10b98159}.cta-ghost{color:#ffffffd9;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff1a;align-items:center;gap:8px;height:50px;padding:0 24px;font-size:11.5px;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.cta-ghost:hover{color:#ffffffd9;border-color:#ffffff38}.btn-primary{color:#000;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:#10b981;border:none;align-items:center;gap:10px;height:50px;padding:0 28px;font-family:inherit;font-size:11.5px;font-weight:700;text-decoration:none;transition:background .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{color:#000;background:#0ea672;box-shadow:0 6px 20px #10b98159}.btn-ghost{color:#ffffffd9;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff1a;align-items:center;gap:8px;height:50px;padding:0 24px;font-family:inherit;font-size:11.5px;font-weight:500;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.btn-ghost:hover{color:#fffc;border-color:#ffffff38}.hero__pop{cursor:pointer;background:#ffffff05;border:1px solid #ffffff12;align-items:center;gap:12px;margin-top:20px;padding:12px 16px;text-decoration:none;transition:border-color .2s,background .2s;display:inline-flex}.hero__pop:hover{background:#10b9810a;border-color:#10b98140}.hero__pop svg{color:#10b981;flex-shrink:0}.hero__pop-text{flex-direction:column;gap:2px;display:flex}.hero__pop-label{color:#ffffffd9;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:600}.hero__pop-sub{color:#ffffffd9;font-size:11px}.hero__pop-arrow{flex-shrink:0;margin-left:auto;color:#10b981d9!important}.hero__trust{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.hero__trust-item{color:#ffffffd9;letter-spacing:.05em;align-items:center;gap:7px;font-size:10.5px;display:flex}.hero__trust-dot{opacity:.5;background:#10b981;border-radius:50%;flex-shrink:0;width:4px;height:4px}.hero__right{justify-content:center;align-items:center;padding:120px 0 48px 48px;display:flex}.hero__video-wrap{aspect-ratio:16/10;width:100%;max-width:520px;position:relative}.hero__video-frame{background:#0d0d0d;border:1px solid #ffffff12;width:100%;height:100%;position:relative;overflow:hidden}.hero__video-frame:before{content:"";z-index:2;border-top:1.5px solid #10b98166;border-left:1.5px solid #10b98166;width:20px;height:20px;position:absolute;top:12px;left:12px}.hero__video-frame:after{content:"";z-index:2;border-bottom:1.5px solid #10b98166;border-right:1.5px solid #10b98166;width:20px;height:20px;position:absolute;bottom:12px;right:12px}.hero__video-inner{background:radial-gradient(60% 50% at 50% 40%,#10b98112 0%,#0000 70%),linear-gradient(160deg,#111 0%,#080808 100%);position:absolute;inset:0}.hero__video-corner-tr{z-index:2;border-top:1.5px solid #10b98166;border-right:1.5px solid #10b98166;width:20px;height:20px;position:absolute;top:12px;right:12px}.hero__video-corner-bl{z-index:2;border-bottom:1.5px solid #10b98166;border-left:1.5px solid #10b98166;width:20px;height:20px;position:absolute;bottom:12px;left:12px}.hero__video-label{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex;position:absolute;inset:0}.hero__play{cursor:pointer;border:1px solid #10b9814d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:border-color .2s,background .2s;display:flex;position:relative}.hero__play:before{content:"";border:1px solid #10b98114;border-radius:50%;animation:2.5s ease-in-out infinite pulseRing;position:absolute;inset:-8px}.hero__play:hover{background:#10b98114;border-color:#10b981b3}@keyframes pulseRing{0%,to{opacity:1;transform:scale(1)}50%{opacity:0;transform:scale(1.15)}}.hero__play-text{letter-spacing:.18em;text-transform:uppercase;color:#ffffffd9;font-size:10px}.hero__video-badge{color:#000;letter-spacing:.12em;text-transform:uppercase;z-index:3;background:#10b981;padding:6px 14px;font-size:9px;font-weight:700;position:absolute;bottom:-1px;left:-1px}.hero__video-side{letter-spacing:.2em;text-transform:uppercase;color:#ffffffd9;white-space:nowrap;font-size:8.5px;position:absolute;top:50%;right:-32px;transform:translateY(-50%)rotate(90deg)}.hero__chip{white-space:nowrap;z-index:10;background:#0f0f0f;border:1px solid #ffffff14;padding:8px 12px;position:absolute}.hero__chip-value{color:#fff;letter-spacing:-.02em;margin-bottom:2px;font-size:13px;font-weight:800;line-height:1}.hero__chip-value em{color:#10b981;font-style:normal}.hero__chip-label{color:#ffffffd9;letter-spacing:.1em;text-transform:uppercase;font-size:8px}.hero__chip--tl{animation:4s ease-in-out infinite chipFloat;top:-20px;left:-20px}.hero__chip--br{animation:4s ease-in-out 1.2s infinite chipFloat;bottom:-20px;right:-20px}@keyframes chipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero__stats{z-index:1;border-top:1px solid #ffffff0f;position:relative}.hero__stats-inner{grid-template-columns:repeat(4,1fr);max-width:1400px;margin:0 auto;padding:0 48px;display:grid}.hero__stat{border-right:1px solid #ffffff0f;flex-direction:column;gap:4px;padding:26px 32px;display:flex}.hero__stat:first-child{padding-left:0}.hero__stat:last-child{border-right:none}.hero__stat-value{color:#fff;letter-spacing:-.03em;font-size:24px;font-weight:800;line-height:1}.hero__stat-value em{color:#10b981;font-style:normal}.hero__stat-label{color:#ffffffd9;letter-spacing:.08em;text-transform:uppercase;font-size:10px}.hero__ticker{z-index:1;border-top:1px solid #ffffff0a;padding:11px 0;position:relative;overflow:hidden}.hero__ticker-track{width:max-content;animation:22s linear infinite ticker;display:flex}.hero__ticker-item{letter-spacing:.16em;text-transform:uppercase;color:#ffffffd9;white-space:nowrap;border-right:1px solid #ffffff0d;align-items:center;gap:10px;padding:0 28px;font-size:9.5px;display:flex}.hero__ticker-dot{opacity:.4;background:#10b981;border-radius:50%;flex-shrink:0;width:3px;height:3px}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:960px){.hero__body{grid-template-columns:1fr;padding:0 32px}.hero__left{order:2;padding:100px 0 48px}.hero__right{order:1;padding:80px 0 0}.hero__video-wrap{max-width:400px}.hero__chip--tl{top:-12px;left:-12px}.hero__chip--br{bottom:-12px;right:-12px}.hero__video-side{display:none}}@media (max-width:640px){.hero__body{padding:0 20px}.hero__left{text-align:center;align-items:center;padding:80px 0 40px}.hero__right{padding:60px 0 0}.hero__video-wrap{max-width:100%}.hero__chip{display:none}.hero__eyebrow{justify-content:center}.hero__sub{text-align:center}.hero__trust{justify-content:center}.hero__pop{width:100%}.hero__stats-inner{grid-template-columns:1fr 1fr;padding:0 20px}.hero__stat{padding:20px 16px}.hero__stat:nth-child(2){border-right:none}.hero__stat:nth-child(3){border-top:1px solid #ffffff0f}.hero__stat:nth-child(4){border-top:1px solid #ffffff0f;border-right:none}.hero__stat:first-child{padding-left:16px}.hero__ctas{flex-direction:column;align-items:center}.cta-primary,.cta-ghost{justify-content:center;width:100%}}.fuerwen{background:#000;border-top:1px solid #1a1a1a;padding:96px 0}.fuerwen__inner{max-width:1400px;margin:0 auto;padding:0 48px}.fuerwen__header{margin-bottom:56px}.fuerwen__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#10b981;align-items:center;gap:12px;margin-bottom:16px;font-size:10px;display:inline-flex}.fuerwen__eyebrow-line{background:#10b981;flex-shrink:0;width:28px;height:1px;display:inline-block}.fuerwen__headline{letter-spacing:-.03em;color:#fff;font-size:clamp(28px,3.5vw,48px);font-weight:800;line-height:1.1}.fuerwen__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.fuerwen__card{background:#0d0d0d;border:1px solid #1a1a1a;flex-direction:column;gap:16px;padding:32px 32px 48px;transition:border-color .2s;display:flex}.fuerwen__card:hover{border-color:#2a2a2a}.fuerwen__card--gold{background:linear-gradient(160deg,#111200 0%,#0d0d0d 100%);border-color:#10b98133}.fuerwen__card--gold:hover{border-color:#10b98166}.fuerwen__card-top{justify-content:space-between;align-items:flex-start;display:flex}.fuerwen__tag{letter-spacing:.16em;text-transform:uppercase;color:#10b981;font-size:9px}.fuerwen__icon{color:#777;border:1px solid #222;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.fuerwen__card--gold .fuerwen__icon{color:#10b981;border-color:#10b98133}.fuerwen__card-title{color:#fff;letter-spacing:-.02em;font-size:17px;font-weight:700;line-height:1.3}.fuerwen__card-desc{color:#ffffffd9;flex:1;font-size:13.5px;line-height:1.7}.fuerwen__list{flex-direction:column;gap:8px;list-style:none;display:flex}.fuerwen__list li{color:#ffffffd9;align-items:center;gap:8px;font-size:12.5px;display:flex}.fuerwen__list li:before{content:"";opacity:.6;background:#10b981;border-radius:50%;flex-shrink:0;width:4px;height:4px}.fuerwen__link{letter-spacing:.08em;text-transform:uppercase;color:#10b981;border-top:1px solid #1a1a1a;align-items:center;gap:8px;padding-top:8px;font-size:11px;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.fuerwen__link:hover{gap:12px}.fuerwen__card--gold .fuerwen__link{border-color:#10b98126}@media (max-width:900px){.fuerwen{padding:64px 0}.fuerwen__inner{padding:0 24px}.fuerwen__grid{grid-template-columns:1fr;gap:16px}}@media (max-width:480px){.fuerwen__inner{padding:0 20px}.fuerwen{padding:48px 0}}.services{background:#050505;border-top:1px solid #1a1a1a;padding:96px 0}.services__inner{max-width:1400px;margin:0 auto;padding:0 48px}.services__header{max-width:640px;margin-bottom:64px}.services__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#10b981;align-items:center;gap:12px;margin-bottom:16px;font-size:10px;display:inline-flex}.services__eyebrow-line{background:#10b981;flex-shrink:0;width:28px;height:1px;display:inline-block}.services__headline{letter-spacing:-.03em;color:#fff;margin-bottom:16px;font-size:clamp(28px,3.5vw,48px);font-weight:800;line-height:1.1}.services__sub{color:#ffffffd9;font-size:15px;line-height:1.7}.services__grid{flex-direction:column;margin-bottom:64px;display:flex}.services__row{border-top:1px solid #1a1a1a;grid-template-columns:320px 1fr;align-items:start;gap:48px;padding:40px 0;transition:border-color .2s;display:grid}.services__row:hover{border-color:#2a2a2a}.services__row--last{border-bottom:1px solid #1a1a1a}.services__row-left{align-items:flex-start;gap:20px;display:flex}.services__row-right{flex-direction:column;gap:20px;display:flex}.services__num{letter-spacing:.12em;color:#777;margin-bottom:6px;font-size:10px;font-weight:700}.services__icon{color:#10b981;border:1px solid #1e1e1e;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.services__title{color:#fff;letter-spacing:-.02em;font-size:20px;font-weight:700;line-height:1.2}.services__desc{color:#ffffffd9;flex:1;font-size:13.5px;line-height:1.75}.services__link{letter-spacing:.08em;text-transform:uppercase;color:#10b981;border-top:1px solid #1a1a1a;align-items:center;gap:8px;width:100%;margin-top:auto;padding-top:16px;font-size:11px;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.services__link:hover{gap:12px}.services__tcg{border-top:1px solid #1a1a1a;flex-wrap:wrap;align-items:center;gap:24px;padding-top:32px;display:flex}.services__tcg-label{letter-spacing:.15em;text-transform:uppercase;color:#ffffff80;flex-shrink:0;font-size:10px}.services__tcg-list{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.services__tcg-list span{color:#ffffff80;letter-spacing:.04em;font-size:12px}.services__tcg-dot{background:#ffffff80;border-radius:50%;flex-shrink:0;width:3px;height:3px}@media (max-width:900px){.services{padding:64px 0}.services__inner{padding:0 24px}.services__row{grid-template-columns:1fr;gap:24px}.services__tcg{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:480px){.services__inner{padding:0 20px}.services{padding:48px 0}}.info{background:#000;border-top:1px solid #1a1a1a;padding:96px 0}.info__inner{grid-template-columns:1fr 380px;align-items:start;gap:80px;max-width:1400px;margin:0 auto;padding:0 48px;display:grid}.info__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#10b981;align-items:center;gap:12px;margin-bottom:16px;font-size:10px;display:inline-flex}.info__eyebrow-line{background:#10b981;flex-shrink:0;width:28px;height:1px;display:inline-block}.info__headline{letter-spacing:-.03em;color:#fff;margin-bottom:24px;font-size:clamp(24px,2.8vw,40px);font-weight:800;line-height:1.15}.info__body{color:#ffffffd9;margin-bottom:16px;font-size:14px;line-height:1.75}.info__ctas{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.info__ctas a{text-decoration:none}.info__badges{flex-direction:column;display:flex}.info__badge{border-bottom:1px solid #1a1a1a;align-items:flex-start;gap:16px;padding:20px 0;display:flex}.info__badge svg{color:#10b981;flex-shrink:0;margin-top:2px}.info__badge-title{color:#fff;margin-bottom:3px;font-size:13px;font-weight:600}.info__badge-sub{color:#ffffffd9;font-size:12px}.info__tcg-list{padding:20px 0}.info__tcg-title{letter-spacing:.18em;text-transform:uppercase;color:#999;margin-bottom:10px;font-size:9px}.info__tcg-items{flex-wrap:wrap;gap:8px;display:flex}.info__tcg-items span{color:#999;border:1px solid #1e1e1e;padding:4px 10px;font-size:11px}.prozess{background:#050505;border-top:1px solid #1a1a1a;padding:96px 0}.prozess__inner{max-width:1400px;margin:0 auto;padding:0 48px}.prozess__header{margin-bottom:56px}.prozess__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#10b981;align-items:center;gap:12px;margin-bottom:16px;font-size:10px;display:inline-flex}.prozess__eyebrow-line{background:#10b981;flex-shrink:0;width:28px;height:1px;display:inline-block}.prozess__headline{letter-spacing:-.03em;color:#fff;font-size:clamp(28px,3.5vw,48px);font-weight:800;line-height:1.1}.prozess__steps{grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.prozess__step{background:#0d0d0d;border:1px solid #1a1a1a;flex-direction:column;gap:20px;padding:32px;transition:border-color .2s;display:flex}.prozess__step:hover{border-color:#10b98133}.prozess__step-num{color:#444;letter-spacing:-.04em;font-size:36px;font-weight:900;line-height:1}.prozess__step h3{color:#fff;letter-spacing:-.02em;font-size:16px;font-weight:700}.prozess__step p{color:#ffffffd9;font-size:13px;line-height:1.7}.skala{background:#000;border-top:1px solid #1a1a1a;padding:96px 0}.skala__inner{max-width:1400px;margin:0 auto;padding:0 48px}.skala__header{margin-bottom:48px}.skala__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#10b981;align-items:center;gap:12px;margin-bottom:16px;font-size:10px;display:inline-flex}.skala__eyebrow-line{background:#10b981;flex-shrink:0;width:28px;height:1px;display:inline-block}.skala__headline{letter-spacing:-.03em;color:#fff;margin-bottom:12px;font-size:clamp(28px,3.5vw,48px);font-weight:800}.skala__sub{color:#ffffffd9;font-size:14px}.skala__grid{flex-direction:column;margin-bottom:32px;display:flex}.skala__item{border-top:1px solid #141414;grid-template-columns:80px 1fr;align-items:center;gap:24px;padding:20px 0;display:grid}.skala__item--top{border-top-color:#10b98133}.skala__grade{color:#777;letter-spacing:-.04em;font-size:36px;font-weight:900;line-height:1}.skala__item--top .skala__grade{color:#10b981}.skala__name{color:#fff;margin-bottom:3px;font-size:14px;font-weight:600}.skala__desc{color:#ffffffd9;font-size:12.5px}.skala__link{letter-spacing:.08em;text-transform:uppercase;color:#10b981;border-bottom:1px solid #10b9814d;align-items:center;gap:8px;padding-bottom:2px;font-size:11px;font-weight:600;text-decoration:none;display:inline-flex}.warum{background:#050505;border-top:1px solid #1a1a1a;padding:96px 0}.warum__inner{max-width:1400px;margin:0 auto;padding:0 48px}.warum__header{margin-bottom:56px}.warum__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#10b981;align-items:center;gap:12px;margin-bottom:16px;font-size:10px;display:inline-flex}.warum__eyebrow-line{background:#10b981;flex-shrink:0;width:28px;height:1px;display:inline-block}.warum__headline{letter-spacing:-.03em;color:#fff;font-size:clamp(28px,3.5vw,48px);font-weight:800;line-height:1.1}.warum__grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.warum__item{background:#0d0d0d;border:1px solid #1a1a1a;flex-direction:column;gap:16px;padding:32px;transition:border-color .2s;display:flex}.warum__item:hover{border-color:#2a2a2a}.warum__item h4{color:#fff;letter-spacing:-.01em;font-size:15px;font-weight:700}.warum__item p{color:#ffffffd9;font-size:13px;line-height:1.7}.warum__item--gold{background:linear-gradient(160deg,#111200 0%,#0d0d0d 100%);border-color:#10b98126}.warum__item--gold:hover{border-color:#10b98159}.warum__icon{color:#10b981;border:1px solid #222;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.vergleich{background:#000;border-top:1px solid #1a1a1a;padding:96px 0}.vergleich__inner{max-width:1400px;margin:0 auto;padding:0 48px}.vergleich__header{margin-bottom:56px}.vergleich__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#10b981;align-items:center;gap:12px;margin-bottom:16px;font-size:10px;display:inline-flex}.vergleich__eyebrow-line{background:#10b981;flex-shrink:0;width:28px;height:1px;display:inline-block}.vergleich__headline{letter-spacing:-.03em;color:#fff;font-size:clamp(28px,3.5vw,48px);font-weight:800;line-height:1.1}.vergleich__subtitle{letter-spacing:.12em;text-transform:uppercase;color:#999;margin-top:48px;margin-bottom:12px;font-size:11px}.vergleich__table-wrap{overflow-x:auto}.vergleich__table{border-collapse:collapse;width:100%}.vergleich__table th{letter-spacing:.12em;text-transform:uppercase;color:#999;text-align:left;border-bottom:1px solid #1a1a1a;padding:12px 16px;font-size:10px;font-weight:600}.vergleich__table td{color:#ffffffd9;border-bottom:1px solid #111;padding:14px 16px;font-size:13px}.vergleich__table tr:last-child td{border-bottom:none}.vergleich__us{font-weight:500;color:#fff!important;background:#10b9810a!important}.vergleich__table th.vergleich__us{border-bottom-color:#10b98133;color:#10b981!important}.vergleich__check{font-weight:700;color:#10b981!important}.vergleich__cross{color:#777!important}.vergleich__note{color:#999;margin-top:16px;font-size:11px;line-height:1.6}.faq{background:#050505;border-top:1px solid #1a1a1a;padding:96px 0}.faq__inner{max-width:900px;margin:0 auto;padding:0 48px}.faq__header{margin-bottom:48px}.faq__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#10b981;align-items:center;gap:12px;margin-bottom:16px;font-size:10px;display:inline-flex}.faq__eyebrow-line{background:#10b981;flex-shrink:0;width:28px;height:1px;display:inline-block}.faq__headline{letter-spacing:-.03em;color:#fff;font-size:clamp(28px,3.5vw,44px);font-weight:800;line-height:1.1}.faq__list{flex-direction:column;margin-bottom:32px;display:flex}.faq__item{border-bottom:1px solid #141414}.faq__q{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 0;font-family:inherit;font-size:15px;font-weight:500;transition:color .15s;display:flex}.faq__q:hover{color:#10b981}.faq__q.open .faq__chev{color:#10b981;transform:rotate(180deg)}.faq__chev{color:#777;flex-shrink:0;transition:transform .25s}.faq__a{color:#ffffffd9;max-height:0;padding:0;font-size:14px;line-height:1.75;transition:max-height .3s,padding .3s;overflow:hidden}.faq__a.open{max-height:300px;padding-bottom:20px}.faq__all{letter-spacing:.08em;text-transform:uppercase;color:#10b981;border-bottom:1px solid #10b9814d;align-items:center;gap:8px;padding-bottom:2px;font-size:11px;font-weight:600;text-decoration:none;display:inline-flex}.wissen{background:#000;border-top:1px solid #1a1a1a;padding:96px 0}.wissen__inner{max-width:1400px;margin:0 auto;padding:0 48px}.wissen__header{margin-bottom:48px}.wissen__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#10b981;align-items:center;gap:12px;margin-bottom:16px;font-size:10px;display:inline-flex}.wissen__eyebrow-line{background:#10b981;flex-shrink:0;width:28px;height:1px;display:inline-block}.wissen__headline{letter-spacing:-.03em;color:#fff;font-size:clamp(24px,2.8vw,40px);font-weight:800}.wissen__grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.wissen__card{background:#0d0d0d;border:1px solid #1a1a1a;flex-direction:column;gap:10px;padding:28px;text-decoration:none;transition:border-color .2s;display:flex}.wissen__card:hover{border-color:#10b98133}.wissen__card h4{color:#fff;font-size:15px;font-weight:700}.wissen__card p{color:#ffffffd9;flex:1;font-size:13px;line-height:1.6}.wissen__card-link{letter-spacing:.08em;text-transform:uppercase;color:#10b981;align-items:center;gap:6px;margin-top:8px;font-size:10.5px;font-weight:600;display:inline-flex}.ctabanner{text-align:center;background:#000;border-top:1px solid #1a1a1a;padding:120px 0;position:relative;overflow:hidden}.ctabanner__bg{pointer-events:none;position:absolute;inset:0}.ctabanner__glow{filter:blur(40px);background:radial-gradient(#10b98114 0%,#0000 70%);width:600px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ctabanner__inner{z-index:1;max-width:700px;margin:0 auto;padding:0 48px;position:relative}.ctabanner__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:#10b981;align-items:center;gap:12px;margin-bottom:20px;font-size:10px;display:inline-flex}.ctabanner__eyebrow-line{background:#10b981;flex-shrink:0;width:28px;height:1px;display:inline-block}.ctabanner__headline{letter-spacing:-.04em;color:#fff;margin-bottom:20px;font-size:clamp(32px,4vw,56px);font-weight:900;line-height:1.05}.ctabanner__sub{color:#ffffffd9;margin-bottom:40px;font-size:15px;line-height:1.7}.ctabanner__ctas{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (max-width:900px){.info__inner{grid-template-columns:1fr;gap:48px;padding:0 24px}.prozess__steps{grid-template-columns:1fr 1fr}.prozess__inner,.skala__inner,.warum__inner,.vergleich__inner,.wissen__inner{padding:0 24px}.warum__grid,.wissen__grid{grid-template-columns:1fr 1fr}.faq__inner,.ctabanner__inner{padding:0 24px}}@media (max-width:600px){.prozess__steps,.warum__grid,.wissen__grid{grid-template-columns:1fr}.info__inner,.prozess__inner,.skala__inner,.warum__inner,.vergleich__inner,.faq__inner,.wissen__inner,.ctabanner__inner{padding:0 20px}.skala__item{grid-template-columns:60px 1fr}.ctabanner__ctas{flex-direction:column;align-items:center}}
