:root{
    --jc-bg:#0a0d17;
    --jc-bg-soft:#111625;
    --jc-surface:#ffffff;
    --jc-surface-soft:#f6f7fb;
    --jc-ink:#121625;
    --jc-muted:#697084;
    --jc-line:#e8eaf1;
    --jc-white:#ffffff;
    --jc-orange:#ff6b4a;
    --jc-pink:#ef4d82;
    --jc-violet:#7657f4;
    --jc-violet-dark:#5540cc;
    --jc-green:#1dbf88;
    --jc-cyan:#43c8de;
    --jc-gradient:linear-gradient(135deg,#ff704f 0%,#ef4d82 47%,#7657f4 100%);
    --jc-shadow:0 30px 90px rgba(7,10,20,.16);
    --jc-radius-xl:34px;
    --jc-radius-lg:24px;
    --jc-radius-md:18px;
    --jc-container:min(1180px,calc(100% - 40px));
}

.public-v2-body{background:var(--jc-bg);color:var(--jc-white);font-family:Vazirmatn,"IRANSansX",Tahoma,Arial,sans-serif;line-height:1.75;overflow-x:hidden}
.public-v2-body *{box-sizing:border-box}
.public-v2-body a{text-decoration:none}
.public-v2-body button,.public-v2-body input,.public-v2-body select,.public-v2-body textarea{font:inherit}
.public-v2-body svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.jc-container{width:var(--jc-container);margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.jc-skip-link{position:fixed;top:10px;inset-inline-start:10px;z-index:1000;padding:10px 15px;border-radius:10px;background:#fff;color:#111;transform:translateY(-150%);transition:transform .2s}
.jc-skip-link:focus{transform:translateY(0)}

.jc-header{position:sticky;top:0;z-index:100;height:88px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(10,13,23,.78);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.jc-header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}
.jc-brand{display:inline-flex;align-items:center;gap:12px;color:#fff;flex:none}
.jc-brand-mark{position:relative;width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:var(--jc-gradient);box-shadow:0 10px 28px rgba(239,77,130,.25);overflow:hidden}
.jc-brand-mark:after{content:"";position:absolute;width:28px;height:28px;border:1px solid rgba(255,255,255,.38);border-radius:50%;right:-10px;top:-9px}
.jc-brand-mark b{font:900 24px/1 Arial,sans-serif;color:#fff;transform:translateY(1px)}
.jc-brand-mark i{position:absolute;width:5px;height:5px;border-radius:50%;background:#fff;right:8px;bottom:8px;box-shadow:0 0 0 4px rgba(255,255,255,.16)}
.jc-brand-copy{display:flex;flex-direction:column;line-height:1.1}
.jc-brand-copy strong{font-size:20px;letter-spacing:-.3px}
.jc-brand-copy small{font-size:9px;font-weight:500;color:#8e96aa;margin-top:6px;white-space:nowrap}
.jc-header-panel{display:flex;align-items:center;justify-content:space-between;gap:34px;flex:1}
.jc-nav{display:flex;align-items:center;gap:28px;margin-inline:auto}
.jc-nav a,.jc-login-link{position:relative;color:#aeb4c5;font-size:13px;font-weight:650;transition:color .2s}
.jc-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:-8px;height:2px;border-radius:4px;background:var(--jc-gradient);transition:left .2s,right .2s}
.jc-nav a:hover,.jc-nav a:focus-visible,.jc-login-link:hover,.jc-login-link:focus-visible{color:#fff}
.jc-nav a:hover:after,.jc-nav a:focus-visible:after{left:0;right:0}
.jc-header-actions{display:flex;align-items:center;gap:16px}
.jc-language-switch{display:flex;padding:3px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:rgba(255,255,255,.05);direction:ltr}
.jc-language-switch button{width:38px;height:30px;border:0;border-radius:8px;background:transparent;color:#8f97aa;font:800 10px/1 Arial,sans-serif;cursor:pointer;transition:.2s}
.jc-language-switch button[aria-pressed="true"]{background:#fff;color:#181b27;box-shadow:0 5px 16px rgba(0,0,0,.18)}
.jc-menu-button{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.05);padding:10px;cursor:pointer}
.jc-menu-button span{display:block;height:2px;background:#fff;border-radius:10px;margin:4px 0;transition:.25s}
.jc-menu-button[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.jc-menu-button[aria-expanded="true"] span:nth-child(2){opacity:0}
.jc-menu-button[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

.jc-button{min-height:46px;border:0;border-radius:14px;padding:11px 19px;display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--jc-gradient);color:#fff!important;font-size:13px;font-weight:850;box-shadow:0 14px 30px rgba(239,77,130,.2);transition:transform .2s,box-shadow .2s,filter .2s;cursor:pointer}
.jc-button:hover,.jc-button:focus-visible{transform:translateY(-2px);box-shadow:0 19px 38px rgba(239,77,130,.28);filter:saturate(1.08)}
.jc-button svg{width:18px;height:18px}
[dir="rtl"] .jc-button svg{transform:scaleX(-1)}
.jc-button-sm{min-height:40px;padding:9px 16px;border-radius:12px;font-size:12px}
.jc-button-lg{min-height:55px;padding:14px 24px;border-radius:16px;font-size:14px}
.jc-button-ghost{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);box-shadow:none;color:#eef0f7!important}
.jc-button-ghost:hover,.jc-button-ghost:focus-visible{background:rgba(255,255,255,.1);box-shadow:none}
.jc-button-light{background:#fff;color:#171a25!important;box-shadow:0 18px 45px rgba(22,12,42,.17)}
.jc-button-dark{background:#161a28;color:#fff!important;box-shadow:none}

.jc-main{min-height:60vh}
.jc-hero{position:relative;isolation:isolate;overflow:hidden;padding:86px 0 100px;background:radial-gradient(circle at 50% 0%,rgba(118,87,244,.14),transparent 35%),var(--jc-bg)}
.jc-hero:before{content:"";position:absolute;inset:0;z-index:-3;opacity:.3;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,#000,transparent 80%)}
.jc-hero-glow{position:absolute;z-index:-2;border-radius:50%;filter:blur(8px);opacity:.25}
.jc-hero-glow-one{width:430px;height:430px;background:#ef4d82;top:-240px;right:-150px}
.jc-hero-glow-two{width:500px;height:500px;background:#7657f4;bottom:-350px;left:18%}
.jc-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(530px,1.1fr);align-items:center;gap:72px}
.jc-hero-copy{position:relative;z-index:2}
.jc-kicker{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 12px;background:rgba(255,255,255,.055);color:#b8becd;font-size:11px;font-weight:650}
.jc-status-dot{width:7px;height:7px;border-radius:50%;background:var(--jc-green);box-shadow:0 0 0 5px rgba(29,191,136,.12)}
.jc-hero h1{display:flex;flex-direction:column;margin:25px 0 24px;font-size:clamp(44px,5.1vw,72px);line-height:1.14;letter-spacing:-2.8px}
.jc-hero h1 span{font-weight:850;color:#fff}
.jc-hero h1 strong{font-weight:900;background:linear-gradient(90deg,#ff866c 0%,#f45d93 46%,#9581ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
[dir="ltr"] .jc-hero h1{letter-spacing:-3.5px}
.jc-hero-lead{max-width:590px;margin:0;color:#aab1c1;font-size:17px;line-height:2}
.jc-hero-actions{display:flex;align-items:center;gap:13px;margin-top:32px}
.jc-trust-list{display:flex;flex-wrap:wrap;gap:16px 22px;padding:0;margin:30px 0 0;list-style:none;color:#7f879a;font-size:10px}
.jc-trust-list li{display:flex;align-items:center;gap:6px}
.jc-trust-list svg{width:16px;height:16px;color:var(--jc-green);stroke-width:2.4}

.jc-product-stage{position:relative;min-height:560px;display:grid;place-items:center;direction:ltr}
.jc-product-orbit{position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012)}
.jc-dashboard-preview{position:relative;width:min(100%,590px);overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:#fff;color:var(--jc-ink);box-shadow:0 45px 110px rgba(0,0,0,.38);transform:perspective(1400px) rotateY(-4deg) rotateX(1.5deg)}
.jc-preview-topbar{height:52px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;background:#f1f2f6;border-bottom:1px solid #e2e4ea;font-size:10px;color:#778094}
.jc-window-dots{display:flex;gap:5px}.jc-window-dots i{width:7px;height:7px;border-radius:50%;background:#c5c9d3}.jc-window-dots i:first-child{background:#ff7a66}.jc-window-dots i:nth-child(2){background:#f5be4c}.jc-window-dots i:last-child{background:#43c68d}
.jc-preview-topbar b{display:flex;align-items:center;gap:6px;color:#168d67;font-weight:800}.jc-preview-topbar b i{width:6px;height:6px;border-radius:50%;background:#1dbf88}
.jc-preview-body{display:grid;grid-template-columns:58px 1fr;min-height:455px}
.jc-preview-sidebar{padding:18px 0;display:flex;align-items:center;flex-direction:column;gap:24px;background:#111625}
.jc-mini-logo{width:30px;height:30px;border-radius:10px;background:var(--jc-gradient);color:#fff;display:grid;place-items:center;font:900 16px/1 Arial,sans-serif;margin-bottom:4px}
.jc-preview-sidebar>i{position:relative;width:20px;height:4px;border-radius:10px;background:#32384a}.jc-preview-sidebar>i.active{background:#fff}.jc-preview-sidebar>i.active:after{content:"";position:absolute;left:-14px;top:-8px;width:3px;height:20px;border-radius:0 4px 4px 0;background:#ef4d82}
.jc-preview-content{padding:28px 30px 25px;direction:rtl}
[dir="ltr"] .jc-preview-content{direction:ltr}
.jc-preview-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.jc-preview-heading small,.jc-flow-line small{display:block;color:#8c93a4;font-size:9px;margin-bottom:3px}
.jc-preview-heading strong{font-size:17px}.jc-toggle{width:42px;height:23px;border-radius:30px;background:#24bd88;padding:3px;display:flex;justify-content:flex-end}.jc-toggle i{width:17px;height:17px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.18)}
[dir="ltr"] .jc-toggle{justify-content:flex-end}
.jc-flow-line{position:relative;display:grid;grid-template-columns:auto 46px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;border:1px solid #e7e9ee;border-radius:16px;background:#fff;box-shadow:0 9px 28px rgba(24,28,43,.04)}
.jc-flow-index{position:absolute;top:8px;left:10px;font:800 8px/1 Arial,sans-serif;color:#c2c6d0}
[dir="rtl"] .jc-flow-index{left:auto;right:10px}
.jc-flow-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center}.jc-flow-icon svg{width:21px;height:21px}.jc-flow-icon-warm{background:#fff0ec;color:#f26d53}.jc-flow-icon-violet{background:#f0edff;color:#7657f4}
.jc-flow-line strong{display:block;max-width:300px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.jc-flow-chip{padding:4px 8px;border-radius:20px;background:#fff0ec;color:#d85c44;font-size:8px;font-weight:850}.jc-flow-chip-violet{background:#f0edff;color:#684add}
.jc-flow-connector{height:38px;display:flex;flex-direction:column;align-items:center;justify-content:center}.jc-flow-connector i{width:1px;height:8px;background:#d7dae2}.jc-flow-connector span{width:20px;height:20px;border:1px solid #dfe2e8;border-radius:50%;display:grid;place-items:center;color:#9299aa;font:600 13px/1 Arial;background:#fff}
.jc-preview-note{margin-top:20px;padding:13px 14px;border-radius:15px;background:#f6f7fb;display:flex;align-items:flex-start;gap:11px}.jc-preview-note svg{width:22px;height:22px;color:#7657f4;flex:none}.jc-preview-note strong,.jc-preview-note span{display:block}.jc-preview-note strong{font-size:10px}.jc-preview-note span{color:#8a91a2;font-size:8px;margin-top:2px}
.jc-floating-card{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;min-width:190px;padding:12px 14px;border:1px solid rgba(255,255,255,.6);border-radius:16px;background:rgba(255,255,255,.94);color:#171a25;box-shadow:0 22px 55px rgba(0,0,0,.2);backdrop-filter:blur(10px);direction:rtl}
[dir="ltr"] .jc-floating-card{direction:ltr}
.jc-floating-card>span{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#e9faf4;color:#159d70}.jc-floating-card>span svg{width:20px;height:20px}.jc-floating-card strong,.jc-floating-card small{display:block}.jc-floating-card strong{font-size:10px}.jc-floating-card small{font-size:8px;color:#858c9c;margin-top:2px}
.jc-floating-card-one{right:-18px;bottom:80px}.jc-floating-card-two{left:-20px;top:86px}.jc-floating-card-two>span{background:#f1eeff;color:#7657f4}

.jc-audience-strip{border-block:1px solid rgba(255,255,255,.07);background:#0e1220;padding:27px 0}
.jc-audience-strip .jc-container{display:flex;align-items:center;justify-content:space-between;gap:30px}
.jc-audience-strip p{margin:0;color:#697185;font-size:10px;font-weight:700;white-space:nowrap}
.jc-audience-strip div div{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:16px 32px;color:#a8afbf;font-size:11px;font-weight:800}
.jc-audience-strip span{position:relative}.jc-audience-strip span:not(:last-child):after{content:"";position:absolute;width:3px;height:3px;border-radius:50%;background:#394052;inset-inline-end:-18px;top:50%}

.jc-section{padding:110px 0}
.jc-features,.jc-trust-section,.jc-faq-section{background:#f7f8fb;color:var(--jc-ink)}
.jc-section-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:end;gap:70px;margin-bottom:52px}
.jc-section-heading h2,.jc-trust-copy h2{display:flex;flex-direction:column;margin:14px 0 0;font-size:clamp(34px,4vw,50px);line-height:1.25;letter-spacing:-1.8px}
.jc-section-heading h2 span,.jc-trust-copy h2 span{font-weight:850}.jc-section-heading h2 strong,.jc-trust-copy h2 strong{font-weight:900;color:#7657f4}
.jc-section-heading>p{margin:0;color:var(--jc-muted);font-size:14px;line-height:2}
.jc-section-label{display:inline-flex;align-items:center;gap:9px;color:#ef4d82;font-size:10px;font-weight:900;letter-spacing:.2px}
.jc-section-label:before{content:"";width:24px;height:2px;border-radius:4px;background:var(--jc-gradient)}
.jc-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.jc-feature-card{position:relative;min-height:355px;padding:27px;border:1px solid var(--jc-line);border-radius:var(--jc-radius-lg);background:#fff;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}
.jc-feature-card:hover{transform:translateY(-5px);box-shadow:0 25px 60px rgba(21,26,44,.09);border-color:#daddea}
.jc-card-number{position:absolute;top:25px;inset-inline-end:25px;color:#b8bdc9;font:800 9px/1 Arial,sans-serif}
.jc-card-icon{width:49px;height:49px;border-radius:15px;display:grid;place-items:center;background:#f1eeff;color:#7657f4}.jc-card-icon svg{width:24px;height:24px}
.jc-feature-card h3{margin:27px 0 10px;font-size:19px;letter-spacing:-.3px}.jc-feature-card>p,.jc-feature-card>div>p{margin:0;color:var(--jc-muted);font-size:12px;line-height:2}
.jc-feature-card-primary{background:#111625;color:#fff;border-color:#111625}.jc-feature-card-primary .jc-card-icon{background:rgba(255,255,255,.08);color:#ff7e65}.jc-feature-card-primary>p{color:#8f97aa}.jc-feature-card-primary .jc-card-number{color:#4c5365}
.jc-keyword-demo{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:34px}.jc-keyword-demo span{padding:8px 12px;border:1px solid #303648;border-radius:10px;background:#1a2030;color:#c9ced8;font-size:10px;font-weight:750}.jc-keyword-demo span:nth-child(2){border-color:transparent;background:var(--jc-gradient);color:#fff;transform:rotate(-3deg) scale(1.07)}
.jc-message-demo{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;margin-top:35px;padding:13px;border:1px solid #e9ebf1;border-radius:15px;box-shadow:0 16px 35px rgba(24,28,43,.07)}.jc-message-demo>span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#f0edff;color:#7657f4;font-weight:850}.jc-message-demo b,.jc-message-demo small{display:block}.jc-message-demo b{font-size:10px}.jc-message-demo small{color:#888f9f;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jc-message-demo i{min-width:20px;height:20px;border-radius:20px;background:#ef4d82;color:#fff;display:grid;place-items:center;font:700 9px/1 Arial;font-style:normal}
.jc-ai-demo{display:flex;align-items:flex-start;gap:10px;margin-top:30px;padding:15px;border-radius:15px;background:#eefaf6}.jc-ai-demo i{font-style:normal;color:#1cab7c;font-size:17px}.jc-ai-demo p{font-size:10px!important;color:#3d5b51!important;line-height:1.9!important}
.jc-feature-card-wide{grid-column:span 2;min-height:250px;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(270px,.8fr);align-items:center;gap:22px}.jc-feature-card-wide h3{margin:0 0 9px}.jc-health-demo{display:flex;flex-direction:column;gap:9px;padding:16px;border:1px solid #e8eaf0;border-radius:15px;background:#f9fafc}.jc-health-demo span{display:flex;align-items:center;gap:8px;color:#4f5668;font-size:9px}.jc-health-demo i{width:7px;height:7px;border-radius:50%;background:#1dbf88;box-shadow:0 0 0 4px rgba(29,191,136,.1)}

.jc-steps-section{position:relative;background:#0e1220;color:#fff;overflow:hidden}
.jc-steps-section:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(118,87,244,.12);filter:blur(30px);right:-260px;bottom:-330px}
.jc-section-heading-light{position:relative;z-index:1}.jc-section-heading-light h2 strong{color:#ff758a}.jc-section-heading-light>p{color:#8f97aa}
.jc-steps-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid rgba(255,255,255,.09);border-radius:24px;overflow:hidden;background:rgba(255,255,255,.09)}
.jc-steps-grid article{position:relative;min-height:300px;padding:32px;background:#111625}.jc-steps-grid article>span{position:absolute;top:28px;inset-inline-end:28px;font:900 38px/1 Arial,sans-serif;color:#262c3c}.jc-step-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:rgba(255,255,255,.07);color:#ff7184}.jc-step-icon svg{width:25px;height:25px}.jc-steps-grid h3{margin:52px 0 11px;font-size:18px}.jc-steps-grid p{margin:0;color:#8c94a7;font-size:12px;line-height:2}
.jc-policy-note{position:relative;z-index:1;display:flex;align-items:flex-start;gap:13px;margin-top:22px;padding:17px 20px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.04)}.jc-policy-note svg{width:23px;height:23px;color:#ff7184;flex:none}.jc-policy-note p{margin:0}.jc-policy-note strong,.jc-policy-note span{display:block}.jc-policy-note strong{font-size:11px}.jc-policy-note span{color:#858da0;font-size:10px;margin-top:3px}

.jc-trust-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(500px,1.15fr);gap:80px;align-items:center}
.jc-trust-copy h2{margin-top:15px}.jc-trust-copy>p{margin:22px 0 0;color:var(--jc-muted);font-size:14px;line-height:2}
.jc-trust-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.jc-trust-links a,.jc-inline-link{display:inline-flex;align-items:center;border-bottom:1px solid #c9bddf;color:#6546d5;font-size:12px;font-weight:850;padding-bottom:3px}
.jc-data-card{padding:12px;border:1px solid #e5e7ee;border-radius:28px;background:#fff;box-shadow:0 25px 70px rgba(21,26,44,.08)}
.jc-data-row{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:start;padding:20px;border-radius:19px}.jc-data-row:nth-child(even){background:#f7f8fb}.jc-data-row>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#f0edff;color:#7657f4}.jc-data-row>span svg{width:22px;height:22px}.jc-data-row h3{margin:0 0 5px;font-size:14px}.jc-data-row p{margin:0;color:var(--jc-muted);font-size:10px;line-height:1.9}

.jc-faq-section{padding-top:30px}
.jc-faq-grid{display:grid;grid-template-columns:minmax(270px,.7fr) minmax(0,1.3fr);gap:80px;align-items:start}
.jc-faq-intro{position:sticky;top:120px}.jc-faq-intro h2{margin:16px 0 14px;font-size:36px;line-height:1.4}.jc-faq-intro p{margin:0;color:var(--jc-muted);font-size:13px;line-height:2}
.jc-faq-list{border-top:1px solid #dfe2e9}.jc-faq-list details{border-bottom:1px solid #dfe2e9;padding:0 4px}.jc-faq-list summary{position:relative;list-style:none;padding:22px 40px 22px 0;font-size:14px;font-weight:850;cursor:pointer}.jc-faq-list summary::-webkit-details-marker{display:none}.jc-faq-list summary:after{content:"+";position:absolute;inset-inline-end:8px;top:21px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#eceef3;color:#5e6576;font:500 17px/1 Arial}.jc-faq-list details[open] summary:after{content:"−";background:#111625;color:#fff}.jc-faq-list details p{margin:0;padding:0 0 22px;color:var(--jc-muted);font-size:12px;line-height:2;max-width:760px}
[dir="ltr"] .jc-faq-list summary{padding:22px 40px 22px 0}
[dir="rtl"] .jc-faq-list summary{padding:22px 0 22px 40px}

.jc-cta-section{padding:80px 0;background:#f7f8fb;color:var(--jc-ink)}
.jc-cta-card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:52px 58px;border-radius:30px;background:var(--jc-gradient);color:#fff;box-shadow:0 28px 80px rgba(118,87,244,.25)}
.jc-cta-card:before,.jc-cta-card:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%}.jc-cta-card:before{width:340px;height:340px;right:-170px;top:-210px;box-shadow:0 0 0 55px rgba(255,255,255,.05)}.jc-cta-card:after{width:220px;height:220px;left:-120px;bottom:-160px}
.jc-cta-card>div,.jc-cta-card>a{position:relative;z-index:1}.jc-cta-card>div>span{font-size:9px;font-weight:900;letter-spacing:1px;opacity:.82}.jc-cta-card h2{margin:10px 0 7px;font-size:34px;line-height:1.35}.jc-cta-card p{margin:0;max-width:650px;font-size:12px;opacity:.82}

.jc-footer{padding:70px 0 26px;background:#0a0d17;border-top:1px solid rgba(255,255,255,.07)}
.jc-footer-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:80px;padding-bottom:50px}.jc-footer-brand>p{max-width:430px;margin:20px 0 0;color:#777f92;font-size:11px;line-height:2}.jc-footer-links{display:grid;grid-template-columns:repeat(2,minmax(130px,1fr));gap:55px}.jc-footer-links>div{display:flex;flex-direction:column;gap:10px}.jc-footer-links strong{color:#fff;font-size:11px;margin-bottom:5px}.jc-footer-links a{color:#7e8698;font-size:10px;transition:color .2s}.jc-footer-links a:hover{color:#fff}.jc-footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.07);color:#5f6677;font-size:9px}.jc-footer-bottom p{margin:0}.jc-footer-bottom p:last-child{max-width:650px;text-align:end}

.jc-legal-hero{position:relative;padding:92px 0 72px;overflow:hidden;background:radial-gradient(circle at 75% 0%,rgba(118,87,244,.2),transparent 32%),#0a0d17}
.jc-legal-hero:after{content:"";position:absolute;inset:0;opacity:.25;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,#000,transparent)}
.jc-legal-hero-inner{position:relative;z-index:1}.jc-legal-hero h1{margin:15px 0 13px;font-size:clamp(42px,5vw,64px);line-height:1.25;letter-spacing:-2px}.jc-legal-hero p{max-width:760px;margin:0;color:#a0a8ba;font-size:14px;line-height:2}.jc-legal-meta{display:flex;align-items:center;gap:8px;margin-top:25px;color:#6e7689;font-size:9px}.jc-legal-meta time{color:#aeb5c4}
.jc-legal-section{padding:80px 0 110px;background:#f7f8fb;color:var(--jc-ink)}
.jc-legal-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:70px;align-items:start}
.jc-legal-nav{position:sticky;top:110px;padding:18px;border:1px solid #e4e6ed;border-radius:18px;background:#fff;display:flex;flex-direction:column;gap:5px}.jc-legal-nav a{padding:9px 11px;border-radius:10px;color:#6f7688;font-size:10px;font-weight:700;transition:.2s}.jc-legal-nav a:hover{background:#f1eeff;color:#6546d5}
.jc-legal-content{min-width:0}.jc-legal-content section{position:relative;padding:0 58px 42px 0;margin-bottom:42px;border-bottom:1px solid #e1e4eb}.jc-legal-content section:last-child{border-bottom:0;margin-bottom:0}.jc-legal-content section>span{position:absolute;top:4px;right:0;color:#b5bac7;font:850 10px/1 Arial,sans-serif}.jc-legal-content h2{margin:0 0 14px;font-size:23px;line-height:1.5}.jc-legal-content p{margin:0;color:#626a7d;font-size:12px;line-height:2.2}.jc-legal-content ul{margin:16px 0 0;padding:0 18px 0 0;color:#626a7d}.jc-legal-content li{margin:8px 0;font-size:11px;line-height:2}
[dir="ltr"] .jc-legal-content section{padding:0 0 42px 58px}[dir="ltr"] .jc-legal-content section>span{right:auto;left:0}[dir="ltr"] .jc-legal-content ul{padding:0 0 0 18px}

.jc-deletion-section{padding:80px 0 110px;background:#f7f8fb;color:var(--jc-ink)}
.jc-deletion-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.jc-deletion-card{position:relative;min-height:380px;padding:34px;border:1px solid #e3e6ed;border-radius:26px;background:#fff;box-shadow:0 18px 55px rgba(21,26,44,.06)}.jc-deletion-number{position:absolute;top:30px;inset-inline-end:30px;color:#b8bdc9;font:800 10px/1 Arial}.jc-deletion-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:#f0edff;color:#7657f4}.jc-deletion-icon svg{width:27px;height:27px}.jc-deletion-card h2{margin:30px 0 12px;font-size:22px}.jc-deletion-card p{margin:0 0 25px;color:#666e80;font-size:12px;line-height:2.1}.jc-deletion-badge{display:inline-flex;padding:8px 12px;border-radius:20px;background:#eaf8f3;color:#178a65;font-size:9px;font-weight:850}
.jc-deletion-details{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:center;margin-top:25px;padding:38px;border:1px solid #e3e6ed;border-radius:24px;background:#111625;color:#fff}.jc-deletion-details h2{margin:13px 0 0;font-size:28px}.jc-deletion-details ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.jc-deletion-details li{display:flex;align-items:flex-start;gap:10px;color:#a8afbf;font-size:11px}.jc-deletion-details li svg{width:18px;height:18px;color:#29c993;stroke-width:2.4;flex:none}
.jc-deletion-note{display:flex;align-items:flex-start;gap:14px;margin-top:24px;padding:20px;border:1px solid #e0e3ea;border-radius:17px;background:#fff}.jc-deletion-note>svg{width:24px;height:24px;color:#ef4d82;flex:none}.jc-deletion-note p{margin:0}.jc-deletion-note strong,.jc-deletion-note span{display:block}.jc-deletion-note strong{font-size:11px}.jc-deletion-note span{margin-top:4px;color:#72798b;font-size:10px;line-height:1.9}

.public-v2-body .toast{z-index:1000}

@media(max-width:1100px){
    .jc-nav{gap:18px}.jc-header-panel{gap:20px}.jc-header-actions{gap:10px}.jc-hero-grid{grid-template-columns:1fr;gap:45px}.jc-hero-copy{text-align:center}.jc-kicker{margin-inline:auto}.jc-hero-lead{margin-inline:auto}.jc-hero-actions,.jc-trust-list{justify-content:center}.jc-product-stage{width:min(700px,100%);margin-inline:auto}.jc-feature-grid{grid-template-columns:repeat(2,1fr)}.jc-feature-card-wide{grid-column:span 2}.jc-trust-grid{grid-template-columns:1fr;gap:45px}.jc-trust-copy{text-align:center}.jc-trust-copy .jc-section-label{justify-content:center}.jc-trust-links{justify-content:center}
}

@media(max-width:900px){
    .jc-header{height:76px}.jc-header-inner{position:relative}.jc-menu-button{display:block}.jc-header-panel{position:absolute;top:68px;left:0;right:0;display:none;align-items:stretch;flex-direction:column;gap:18px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#111625;box-shadow:0 22px 55px rgba(0,0,0,.3)}.jc-header-panel.is-open{display:flex}.jc-nav{margin:0;align-items:stretch;flex-direction:column;gap:2px}.jc-nav a{padding:9px 4px}.jc-header-actions{justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);padding-top:16px}.jc-login-link{margin-inline-start:auto}.jc-section-heading{grid-template-columns:1fr;gap:20px}.jc-section-heading>p{max-width:650px}.jc-steps-grid{grid-template-columns:1fr}.jc-steps-grid article{min-height:auto}.jc-faq-grid{grid-template-columns:1fr;gap:35px}.jc-faq-intro{position:static}.jc-cta-card{padding:42px;flex-direction:column;align-items:flex-start}.jc-footer-grid{grid-template-columns:1fr;gap:40px}.jc-footer-links{max-width:420px}.jc-footer-bottom{flex-direction:column;gap:12px}.jc-footer-bottom p:last-child{text-align:start}.jc-legal-layout{grid-template-columns:1fr;gap:35px}.jc-legal-nav{position:static;display:grid;grid-template-columns:repeat(3,1fr)}.jc-deletion-details{grid-template-columns:1fr;gap:25px}}

@media(max-width:700px){
    :root{--jc-container:min(100% - 26px,1180px)}
    .jc-brand-mark{width:40px;height:40px;border-radius:13px}.jc-brand-copy strong{font-size:18px}.jc-header-actions{display:grid;grid-template-columns:auto auto 1fr}.jc-header-actions .jc-button{grid-column:1/-1;width:100%}.jc-login-link{margin-inline-start:0;text-align:end}.jc-hero{padding:58px 0 72px}.jc-hero h1{font-size:42px;letter-spacing:-1.6px}.jc-hero-lead{font-size:14px}.jc-hero-actions{align-items:stretch;flex-direction:column}.jc-hero-actions .jc-button{width:100%}.jc-trust-list{flex-direction:column;align-items:center;gap:9px}.jc-product-stage{min-height:450px}.jc-product-orbit{width:360px;height:360px}.jc-dashboard-preview{border-radius:20px;transform:none}.jc-preview-body{grid-template-columns:44px 1fr;min-height:375px}.jc-preview-sidebar{gap:18px}.jc-preview-content{padding:20px 15px}.jc-flow-line{grid-template-columns:38px minmax(0,1fr);gap:10px}.jc-flow-index,.jc-flow-chip{display:none}.jc-flow-icon{width:38px;height:38px}.jc-preview-note{display:none}.jc-floating-card{display:none}.jc-audience-strip .jc-container{align-items:flex-start;flex-direction:column}.jc-audience-strip div div{justify-content:flex-start;gap:10px 22px}.jc-section{padding:78px 0}.jc-section-heading h2,.jc-trust-copy h2{font-size:34px}.jc-feature-grid{grid-template-columns:1fr}.jc-feature-card-wide{grid-column:auto;display:block;min-height:355px}.jc-feature-card-wide .jc-card-icon{margin-bottom:26px}.jc-health-demo{margin-top:28px}.jc-steps-grid article{padding:28px}.jc-steps-grid h3{margin-top:36px}.jc-data-row{padding:16px}.jc-faq-section{padding-top:10px}.jc-faq-intro h2{font-size:30px}.jc-cta-section{padding:55px 0}.jc-cta-card{padding:35px 25px;border-radius:23px}.jc-cta-card h2{font-size:28px}.jc-cta-card .jc-button{width:100%}.jc-footer{padding-top:52px}.jc-footer-links{gap:30px}.jc-footer-bottom{padding-bottom:5px}.jc-legal-hero{padding:65px 0 55px}.jc-legal-hero h1{font-size:40px}.jc-legal-section,.jc-deletion-section{padding:55px 0 80px}.jc-legal-nav{display:flex;overflow-x:auto;flex-direction:row;gap:7px}.jc-legal-nav a{white-space:nowrap}.jc-legal-content section{padding-inline-start:0;padding-inline-end:38px}.jc-legal-content section>span{inset-inline-start:auto;inset-inline-end:0}.jc-legal-content h2{font-size:20px}.jc-deletion-grid{grid-template-columns:1fr}.jc-deletion-card{min-height:auto;padding:28px}.jc-deletion-details{padding:28px}.jc-deletion-details h2{font-size:24px}
}

@media(max-width:420px){
    .jc-brand-copy small{display:none}.jc-hero h1{font-size:36px}.jc-kicker{font-size:9px}.jc-dashboard-preview{width:calc(100% + 8px)}.jc-preview-heading strong{font-size:14px}.jc-flow-line strong{font-size:9px}.jc-footer-links{grid-template-columns:1fr 1fr}
}

@media(prefers-reduced-motion:reduce){
    .public-v2-body *{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
