.ld-root{--peri:#83a2db;--peri-d:#6e8fce;--ink:#0d1320;--coral:#fd8e8c;--sun:#ffce87;--royal:#1d4ed8;--royal-hover:#1a45c0;color:var(--ink);letter-spacing:-.01em;background:#fff}.ld-root *,.ld-root :before,.ld-root :after{box-sizing:border-box}.ld-btn{cursor:pointer;border:none;border-radius:99px;justify-content:center;align-items:center;padding:10px 20px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.ld-btn.ghost{color:var(--ink);background:0 0;border:1.5px solid #0d132026}.ld-btn.ghost:hover{border-color:var(--ink)}.ld-btn.solid{background:var(--royal);color:#fff}.ld-btn.solid:hover{background:var(--royal-hover);transform:translateY(-1px);box-shadow:0 8px 20px #1d4ed847}.ld-btn.peri{background:var(--royal);color:#fff}.ld-btn.peri:hover{background:var(--royal-hover)}.ld-btn.lg{padding:14px 30px;font-size:15px}.ld-btn:focus-visible{outline:3px solid var(--peri-d);outline-offset:2px}.ld-nav{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffdb;border-bottom:1px solid #0d13200f;position:sticky;top:0}.ld-nav-in{align-items:center;gap:22px;max-width:1180px;margin:0 auto;padding:14px 28px;display:flex}.ld-logo{align-items:center;gap:10px;display:flex}.ld-logo .lm{background:var(--peri);border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.ld-word{letter-spacing:-.02em;font-size:19px;font-weight:700}.ld-word span{color:var(--peri)}.ld-links{gap:22px;margin-left:14px;display:flex}.ld-links a{color:#46505f;cursor:pointer;white-space:nowrap;font-size:14px;font-weight:500;text-decoration:none}.ld-links a:hover{color:var(--ink)}.ld-nav-cta{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}.ld-nav-cta .ld-btn{white-space:nowrap}@media (max-width:1080px){.ld-links{gap:16px;margin-left:8px}.ld-nav-in{gap:14px}}@media (max-width:920px){.ld-links,.ld-nav-cta{display:none}.ld-burger{display:flex}}.ld-burger{cursor:pointer;background:#fff;border:1px solid #0d13201a;border-radius:10px;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;margin-left:auto;padding:0;display:none}.ld-burger-bar{background:var(--ink);border-radius:2px;width:20px;height:2px;margin:0 auto;display:block}.ld-mobile{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa;border-top:1px solid #0d13200f;padding:14px 28px 20px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 12px 24px #0d132014}.ld-mobile[data-open=true]{display:block}.ld-mobile-links{flex-direction:column;display:flex}.ld-mobile-links a{color:#46505f;border-bottom:1px solid #0d13200d;padding:12px 4px;font-size:16px;font-weight:500;text-decoration:none}.ld-mobile-links a:hover{color:var(--ink)}.ld-mobile-cta{flex-direction:column;gap:10px;margin-top:16px;display:flex}.ld-mobile-cta .ld-btn{text-align:center;justify-content:center;width:100%;padding:12px 18px}@media (min-width:921px){.ld-mobile{display:none!important}}.ld-hero{background:var(--peri);color:#fff;border-radius:0 0 36px 36px;position:relative;overflow:hidden}.ld-hero-in{z-index:2;grid-template-columns:1.15fr .85fr;align-items:center;gap:50px;max-width:1180px;margin:0 auto;padding:74px 28px 90px;display:grid;position:relative}.ld-hero-txt{min-width:0}.ld-pill{background:#fff3;border:1px solid #ffffff59;border-radius:99px;margin-bottom:26px;padding:7px 16px;font-size:13px;font-weight:600;display:inline-block}.shiny-text{--shiny-w:90px;color:#ffffffb8;background:linear-gradient(90deg,#0000 0%,#fff 50%,#0000 100%) no-repeat;background-size:var(--shiny-w) 100%;-webkit-background-clip:text;background-clip:text;animation:5s ease-in-out infinite shinyText}@keyframes shinyText{0%,90%,to{background-position:calc(-100% - var(--shiny-w)) 0}35%,55%{background-position:calc(100% + var(--shiny-w)) 0}}.ld-hero h1{letter-spacing:-.03em;max-width:680px;margin-bottom:22px;font-size:56px;font-weight:700;line-height:1.04}.ld-hero-title.ld-hero-title{flex-direction:column;gap:2px;display:flex}.lht-static{display:block}.lht-rotate{text-align:left;height:1.12em;display:block;position:relative;overflow:hidden}.lht-rotate .lht-word{color:var(--ink);white-space:nowrap;will-change:transform, opacity;text-shadow:0 2px 12px #0d13202e;font-weight:700;position:absolute;top:0;left:0}.lht-word.in{animation:.55s cubic-bezier(.18,.9,.28,1.2) forwards lhtIn}.lht-word.out{animation:.38s cubic-bezier(.4,0,.7,.2) forwards lhtOut}@keyframes lhtIn{0%{opacity:0;transform:translateY(115%)}60%{opacity:1}to{opacity:1;transform:translateY(0)}}@keyframes lhtOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-130%)}}.ld-hero p.sub{color:#ffffffeb;max-width:560px;margin-bottom:34px;font-size:19px;font-weight:400;line-height:1.5}.ld-hero-cta{flex-wrap:wrap;gap:14px;display:flex}.ld-hero .ld-btn.solid{background:var(--royal);color:#fff}.ld-hero .ld-btn.solid:hover{background:var(--royal-hover)}.ld-hero .ld-btn.ghost{color:#fff;border-color:#ffffff8c}.ld-hero .ld-btn.ghost:hover{background:#ffffff1a;border-color:#fff}.ld-orb{background:#ffffff0f;border-radius:50%;position:absolute}.ld-orb.o1{width:420px;height:420px;top:-120px;right:-120px}.ld-orb.o2{background:#ffffff0a;width:260px;height:260px;bottom:-130px;right:180px}.ld-hero-ring{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.ld-ring-wrap{width:320px;max-width:100%;height:320px;position:relative}.ld-ring-wrap svg{width:100%;height:100%;transform:rotate(-90deg)}.ld-ring-bg{fill:none;stroke:#ffffff38;stroke-width:16px}.ld-ring-fg{fill:none;stroke:#a7dcc4;stroke-width:16px;stroke-linecap:round;transition:stroke .4s,stroke-dashoffset .4s}.ld-ring-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ld-ring-pct{letter-spacing:-.03em;color:#fff;text-shadow:0 2px 14px #0d132033;font-size:62px;font-weight:700;line-height:1}.ld-ring-lbl{letter-spacing:2px;text-transform:uppercase;color:#ffffffe6;margin-top:8px;font-size:13px;font-weight:700}.ld-ring-sub{color:#ffffffbf;max-width:200px;margin-top:10px;font-size:12.5px}.ld-sec{padding:84px 0}.ld-wrap{max-width:1180px;margin:0 auto;padding:0 28px}.ld-sec-num{border-bottom:1px solid #0d13201a;align-items:baseline;gap:18px;margin-bottom:50px;padding-bottom:14px;display:flex}.ld-sec-num .n{letter-spacing:-.02em;font-size:30px;font-weight:500}.ld-sec-num .t{color:#7a8493;margin-left:auto;font-size:14px}.ld-eyebrow{letter-spacing:1.5px;text-transform:uppercase;color:var(--peri-d);margin-bottom:14px;font-size:13px;font-weight:700}.ld-h2{letter-spacing:-.025em;max-width:640px;margin-bottom:18px;font-size:40px;font-weight:700;line-height:1.1}.ld-root :is(.ld-h2,.ld-feat-card h3,.ld-show-txt h3,.ld-price h3,.ld-foot-top h2,.ld-cop-intro h2,.ld-feat-head h2){font-family:var(--font-display), system-ui, sans-serif;letter-spacing:-.02em;font-weight:600}.ld-root .pp-price{font-family:var(--font-display), system-ui, sans-serif;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.ld-lead{color:#46505f;max-width:580px;font-size:18px;line-height:1.55}.ld-grid2{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.ld-feat{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:46px;display:grid}.ld-feat-card{background:#f7f8fb;border:1px solid #0d13200f;border-radius:18px;padding:26px}.ld-feat-card .fi{background:var(--peri);border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:16px;display:flex}.ld-feat-card .fi svg{stroke:#fff;fill:none;stroke-width:1.8px;width:22px;height:22px}.ld-feat-card h3{letter-spacing:-.01em;margin-bottom:8px;font-size:18px;font-weight:700}.ld-feat-card p{color:#5a6473;font-size:14px;line-height:1.55}.ld-token{color:#fff;background:linear-gradient(120deg,#0d1320,#1c2942);border-radius:28px;grid-template-columns:1.1fr 1fr;align-items:center;gap:48px;padding:54px;display:grid}.ld-token h2{letter-spacing:-.02em;margin-bottom:16px;font-size:34px;font-weight:700}.ld-token p{color:#ffffffd9;margin-bottom:14px;font-size:16px;line-height:1.6}.ld-token .tk-steps{flex-direction:column;gap:14px;margin-top:10px;display:flex}.ld-token .tk-step{align-items:flex-start;gap:14px;display:flex}.ld-token .tk-step .tn{background:var(--peri);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:700;display:flex}.ld-token .tk-step b{font-size:15px}.ld-token .tk-step p{margin:2px 0 0;font-size:13.5px}.ld-token-card{text-align:center;background:#ffffff12;border:1px solid #ffffff24;border-radius:20px;padding:30px}.ld-token-card .big{color:var(--sun);letter-spacing:-.02em;font-size:54px;font-weight:700}.ld-token-card .eq{color:#fffc;margin:6px 0 22px;font-size:15px}.ld-packs{flex-direction:column;gap:10px;display:flex}.ld-pack{background:#ffffff0f;border-radius:12px;justify-content:space-between;align-items:center;padding:13px 18px;font-size:14px;display:flex}.ld-pack b{color:#fff}.ld-pack .pk-bonus{color:var(--sun);font-size:12px;font-weight:700}.ld-ref{text-align:left;background:#ffce871f;border:1px solid #ffce874d;border-radius:14px;align-items:flex-start;gap:12px;margin-top:18px;padding:14px;display:flex}.ld-ref-ic{background:var(--sun);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.ld-ref-ic svg{stroke:#1a2230;fill:none;stroke-width:1.9px;width:19px;height:19px}.ld-ref b{color:#fff;font-size:13.5px}.ld-ref p{color:#fffc;margin-top:3px;font-size:12px;line-height:1.45}.ld-ref p b{color:var(--sun)}.cert-shield{z-index:3;background:#0006;border:1px solid #ffce8766;border-radius:18px;justify-content:center;align-items:center;width:74px;height:74px;display:flex;position:absolute;top:-22px;right:34px;transform:rotate(-9deg);box-shadow:0 10px 26px #0006}.cert-shield svg{width:40px;height:40px;stroke:var(--sun);fill:none;stroke-width:1.7px}.ld-rnqbar{background:#fff;border:1px solid #0d132014;border-radius:16px;margin-bottom:10px;padding:20px 22px}.ld-rnqbar-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.ld-rnqbar-lbl{color:#46505f;font-size:14px}.ld-rnqbar-lbl b{color:var(--peri-d);font-weight:700}.ld-rnqbar-cur{color:var(--peri-d);min-height:18px;font-size:13px;font-weight:600;transition:opacity .2s}.ld-rnqbar-track{gap:4px;height:34px;display:flex}.ld-rnqbar-seg{background:#e3e7ee;border-radius:5px;flex:1;transition:background .25s;position:relative;overflow:hidden}.ld-rnqbar-seg.on{background:var(--peri)}.ld-rnqbar-seg.on:after{content:"";background:#ffffff40;animation:.5s segFlash;position:absolute;inset:0}@keyframes segFlash{0%{opacity:1}to{opacity:0}}.ld-rnqbar-seg .sn{color:#9aa6b6;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex;position:absolute;inset:0}.ld-rnqbar-seg.on .sn{color:#fff}@media (max-width:680px){.ld-rnqbar-track{gap:2px;height:26px}.ld-rnqbar-seg .sn{font-size:8px}}.mc-pipe-anim{position:relative;overflow:hidden;-webkit-mask:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.mc-pipe-track{gap:8px;width:max-content;animation:22s linear infinite pipeScroll;display:flex}.mc-pipe-track:hover{animation-play-state:paused}.mc-pipe-track .mc-col{flex:0 0 150px}@keyframes pipeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.mc-sign-btn{cursor:pointer;transition:border-color .2s,background .2s}.mc-sign-btn:hover{border-color:var(--peri);background:#83a2db0d}.mc-sign-btn .sigpath{stroke-dasharray:240;stroke-dashoffset:0}.mc-sign-btn.signing .sigpath{stroke-dashoffset:240px;animation:1.3s forwards sigDraw}@keyframes sigDraw{to{stroke-dashoffset:0}}.mc-sign-btn .sig-hint{color:var(--peri);font-weight:600}.mc-sign-btn.signed .sig-hint{color:#2e7d5b}@media (prefers-reduced-motion:reduce){.mc-pipe-track,.ld-rnqbar-seg.on:after,.mc-sign-btn.signing .sigpath{animation:none}}.ld-show-row{border-top:1px solid #0d132014;grid-template-columns:1fr 1.15fr;align-items:center;gap:54px;padding:46px 0;display:grid}.ld-show-row.rev{grid-template-columns:1.15fr 1fr}.ld-show-row.rev .ld-show-txt{order:2}.ld-show-txt .tag{letter-spacing:1.2px;text-transform:uppercase;color:var(--peri-d);margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.ld-show-txt h3{letter-spacing:-.02em;margin-bottom:12px;font-size:27px;font-weight:700;line-height:1.15}.ld-show-txt p{color:#5a6473;margin-bottom:16px;font-size:15px;line-height:1.6}.ld-show-txt ul{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.ld-show-txt li{color:#46505f;align-items:flex-start;gap:9px;font-size:14px;display:flex}.ld-show-txt li svg{width:16px;height:16px;stroke:var(--peri-d);fill:none;stroke-width:2.5px;flex-shrink:0;margin-top:2px}.ld-cap{background:#fff;border:1px solid #0d132014;border-radius:18px;overflow:hidden;box-shadow:0 18px 50px #0d13201a}.ld-cap-bar{background:#f3f4f7;border-bottom:1px solid #0d13200f;align-items:center;gap:6px;padding:11px 14px;display:flex}.ld-cap-bar i{border-radius:50%;width:10px;height:10px}.ld-cap-bar .ttl{color:#7a8493;margin-left:8px;font-size:12px;font-weight:600}.ld-cap-body{padding:18px}.mc-kpis{gap:10px;margin-bottom:12px;display:flex}.mc-kpi{background:#f7f8fb;border-radius:10px;flex:1;padding:11px 12px}.mc-kpi .k{color:#7a8493;text-transform:uppercase;letter-spacing:.3px;font-size:10px}.mc-kpi .v{letter-spacing:-.02em;margin-top:2px;font-size:20px;font-weight:700}.mc-pipe{gap:8px;display:flex;overflow:hidden}.mc-col{background:#f7f8fb;border-radius:10px;flex:1;min-width:110px;padding:9px 9px 4px}.mc-col h6{color:#46505f;justify-content:space-between;margin:0 0 7px;font-size:10px;font-weight:700;display:flex}.mc-card{background:#fff;border:1px solid #0d132012;border-radius:8px;margin-bottom:6px;padding:8px 9px;box-shadow:0 1px 2px #0d13200d}.mc-card .n{font-size:11px;font-weight:600}.mc-card .m{color:var(--peri-d);font-size:11px;font-weight:700}.mc-row{border-bottom:1px solid #0d13200f;align-items:center;gap:10px;padding:8px 0;display:flex}.mc-row:last-child{border-bottom:none}.mc-av{background:var(--peri);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:flex}.mc-row .nm{flex:1;min-width:0}.mc-row .nm b{font-size:12.5px;display:block}.mc-row .nm span{color:#7a8493;font-size:10.5px}.mc-track{background:#e7eaf0;border-radius:99px;width:70px;height:5px;overflow:hidden}.mc-track i{background:var(--peri);border-radius:99px;height:100%;display:block}.mc-pill{border-radius:6px;padding:2px 8px;font-size:9.5px;font-weight:700}.mc-pill.ok{color:#2e7d5b;background:#2e7d5b21}.mc-pill.wait{color:#8a5a12;background:#8a5a1221}.mc-pill.red{color:#c0392b;background:#c0392b1f}.mc-ind{border:1px solid #0d132012;border-radius:9px;align-items:center;gap:10px;margin-bottom:7px;padding:9px 11px;display:flex}.mc-ind .num{background:var(--peri);color:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.mc-ind .lb{flex:1;font-size:12px}.mc-ring{background:conic-gradient(var(--peri) calc(var(--p,0) * 1%), #e7eaf0 0);border-radius:50%;flex-shrink:0;width:96px;height:96px;position:relative}.mc-ring:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:11px}.mc-ring b{color:var(--peri-d);z-index:1;justify-content:center;align-items:center;font-size:21px;font-weight:700;display:flex;position:absolute;inset:0}.mc-inv{border-collapse:collapse;width:100%;font-size:11.5px}.mc-inv td,.mc-inv th{text-align:left;border-bottom:1px solid #0d13200f;padding:7px 8px}.mc-inv th{text-transform:uppercase;letter-spacing:.3px;color:#7a8493;font-size:9.5px}.mc-sign{text-align:center;color:#7a8493;border:1.5px dashed #cfd6e0;border-radius:9px;padding:14px;font-size:11px}.mc-sign svg{width:60px;height:24px;margin:0 auto 6px;display:block}.mc-sign .sig-hint{color:var(--peri-d);font-size:10.5px;font-weight:600}.dc-stack{perspective:1000px;place-items:center;min-height:300px;display:grid}.dc-stack>.dc-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffb8;border:2px solid #0d13201a;border-radius:16px;flex-direction:column;grid-area:1/1;justify-content:space-between;width:300px;height:148px;padding:16px 18px;transition:transform .6s cubic-bezier(.22,1,.36,1),filter .6s,box-shadow .6s,border-color .6s;display:flex;position:relative;overflow:hidden;transform:skewY(-8deg);box-shadow:0 18px 40px #0d13201f}.dc-stack>.dc-card .dc-head{align-items:center;gap:9px;display:flex}.dc-stack>.dc-card .dc-ic{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.dc-stack>.dc-card .dc-ic svg{fill:none;stroke-width:2px;width:16px;height:16px}.dc-stack>.dc-card .dc-title{font-size:15px;font-weight:700}.dc-stack>.dc-card .dc-desc{color:#46505f;font-size:14px;font-weight:600}.dc-stack>.dc-card .dc-date{color:#8a93a3;font-size:12px}.dc-stack>.dc-card:first-child{filter:grayscale(.85);z-index:1;transform:skewY(-8deg)translate(0)}.dc-stack>.dc-card:nth-child(2){filter:grayscale(.55);z-index:2;transform:skewY(-8deg)translate(52px,34px)}.dc-stack>.dc-card:nth-child(3){z-index:3;transform:skewY(-8deg)translate(104px,68px)}.dc-stack:hover>.dc-card{filter:grayscale(0)}.dc-stack:hover>.dc-card:first-child{border-color:#6e8fce80;transform:skewY(-8deg)translateY(-46px)}.dc-stack:hover>.dc-card:nth-child(2){border-color:#6e8fce80;transform:skewY(-8deg)translate(52px,8px)}.dc-stack:hover>.dc-card:nth-child(3){border-color:#6e8fce80;transform:skewY(-8deg)translate(104px,52px)}.dc-stack>.dc-card:hover{box-shadow:0 26px 60px #6e8fce47}.pp-toggle-wrap{justify-content:center;margin-bottom:34px;display:flex}.pp-toggle{background:#eef1f6;border-radius:999px;gap:0;padding:5px;display:inline-flex;position:relative}.pp-toggle-slider{background:var(--ink);z-index:0;border-radius:999px;width:calc(50% - 5px);height:calc(100% - 10px);transition:transform .35s cubic-bezier(.4,0,.2,1);position:absolute;top:5px;left:5px}.pp-toggle[data-cycle=annually] .pp-toggle-slider{transform:translate(100%)}.pp-toggle-opt{z-index:1;cursor:pointer;color:#5a6473;white-space:nowrap;background:0 0;border:none;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:7px;min-width:150px;padding:9px 0;font-family:inherit;font-size:14px;font-weight:600;transition:color .3s;display:flex;position:relative}.pp-toggle-opt.active{color:#fff}.pp-disc{background:var(--sun);color:#1a2230;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:700}.pp-save{color:#2e7d5b;margin-top:2px;font-size:12px;font-weight:600}.ld-price.feat .pp-save{color:#9fe8c4}.ld-pricing{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:20px;display:grid}.ld-price{background:#fff;border:1.5px solid #0d13201a;border-radius:22px;flex-direction:column;padding:32px 28px;transition:all .2s;display:flex}.ld-price:hover{transform:translateY(-3px);box-shadow:0 18px 50px #0d13201a}.ld-price.feat{background:var(--ink);color:#fff;border-color:var(--ink)}.ld-price.feat .pp-sub,.ld-price.feat li{color:#ffffffd1}.ld-price .pp-tag{letter-spacing:1px;text-transform:uppercase;color:var(--peri-d);margin-bottom:12px;font-size:12px;font-weight:700}.ld-price.feat .pp-tag{color:var(--sun)}.ld-price h3{margin-bottom:6px;font-size:23px;font-weight:700}.ld-price .pp-price{letter-spacing:-.02em;margin:10px 0 4px;font-size:38px;font-weight:700}.ld-price .pp-price small{color:#7a8493;font-size:15px;font-weight:500}.ld-price.feat .pp-price small{color:#ffffffb3}.ld-price .pp-sub{color:#7a8493;margin-bottom:20px;font-size:13px}.ld-price ul{flex-direction:column;flex:1;gap:11px;margin:0 0 26px;padding:0;list-style:none;display:flex}.ld-price li{color:#46505f;align-items:flex-start;gap:9px;font-size:14px;display:flex}.ld-price li svg{width:17px;height:17px;stroke:var(--peri-d);fill:none;stroke-width:2.4px;flex-shrink:0;margin-top:1px}.ld-price.feat li svg{stroke:var(--sun)}.ld-price-custom{flex-flow:wrap;grid-column:1/-1;justify-content:space-between;align-items:center;gap:20px}.tm-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.tm-left{flex-direction:column;gap:20px;display:flex}.tm-badge{color:var(--peri-d);background:#83a2db24;border-radius:999px;align-self:flex-start;align-items:center;gap:7px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.tm-badge svg{width:15px;height:15px;fill:var(--peri-d);stroke:none}.tm-dots{gap:10px;margin-top:8px;display:flex}.tm-dots button{cursor:pointer;background:#0d13202e;border:none;border-radius:999px;width:9px;height:9px;padding:0;transition:all .3s}.tm-dots button.active{background:var(--peri-d);width:34px}.tm-right{display:grid;position:relative}.tm-card{opacity:0;pointer-events:none;background:#fff;border:1px solid #0d132014;border-radius:18px;flex-direction:column;grid-area:1/1;padding:30px 32px;transition:opacity .55s,transform .55s cubic-bezier(.22,1,.36,1);display:flex;transform:translate(60px)scale(.94);box-shadow:0 18px 50px #0d13201a}.tm-card.active{opacity:1;pointer-events:auto;z-index:2;transform:translate(0)scale(1)}.tm-stars{gap:4px;margin-bottom:18px;display:flex}.tm-stars svg{width:19px;height:19px;fill:var(--sun);stroke:none}.tm-quote{color:var(--ink);flex:1;font-size:18px;font-weight:500;line-height:1.55;position:relative}.tm-quote .qmk{font-family:var(--font-display), sans-serif;color:var(--peri-d);opacity:.18;font-size:52px;line-height:1;position:absolute;top:-12px;left:-6px}.tm-sep{background:#0d132014;height:1px;margin:18px 0}.tm-author{align-items:center;gap:13px;display:flex}.tm-av{color:#fff;background:linear-gradient(135deg,#83a2db,#6e8fce);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:16px;font-weight:700;display:flex}.tm-author b{font-size:15px;display:block}.tm-author span{color:#5e6b7e;font-size:13px}.tm-deco{z-index:0;background:#83a2db24;border-radius:18px;width:88px;height:88px;position:absolute}.tm-deco-a{bottom:-22px;left:-22px}.tm-deco-b{top:-22px;right:-22px}.ld-fld{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.ld-fld label{color:#46505f;font-size:12.5px;font-weight:600}.ld-fld input,.ld-fld select{width:100%;color:var(--ink);background:#fff;border:1.5px solid #0d13201f;border-radius:10px;outline:none;padding:11px 13px;font-family:inherit;font-size:14px}.ld-fld select{cursor:pointer}.ld-fld input:focus,.ld-fld select:focus{border-color:var(--peri-d)}.frow{grid-template-columns:1fr 1fr;gap:14px;display:grid}.ld-lead-card{background:#fff;border:1px solid #0d132014;border-radius:20px;padding:30px;box-shadow:0 18px 50px #0d132014}.siret-row{gap:8px;display:flex}.ld-siret-btn{border:1.5px solid var(--peri-d);color:var(--peri-d);cursor:pointer;white-space:nowrap;background:#83a2db14;border-radius:10px;flex-shrink:0;padding:0 14px;font-family:inherit;font-size:12.5px;font-weight:600}.ld-siret-btn:hover{background:var(--peri-d);color:#fff}.ld-foot{background:var(--ink);color:#fff;border-radius:36px 36px 0 0;margin-top:40px}.ld-foot-in{max-width:1180px;margin:0 auto;padding:66px 28px 40px}.ld-foot-top{border-bottom:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:30px;padding-bottom:40px;display:flex}.ld-foot-top h2{letter-spacing:-.03em;align-items:center;font-size:46px;font-weight:700;display:flex}.ld-foot-top h2 span{color:var(--peri)}.ld-foot .ld-btn.solid{color:var(--ink);background:#fff}.ld-foot-bot{color:#fff9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:26px;font-size:13px;display:flex}.ld-foot-legal{flex-wrap:wrap;gap:18px;display:flex}.ld-foot-legal a{color:#ffffffb8;text-decoration:none}.ld-foot-legal a:hover{color:#fff;text-decoration:underline}.ld-wa-float{z-index:50;color:#fff;background:#25d366;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;display:inline-flex;position:fixed;bottom:22px;right:22px;box-shadow:0 10px 28px #25d36666}.ld-wa-float svg{width:28px;height:28px}@media (max-width:1100px){.ld-pricing{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.ld-hero-in{grid-template-columns:1fr;gap:40px}.ld-hero-ring{order:-1}}@media (max-width:860px){.ld-hero h1{font-size:40px}.ld-h2{font-size:30px}.ld-grid2{grid-template-columns:1fr;gap:30px}.ld-ring-wrap{width:260px;height:260px}.ld-ring-pct{font-size:52px}.ld-feat,.ld-pricing{grid-template-columns:1fr}.ld-token{grid-template-columns:1fr;padding:34px}.ld-show-row,.ld-show-row.rev{grid-template-columns:1fr;gap:24px}.ld-show-row.rev .ld-show-txt{order:0}.ld-foot-top h2{font-size:32px}.frow{grid-template-columns:1fr}.tm-grid{grid-template-columns:1fr;gap:30px}.tm-quote{font-size:16px}.tm-card{padding:24px}.tm-deco{display:none}}@media (prefers-reduced-motion:reduce){.shiny-text,.lht-word.in,.lht-word.out,.dc-stack>.dc-card,.tm-card{transition:none!important;animation:none!important}}@keyframes ldHeroReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.ld-hero-txt>*{animation:.7s cubic-bezier(.22,1,.36,1) both ldHeroReveal}.ld-hero-txt>:first-child{animation-delay:40ms}.ld-hero-txt>:nth-child(2){animation-delay:.14s}.ld-hero-txt>:nth-child(3){animation-delay:.24s}.ld-hero-txt>:nth-child(4){animation-delay:.34s}@media (prefers-reduced-motion:reduce){.ld-hero-txt>*{animation:none}}.ld-hero-trust{flex-wrap:wrap;gap:10px 22px;margin-top:26px;display:flex}.ld-hero-trust span{color:#fffffff0;align-items:center;gap:8px;font-size:14px;font-weight:500;display:inline-flex}.ld-hero-trust svg{stroke:#2e7d5b;fill:#fff;stroke-width:2.6px;box-sizing:border-box;background:#fff;border-radius:50%;flex-shrink:0;width:18px;height:18px;padding:2px}.ld-chat{width:100%;max-width:440px;color:var(--ink);background:#fff;border:1px solid #0d132014;border-radius:22px;flex-direction:column;margin-left:auto;display:flex;overflow:hidden;box-shadow:0 24px 60px #0d132038}.ld-chat-head{background:#fbfcfe;border-bottom:1px solid #0d132012;align-items:center;gap:11px;padding:14px 18px;display:flex}.ld-chat-ava{background:var(--royal);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ld-chat-ava svg{stroke:#fff;fill:none;stroke-width:1.9px;width:20px;height:20px}.ld-chat-id b{font-size:14.5px;font-weight:700;line-height:1.2;display:block}.ld-chat-status{color:#5a6473;align-items:center;gap:6px;margin-top:1px;font-size:12px;display:inline-flex}.ld-chat-dot{background:#2e7d5b;border-radius:50%;width:7px;height:7px}.ld-chat-body{background:#f7f8fb;flex-direction:column;flex:1;gap:12px;padding:18px;display:flex}.ld-msg{border-radius:16px;max-width:86%;padding:11px 14px;font-size:13.5px;line-height:1.5}.ld-msg.user{background:var(--royal);color:#fff;border-bottom-right-radius:5px;align-self:flex-end}.ld-msg.bot{color:var(--ink);background:#fff;border:1px solid #0d132017;border-bottom-left-radius:5px;align-self:flex-start}.ld-typing{color:#6a7689;align-self:flex-start;align-items:center;gap:9px;font-size:12.5px;display:inline-flex}.ld-typing-dots{gap:4px;display:inline-flex}.ld-typing-dots i{background:#9aa6b6;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite ldTypeBlink}.ld-typing-dots i:nth-child(2){animation-delay:.18s}.ld-typing-dots i:nth-child(3){animation-delay:.36s}@keyframes ldTypeBlink{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.ld-chat-input{background:#fff;border-top:1px solid #0d132012;align-items:center;gap:8px;padding:12px 14px;display:flex}.ld-chat-field{color:#8a93a3;white-space:nowrap;text-overflow:ellipsis;background:#f1f3f6;border:1px solid #0d13200f;border-radius:999px;flex:1;min-width:0;padding:10px 15px;font-size:13px;overflow:hidden}.ld-chat-mic,.ld-chat-send{border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.ld-chat-mic{background:#f1f3f6;border:1px solid #0d132014}.ld-chat-mic svg{stroke:#5a6473;fill:none;stroke-width:1.9px;width:17px;height:17px}.ld-chat-send{background:var(--royal)}.ld-chat-send svg{stroke:#fff;fill:none;stroke-width:2.2px;width:17px;height:17px}@media (prefers-reduced-motion:reduce){.ld-typing-dots i{opacity:.6;animation:none}}@media (max-width:900px){.ld-chat{max-width:100%;margin:0}}.ld-cop{grid-template-columns:.92fr 1.08fr;align-items:start;gap:56px;display:grid}.ld-cop-intro h2{font-family:var(--font-display), sans-serif;letter-spacing:-.02em;margin-bottom:18px;font-size:38px;font-weight:600;line-height:1.08}.ld-cop-intro p{color:#46505f;max-width:460px;margin-bottom:16px;font-size:17px;line-height:1.6}.ld-cop-intro .ld-btn{margin-top:10px}.ld-cop-list{flex-direction:column;margin:4px 0 0;padding:0;list-style:none;display:flex}.ld-cop-list li{border-bottom:1px solid #0d132014;align-items:flex-start;gap:15px;padding:16px 0;display:flex}.ld-cop-list li:first-child{padding-top:0}.ld-cop-list li:last-child{border-bottom:none}.ld-cop-ic{background:#2e7d5b1f;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:1px;display:flex}.ld-cop-ic svg{stroke:#2e7d5b;fill:none;stroke-width:2.6px;width:17px;height:17px}.ld-cop-list b{color:var(--ink);font-size:15.5px;font-weight:600}@media (max-width:900px){.ld-cop{grid-template-columns:1fr;gap:32px}}.ld-serif{font-family:var(--font-display), sans-serif;font-weight:600}.ld-feat-head{grid-template-columns:1fr 1fr;align-items:end;gap:40px;margin-bottom:8px;display:grid}.ld-feat-head h2{font-family:var(--font-display), sans-serif;letter-spacing:-.02em;font-size:38px;font-weight:600;line-height:1.08}.ld-feat-head p{color:#46505f;font-size:16px;line-height:1.6}.ld-feat-lead{background:#fff;border:1px solid #0d132012;border-radius:18px;grid-column:1/-1;grid-template-columns:auto 1fr;align-items:center;gap:22px;padding:28px 30px;display:grid}.ld-feat-lead .fi{width:52px;height:52px;margin-bottom:0}.ld-feat-lead h3{font-size:20px}@media (max-width:860px){.ld-feat-head{grid-template-columns:1fr;gap:16px}.ld-feat-head h2{font-size:30px}.ld-feat-lead{grid-template-columns:1fr;gap:14px}}.ld-pricing-note{text-align:center;color:#46505f;background:#f7f8fb;border:1px solid #0d132012;border-radius:16px;max-width:720px;margin:26px auto 0;padding:18px 24px;font-size:14px;line-height:1.55}.ld-pricing-note b{color:var(--ink)}.mc-pill.na{color:#5e6b7e;background:#5e6b7e1f}.mc-pill.info{color:var(--royal);background:#1d4ed81a}.cv-grid{grid-template-columns:1.55fr 1fr;gap:12px;display:grid}@media (max-width:520px){.cv-grid{grid-template-columns:1fr}}.cv-bar{background:#fff;border:1px solid #0d132014;border-radius:11px;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:12px;padding:8px 10px;display:flex}.cv-tool{color:#46505f;background:#f3f4f7;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.cv-tool svg{stroke:#46505f;fill:none;stroke-width:1.7px;width:14px;height:14px}.cv-bar .cv-bar-note{color:#8a93a3;margin-left:auto;font-size:10.5px}.cv-stage{aspect-ratio:16/10;background:#161b25;border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid;position:relative;overflow:hidden}.cv-tile{background:linear-gradient(150deg,#2a3242,#1b2230);border-radius:8px;align-items:flex-end;padding:7px;display:flex;position:relative;overflow:hidden}.cv-tile.cv-main{background:linear-gradient(150deg,#34415d,#1d2533)}.cv-tile .cv-face{background:var(--peri);color:#fff;border:2px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:flex;position:absolute;top:12px;left:50%;transform:translate(-50%)}.cv-tile .cv-name{z-index:1;color:#fff;background:#00000073;border-radius:6px;padding:2px 7px;font-size:10.5px;font-weight:600;position:relative}.cv-tile .cv-mic{background:#2e7d5b;border-radius:50%;width:7px;height:7px;position:absolute;top:7px;right:7px;box-shadow:0 0 0 3px #2e7d5b40}.cv-tile .cv-mic.off{box-shadow:none;background:#c0392b}.cv-cap{z-index:2;flex-direction:column;gap:4px;display:flex;position:absolute;bottom:8px;left:8px;right:8px}.cv-cap p{color:#fff;background:#000000d1;border-radius:7px;align-self:center;max-width:96%;margin:0;padding:4px 9px;font-size:10.5px;line-height:1.4}.cv-cap p b{color:#fff}.cv-subtitles{background:#fff;border:1px solid #0d132014;border-radius:11px;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;padding:9px 11px;display:flex}.cv-sub-btn{background:var(--royal);color:#fff;border-radius:8px;align-items:center;gap:6px;padding:6px 11px;font-size:11.5px;font-weight:700;display:inline-flex}.cv-sub-btn svg{stroke:#fff;fill:none;stroke-width:1.9px;width:13px;height:13px}.cv-sub-sel{color:#5a6473;align-items:center;gap:5px;font-size:11px;display:inline-flex}.cv-sub-sel b{color:var(--ink);background:#f1f3f6;border:1px solid #0d132014;border-radius:7px;padding:3px 8px;font-weight:700}.cv-att{background:#fff;border:1px solid #0d132014;border-radius:12px;flex-direction:column;padding:12px;display:flex}.cv-att-head{justify-content:space-between;align-items:baseline;margin-bottom:4px;display:flex}.cv-att-head b{font-size:13px;font-weight:700}.cv-att-head span{color:#7a8493;font-size:10.5px}.cv-att-note{color:#8a93a3;margin:0 0 9px;font-size:10px;line-height:1.4}.cv-att-row{border-top:1px solid #0d13200f;align-items:center;gap:8px;padding:6px 0;display:flex}.cv-att-row:first-of-type{border-top:none}.cv-att-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.cv-att-dot.on{background:#2e7d5b}.cv-att-dot.off{background:#9aa6b6}.cv-att-row .cv-att-nm{min-width:0;color:var(--ink);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;overflow:hidden}.cv-att-row .cv-att-t{font-variant-numeric:tabular-nums;color:#7a8493;flex-shrink:0;font-size:11px}.cp-thread{flex-direction:column;gap:11px;display:flex}.cp-msg{border-radius:15px;max-width:88%;padding:10px 13px;font-size:12.5px;line-height:1.5}.cp-msg.user{background:var(--royal);color:#fff;border-bottom-right-radius:5px;align-self:flex-end}.cp-msg.bot{color:var(--ink);background:#fff;border:1px solid #0d132017;border-bottom-left-radius:5px;align-self:flex-start}.cp-done{background:#2e7d5b14;border:1px solid #2e7d5b47;border-radius:14px;align-self:flex-start;width:92%;padding:11px 13px}.cp-done>b{color:var(--ink);font-size:12.5px;font-weight:700}.cp-done ul{flex-direction:column;gap:6px;margin:8px 0 0;padding:0;list-style:none;display:flex}.cp-done li{color:var(--ink);align-items:flex-start;gap:8px;font-size:12px;display:flex}.cp-done li svg{stroke:#2e7d5b;fill:none;stroke-width:2.6px;flex-shrink:0;width:14px;height:14px;margin-top:1px}.cp-open{background:var(--royal);color:#fff;border-radius:8px;align-items:center;margin-top:10px;padding:6px 14px;font-size:11.5px;font-weight:700;display:inline-flex}.cp-input{background:#fff;border:1px solid #0d13201a;border-radius:13px;align-items:center;gap:8px;margin-top:13px;padding:9px 10px;display:flex}.cp-input .cp-field{color:#8a93a3;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:11.5px;overflow:hidden}.cp-input .cp-mic{background:#c0392b1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.cp-input .cp-mic svg{stroke:#c0392b;fill:none;stroke-width:1.9px;width:15px;height:15px}.cp-input .cp-mic:before{content:"";background:#c0392b2e;border-radius:8px;animation:1.6s ease-out infinite cpPing;position:absolute;inset:0}.cp-input .cp-send{background:var(--royal);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cp-input .cp-send svg{stroke:#fff;fill:none;stroke-width:2.2px;width:15px;height:15px}.cp-listening{color:#c0392b;align-items:center;gap:6px;margin-top:8px;font-size:10.5px;font-weight:600;display:inline-flex}.cp-listening i{background:#c0392b;border-radius:50%;width:6px;height:6px}@keyframes cpPing{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.7)}}@media (prefers-reduced-motion:reduce){.cp-input .cp-mic:before{animation:none}}.em-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.em-head b{font-size:13px;font-weight:700}.em-prog{align-items:center;gap:8px;display:flex}.em-prog-track{background:#e7eaf0;border-radius:99px;width:80px;height:5px;overflow:hidden}.em-prog-track i{background:var(--peri);border-radius:99px;height:100%;display:block}.em-prog span{font-variant-numeric:tabular-nums;color:#7a8493;font-size:11px}.em-prog span b{color:var(--ink)}.em-table{border-collapse:collapse;width:100%;font-size:11.5px}.em-table th,.em-table td{border-bottom:1px solid #0d132012;padding:7px 6px}.em-table thead th{text-transform:uppercase;letter-spacing:.3px;color:#8a93a3;text-align:center;white-space:nowrap;font-size:9px;font-weight:700}.em-table thead th:first-child{text-align:left}.em-table tbody th{text-align:left;color:var(--ink);white-space:nowrap;font-weight:600}.em-table td{text-align:center;vertical-align:middle}.em-cell{flex-direction:column;align-items:center;gap:2px;display:inline-flex}.em-box{border:1.5px solid #c4ccd8;border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.em-box.on{background:var(--royal);border-color:var(--royal)}.em-box.on svg{stroke:#fff;fill:none;stroke-width:3px;width:11px;height:11px}.em-time{font-variant-numeric:tabular-nums;color:#8a93a3;font-size:8.5px}.em-signed{color:var(--royal);font-size:8.5px;font-weight:700}.em-horodate{color:#8a93a3;font-size:8.5px;font-weight:600}.em-mobile{background:#1d4ed80a;border:1px dashed #1d4ed859;border-radius:11px;align-items:center;gap:10px;margin-top:12px;padding:10px 12px;display:flex}.em-qr{background:#fff;border:1px solid #0d13201a;border-radius:7px;flex-shrink:0;width:38px;height:38px;padding:3px}.em-qr svg{width:100%;height:100%}.em-mobile .em-mobile-txt b{color:var(--ink);font-size:11.5px;font-weight:700;display:block}.em-mobile .em-mobile-txt span{color:#5a6473;font-size:10.5px}.cf-top{align-items:center;gap:14px;margin-bottom:14px;display:flex}.cf-top .mc-ring{width:84px;height:84px}.cf-top .mc-ring b{font-size:19px}.cf-top-meta b{font-size:13px;font-weight:700;display:block}.cf-top-meta .cf-sub{color:#7a8493;margin-top:2px;font-size:11px}.cf-top-meta .cf-pills{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.cf-ind{border:1px solid #0d132012;border-radius:9px;align-items:center;gap:9px;margin-bottom:6px;padding:8px 10px;display:flex}.cf-ind:last-child{margin-bottom:0}.cf-ind .cf-num{color:#5a6473;font-variant-numeric:tabular-nums;background:#f1f3f6;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.cf-ind .cf-lb{min-width:0;color:var(--ink);flex:1;font-size:11.5px;line-height:1.35}.cf-ind .cf-lb small{color:#7a8493;margin-top:1px;font-size:9.5px;display:block}.cf-ind .mc-pill{flex-shrink:0}.ld-cha-caret{vertical-align:-2px;background:#ffffffe6;border-radius:1px;width:2px;height:1em;margin-left:2px;animation:1s step-end infinite ldcaret;display:inline-block}.ld-cha-caret.dark{background:#3f63a8}@keyframes ldcaret{50%{opacity:0}}@media (prefers-reduced-motion:reduce){.ld-cha-caret{display:none}}.ld-chat-body{min-height:300px}@media (max-width:600px){.ld-chat-body{min-height:260px}}.ld-demo-head{text-align:center;max-width:680px;margin:0 auto 28px}.ld-demo-eyebrow{color:#3f63a8;margin:0 0 10px;font-size:13px;font-weight:600}.ld-demo-head h2{color:var(--ink);margin:0 0 12px;font-size:clamp(26px,4vw,40px);line-height:1.1}.ld-demo-head p{color:#5e6b7e;margin:0;font-size:16px;line-height:1.6}.ld-demo-frame{aspect-ratio:16/9;border:1px solid #1a22301f;border-radius:18px;width:100%;max-width:960px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 24px 60px -28px #1d4ed873}.ld-demo-frame iframe{border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.ld-demo-ph{color:#fff;background:radial-gradient(120% 120% at 50% 0,#1e293b 0%,#0f172a 60%,#0b1220 100%);flex-direction:column;justify-content:center;align-items:center;gap:12px;text-decoration:none;transition:filter .2s;display:flex;position:absolute;inset:0}.ld-demo-ph:hover{filter:brightness(1.08)}.ld-demo-play{color:#fff;background:#1d4ed8;border-radius:9999px;place-items:center;width:72px;height:72px;display:grid;box-shadow:0 12px 30px -8px #1d4ed8b3}.ld-demo-play svg{width:30px;height:30px;margin-left:3px}.ld-demo-ph-txt{font-size:17px;font-weight:600}.ld-demo-ph-sub{color:#ffffffb8;font-size:13px}.ld-demo-cta{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:24px;display:flex}@media (prefers-reduced-motion:reduce){.ld-demo-ph,.ld-demo-ph:hover{transition:none}}.ld-audit{background:linear-gradient(#fff,#f3f6fc);border:1px solid #1d4ed824;border-radius:20px;grid-template-columns:1.05fr 1fr;align-items:center;gap:40px;margin:0 0 48px;padding:24px;display:grid}.ld-audit-eyebrow{color:#1d4ed8;margin:0 0 10px;font-size:13px;font-weight:700;display:inline-block}.ld-audit-txt h3{color:var(--ink);margin:0 0 12px;font-size:clamp(22px,2.6vw,30px);line-height:1.15}.ld-audit-txt p{color:#5e6b7e;margin:0;font-size:15px;line-height:1.6}.ld-audit-list{gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.ld-audit-list li{color:var(--ink);align-items:center;gap:10px;font-size:14px;display:flex}.ld-audit-ic{background:#1d4ed81a;border-radius:9999px;flex:none;place-items:center;width:22px;height:22px;display:grid}.ld-audit-ic svg{fill:none;stroke:#1d4ed8;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.ld-audit-doc{background:#fff;border:1px solid #1a22301f;border-radius:16px;padding:20px;box-shadow:0 26px 60px -30px #1d4ed873}.ld-audit-doc-head{border-bottom:1px solid #1a223014;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:14px;display:flex}.ld-audit-doc-kicker{font-family:var(--font-display),sans-serif;letter-spacing:-.01em;color:var(--ink);margin:0;font-size:16px;font-weight:600;line-height:1.2}.ld-audit-doc-sub{color:#6a7689;margin:2px 0 0;font-size:11.5px}.ld-audit-doc-tag{color:#1d4ed8;background:#1d4ed81a;border-radius:6px;flex:none;padding:3px 8px;font-size:10.5px;font-weight:700}.ld-audit-score{align-items:center;gap:16px;margin:16px 0;display:flex}.ld-audit-ring{background:conic-gradient(#1d4ed8 calc(var(--p,0)*1%),#e3e7ec 0);border-radius:50%;flex:none;width:96px;height:96px;position:relative}.ld-audit-ring span{font-family:var(--font-display),sans-serif;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--ink);background:#fff;border-radius:50%;justify-content:center;align-items:baseline;font-size:30px;font-weight:600;display:flex;position:absolute;inset:10px}.ld-audit-ring small{font-family:var(--font-sans),system-ui,sans-serif;color:#6a7689;margin-left:2px;font-size:12px;font-weight:600}.ld-audit-score-txt p{color:#5e6b7e;margin:0;font-size:13px}.ld-audit-niveau{font-weight:600;color:var(--ink)!important;font-size:14px!important}.ld-audit-ecarts{font-weight:600;color:#8a5a12!important}.ld-audit-rows{margin-top:6px}.ld-audit-row{border-top:1px solid #1a223012;grid-template-columns:18px 1fr auto auto;align-items:center;gap:10px;padding:7px 0;display:grid}.ld-audit-row-n{color:#3f63a8;background:#eef2fb;border-radius:5px;place-items:center;width:18px;height:18px;font-size:10.5px;font-weight:700;display:grid}.ld-audit-row-nom{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;overflow:hidden}.ld-audit-row-ratio{color:#5e6b7e;font-variant-numeric:tabular-nums;font-size:12px}.ld-audit-badge{white-space:nowrap;border-radius:9999px;padding:2px 8px;font-size:10.5px;font-weight:600}.ld-audit-badge.ok{color:#2e7d5b;background:#2e7d5b1a}.ld-audit-badge.warn{color:#8a5a12;background:#8a5a121f}.ld-audit-foot{color:#6a7689;margin:14px 0 0;font-size:10.5px;font-style:italic}@media (max-width:900px){.ld-audit{grid-template-columns:1fr;gap:24px}}
