@charset "UTF-8";.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden].audyt-form-section,[hidden].audyt-loading,[hidden].audyt-error,[hidden]#audytResults{display:none!important}.audyt-lord-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0}.audyt-lord-icon>lord-icon,.audyt-lord-icon>.icon-svg-fallback{width:100%;height:100%}.audyt-lord-icon>lord-icon{display:block}.audyt-lord-icon>.icon-svg-fallback{object-fit:contain}.audyt-form-section{max-width:860px;margin:0 auto;padding:6rem 2rem 4rem}.audyt-form-section__inner{position:relative;text-align:center;padding:4rem 2.5rem;border-radius:28px;background:linear-gradient(180deg,#0a0e18bf,#060810f2);border:1px solid rgba(240,242,245,.06);overflow:hidden}.audyt-form-section__inner:before{content:"";position:absolute;top:0;left:5%;right:5%;height:1px;background:linear-gradient(90deg,transparent,rgba(0,229,195,.35),rgba(0,212,255,.35),rgba(0,229,195,.35),transparent)}.audyt-form-section__inner:after{content:"";position:absolute;inset:0;border-radius:28px;background:conic-gradient(from 180deg,transparent 0%,rgba(0,229,195,.03) 25%,transparent 50%,rgba(0,212,255,.03) 75%,transparent 100%);pointer-events:none}.audyt-form-section__badge{display:inline-flex;align-items:center;font-family:Manrope,system-ui,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#00e5c3;padding:.4rem 1.1rem .4rem .8rem;border:1px solid rgba(0,229,195,.2);border-radius:100px;background:#00e5c30d;margin-bottom:1.5rem}.audyt-form-section__icon{width:64px;height:64px;padding:12px;box-sizing:border-box;border-radius:18px;border:1px solid rgba(0,229,195,.12);background:#00e5c30f;margin:0 auto 1.5rem}.audyt-form-section__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.8rem,5vw,2.8rem);font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,#00d4ff,#00e5c3,#22c55e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 1rem;line-height:1.3;padding-top:.1em;text-wrap:balance}.audyt-form-section__desc{font-family:Manrope,system-ui,sans-serif;font-size:1.05rem;color:#f0f2f5a6;line-height:1.75;margin:0 auto 2.5rem;max-width:520px;text-wrap:balance}.audyt-form-section__features{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem}.audyt-form-glow{position:absolute;top:-80px;left:50%;transform:translate(-50%);width:450px;height:200px;background:radial-gradient(ellipse,rgba(0,229,195,.09) 0%,transparent 70%);pointer-events:none;animation:audytGlow 4s ease-in-out infinite alternate}:root.is-firefox .audyt-form-glow{animation:none}.audyt-form-glow--2{width:300px;height:140px;top:auto;bottom:-70px;background:radial-gradient(ellipse,rgba(0,212,255,.05) 0%,transparent 70%);animation-delay:-2s}@keyframes audytGlow{0%{opacity:.5;transform:translate(-50%) scale(.9)}to{opacity:1;transform:translate(-50%) scale(1.1)}}.audyt-form-feature{display:flex;align-items:center;flex-shrink:0;gap:.65rem;font-family:Manrope,system-ui,sans-serif;font-size:.8rem;color:#f0f2f566;font-weight:500}.audyt-form-feature__icon{width:52px;height:52px;padding:10px;box-sizing:border-box;border-radius:16px;border:1px solid rgba(0,229,195,.12);background:#00e5c30d}.audyt-form-feature__sep{width:1px;height:1rem;background:#f0f2f50f;flex-shrink:0}.audyt-form{max-width:640px;margin:0 auto}.audyt-form__row{display:flex;align-items:stretch;gap:.75rem;flex-wrap:wrap;justify-content:center}.audyt-form__field{flex:1;min-width:180px}.audyt-form__input{width:100%;padding:.85rem 1.25rem;border-radius:14px;border:1px solid rgba(240,242,245,.06);background:#f0f2f50a;color:#f0f2f5;font-family:Manrope,system-ui,sans-serif;font-size:.9rem;outline:none;box-sizing:border-box;text-overflow:ellipsis;transition:border-color .3s cubic-bezier(.16,1,.3,1),background .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}.audyt-form__input::placeholder{color:#f0f2f533;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.audyt-form__input:hover{border-color:#00e5c326;box-shadow:0 0 20px #00e5c30d}.audyt-form__input:focus{border-color:#00e5c366;background:#f0f2f50f;box-shadow:0 0 0 3px #00e5c314,0 0 20px #00e5c30d}.audyt-form__submit{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:14px;border:none;background:linear-gradient(135deg,#00e5c3,#22c55e);color:#040608;font-family:Manrope,system-ui,sans-serif;font-size:.9rem;font-weight:700;cursor:none;position:relative;white-space:nowrap;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}.audyt-form__submit:before{content:"";position:absolute;inset:-2px;border-radius:16px;background:linear-gradient(135deg,#00e5c3,#22c55e);z-index:-1;opacity:0;filter:blur(16px);transition:opacity .4s cubic-bezier(.16,1,.3,1)}.audyt-form__submit:hover{transform:translateY(-3px);box-shadow:0 14px 40px #00e5c34d}.audyt-form__submit:hover:before{opacity:.5}.audyt-form__submit:focus-visible{outline:2px solid #00d4ff;outline-offset:3px}.audyt-form__submit:active{transform:translateY(0) scale(.98)}.audyt-form__submit:disabled{opacity:.6;pointer-events:none}.audyt-form-turnstile{margin:0;width:0;height:0;min-height:0;overflow:hidden;display:flex;justify-content:center}.audyt-form-status{font-family:Manrope,system-ui,sans-serif;font-size:.85rem;color:#00e5c3;min-height:1.3em;margin:.75rem auto 0;text-align:center}.audyt-form-status.is-error{color:#f87171}.audyt-loading{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.audyt-loading__card{position:relative;max-width:460px;width:100%;background:#060810d9;border:1px solid rgba(240,242,245,.06);border-radius:24px;backdrop-filter:blur(20px);padding:3.5rem 2.5rem;overflow:hidden}.audyt-loading__card-glow{position:absolute;top:-60px;left:50%;transform:translate(-50%);width:300px;height:120px;background:radial-gradient(ellipse,rgba(0,229,195,.08) 0%,transparent 70%);pointer-events:none;animation:audytGlow 4s ease-in-out infinite alternate}:root.is-firefox .audyt-loading__card-glow{animation:none}.audyt-loading__inner{position:relative;z-index:1}.audyt-loading__ring{width:96px;height:96px;margin:0 auto 2rem;position:relative;display:flex;align-items:center;justify-content:center;border-radius:24px;border:1px solid rgba(0,229,195,.14);background:#f0f2f508;box-shadow:inset 0 0 0 1px #f0f2f50a}.audyt-loading__ring:after{content:"";position:absolute;inset:-10px;border-radius:30px;background:radial-gradient(circle,rgba(0,229,195,.15) 0%,transparent 70%);animation:audytDotPulse 2s ease-in-out infinite}:root.is-firefox .audyt-loading__ring:after{animation:none}.audyt-loading__ring .audyt-lord-icon{width:60px;height:60px;position:relative;z-index:1}.audyt-loading__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.4rem;font-weight:800;background:linear-gradient(135deg,#00d4ff,#00e5c3,#22c55e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 .5rem;text-wrap:balance}.audyt-loading__subtitle{font-family:Manrope,system-ui,sans-serif;font-size:.92rem;color:#f0f2f566;margin:0 0 2.5rem;line-height:1.5}.audyt-loading__steps{display:flex;flex-direction:column;gap:0;text-align:left;position:relative}@keyframes audytDotPulse{0%,to{box-shadow:0 0 8px #00e5c366;opacity:.6}50%{box-shadow:0 0 20px #00e5c3b3;opacity:1}}.audyt-step{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;position:relative}.audyt-step:not(:last-child):after{content:"";position:absolute;left:4px;width:2px;top:calc(50% + 5px);bottom:-.75rem;background:linear-gradient(to bottom,#00e5c3,#22c55e);opacity:.2;border-radius:1px;z-index:0}.audyt-step__dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(240,242,245,.12);flex-shrink:0;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;z-index:2}.audyt-step__label{font-family:Manrope,system-ui,sans-serif;font-size:.88rem;color:#f0f2f533;font-weight:500;transition:color .5s cubic-bezier(.16,1,.3,1)}.audyt-step.is-active .audyt-step__dot{border-color:#00e5c3;background:#00e5c3;animation:audytDotPulse 2s ease-in-out infinite}:root.is-firefox .audyt-step.is-active .audyt-step__dot{animation:none}.audyt-step.is-active .audyt-step__label{color:#f0f2f5}.audyt-step.is-done .audyt-step__dot{border-color:#22c55e;background:#22c55e;box-shadow:none;animation:none}.audyt-step.is-done .audyt-step__label{color:#f0f2f566}.audyt-error{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.audyt-error__card{max-width:460px;width:100%;background:#060810d9;border:1px solid rgba(240,242,245,.06);border-radius:24px;backdrop-filter:blur(20px);padding:3.5rem 2.5rem}.audyt-error__icon-wrap{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#ef444414;border:1px solid rgba(239,68,68,.15);border-radius:50%}.audyt-error__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.4rem;font-weight:800;background:linear-gradient(135deg,#f0f2f5,#f87171d9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 .5rem;text-wrap:balance}.audyt-error__subtitle{font-family:Manrope,system-ui,sans-serif;font-size:.92rem;color:#f0f2f566;margin:0 0 1.5rem;line-height:1.5}.audyt-btn{display:inline-flex;align-items:center;gap:.5rem;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.9rem;font-weight:700;color:#040608;background:linear-gradient(135deg,#00e5c3,#22c55e);padding:.85rem 2rem;border-radius:12px;text-decoration:none;cursor:pointer;border:none;position:relative;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}.audyt-btn:before{content:"";position:absolute;inset:-2px;border-radius:14px;background:linear-gradient(135deg,#00e5c3,#22c55e);z-index:-1;opacity:0;filter:blur(14px);transition:opacity .4s cubic-bezier(.16,1,.3,1)}.audyt-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00e5c340}.audyt-btn:hover:before{opacity:.4}.audyt-btn:active{transform:scale(.97)}.audyt-hero{padding:5rem 2rem 2rem;text-align:center;position:relative}.audyt-hero__inner{max-width:700px;margin:0 auto;position:relative}.audyt-hero__label{display:inline-block;font-family:Manrope,system-ui,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#00e5c3;margin-bottom:1rem;padding:.35rem 1rem;border:1px solid rgba(0,229,195,.25);border-radius:100px;background:#00e5c30f;position:relative;z-index:1}.audyt-hero__icon{width:64px;height:64px;padding:12px;box-sizing:border-box;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#00e5c30f;border:1px solid rgba(0,229,195,.12);margin:0 auto 1.5rem;position:relative;z-index:1}.audyt-hero__domain{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.8rem,5vw,2.8rem);font-weight:800;background:linear-gradient(135deg,#00d4ff,#00e5c3,#22c55e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 .75rem;line-height:1.15;word-break:break-all;position:relative;z-index:1}.audyt-hero__org{font-family:Manrope,system-ui,sans-serif;font-size:1rem;color:#f0f2f5a6;margin:0 0 .25rem;position:relative;z-index:1}.audyt-hero__date{font-family:Manrope,system-ui,sans-serif;font-size:.85rem;color:#f0f2f533;margin:0;position:relative;z-index:1}.audyt-hero:after{content:"";position:absolute;bottom:0;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,rgba(240,242,245,.06),transparent)}.audyt-disclaimer{max-width:800px;margin:0 auto;padding:0 2rem 1rem}.audyt-disclaimer__inner{display:flex;align-items:flex-start;gap:.85rem;padding:1.25rem 1.5rem;border-radius:14px;background:#00e5c30a;border:1px solid rgba(0,229,195,.12);border-left:3px solid #00e5c3}.audyt-disclaimer__icon{width:44px;height:44px;padding:8px;box-sizing:border-box;border-radius:14px;border:1px solid rgba(0,229,195,.12);background:#00e5c30d;margin-top:1px}.audyt-disclaimer__text{font-family:Manrope,system-ui,sans-serif;font-size:.88rem;color:#f0f2f5a6;line-height:1.65;margin:0}.audyt-score{padding:2rem}.audyt-score__inner{max-width:620px;margin:0 auto;display:flex;align-items:center;gap:2rem;padding:2.5rem 3rem;border-radius:24px;background:#060810d9;border:1px solid rgba(240,242,245,.06);backdrop-filter:blur(20px);position:relative;overflow:hidden;transition:transform .5s cubic-bezier(.16,1,.3,1),border-color .5s cubic-bezier(.16,1,.3,1)}.audyt-score__inner:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#00d4ff,#00e5c3,#22c55e);opacity:.5}.audyt-score__inner:hover{border-color:#00e5c326}.audyt-score__glow{position:absolute;top:-40px;left:50%;transform:translate(-50%);width:300px;height:120px;background:radial-gradient(ellipse,rgba(0,229,195,.06) 0%,transparent 70%);pointer-events:none}.audyt-score__shine{position:absolute;top:0;left:0;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(240,242,245,.02),transparent);transform:translate(-200%) skew(-20deg);animation:audytShineSweep 6s ease-in-out infinite;pointer-events:none}:root.is-firefox .audyt-score__shine{animation:none}.audyt-score__ring{position:relative;width:140px;height:140px;flex-shrink:0}.audyt-score__svg{width:100%;height:100%;transform:rotate(-90deg)}.audyt-score__track{fill:none;stroke:#f0f2f50f;stroke-width:5}.audyt-score__fill{fill:none;stroke:url(#scoreGreen);stroke-width:5;stroke-linecap:round;transition:stroke-dashoffset 1.4s cubic-bezier(.16,1,.3,1);will-change:stroke-dashoffset}.audyt-score__ring[data-status=green] .audyt-score__fill{stroke:url(#scoreGreen)}.audyt-score__ring[data-status=yellow] .audyt-score__fill{stroke:url(#scoreYellow)}.audyt-score__ring[data-status=red] .audyt-score__fill{stroke:url(#scoreRed)}.audyt-score__num{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:2.5rem;font-weight:800;color:#f0f2f5;font-variant-numeric:tabular-nums;text-shadow:0 0 40px rgba(0,229,195,.3)}.audyt-score__label{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.1rem;font-weight:700;color:#f0f2f5;margin:0 0 .5rem}.audyt-score__verdict{font-family:Manrope,system-ui,sans-serif;font-size:.92rem;color:#f0f2f5a6;line-height:1.75;margin:0}@keyframes audytShineSweep{0%,to{transform:translate(-200%) skew(-20deg)}50%{transform:translate(250%) skew(-20deg)}}.audyt-psi{padding:3rem 2rem;position:relative}.audyt-psi:before{content:"";position:absolute;top:0;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,rgba(240,242,245,.06),transparent)}.audyt-psi__inner{max-width:800px;margin:0 auto}.audyt-psi__tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.audyt-psi__tab{font-family:Manrope,system-ui,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#f0f2f533;background:transparent;border:1px solid rgba(240,242,245,.06);border-radius:6px;padding:.45rem 1.25rem;transition:color .25s,border-color .25s,background .25s}.audyt-psi__tab.is-active{color:#00e5c3;border-color:#00e5c3;background:#00e5c314}.audyt-psi__dual{max-width:560px;margin:0 auto}.audyt-psi__nodata{font-family:Manrope,system-ui,sans-serif;font-size:.9rem;color:#f0f2f533;text-align:center}.audyt-psi__grid{display:grid;grid-template-columns:repeat(4,1fr);justify-content:center;gap:.5rem;margin-bottom:1.25rem}.audyt-psi__metrics{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem}.audyt-sec-title{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.25rem;font-weight:800;color:#f0f2f5;margin:0 0 1.5rem;text-align:center}.audyt-sec-title__icon{width:52px;height:52px;padding:10px;box-sizing:border-box;border-radius:16px;border:1px solid rgba(0,229,195,.12);background:#00e5c30d}.audyt-gauge{position:relative;display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1rem .4rem;background:#06081099;border:1px solid rgba(240,242,245,.06);border-radius:16px;min-width:0;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1)}.audyt-gauge:hover{transform:translateY(-4px);border-color:#00e5c333}.audyt-gauge__svg{width:72px;height:72px;transform:rotate(-90deg)}.audyt-gauge__track{fill:none;stroke:#f0f2f50f;stroke-width:4}.audyt-gauge__fill{fill:none;stroke-width:4;stroke-linecap:round}.audyt-gauge[data-status=green] .audyt-gauge__fill{stroke:#22c55e}.audyt-gauge[data-status=yellow] .audyt-gauge__fill{stroke:#f59e0b}.audyt-gauge[data-status=red] .audyt-gauge__fill{stroke:#ef4444}.audyt-gauge__val{position:absolute;top:calc(1rem + 20px);left:50%;transform:translate(-50%);font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.2rem;font-weight:800;color:#f0f2f5}.audyt-gauge__label{font-family:Manrope,system-ui,sans-serif;font-size:.65rem;color:#f0f2f566;text-align:center;font-weight:500;line-height:1.2}.audyt-metric{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.65rem 1.1rem;border-radius:10px;background:#f0f2f508;border:1px solid rgba(240,242,245,.06);min-width:90px;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1)}.audyt-metric:hover{transform:translateY(-2px);border-color:#00e5c326}.audyt-metric__k{font-family:Manrope,system-ui,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#f0f2f533}.audyt-metric__v{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.95rem;font-weight:700;color:#f0f2f5}.audyt-sections{padding:3rem 2rem;position:relative}.audyt-sections:before{content:"";position:absolute;top:0;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,rgba(240,242,245,.06),transparent)}.audyt-sections__inner{max-width:800px;margin:0 auto}.audyt-sections__list{display:flex;flex-direction:column;gap:1rem}.audyt-report-card{position:relative;padding:1.75rem 1.75rem 1.5rem;border-radius:20px;background:#060810a6;border:1px solid rgba(240,242,245,.06);border-left:3px solid transparent;backdrop-filter:blur(12px);transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s cubic-bezier(.16,1,.3,1),background .35s cubic-bezier(.16,1,.3,1)}:root.perf-lite .audyt-report-card{backdrop-filter:none;background:#060810}.audyt-report-card[data-status=green]{border-left-color:#00e5c3}.audyt-report-card[data-status=green]:before{content:"";position:absolute;inset:0;border-radius:20px;background:radial-gradient(ellipse at top left,rgba(0,229,195,.05),transparent 60%);pointer-events:none}.audyt-report-card[data-status=yellow]{border-left-color:#f59e0b}.audyt-report-card[data-status=red]{border-left-color:#ef4444}.audyt-report-card:hover{transform:translateY(-3px);border-color:#00e5c32e}.audyt-report-card__head{display:flex;align-items:center;gap:.85rem;margin-bottom:.65rem}.audyt-report-card__icon{width:48px;height:48px;padding:9px;box-sizing:border-box;border-radius:14px;background:#00e5c30f;border:1px solid rgba(0,229,195,.1);flex-shrink:0}.audyt-report-card__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.05rem;font-weight:700;color:#f0f2f5;margin:0;flex:1;letter-spacing:-.01em;text-wrap:balance}.audyt-report-card__score{display:inline-flex;align-items:baseline;gap:.12em;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-weight:800;font-size:1.25rem;flex-shrink:0}.audyt-report-card__score .audyt-report-card__score-num{font-weight:800}.audyt-report-card__score[data-status=green] .audyt-report-card__score-num{background:linear-gradient(135deg,#00e5c3,#22c55e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.audyt-report-card__score[data-status=yellow] .audyt-report-card__score-num{color:#f59e0b}.audyt-report-card__score[data-status=red] .audyt-report-card__score-num{color:#ef4444}.audyt-report-card__score small{font-family:Manrope,system-ui,sans-serif;font-size:.7rem;font-weight:500;color:#f0f2f566;-webkit-text-fill-color:rgba(240,242,245,.4);background:none;-webkit-background-clip:initial;background-clip:initial;opacity:1}.audyt-report-card__progress{position:relative;height:3px;background:#f0f2f50f;border-radius:2px;overflow:hidden;margin:0 0 1rem}.audyt-report-card__progress-fill{display:block;height:100%;width:0;border-radius:2px;transition:width 1.2s cubic-bezier(.16,1,.3,1)}.audyt-report-card__progress-fill[data-status=green]{background:linear-gradient(90deg,#00e5c3,#22c55e)}.audyt-report-card__progress-fill[data-status=yellow]{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.audyt-report-card__progress-fill[data-status=red]{background:linear-gradient(90deg,#f87171,#ef4444)}.audyt-report-card__summary{font-family:Manrope,system-ui,sans-serif;font-size:.92rem;color:#f0f2f5a6;line-height:1.7;margin:0 0 .75rem}.audyt-report-card__disclaimer{display:block;margin-top:.5rem;font-size:.82rem;color:#f0f2f566;line-height:1.6;font-style:italic}.audyt-report-card__details{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.4rem}.audyt-report-card__details li{display:flex;align-items:flex-start;gap:.55rem;font-family:Manrope,system-ui,sans-serif;font-size:.85rem;color:#f0f2f5a6;line-height:1.55}.audyt-report-card__details li svg{flex-shrink:0;color:#00e5c3;margin-top:3px}.audyt-recs{padding:3rem 2rem;position:relative}.audyt-recs:before{content:"";position:absolute;top:0;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,rgba(240,242,245,.06),transparent)}.audyt-recs__inner{max-width:800px;margin:0 auto}.audyt-recs__list{display:flex;flex-direction:column;gap:.75rem}.audyt-rec{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 1.75rem;border-radius:20px;background:#060810;border:1px solid rgba(240,242,245,.06);position:relative;overflow:hidden;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1)}.audyt-rec:before{content:"";position:absolute;top:0;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent,rgba(0,229,195,.2),transparent);opacity:0;transition:opacity .3s cubic-bezier(.16,1,.3,1)}.audyt-rec:hover{transform:translateY(-4px);border-color:#00e5c326}.audyt-rec:hover:before{opacity:1}.audyt-rec__num{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;flex-shrink:0;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.8rem;font-weight:800;border:2px solid}.audyt-rec[data-impact=high] .audyt-rec__num{border-color:#ef4444;color:#f87171;background:#ef444414}.audyt-rec[data-impact=medium] .audyt-rec__num{border-color:#f59e0b;color:#fbbf24;background:#f59e0b14}.audyt-rec[data-impact=low] .audyt-rec__num{border-color:#00e5c3;color:#00e5c3;background:#00e5c30f}.audyt-rec__body{flex:1}.audyt-rec__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.92rem;font-weight:700;color:#f0f2f5;margin:0 0 .25rem;text-wrap:balance}.audyt-rec__desc{font-family:Manrope,system-ui,sans-serif;font-size:.85rem;color:#f0f2f566;line-height:1.55;margin:0}.audyt-rec__tag{font-family:Manrope,system-ui,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;padding:.3rem .75rem;border-radius:100px;flex-shrink:0}.audyt-rec__tag[data-impact=high]{background:#ef44441a;color:#f87171}.audyt-rec__tag[data-impact=medium]{background:#f59e0b1a;color:#fbbf24}.audyt-rec__tag[data-impact=low]{background:#00e5c314;color:#00e5c3}.audyt-leadform{padding:3rem 2rem 4rem}.audyt-leadform__inner{max-width:620px;margin:0 auto;text-align:center;padding:3rem 2.5rem;border-radius:24px;background:linear-gradient(135deg,#00e5c30a,#00d4ff08);border:1px solid rgba(0,229,195,.12);position:relative;overflow:hidden}.audyt-leadform__inner:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#00d4ff,#00e5c3,#22c55e);opacity:.4}.audyt-leadform__glow{position:absolute;top:-50px;left:50%;transform:translate(-50%);width:280px;height:110px;background:radial-gradient(ellipse,rgba(0,229,195,.08) 0%,transparent 70%);pointer-events:none;animation:audytGlow 4s ease-in-out infinite alternate}:root.is-firefox .audyt-leadform__glow{animation:none}.audyt-leadform__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.4rem,3.5vw,1.9rem);font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,#00d4ff,#00e5c3,#22c55e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:.25rem 0 1rem;line-height:1.25;position:relative;text-wrap:balance}.audyt-leadform__text{font-family:Manrope,system-ui,sans-serif;font-size:1rem;color:#f0f2f5a6;line-height:1.7;margin:0 auto 1.75rem;max-width:480px;position:relative}.audyt-leadform__text strong{color:#f0f2f5;font-weight:700}.audyt-leadform__form{position:relative;display:flex;flex-direction:column;gap:.75rem;text-align:left}.audyt-leadform__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:560px){.audyt-leadform__row{grid-template-columns:1fr}}.audyt-leadform__field{min-width:0}.audyt-leadform__input,.audyt-leadform__textarea{width:100%;padding:.85rem 1.1rem;border-radius:12px;border:1px solid rgba(240,242,245,.06);background:#f0f2f50a;color:#f0f2f5;font-family:Manrope,system-ui,sans-serif;font-size:.92rem;outline:none;box-sizing:border-box;transition:border-color .3s cubic-bezier(.16,1,.3,1),background .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}.audyt-leadform__input::placeholder,.audyt-leadform__textarea::placeholder{color:#f0f2f533}.audyt-leadform__input:focus,.audyt-leadform__textarea:focus{border-color:#00e5c366;background:#f0f2f50f;box-shadow:0 0 0 3px #00e5c314}.audyt-leadform__textarea{resize:vertical;min-height:80px;font-family:Manrope,system-ui,sans-serif}.audyt-leadform__submit{align-self:center;display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2.1rem;border-radius:14px;border:none;background:linear-gradient(135deg,#00e5c3,#22c55e);color:#040608;font-family:Manrope,system-ui,sans-serif;font-size:.92rem;font-weight:700;cursor:pointer;position:relative;white-space:nowrap;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}.audyt-leadform__submit:hover{transform:translateY(-2px);box-shadow:0 12px 36px #00e5c347}.audyt-leadform__submit:focus-visible{outline:2px solid #00d4ff;outline-offset:3px}.audyt-leadform__submit:disabled{opacity:.6;pointer-events:none}.audyt-leadform__status{font-family:Manrope,system-ui,sans-serif;font-size:.85rem;color:#00e5c3;min-height:1.3em;margin:.25rem 0 0;text-align:center}.audyt-leadform__status.is-error{color:#f87171}.audyt-backnav{max-width:800px;margin:0 auto;padding:1.25rem 2rem 0}.audyt-backnav__link{display:inline-flex;align-items:center;gap:.5rem;font-family:Manrope,system-ui,sans-serif;font-size:.82rem;font-weight:600;color:#f0f2f566;text-decoration:none;padding:.5rem .9rem .5rem .7rem;border-radius:100px;border:1px solid rgba(240,242,245,.06);background:#f0f2f505;transition:color .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),background .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1)}.audyt-backnav__link svg{transition:transform .25s cubic-bezier(.16,1,.3,1)}.audyt-backnav__link:hover{color:#00e5c3;border-color:#00e5c34d;background:#00e5c30f;transform:translate(-2px)}.audyt-backnav__link:hover svg{transform:translate(-2px)}.audyt-backnav__link:focus-visible{outline:2px solid #00e5c3;outline-offset:3px}.audyt-preview{padding:1.5rem 2rem 0}.audyt-preview__inner{max-width:720px;margin:0 auto}.audyt-preview__frame{border-radius:16px;overflow:hidden;background:#060810;border:1px solid rgba(240,242,245,.06);box-shadow:0 20px 60px #00000073,0 0 0 1px #00e5c30d,0 0 40px #00e5c30f;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1)}.audyt-preview__frame:hover{transform:translateY(-4px);box-shadow:0 28px 80px #00000080,0 0 0 1px #00e5c31f,0 0 60px #00e5c31a}.audyt-preview__bar{display:flex;align-items:center;gap:.4rem;padding:.65rem .95rem;background:#040608b3;border-bottom:1px solid rgba(240,242,245,.06);position:relative}.audyt-preview__dot{width:10px;height:10px;border-radius:50%;background:#f0f2f51f;flex-shrink:0}.audyt-preview__dot:first-child{background:#ef444499}.audyt-preview__dot:nth-child(2){background:#f59e0b99}.audyt-preview__dot:nth-child(3){background:#00e5c399}.audyt-preview__url{margin-left:.75rem;font-family:Manrope,system-ui,sans-serif;font-size:.72rem;color:#f0f2f566;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex:1}.audyt-preview__img{display:block;width:100%;height:auto;aspect-ratio:1280/800;object-fit:cover;object-position:top;background:#040608}.audyt-seo-metrics{padding:3rem 2rem;position:relative}.audyt-seo-metrics:before{content:"";position:absolute;top:0;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,rgba(240,242,245,.06),transparent)}.audyt-seo-metrics__inner{max-width:800px;margin:0 auto}.audyt-seo-metrics__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}@media(max-width:800px){.audyt-seo-metrics__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.audyt-seo-metrics__grid{grid-template-columns:1fr}}.audyt-seo-metric{display:flex;flex-direction:column;gap:.35rem;padding:1.1rem 1.25rem;border-radius:14px;background:#06081099;border:1px solid rgba(240,242,245,.06);transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1)}.audyt-seo-metric:hover{transform:translateY(-3px);border-color:#00e5c333}.audyt-seo-metric__label{font-family:Manrope,system-ui,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#f0f2f566}.audyt-seo-metric__value{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.5rem;font-weight:800;color:#f0f2f5;letter-spacing:-.02em;line-height:1.1}.audyt-seo-metric__value small{font-family:Manrope,system-ui,sans-serif;font-size:.68rem;font-weight:500;color:#f0f2f566;margin-left:.2em}.audyt-seo-metrics__note{font-family:Manrope,system-ui,sans-serif;font-size:.75rem;color:#f0f2f566;margin-top:1rem;line-height:1.5}.audyt-seo-metrics__note strong{color:#f0f2f5a6;font-weight:600}.audyt-sprint-teaser{padding:1rem 2rem 3rem}.audyt-sprint-teaser__inner{max-width:620px;margin:0 auto;text-align:center;padding:3rem 2.5rem;border-radius:24px;background:linear-gradient(135deg,#00e5c30d,#22c55e08);border:1px solid rgba(0,229,195,.15);position:relative;overflow:hidden}.audyt-sprint-teaser__inner:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#00e5c3,#22c55e,#00d4ff);opacity:.5}.audyt-sprint-teaser__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.4rem,3.5vw,1.9rem);font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,#00e5c3,#22c55e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:.25rem 0 1rem;line-height:1.25;position:relative;text-wrap:balance}.audyt-sprint-teaser__text{font-family:Manrope,system-ui,sans-serif;font-size:1rem;color:#f0f2f5a6;line-height:1.7;margin:0 auto 2rem;max-width:480px}.audyt-sprint-teaser__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:100px;background:linear-gradient(135deg,#00e5c3,#22c55e);color:#040608;font-family:Manrope,system-ui,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px #00e5c340}.audyt-sprint-teaser__cta:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00e5c359}.audyt-sprint-teaser__cta svg{flex-shrink:0}.audyt-form__consent{display:flex;align-items:flex-start;gap:.6rem;max-width:560px;margin:1rem auto 0;text-align:left;cursor:pointer;user-select:none}.audyt-form__consent-cb{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.audyt-form__consent-box{flex-shrink:0;width:18px;height:18px;border-radius:5px;border:1.5px solid rgba(240,242,245,.2);background:#f0f2f50a;display:flex;align-items:center;justify-content:center;color:transparent;transition:border-color .25s cubic-bezier(.16,1,.3,1),background .25s cubic-bezier(.16,1,.3,1),color .25s cubic-bezier(.16,1,.3,1);margin-top:2px}.audyt-form__consent-box svg{transition:transform .25s cubic-bezier(.16,1,.3,1);transform:scale(.6)}.audyt-form__consent-cb:checked+.audyt-form__consent-box{border-color:#00e5c3;background:#00e5c3;color:#040608}.audyt-form__consent-cb:checked+.audyt-form__consent-box svg{transform:scale(1)}.audyt-form__consent-cb:focus-visible+.audyt-form__consent-box{outline:2px solid #00e5c3;outline-offset:3px}.audyt-form__consent-text{font-family:Manrope,system-ui,sans-serif;font-size:.78rem;line-height:1.6;color:#f0f2f5a6}.audyt-form__consent-text a{color:#00e5c3;text-decoration:underline;text-underline-offset:2px}.audyt-form__consent-text a:hover{color:#4ade80}@media(max-width:640px){.audyt-form-section{padding:4rem 1rem 3rem}.audyt-form-section__inner{padding:3rem 1.5rem;border-radius:20px}.audyt-form-section__features{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.4rem}.audyt-form-section__icon{width:56px;height:56px;padding:10px}.audyt-form-feature{gap:.25rem;font-size:.68rem;line-height:1.1;white-space:nowrap}.audyt-form-feature__icon{width:24px;height:24px;padding:4px;border-radius:8px}.audyt-form-feature__sep{display:block;height:1rem}.audyt-loading__card,.audyt-error__card{padding:2.5rem 1.5rem}.audyt-score__inner{flex-direction:column;text-align:center;padding:2rem 1.5rem}.audyt-psi__grid{grid-template-columns:repeat(4,1fr);gap:.35rem}.audyt-gauge{padding:.75rem .25rem;border-radius:12px}.audyt-gauge__svg{width:60px;height:60px}.audyt-gauge__val{top:calc(.75rem + 17px);font-size:1.05rem}.audyt-gauge__label{font-size:.6rem}.audyt-report-card{padding:1.5rem 1.25rem;border-radius:16px}.audyt-report-card__icon{width:44px;height:44px;padding:8px;border-radius:12px}.audyt-report-card__head{flex-wrap:wrap;row-gap:.5rem}.audyt-report-card__title{font-size:1rem;flex:1 1 100%;order:2}.audyt-report-card__score{order:3}.audyt-report-card__icon{order:1}.audyt-rec{flex-direction:column;gap:.75rem;padding:1.25rem}.audyt-rec__tag{align-self:flex-start}.audyt-hero{padding:3rem 1.5rem 1.5rem}.audyt-hero__icon{width:56px;height:56px;padding:10px}.audyt-psi,.audyt-recs,.audyt-seo-metrics,.audyt-sections{padding:2rem 1rem}.audyt-backnav{padding:1rem 1.5rem 0}.audyt-preview{padding:1rem 1rem 0}.audyt-leadform{padding:2rem 1rem 3rem}.audyt-leadform__inner{padding:2.25rem 1.5rem}.audyt-sprint-teaser{padding:.5rem 1rem 2rem}.audyt-sprint-teaser__inner{padding:2.25rem 1.5rem}.audyt-form__submit{cursor:pointer}.audyt-form__input{cursor:text}.audyt-leadform__submit{cursor:pointer}.audyt-leadform__input,.audyt-leadform__textarea{cursor:text}}.audyt-form-section__inner,.audyt-report-card,.audyt-rec,.audyt-score__inner,.audyt-psi__panel,.audyt-seo-metric,.audyt-loading__card,.audyt-preview__inner,.audyt-leadform__inner,.audyt-sprint-teaser__inner{contain:layout paint}@media(hover:none),(pointer:coarse){.audyt-form__input:hover,.audyt-form__submit:hover,.audyt-report-card:hover,.audyt-rec:hover,.audyt-seo-metric:hover,.audyt-backnav__link:hover,.audyt-leadform__submit:hover,.audyt-leadform__input:hover,.audyt-leadform__textarea:hover,.audyt-sprint-teaser__cta:hover,.audyt-hero:hover,.audyt-btn:hover{transform:none;box-shadow:none;border-color:inherit}.audyt-form-glow,.audyt-leadform__glow,.audyt-loading__card-glow,.audyt-loading__ring:after,.audyt-step.is-active .audyt-step__dot,.audyt-score__shine{animation:none}}:root.static-icons .audyt-form-section__icon lord-icon,:root.static-icons .audyt-form-feature__icon lord-icon,:root.static-icons .audyt-loading__ring .audyt-lord-icon lord-icon,:root.static-icons .audyt-disclaimer__icon lord-icon{display:none!important}:root.static-icons .audyt-form-section__icon:before,:root.static-icons .audyt-form-feature__icon:before,:root.static-icons .audyt-loading__ring .audyt-lord-icon:before,:root.static-icons .audyt-disclaimer__icon:before{content:"";width:58%;height:58%;border-radius:10px;border:2px solid rgba(0,229,195,.55);background:linear-gradient(135deg,#00d4ff38,#00e5c31f);box-shadow:inset 0 0 0 1px #f0f2f514}:root.static-icons .audyt-form-section__icon.has-svg:before,:root.static-icons .audyt-form-feature__icon.has-svg:before,:root.static-icons .audyt-loading__ring .audyt-lord-icon.has-svg:before,:root.static-icons .audyt-disclaimer__icon.has-svg:before{display:none!important}:root.static-icons .has-svg:before{display:none!important}:root.perf-lite .audyt-form-glow,:root.perf-lite .audyt-leadform__glow,:root.perf-lite .audyt-loading__card-glow,:root.perf-lite .audyt-score__shine{animation:none;display:none}:root.perf-lite .audyt-loading__ring:after{display:none}:root.perf-lite .audyt-report-card:hover,:root.perf-lite .audyt-rec:hover,:root.perf-lite .audyt-metric:hover,:root.perf-lite .audyt-seo-metric:hover,:root.perf-lite .audyt-form-section__inner:hover,:root.perf-lite .audyt-leadform__inner:hover,:root.perf-lite .audyt-sprint-teaser__inner:hover,:root.perf-lite .audyt-sprint-teaser__cta:hover{transform:none!important;border-color:inherit!important;box-shadow:none!important}:root.perf-lite .audyt-report-card:before,:root.perf-lite .audyt-report-card:after,:root.perf-lite .audyt-rec:before,:root.perf-lite .audyt-rec:after,:root.perf-lite .audyt-metric:before,:root.perf-lite .audyt-metric:after,:root.perf-lite .audyt-seo-metric:before,:root.perf-lite .audyt-seo-metric:after,:root.perf-lite .audyt-form-section__inner:before,:root.perf-lite .audyt-form-section__inner:after,:root.perf-lite .audyt-leadform__inner:before,:root.perf-lite .audyt-leadform__inner:after,:root.perf-lite .audyt-sprint-teaser__inner:before,:root.perf-lite .audyt-sprint-teaser__inner:after,:root.perf-lite .audyt-sprint-teaser__cta:before,:root.perf-lite .audyt-sprint-teaser__cta:after{opacity:0!important}:root.perf-lite .audyt-step.is-active .audyt-step__dot{animation:none}@media(max-width:480px){.audyt-form__row{flex-direction:column}.audyt-form__field{min-width:100%}.audyt-form__submit{width:100%;justify-content:center}}@media(max-width:860px){.audyt-loading__card,.audyt-error__card,.audyt-score__inner,.audyt-report-card{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.audyt-form-glow,.audyt-leadform__glow,.audyt-loading__card-glow,.audyt-score__shine,.audyt-loading__ring:after,.audyt-step.is-active .audyt-step__dot{animation:none!important}.audyt-score__num{text-shadow:none}}.audyt-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;background:transparent;pointer-events:none}.audyt-progress__bar{height:100%;width:100%;transform:scaleX(0);transform-origin:left center;background:linear-gradient(90deg,#00d4ff,#00e5c3,#22c55e);transition:transform .1s linear;border-radius:0 2px 2px 0;box-shadow:0 0 12px #00e5c366}.audyt-section-label{display:block;font-family:Manrope,system-ui,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#00e5c3;margin-bottom:1rem;text-align:center}.audyt-landing-hero{position:relative;overflow:hidden;padding:8rem 1.5rem 5rem;text-align:center}.audyt-landing-hero__inner{position:relative;max-width:820px;margin:0 auto;z-index:1}.audyt-landing-hero__num{position:absolute;top:-.15em;left:50%;transform:translate(-50%);font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(140px,22vw,320px);font-weight:800;line-height:1;background:linear-gradient(to top,rgba(240,242,245,.06) 0%,transparent 70%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;user-select:none;pointer-events:none;white-space:nowrap}.audyt-landing-hero__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15;text-wrap:balance;background:linear-gradient(135deg,#00d4ff,#00e5c3,#22c55e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem;position:relative}.audyt-landing-hero__highlight{display:block;font-size:.64em;font-weight:800;letter-spacing:-.01em;font-style:italic;transform:skew(-5deg);transform-origin:center;-webkit-text-fill-color:#f0f2f5;color:#f0f2f5;margin-top:.25em;line-height:1.15}.audyt-landing-hero__subtitle{font-family:Manrope,system-ui,sans-serif;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7;color:#f0f2f5a6;max-width:560px;margin:0 auto 2.5rem}.audyt-landing-hero__ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.audyt-landing-hero__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.8rem;border-radius:12px;font-family:Manrope,system-ui,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1)}.audyt-landing-hero__btn--primary{background:linear-gradient(135deg,#00e5c3,#22c55e);color:#040608;box-shadow:0 4px 24px #00e5c347}.audyt-landing-hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00e5c373}.audyt-landing-hero__btn--ghost{background:transparent;color:#f0f2f5;border:1.5px solid rgba(240,242,245,.2)}.audyt-landing-hero__btn--ghost:hover{border-color:#00e5c3;color:#00e5c3;transform:translateY(-2px)}.audyt-landing-hero__btn:focus-visible{outline:2px solid #00e5c3;outline-offset:3px}.audyt-landing-hero__stats{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:nowrap}.audyt-landing-hero__stat{display:flex;flex-direction:column;align-items:center;gap:.2rem}.audyt-landing-hero__stat-value{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.4rem;font-weight:800;color:#00e5c3;line-height:1}.audyt-landing-hero__stat-label{font-family:Manrope,system-ui,sans-serif;font-size:.67rem;font-weight:500;color:#f0f2f559;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.audyt-landing-hero__stat-sep{width:1px;height:2rem;background:#f0f2f51f;flex-shrink:0}.audyt-problem{padding:4rem 1.5rem}.audyt-problem__inner{max-width:1100px;margin:0 auto}.audyt-problem__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#f0f2f5;text-align:center;margin-bottom:3rem;line-height:1.25;letter-spacing:-.03em;text-wrap:balance}.audyt-problem__br{display:none}.audyt-problem__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.audyt-problem__card{background:#f0f2f508;border:1px solid rgba(240,242,245,.06);border-radius:16px;padding:2rem 1.75rem;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1)}.audyt-problem__card:hover{transform:translateY(-3px);border-color:#00e5c34d;box-shadow:0 8px 32px #00e5c314}.audyt-problem__card-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#00e5c326,#00d4ff14);border:1px solid rgba(0,229,195,.2);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.audyt-problem__card-icon lord-icon,.audyt-problem__card-icon .icon-svg-fallback{width:28px;height:28px}.audyt-problem__card-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.05rem;font-weight:700;color:#f0f2f5;margin-bottom:.6rem;line-height:1.3;text-wrap:balance}.audyt-problem__card-body{font-family:Manrope,system-ui,sans-serif;font-size:.88rem;line-height:1.7;color:#f0f2f5a6}.audyt-rp{padding:4rem 1.5rem}.audyt-rp__inner{max-width:1100px;margin:0 auto}.audyt-rp__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#f0f2f5;text-align:center;margin-bottom:3rem;letter-spacing:-.03em;text-wrap:balance}.audyt-rp__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.audyt-rp__item{background:#f0f2f508;border:1px solid rgba(240,242,245,.06);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1)}.audyt-rp__item:hover{transform:translateY(-3px);border-color:#00e5c34d}.audyt-rp__icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#00e5c326,#00d4ff14);border:1px solid rgba(0,229,195,.2);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.audyt-rp__icon lord-icon,.audyt-rp__icon .icon-svg-fallback{width:30px;height:30px}.audyt-rp__item-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.1rem;font-weight:700;color:#f0f2f5;margin-bottom:.75rem;text-wrap:balance}.audyt-rp__item-body{font-family:Manrope,system-ui,sans-serif;font-size:.88rem;line-height:1.7;color:#f0f2f5a6}.audyt-steps-lp{padding:4rem 1.5rem}.audyt-steps-lp__inner{max-width:1100px;margin:0 auto}.audyt-steps-lp__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#f0f2f5;text-align:center;margin-bottom:3rem;letter-spacing:-.03em;text-wrap:balance}.audyt-steps-lp__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.audyt-steps-lp__card{position:relative;background:#f0f2f508;border:1px solid rgba(240,242,245,.06);border-radius:16px;padding:2rem 1.75rem 1.75rem;overflow:hidden;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1)}.audyt-steps-lp__card:hover{transform:translateY(-3px);border-color:#00e5c34d}.audyt-steps-lp__num{display:block;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.18em;color:#00e5c3;margin-bottom:1.25rem}.audyt-steps-lp__card-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.05rem;font-weight:700;color:#f0f2f5;margin-bottom:.6rem;text-wrap:balance}.audyt-steps-lp__card-body{font-family:Manrope,system-ui,sans-serif;font-size:.88rem;line-height:1.7;color:#f0f2f5a6}.audyt-faq-lp{padding:4rem 1.5rem 3rem}.audyt-faq-lp__inner{max-width:760px;margin:0 auto}.audyt-faq-lp__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#f0f2f5;text-align:center;margin-bottom:2.5rem;letter-spacing:-.03em;text-wrap:balance}.audyt-faq-lp__list{display:flex;flex-direction:column;gap:.5rem}.audyt-faq__item{border:1px solid rgba(240,242,245,.06);border-radius:16px;overflow:hidden;transition:border-color .2s cubic-bezier(.16,1,.3,1)}.audyt-faq__item.is-open{border-color:#00e5c34d}.audyt-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.5rem;background:#f0f2f508;border:none;color:#f0f2f5;font-family:Manrope,system-ui,sans-serif;font-size:.95rem;font-weight:600;text-align:left;cursor:pointer;transition:background .2s cubic-bezier(.16,1,.3,1),color .2s cubic-bezier(.16,1,.3,1)}.audyt-faq__question:hover{background:#f0f2f50f}.audyt-faq__question[aria-expanded=true]{color:#00e5c3}.audyt-faq__question[aria-expanded=true] .audyt-faq__arrow{transform:rotate(180deg)}.audyt-faq__question:focus-visible{outline:2px solid #00e5c3;outline-offset:-2px}.audyt-faq__arrow{flex-shrink:0;transition:transform .3s cubic-bezier(.16,1,.3,1);color:#f0f2f5a6}.audyt-faq__question[aria-expanded=true] .audyt-faq__arrow{color:#00e5c3}.audyt-faq__answer{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.16,1,.3,1)}.audyt-faq__answer p{padding:0 1.5rem 1.25rem;font-family:Manrope,system-ui,sans-serif;font-size:.88rem;line-height:1.75;color:#f0f2f5a6}.audyt-faq__item.is-open .audyt-faq__answer{max-height:500px}.audyt-bottom-cta{padding:3rem 1.5rem 5rem}.audyt-bottom-cta__inner{position:relative;max-width:640px;margin:0 auto;background:#f0f2f508;border:1px solid rgba(240,242,245,.06);border-radius:24px;padding:3.5rem 2.5rem;text-align:center;overflow:hidden}.audyt-bottom-cta__glow{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(0,229,195,.14) 0%,transparent 70%);top:-80px;left:50%;transform:translate(-50%);pointer-events:none}.audyt-bottom-cta__title{position:relative;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#f0f2f5;margin-bottom:.75rem;line-height:1.25;text-wrap:balance}.audyt-bottom-cta__title-sm{display:block;font-size:.72em;font-style:italic;transform:skew(-5deg);transform-origin:center;color:#f0f2f580;margin-top:.35em}.audyt-bottom-cta__sub{font-family:Manrope,system-ui,sans-serif;font-size:.9rem;color:#f0f2f5a6;margin-bottom:2rem}.audyt-bottom-cta__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;border-radius:12px;background:linear-gradient(135deg,#00e5c3,#22c55e);color:#040608;font-family:Manrope,system-ui,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;cursor:pointer;box-shadow:0 4px 24px #00e5c347;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1)}.audyt-bottom-cta__btn:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00e5c373}.audyt-bottom-cta__btn:focus-visible{outline:2px solid #00e5c3;outline-offset:3px}.audyt-dlakogo{padding:4rem 1.5rem}.audyt-dlakogo__inner{max-width:760px;margin:0 auto}.audyt-dlakogo__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#f0f2f5;text-align:center;margin-bottom:1.25rem;line-height:1.25;letter-spacing:-.03em;text-wrap:balance}.audyt-dlakogo__intro{font-family:Manrope,system-ui,sans-serif;font-size:1rem;line-height:1.75;color:#f0f2f5a6;text-align:center;max-width:600px;margin:0 auto 2.5rem}.audyt-dlakogo__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.audyt-dlakogo__item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;border-radius:16px;background:#f0f2f508;border:1px solid rgba(240,242,245,.06);font-family:Manrope,system-ui,sans-serif;font-size:.95rem;line-height:1.65;color:#f0f2f5;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1)}.audyt-dlakogo__item:hover{transform:translate(4px);border-color:#00e5c340}.audyt-dlakogo__icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.audyt-dlakogo__item--yes .audyt-dlakogo__icon{background:#00e5c31f;color:#00e5c3}.audyt-problem__intro{font-family:Manrope,system-ui,sans-serif;font-size:1.05rem;line-height:1.75;color:#f0f2f5a6;text-align:center;max-width:640px;margin:-1.5rem auto 3rem}.audyt-socialproof{padding:4rem 1.5rem}.audyt-socialproof__inner{max-width:1100px;margin:0 auto}.audyt-socialproof__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#f0f2f5;text-align:center;margin-bottom:3rem;line-height:1.25;letter-spacing:-.03em;text-wrap:balance}.audyt-socialproof__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.audyt-socialproof__card{background:#f0f2f508;border:1px solid rgba(240,242,245,.06);border-radius:16px;padding:2rem 1.75rem;text-align:center;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.audyt-socialproof__card:before{content:"";position:absolute;top:0;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent,rgba(0,229,195,.3),transparent);opacity:0;transition:opacity .3s cubic-bezier(.16,1,.3,1)}.audyt-socialproof__card:hover{transform:translateY(-4px);border-color:#00e5c34d;box-shadow:0 12px 40px #00e5c314}.audyt-socialproof__card:hover:before{opacity:1}.audyt-socialproof__card-label{display:block;font-family:Manrope,system-ui,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#f0f2f566;margin-bottom:1rem}.audyt-socialproof__card-stat{display:block;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;background:linear-gradient(135deg,#00d4ff,#00e5c3,#22c55e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1;margin-bottom:.35rem}.audyt-socialproof__card-unit{display:block;font-family:Manrope,system-ui,sans-serif;font-size:.78rem;font-weight:600;color:#00e5c3;letter-spacing:.05em;margin-bottom:1.25rem}.audyt-socialproof__card-body{font-family:Manrope,system-ui,sans-serif;font-size:.88rem;line-height:1.7;color:#f0f2f5a6}.audyt-socialproof__footer{text-align:center;margin-top:2rem}.audyt-socialproof__link{display:inline-flex;align-items:center;gap:.5rem;font-family:Manrope,system-ui,sans-serif;font-size:.9rem;font-weight:600;color:#00e5c3;text-decoration:none;padding:.6rem 1.25rem;border-radius:100px;border:1px solid rgba(0,229,195,.2);background:#00e5c30a;transition:background .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1)}.audyt-socialproof__link:hover{background:#00e5c314;border-color:#00e5c359;transform:translateY(-2px)}.audyt-socialproof__link:focus-visible{outline:2px solid #00e5c3;outline-offset:3px}.audyt-bridge{padding:4rem 1.5rem}.audyt-bridge__inner{max-width:1100px;margin:0 auto}.audyt-bridge__title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:#f0f2f5;text-align:center;margin-bottom:1rem;line-height:1.25;letter-spacing:-.03em;text-wrap:balance}.audyt-bridge__intro{font-family:Manrope,system-ui,sans-serif;font-size:1rem;line-height:1.75;color:#f0f2f5a6;text-align:center;max-width:600px;margin:0 auto 3rem}.audyt-bridge__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.audyt-bridge__card{position:relative;background:#f0f2f508;border:1px solid rgba(240,242,245,.06);border-radius:16px;padding:2rem 1.75rem 1.75rem;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1)}.audyt-bridge__card:hover{transform:translateY(-3px);border-color:#00e5c34d}.audyt-bridge__card--highlight{border-color:#00e5c333;background:linear-gradient(180deg,#00e5c30a,#f0f2f508)}.audyt-bridge__card--highlight:before{content:"";position:absolute;top:0;left:10%;right:10%;height:2px;background:linear-gradient(90deg,transparent,rgba(0,229,195,.4),transparent)}.audyt-bridge__card-num{display:block;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.18em;color:#00e5c3;margin-bottom:1.25rem}.audyt-bridge__card-title{font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1.1rem;font-weight:700;color:#f0f2f5;margin-bottom:.75rem;line-height:1.3;text-wrap:balance}.audyt-bridge__card-body{font-family:Manrope,system-ui,sans-serif;font-size:.88rem;line-height:1.7;color:#f0f2f5a6}.audyt-bridge__card-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.25rem;font-family:Manrope,system-ui,sans-serif;font-size:.85rem;font-weight:600;color:#00e5c3;text-decoration:none;transition:gap .2s cubic-bezier(.16,1,.3,1)}.audyt-bridge__card-link:hover{gap:.7rem}.audyt-bridge__card-link:focus-visible{outline:2px solid #00e5c3;outline-offset:3px}:root.perf-lite .audyt-bottom-cta__glow{display:none}:root.perf-lite .audyt-problem__card:hover,:root.perf-lite .audyt-rp__item:hover,:root.perf-lite .audyt-steps-lp__card:hover,:root.perf-lite .audyt-bottom-cta__inner:hover,:root.perf-lite .audyt-socialproof__card:hover,:root.perf-lite .audyt-bridge__card:hover,:root.perf-lite .audyt-dlakogo__item:hover{transform:none!important;border-color:#f0f2f50f!important;box-shadow:none!important}:root.perf-lite .audyt-landing-hero__btn--primary,:root.perf-lite .audyt-bottom-cta__btn,:root.perf-lite .audyt-landing-hero__btn--ghost{cursor:pointer}:root.static-icons .audyt-problem__card-icon lord-icon,:root.static-icons .audyt-rp__icon lord-icon{display:none!important}:root.static-icons .audyt-problem__card-icon.has-svg:before,:root.static-icons .audyt-rp__icon.has-svg:before{display:none!important}@media(hover:none),(pointer:coarse){.audyt-problem__card:hover,.audyt-rp__item:hover,.audyt-steps-lp__card:hover,.audyt-socialproof__card:hover,.audyt-bridge__card:hover,.audyt-dlakogo__item:hover,.audyt-landing-hero__btn--primary:hover,.audyt-landing-hero__btn--ghost:hover,.audyt-bottom-cta__btn:hover{transform:none;box-shadow:none;border-color:inherit}.audyt-landing-hero__btn--primary,.audyt-landing-hero__btn--ghost,.audyt-bottom-cta__btn,.audyt-faq__question{cursor:pointer}}@media(max-width:1024px){.audyt-problem__grid,.audyt-rp__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.audyt-landing-hero{padding:6rem 1.25rem 3.5rem}.audyt-rp__grid,.audyt-steps-lp__grid,.audyt-socialproof__grid,.audyt-bridge__grid,.audyt-problem__grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}@media(max-width:640px){.audyt-landing-hero{padding:2.5rem 1rem 2rem}.audyt-landing-hero__title{font-size:clamp(1.7rem,7vw,2.2rem);line-height:1.25;margin-bottom:1.25rem}.audyt-landing-hero__highlight{font-size:.62em}.audyt-landing-hero__subtitle{font-size:.95rem;line-height:1.7;margin-bottom:1.75rem}.audyt-landing-hero__ctas{flex-direction:column;align-items:center;gap:.6rem;margin-bottom:1.75rem}.audyt-landing-hero__ctas .audyt-landing-hero__btn{width:100%;max-width:320px;justify-content:center;padding:.75rem 1.5rem;font-size:.88rem}.audyt-bottom-cta__inner{padding:2.5rem 1.5rem;border-radius:16px}.audyt-landing-hero__stats{gap:.4rem;width:100%;margin:0 auto}.audyt-landing-hero__stat-sep{height:2rem;margin:0 .35rem}.audyt-landing-hero__stat-value{font-size:clamp(1.1rem,2.5vw,1.4rem)}.audyt-landing-hero__stat-label{font-size:.67rem;line-height:1.2}.audyt-dlakogo__item{padding:1rem 1.25rem;font-size:.9rem}}@media(max-width:480px){.audyt-faq__question{padding:1rem 1.25rem;font-size:.9rem}.audyt-faq__answer p{padding:0 1.25rem 1rem}.audyt-socialproof__card-stat{font-size:2rem}}#audytLanding .audyt-landing-hero__title{background:linear-gradient(135deg,#00d4ff,#00e5c3,#22c55e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}#audytLanding .audyt-landing-hero__highlight{-webkit-text-fill-color:#f0f2f5;color:#f0f2f5}#audytLanding .audyt-landing-hero__stats{display:none}
