@charset "UTF-8";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Heebo,sans-serif;color:#1d1533;line-height:1.6;overflow-x:hidden;direction:rtl;background-color:#f7f6fc}img,svg{max-width:100%;display:block}ul{list-style:none}a{text-decoration:none;color:inherit;transition:.2s ease}button{background:none;border:none;font-family:inherit;cursor:pointer;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit}h1,.h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}h2,.h2{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}h3,.h3{font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}h4,.h4{font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}p{margin-bottom:1rem}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header .section-title{font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.section-header .section-title .accent{color:#5956e9}.section-header .section-description{font-size:1.25rem;color:#6f6a85;max-width:700px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;border-radius:9999px;font-weight:500;transition:.2s ease;position:relative;overflow:hidden;z-index:1}.btn:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;transition:.3s ease;z-index:-1;border-radius:9999px}.btn:hover:before{width:100%}.btn-primary{background-color:#5956e9;color:#fff;box-shadow:0 4px 6px -1px #1d153314,0 2px 4px -1px #1d15330a}.btn-primary:before{background-color:#4644c9}.btn-primary.pulse{animation:pulse 2s infinite}.btn-secondary{background-color:#fff;color:#5956e9;box-shadow:0 1px 2px #1d15330d;border:1px solid #ece9f6}.btn-secondary:before{background-color:#f1eefb}.btn-full{width:100%}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.mt-1{margin-top:.5rem}.mt-2{margin-top:.75rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:.75rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.my-1{margin-top:.5rem;margin-bottom:.5rem}.my-2{margin-top:.75rem;margin-bottom:.75rem}.my-3{margin-top:1rem;margin-bottom:1rem}.my-4{margin-top:1.5rem;margin-bottom:1.5rem}.my-5{margin-top:2rem;margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:.75rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:2rem}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-primary{color:#5956e9}.text-secondary{color:#1d1533}.text-accent{color:#a855f7}.text-light{color:#6f6a85}.text-white{color:#fff}.fw-light{font-weight:300}.fw-normal{font-weight:400}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.fw-extrabold{font-weight:800}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #5956e9b3}70%{transform:scale(1.05);box-shadow:0 0 0 10px #5956e900}to{transform:scale(1);box-shadow:0 0 #5956e900}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #1d153314,0 2px 4px -1px #1d15330a;overflow:hidden;transition:.2s ease}.card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #1d153314,0 4px 6px -2px #1d15330a}.bg-primary{background-color:#5956e9}.bg-secondary{background-color:#1d1533}.bg-accent{background-color:#a855f7}.bg-light{background-color:#f7f6fc}.bg-lighter{background-color:#f1eefb}.bg-white{background-color:#fff}.bg-dark{background-color:#0f172a}.hidden{display:none}.is-visible{display:block}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.fixed{position:fixed}.header{position:fixed;top:0;left:0;width:100%;background-color:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(236,233,246,.7);box-shadow:0 2px 18px #5956e90d;padding:.75rem 0;z-index:100;transition:.3s ease}.header .header-scroll-indicator{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#5956e9,#a855f7);transform-origin:left;transform:scaleX(0);opacity:0;transition:opacity .3s ease}.header.scrolled{background-color:#fffffff5;box-shadow:0 6px 24px #5956e91a;padding:.5rem 0}.header .main-nav{display:flex;justify-content:space-between;align-items:center}.header .logo{display:flex;align-items:center}.header .logo .logo-link{display:flex;align-items:center;transition:.2s ease;position:relative}.header .logo .logo-link .logo-white{display:none}.header .logo .logo-link .logo-black{height:40px;max-width:100%;transition:.2s ease;opacity:1}.header .logo .logo-link:hover{opacity:.9;transform:translateY(-2px)}.header .nav-links{display:flex;align-items:center;gap:1.5rem}.header .nav-links li{position:relative}.header .nav-links a{color:#1d1533;font-weight:500;position:relative;padding:.25rem 0}.header .nav-links a:after{content:"";position:absolute;bottom:-2px;right:0;width:100%;height:2px;background-color:#5956e9;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.header .nav-links a.active,.header .nav-links a:hover{color:#5956e9}.header .nav-links a.active:after,.header .nav-links a:hover:after{transform:scaleX(1);transform-origin:left}.header .nav-links a.cta-link{background-color:#241a52;padding:.5rem 1.5rem;border-radius:9999px;transition:.2s ease;color:#fff;font-weight:600;box-shadow:0 4px 14px #241a5238}.header .nav-links a.cta-link:after{display:none}.header .nav-links a.cta-link:hover{background-color:#5956e9;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #5956e94d}.header .nav-links a.login-link{background-color:#fff;border:1.5px solid #ece9f6;padding:calc(.5rem - 1.5px) 1.5rem;border-radius:9999px;color:#1d1533;font-weight:600;transition:.2s ease}.header .nav-links a.login-link:after{display:none}.header .nav-links a.login-link:hover{border-color:#5956e9;color:#5956e9;transform:translateY(-2px)}.header .nav-links .nav-actions{display:flex;align-items:center;gap:.75rem;margin-inline-start:.75rem}.header .hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;cursor:pointer;z-index:200}.header .hamburger span{display:block;width:100%;height:2px;background-color:#1d1533;transition:.2s ease}.header .hamburger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.header .hamburger.active span:nth-child(2){opacity:0}.header .hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header .dropdown{position:relative}.header .dropdown .dropdown-toggle{display:flex;align-items:center}.header .dropdown .dropdown-toggle:after{content:"";display:inline-block;margin-right:.25rem;width:8px;height:8px;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg);transition:.2s ease}.header .dropdown .dropdown-toggle:hover:after,.header .dropdown .dropdown-toggle.active:after{transform:rotate(-135deg)}.header .dropdown .dropdown-menu{position:absolute;top:100%;right:0;min-width:200px;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #1d153314,0 2px 4px -1px #1d15330a;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:10}.header .dropdown .dropdown-menu a{display:block;padding:.75rem 1.5rem;color:#1d1533!important}.header .dropdown .dropdown-menu a:hover{background-color:#f1eefb;color:#5956e9!important}.header .dropdown .dropdown-menu a:after{display:none}.header .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(5px)}@media (max-width: 768px){.header .nav-links .nav-actions{flex-direction:column;align-items:stretch;gap:.75rem;margin-inline-start:0;width:100%}.header .nav-links .nav-actions a{text-align:center;min-height:44px;display:flex;align-items:center;justify-content:center}.header .nav-links .nav-actions .cta-link{color:#fff!important}}.hero{position:relative;display:flex;align-items:center;overflow:hidden;color:#1d1533;padding:118px 0 3rem;background:#f7f6fc}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hero__ambient{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.9;will-change:transform}.hero__orbs{position:absolute;will-change:transform;opacity:.55}.hero__orbs--1{width:360px;top:-60px;left:-80px;filter:blur(2px)}.hero__orbs--2{width:300px;bottom:-70px;right:-60px;filter:blur(4px);opacity:.4}.hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:center}.hero__content{display:flex;flex-direction:column;gap:1rem}.hero__title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin:0;color:#1d1533}.gradient-text{background:linear-gradient(135deg,#5956e9,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero__kicker{display:inline-flex;align-self:flex-start;align-items:center;gap:8px;margin:0;padding:6px 16px;border-radius:9999px;background:#5956e914;border:1px solid rgba(89,86,233,.18);color:#4644c9;font-size:.875rem;font-weight:700}.hero__kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#5956e9,#a855f7)}.hero__subtitle{font-size:clamp(1rem,1.4vw,1.15rem);color:#6f6a85;line-height:1.7;max-width:520px;margin:0}.hero__lead{font-size:clamp(1rem,1.4vw,1.15rem);font-weight:800;color:#1d1533;margin:0}.hero__cta{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-top:.5rem}.hero__trust{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;margin-top:.5rem}.hero__trust span{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#6f6a85}.hero__trust span b{color:#1d1533;font-weight:800}.hero__trust span:not(.hero__trust-sep):before{content:"";width:16px;height:16px;flex-shrink:0;border-radius:50%;background-color:#10b9811f;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='%2310b981'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:10px}.hero__trust .hero__trust-sep{color:#5956e980;font-weight:800}.oia-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:2px solid transparent;border-radius:9999px;font-size:14px;font-weight:600;font-family:Heebo,sans-serif;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;text-decoration:none;line-height:1.4;position:relative;overflow:hidden}.oia-btn--lg{padding:14px 28px;font-size:16px;font-weight:700;min-height:48px}.oia-btn--block{width:100%}.oia-btn--brand{background:#5956e9;color:#fff;box-shadow:0 10px 26px #5956e952}.oia-btn--brand svg{transition:transform .2s ease}.oia-btn--brand:hover{background:#4644c9;transform:translateY(-2px) scale(1.02);box-shadow:0 14px 34px #5956e966;color:#fff}.oia-btn--brand:hover svg{transform:translate(-3px)}.oia-btn--ink{background:#241a52;color:#fff;box-shadow:0 8px 22px #241a523d}.oia-btn--ink:hover{background:#5956e9;transform:translateY(-2px) scale(1.02);box-shadow:0 12px 30px #5956e959;color:#fff}.oia-btn--outline{background:#fff;color:#1d1533;border-color:#ece9f6;box-shadow:0 10px 30px #5956e90f}.oia-btn--outline:hover{border-color:#5956e9;color:#5956e9;transform:translateY(-2px)}.oia-btn--white{background:#fff;color:#2a1b4d;box-shadow:0 8px 24px #00000040}.oia-btn--white:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 14px 34px #0000004d;color:#4644c9}.oia-btn--brand-gradient{background:linear-gradient(135deg,#5956e9,#a855f7);color:#fff;border-color:transparent;box-shadow:0 4px 15px #5956e94d}.oia-btn--brand-gradient:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #5956e973;color:#fff}.oia-btn--brand-outline{background:#fff;color:#5956e9;border-color:#5956e973}.oia-btn--brand-outline:hover{background:#5956e9;color:#fff;border-color:#5956e9;transform:translateY(-1px);box-shadow:0 4px 14px #5956e94d}.oia-btn--ghost{color:#6f6a85;border:1px solid #ece9f6;background:#fff9}.oia-btn--ghost:hover{background:#fff;border-color:#5956e966;color:#5956e9;transform:translateY(-2px)}.hero__visual{display:flex;justify-content:center;align-items:center;position:relative;min-height:500px}.hero-scene{position:relative;width:100%;max-width:640px;height:460px}.hero-scene:after{content:"";position:absolute;bottom:-14px;left:12%;right:4%;height:70px;background:radial-gradient(ellipse at center,rgba(60,42,130,.18) 0%,transparent 70%);filter:blur(14px);z-index:0;pointer-events:none}.hero-scene img{display:block;height:auto}.hero-scene__dashboard{position:absolute;top:26px;right:-2%;width:96%;z-index:1;filter:drop-shadow(0 30px 50px rgba(89,86,233,.2))}.hero-scene__pills{position:absolute;top:30px;left:-4%;display:flex;flex-direction:column;align-items:flex-start;gap:13px;z-index:4}.hero-scene__pills .source-pill:nth-child(2){transform:translate(16px)}.hero-scene__pills .source-pill:nth-child(3){transform:translate(4px)}.hero-scene__pills .source-pill:nth-child(4){transform:translate(22px)}.hero-scene__pills .source-pill:nth-child(5){transform:translate(8px)}.hero-scene__pills .source-pill:nth-child(6){transform:translate(18px)}.hero-scene__ai{position:absolute;bottom:-10px;left:30%;width:19%;z-index:6;transform-origin:center}.source-pill{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;background:#fff;border:1px solid #ece9f6;border-radius:9999px;box-shadow:0 6px 18px #1d153314;font-size:12px;font-weight:700;color:#1d1533;white-space:nowrap;direction:rtl}.source-pill svg{width:15px;height:15px;color:#5956e9;flex-shrink:0}.hero-float-card{position:absolute;background:#fff;border:1px solid #ece9f6;border-radius:16px;box-shadow:0 10px 30px #5956e90f,0 4px 14px #1d15330f;transition:box-shadow .4s ease;will-change:transform;direction:rtl}.hero-float-card:hover{box-shadow:0 18px 44px #5956e91f}.hero-float-card--stat{padding:16px 20px;display:flex;flex-direction:column;gap:2px}.hero-float-card--stat .stat-number{font-size:1.5rem;font-weight:800;color:#1d1533;line-height:1}.hero-float-card--stat .stat-label{font-size:11px;color:#6f6a85}.hero-float-card--stat .stat-trend{position:absolute;top:12px;left:12px;color:#10b981}.hero-float-card--stat .stat-badge{position:absolute;top:12px;left:12px;width:20px;height:20px;border-radius:50%;background:#5956e91f;color:#5956e9;display:flex;align-items:center;justify-content:center}.hero-float-card--notification{bottom:34px;right:30%;padding:12px 16px;display:flex;align-items:center;gap:12px;will-change:transform;z-index:5;border-color:#5956e940}.hero-float-card--notification .notif-icon{width:36px;height:36px;border-radius:10px;background:#eeeafa;display:flex;align-items:center;justify-content:center;color:#5956e9;flex-shrink:0}.hero-float-card--notification .notif-text{display:flex;flex-direction:column;gap:2px}.hero-float-card--notification .notif-text strong{font-size:12px;color:#1d1533;font-weight:700}.hero-float-card--notification .notif-text span{font-size:10px;color:#6f6a85}.hero-float-card--notification .notif-badge{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#5956e9,#a855f7);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #5956e959}@media (max-width: 1024px){.hero{min-height:auto;padding:110px 0 3rem}.hero__grid{grid-template-columns:1fr;text-align:center}.hero__content{align-items:center}.hero__kicker{align-self:center}.hero__subtitle{max-width:100%}.hero__cta,.hero__trust{justify-content:center}.hero__visual{order:2;margin-top:1.5rem;min-height:420px}.hero-scene{height:420px;max-width:480px;margin:0 auto}.hero__orbs--1{width:240px;left:-90px}.hero__orbs--2{width:200px;right:-80px}}@media (max-width: 640px){.hero{padding:96px 0 2rem}.hero__title{font-size:2.2rem}.hero__cta{flex-direction:column;width:100%}.hero__cta .oia-btn{width:100%;min-height:48px}.hero__trust{flex-direction:column;gap:.5rem}.hero__trust .hero__trust-sep{display:none}.hero__visual{min-height:250px}.hero-scene{height:250px;max-width:100%}.hero-scene__pills{display:none}.hero-scene__dashboard{top:6px;right:0;width:100%}.hero-float-card--notification{bottom:4px;right:4%}.hero-scene__ai{width:17%;left:4%;bottom:0}}.trust-strip{position:relative;padding:3rem 0;background:#f1eefb;border-top:1px solid #ece9f6;border-bottom:1px solid #ece9f6}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.trust-stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.trust-stat__number{font-size:clamp(2rem,4vw,3rem);font-weight:800;background:linear-gradient(135deg,#5956e9,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}.trust-stat__label{font-size:.875rem;color:#6f6a85;letter-spacing:.02em}.features-section{position:relative;padding:5rem 0;background:#f7f6fc;overflow:hidden}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;position:relative;z-index:1}.feature-card{background:#fff;border:1px solid #ece9f6;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #5956e90f;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:default}.feature-card:hover{transform:translateY(-6px);box-shadow:0 18px 44px #5956e91f;border-color:#5956e940}.feature-card__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:#eeeafa;color:#5956e9;transition:background .3s ease}.feature-card__icon svg{width:26px;height:26px}.feature-card__icon--green{background:#10b9811f;color:#10b981}.feature-card__icon--blue{background:#3b82f61f;color:#3b82f6}.feature-card__icon--purple{background:#eeeafa;color:#5956e9}.feature-card__icon--orange{background:#f59e0b1f;color:#f59e0b}.feature-card__icon--teal{background:#14b8a61f;color:#14b8a6}.feature-card:hover .feature-card__icon{background:#5956e926;color:#4644c9}.feature-card__title{font-size:1.15rem;font-weight:700;color:#1d1533;margin:0 0 .5rem}.feature-card__desc{font-size:.875rem;color:#6f6a85;line-height:1.7;margin:0}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.trust-strip__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.features-grid{grid-template-columns:1fr}}@media (max-width: 640px){.trust-strip__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.trust-stat__number{font-size:1.8rem}}.section-header{text-align:center;margin-bottom:2.5rem;position:relative;z-index:1}.section-title{font-size:clamp(1.7rem,3vw,2.25rem);font-weight:800;color:#1d1533;margin:0 0 .75rem;letter-spacing:-.01em}.section-subtitle{font-size:clamp(1rem,1.3vw,1.15rem);color:#6f6a85;margin:0;max-width:560px;margin-inline:auto;line-height:1.6}.section-ambient{position:absolute;pointer-events:none;z-index:0;height:auto}.section-ambient--config{bottom:-40px;left:-60px;width:520px;opacity:.55}.section-ambient--pricing{top:30px;left:-80px;width:460px;opacity:.5}.section-ambient--compare{top:90px;right:-100px;width:480px;opacity:.45}.section-divider{display:block;width:100%;height:auto;margin:-1px 0;pointer-events:none}.compare-section{position:relative;padding:5rem 0;background:#fff;overflow:hidden}.compare-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:stretch;max-width:940px;margin:0 auto;direction:ltr}.compare-card{direction:rtl;position:relative;background:#fff;border:1px solid #ece9f6;border-radius:20px;padding:1.5rem;box-shadow:0 10px 30px #5956e90f;transition:transform .3s ease,box-shadow .3s ease}.compare-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px #5956e91f}.compare-card__badge{position:absolute;top:-12px;right:20px;font-size:.75rem;font-weight:700;padding:4px 14px;border-radius:9999px;letter-spacing:.01em}.compare-card__title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:800;margin:.5rem 0 1rem;color:#1d1533}.compare-card__title svg{width:22px;height:22px;flex-shrink:0}.compare-card__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.compare-card__list li{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#6f6a85;line-height:1.5;font-weight:500}.compare-card--bad{border-color:#ef44442e;background:linear-gradient(180deg,#fff 55%,#fdf6f6)}.compare-card--bad .compare-card__badge{background:#ef444414;color:#b4494f;border:1px solid rgba(239,68,68,.2)}.compare-card--bad .compare-card__title{color:#b4494f}.compare-card--bad .compare-card__title svg{color:#b4494fcc}.compare-card--bad .compare-row-icon{background:#ef444414;color:#c25a60}.compare-card--good{border-color:#5956e94d;background:linear-gradient(180deg,#fff 55%,#f6f3ff);box-shadow:0 14px 36px #5956e91a}.compare-card--good .compare-card__badge{background:linear-gradient(135deg,#5956e9,#a855f7);color:#fff;box-shadow:0 6px 16px #5956e94d}.compare-card--good .compare-card__title{color:#4644c9}.compare-card--good .compare-card__title svg{color:#5956e9}.compare-card--good .compare-row-icon{background:#eeeafa;color:#5956e9}.compare-row-icon{width:32px;height:32px;flex-shrink:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.compare-row-icon svg{width:16px;height:16px}.compare-arrow{display:flex;align-items:center;justify-content:center;position:relative}.compare-arrow:before,.compare-arrow:after{content:"";position:absolute;top:50%;width:26px;height:2px;background-image:repeating-linear-gradient(90deg,rgba(89,86,233,.45) 0 7px,transparent 7px 14px);animation:compareDashFlow 1.1s linear infinite}.compare-arrow:before{right:100%}.compare-arrow:after{left:100%}.compare-arrow__circle{width:72px;height:72px;border-radius:50%;background:radial-gradient(circle at 32% 26%,#e4dcff,#b79bfb,#8b5cf6 68%,#5b21b6);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 32px #5956e952,inset 0 2px 10px #ffffff80;position:relative;z-index:1}.compare-arrow__circle svg{transform:rotate(180deg)}@keyframes compareDashFlow{to{background-position:14px 0}}.compare-note{max-width:940px;margin:1.5rem auto 0;display:flex;align-items:center;justify-content:center;gap:.75rem;text-align:center;font-size:1rem;font-weight:700;color:#1d1533;background:linear-gradient(135deg,#efeafd,#f7f3ff 55%,#efeafd);border:1px solid rgba(89,86,233,.18);border-radius:9999px;padding:.75rem 1.5rem}.compare-note svg{width:22px;height:22px;flex-shrink:0;color:#5956e9}.how-section{position:relative;padding:5rem 0;background:#f7f6fc;overflow:hidden}.how-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1040px;margin:0 auto;position:relative}.how-steps:before{content:"";position:absolute;top:50%;right:8%;left:8%;border-top:2px dashed rgba(89,86,233,.3)}.how-card{background:#fff;border:1px solid #ece9f6;border-radius:20px;padding:1.5rem;box-shadow:0 10px 30px #5956e90f;transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:1}.how-card:hover{transform:translateY(-6px);box-shadow:0 18px 44px #5956e91f}.how-card__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#eeeafa;color:#5956e9;margin-bottom:.75rem}.how-card__icon svg{width:20px;height:20px}.how-card__number{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#5956e9,#a855f7);color:#fff;font-size:.85rem;font-weight:800;letter-spacing:.02em;box-shadow:0 6px 16px #5956e947}.how-card__title{font-size:1.15rem;font-weight:800;color:#1d1533;margin:0 0 .5rem}.how-card__desc{font-size:.875rem;color:#6f6a85;line-height:1.7;margin:0}.personas-section{position:relative;padding:5rem 0;background:#fff;overflow:hidden}.personas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.persona-card{background:#fff;border:1px solid #ece9f6;border-radius:20px;padding:1.5rem;box-shadow:0 10px 30px #5956e90f;text-align:center;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.persona-card:hover{transform:translateY(-6px);border-color:#5956e94d;box-shadow:0 18px 44px #5956e91f}.persona-card__icon{width:52px;height:52px;border-radius:50%;background:#eeeafa;color:#5956e9;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.persona-card__icon svg{width:26px;height:26px}.persona-card__title{font-size:1.05rem;font-weight:800;color:#1d1533;margin:0 0 .5rem;line-height:1.4}.persona-card__desc{font-size:.875rem;color:#6f6a85;line-height:1.7;margin:0}.configurator-section{position:relative;padding:5rem 0;background:linear-gradient(180deg,#f1ecfd,#e9e1fb 55%,#efe9fc);overflow:hidden}.section-eyebrow{display:inline-block;font-size:.875rem;font-weight:700;color:#4644c9;background:#ffffffb3;border:1px solid rgba(89,86,233,.22);border-radius:9999px;padding:5px 16px;margin-bottom:.75rem}.pricing-chat{max-width:1120px;margin:0 auto;position:relative;z-index:1}.pricing-chat__thread{display:flex;flex-direction:column;gap:.75rem;flex:0 1 auto;min-height:0;max-height:440px;overflow-y:auto;scroll-behavior:smooth;padding:.5rem;scrollbar-width:thin;scrollbar-color:rgba(89,86,233,.25) transparent}.pricing-chat__thread::-webkit-scrollbar{width:5px}.pricing-chat__thread::-webkit-scrollbar-track{background:transparent}.pricing-chat__thread::-webkit-scrollbar-thumb{background:#5956e940;border-radius:9999px}.pricing-chat__options{display:grid;gap:.5rem;padding-top:.75rem}.pricing-chat__options:not(:empty){border-top:1px solid #ece9f6}.pricing-chat__options--two{grid-template-columns:repeat(2,1fr)}.pricing-chat__options--three{grid-template-columns:repeat(3,1fr)}.pricing-chat__options-label{grid-column:1/-1;font-size:.75rem;font-weight:600;color:#6f6a85}.pricing-chat__composer{display:flex;align-items:center;gap:.5rem;padding-top:.75rem;border-top:1px solid #ece9f6;margin-top:auto}.pricing-chat__composer-avatar{width:34px;height:34px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,#5956e9,#a855f7);color:#fff;display:inline-flex;align-items:center;justify-content:center}.pricing-chat__composer-avatar svg{width:16px;height:16px}.pricing-chat__composer input{flex:1;min-height:44px;padding:10px 18px;border:1.5px solid #ece9f6;border-radius:9999px;background:#f7f6fc;color:#1d1533;font-size:.875rem;font-family:Heebo,sans-serif;outline:none;transition:border-color .2s ease,background .2s ease}.pricing-chat__composer input:focus{border-color:#5956e9;background:#fff}.pricing-chat__composer input:disabled{opacity:.6}.pricing-chat__composer button{width:44px;height:44px;flex-shrink:0;border:none;border-radius:50%;background:#5956e9;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.pricing-chat__composer button svg{width:18px;height:18px}.pricing-chat__composer button:hover{background:#4644c9;transform:translateY(-1px)}.pricing-chat.is-discovery .pricing-chat__composer input{border-color:#5956e973;background:#fff;box-shadow:0 0 0 4px #5956e912}.pricing-chat.is-discovery .pricing-chat__composer input:focus{border-color:#5956e9;box-shadow:0 0 0 4px #5956e91f}.builder-card{display:grid;grid-template-columns:1.85fr 1fr;border:1px solid transparent;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#5956e973,#a855f74d) border-box;border-radius:24px;box-shadow:0 30px 70px #34267829,0 0 0 8px #5956e90d;overflow:hidden}.builder-chat{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;min-width:0}.builder-chat__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid #ece9f6}.builder-chat__brand{display:flex;align-items:center;gap:.5rem}.builder-chat__brand strong{font-size:1.05rem;font-weight:800;color:#1d1533}.builder-chat__progress{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#6f6a85}.builder-chat__dots{display:inline-flex;gap:5px}.builder-chat__dots i{width:8px;height:8px;border-radius:50%;background:#ece9f6;transition:background .3s ease}.builder-chat__dots i.is-active{background:#5956e9}.chat-avatar.chat-avatar--header{width:38px;height:38px}.chat-avatar.chat-avatar--header svg{width:18px;height:18px}.chat-avatar.chat-avatar--header:after{display:none}.answer-card{display:flex;align-items:center;gap:.75rem;padding:12px 14px;background:#fff;border:1px solid #ece9f6;border-radius:14px;cursor:pointer;font-family:Heebo,sans-serif;text-align:right;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.answer-card:hover{border-color:#5956e98c;transform:translateY(-2px);box-shadow:0 10px 24px #5956e91f}.answer-card:hover .answer-card__arrow{color:#5956e9}.answer-card__icon{width:38px;height:38px;flex-shrink:0;border-radius:50%;background:#eeeafa;color:#5956e9;display:inline-flex;align-items:center;justify-content:center}.answer-card__icon svg{width:18px;height:18px}.answer-card__text{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.answer-card__text strong{font-size:.875rem;font-weight:700;color:#1d1533;line-height:1.35}.answer-card__text small{font-size:.75rem;color:#6f6a85}.answer-card__arrow{flex-shrink:0;color:#6f6a85;display:inline-flex;transition:color .2s ease}.answer-card__arrow svg{width:16px;height:16px}.builder-side{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:linear-gradient(180deg,#faf8ff,#f3eefe);border-right:1px solid #ece9f6;align-self:stretch}.builder-side__head{display:flex;flex-direction:column;gap:3px}.builder-side__head strong{font-size:1.05rem;font-weight:800;color:#1d1533}.builder-side__live{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;color:#6f6a85}.builder-side__live i{width:7px;height:7px;border-radius:50%;background:#5956e9;animation:livePulse 1.6s ease-in-out infinite}.builder-side__modules{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:6px;flex:1}.builder-side__price{background:#eeeafa;border:1px solid rgba(89,86,233,.16);border-radius:14px;padding:.75rem 1rem;text-align:center}.builder-side__price:after{content:attr(data-sub);display:block;font-size:.75rem;color:#6f6a85;margin-top:2px}.builder-side__price--free{background:linear-gradient(135deg,#f6f2ff,#eeeafa);border-color:#5956e94d}.builder-side__price--free:before{content:"🎁 חינם לתמיד";display:inline-block;font-size:.75rem;font-weight:700;color:#4644c9;background:#5956e91a;border-radius:9999px;padding:2px 10px;margin-bottom:4px}.builder-side__price-why{display:block;font-size:.75rem;font-weight:600;color:#4644c9;line-height:1.5;margin-bottom:3px}.builder-side__price-why[hidden]{display:none}.builder-side__price-label{display:block;font-size:.75rem;font-weight:600;color:#6f6a85;margin-bottom:2px}.builder-side__price-value{display:flex;align-items:baseline;justify-content:center;gap:5px}.builder-side__price-value b{font-size:1.7rem;font-weight:800;color:#1d1533;line-height:1.2}.builder-side__price-value span{font-size:.75rem;color:#6f6a85}.builder-side__note{font-size:.75rem;color:#6f6a85;text-align:center}@keyframes livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.8)}}.builder-module{display:flex;align-items:center;gap:.5rem;padding:7px 10px;border-radius:10px;background:#fff9;border:1px solid transparent;transition:background .3s ease,border-color .3s ease,opacity .3s ease}.builder-module__state{width:20px;height:20px;flex-shrink:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.builder-module__icon{flex-shrink:0;color:#6f6a85;display:inline-flex}.builder-module__icon svg{width:15px;height:15px}.builder-module__label{font-size:13px;font-weight:600;color:#6f6a85}.builder-module--on{background:#fff;border-color:#10b98133}.builder-module--on .builder-module__state{background:#10b98124;color:#0d9668}.builder-module--on .builder-module__state svg{width:11px;height:11px}.builder-module--on .builder-module__icon{color:#5956e9}.builder-module--on .builder-module__label{color:#1d1533}.builder-module--building{background:#fff;border-color:#5956e940}.builder-module--building .builder-module__state{gap:2px}.builder-module--building .builder-module__state i{width:4px;height:4px;border-radius:50%;background:#5956e9;animation:chatTyping .9s ease-in-out infinite}.builder-module--building .builder-module__state i:nth-child(2){animation-delay:.12s}.builder-module--building .builder-module__state i:nth-child(3){animation-delay:.24s}.builder-module--off{opacity:.55}.builder-module--off .builder-module__state{border:1.5px dashed rgba(111,106,133,.4)}.builder-secure{text-align:center;font-size:.75rem;color:#6f6a85;margin:1rem 0 0}.builder-enterprise{text-align:center;font-size:.875rem;color:#6f6a85;margin:.5rem 0 0}.builder-enterprise__link{background:none;border:none;padding:0;font-family:Heebo,sans-serif;font-size:.875rem;font-weight:700;color:#5956e9;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.builder-enterprise__link:hover{color:#4644c9}.chat-msg{display:flex;align-items:flex-end;gap:.5rem;animation:chatPop .35s cubic-bezier(.34,1.4,.64,1)}.chat-msg--user{justify-content:flex-end}.chat-msg__col{display:flex;flex-direction:column;gap:3px;min-width:0}.chat-msg__time{font-size:11px;color:#6f6a85;padding-right:6px}.chat-accent{color:#4644c9;font-weight:700}.chat-msg__subline{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;color:#6f6a85;margin-top:4px}.chat-msg__subline svg{width:12px;height:12px;flex-shrink:0}@keyframes chatPop{0%{opacity:0;transform:translateY(8px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-avatar{width:48px;height:48px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,#5956e9,#a855f7);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px #5956e94d;position:relative}.chat-avatar svg{width:22px;height:22px}.chat-avatar:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid rgba(89,86,233,.3);animation:avatarPulse 2.4s ease-out infinite}@keyframes avatarPulse{0%{transform:scale(.9);opacity:.8}70%,to{transform:scale(1.25);opacity:0}}.chat-bubble{max-width:78%;padding:12px 18px;font-size:.875rem;line-height:1.6}.chat-bubble--bot{background:#f1eefb;color:#1d1533;border-radius:16px 16px 16px 4px;font-weight:600}.chat-bubble--user{background:#5956e9;color:#fff;border:none;font-family:Heebo,sans-serif;font-weight:600;border-radius:16px 16px 4px;cursor:pointer;transition:background .2s ease,transform .2s ease}.chat-bubble--user:hover{background:#4644c9;transform:translateY(-1px)}.chat-bubble__hint{display:block;margin-top:4px;font-size:.75rem;font-weight:400;color:#6f6a85}.chat-bubble--summary{max-width:92%;background:linear-gradient(180deg,#f1eefb,#f6f2ff);border:1px solid rgba(89,86,233,.2)}.chat-typing{display:inline-flex;align-items:center;gap:5px;padding:14px 18px}.chat-typing span{width:7px;height:7px;border-radius:50%;background:#5956e98c;animation:chatTyping 1s ease-in-out infinite}.chat-typing span:nth-child(2){animation-delay:.15s}.chat-typing span:nth-child(3){animation-delay:.3s}@keyframes chatTyping{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.chat-summary__tagline{display:block;font-size:.75rem;font-weight:600;color:#4644c9;margin-bottom:6px}.chat-summary__plan{display:block;font-size:1.15rem;font-weight:800;color:#1d1533}.chat-summary__vat{display:block;font-size:.75rem;color:#6f6a85;margin-bottom:.5rem}.chat-summary__price{display:block;font-size:1.25rem;font-weight:800;color:#4644c9;margin-top:.5rem}.chat-summary__benefit{display:block;font-size:.75rem;font-weight:700;color:#1d1533;background:#ffffffbf;border:1px dashed rgba(89,86,233,.35);border-radius:9999px;padding:6px 12px;margin:.5rem 0;text-align:center}.chat-summary__text{margin:6px 0 .75rem;font-weight:400;color:#6f6a85}.chat-summary__lines{list-style:none;padding:0;margin:.5rem 0 1rem}.chat-summary__lines li{padding:5px 0;font-size:13px;font-weight:400;color:#6f6a85;border-bottom:1px dashed rgba(89,86,233,.15)}.chat-summary__lines li:last-child{border-bottom:none}.chat-summary__note{display:block;margin-top:.5rem;font-size:.75rem;font-weight:400;color:#6f6a85;text-align:center}.config-chip{font-family:Heebo,sans-serif;font-size:.875rem;font-weight:600;color:#6f6a85;background:#f7f6fc;border:1px solid #ece9f6;border-radius:9999px;padding:10px 20px;min-height:44px;cursor:pointer;transition:all .3s ease}.config-chip:hover{border-color:#5956e980;color:#5956e9;background:#fff;transform:translateY(-1px);box-shadow:0 6px 14px #5956e91f}.config-chip.is-active{background:#5956e9;border-color:#5956e9;color:#fff}.pricing-section{position:relative;padding:5rem 0;background:#fff;overflow:hidden}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto;position:relative;z-index:1}.pricing-grid--tiers{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.5rem;max-width:1160px;align-items:stretch}.pricing-single{max-width:520px;margin:0 auto;position:relative;z-index:1}.pricing-card{background:#fff;border:1px solid #ece9f6;border-radius:20px;padding:1.5rem 1rem;display:flex;flex-direction:column;box-shadow:0 10px 30px #5956e90f;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease;position:relative}.pricing-card:hover{border-color:#5956e959;transform:translateY(-6px);box-shadow:0 18px 44px #5956e91f}.pricing-card--soft{background:#f1eefb;border-color:#5956e924}.pricing-card--popular{border:2px solid #5956e9;box-shadow:0 22px 52px #5956e933;transform:scale(1.03);z-index:1}.pricing-card--popular:hover{border-color:#4644c9;transform:scale(1.03) translateY(-6px);box-shadow:0 28px 60px #5956e942}.pricing-card__badge{position:absolute;top:-12px;right:24px;background:linear-gradient(135deg,#5956e9,#a855f7);color:#fff;font-size:.75rem;font-weight:700;padding:4px 16px;border-radius:9999px;letter-spacing:.02em;box-shadow:0 6px 16px #5956e94d}.pricing-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.pricing-card__name{font-size:1.1rem;font-weight:800;color:#1d1533;margin:0}.pricing-card__desc{font-size:.875rem;color:#6f6a85;margin:0}.pricing-card__price{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #ece9f6;min-height:74px}.pricing-card__amount{font-size:1.75rem;font-weight:800;color:#1d1533}.pricing-card__amount--custom{font-size:1.35rem;line-height:1.4}.pricing-card__period{display:block;font-size:.75rem;color:#6f6a85;margin-top:2px}.pricing-card__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#eeeafa;color:#5956e9;flex-shrink:0}.pricing-card__icon svg{width:15px;height:15px}.pricing-card__features{list-style:none;padding:0;margin:0 0 1rem;flex:1}.pricing-card__features li{padding:5px 0;font-size:13px;color:#6f6a85;display:flex;align-items:center;gap:.5rem}.pricing-card__features li:before{content:"";width:18px;height:18px;flex-shrink:0;background:#10b9811f;border-radius:50%;display:flex;align-items:center;justify-content:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%2310b981'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:11px}.pricing-card__notes{display:flex;flex-direction:column;gap:4px;margin-bottom:1.5rem;padding-top:.75rem;border-top:1px solid #ece9f6}.pricing-card__notes span{font-size:.75rem;color:#6f6a85;text-align:center}.pricing-card__notes span:before{content:"*";margin-left:4px;color:#5956e999}.pricing-note{max-width:1160px;margin:2rem auto 0;text-align:center;font-size:.875rem;color:#6f6a85;background:#f1eefb;border:1px solid #ece9f6;border-radius:9999px;padding:.75rem 1.5rem}.credits-strip{position:relative;padding:3rem 0;background:#f7f6fc}.credits-strip__inner{display:grid;grid-template-columns:1.2fr auto 1fr;align-items:center;gap:2rem;background:linear-gradient(135deg,#ede8fc,#f3edff);border:1px solid rgba(89,86,233,.12);border-radius:24px;padding:2rem 3rem;max-width:1160px;margin:0 auto;overflow:hidden}.credits-strip__coin{width:150px;height:auto;flex-shrink:0;will-change:transform}.credits-strip__title{font-size:1.3rem;font-weight:800;color:#1d1533;margin:0 0 .5rem}.credits-strip__desc{font-size:.875rem;color:#6f6a85;line-height:1.7;margin:0;max-width:30em}.credits-strip__examples{display:flex;flex-direction:column;gap:.75rem}.credits-strip__ai-line{font-size:.875rem;font-weight:600;color:#1d1533;line-height:1.6;margin:0}.credits-strip__ai-icons{display:flex;gap:.5rem}.credits-strip__ai-icons span{width:36px;height:36px;border-radius:50%;background:#ffffffd9;border:1px solid rgba(89,86,233,.14);color:#5956e9;display:inline-flex;align-items:center;justify-content:center}.credits-strip__ai-icons span svg{width:17px;height:17px}.partners-banner{position:relative;padding:3rem 0;background:#fff}.partners-banner__grid{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center;background:linear-gradient(135deg,#2a1b4d,#181040);border-radius:28px;padding:3rem;max-width:1160px;margin:0 auto;overflow:hidden;position:relative;box-shadow:0 24px 60px #18104059}.partners-banner__grid:before{content:"";position:absolute;top:-30%;left:-10%;width:420px;height:420px;background:radial-gradient(circle,rgba(168,85,247,.25) 0%,transparent 70%);filter:blur(40px);pointer-events:none}.partners-banner__title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#fff;margin:0 0 .5rem}.partners-banner__subtitle{font-size:1.05rem;color:#ffffffc7;margin:0 0 1.5rem}.partners-banner__chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.partner-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:9999px;background:#ffffff14;border:1px solid rgba(255,255,255,.16);color:#ffffffeb;font-size:.875rem;font-weight:600}.partner-chip:before{content:"";width:6px;height:6px;border-radius:50%;background:#a855f7}.partners-banner__visual{position:relative;z-index:1}.partners-banner__visual img{width:100%;height:auto;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.35))}.partners-revenue-card{position:absolute;bottom:-14px;left:-10px;display:flex;flex-direction:column;gap:2px;background:#fff;border-radius:14px;padding:10px 18px;box-shadow:0 16px 36px #0000004d;direction:rtl}.partners-revenue-card__label{font-size:11px;font-weight:600;color:#6f6a85}.partners-revenue-card__amount{font-size:1.3rem;font-weight:800;color:#4644c9;line-height:1.1}.faq-section{position:relative;padding:5rem 0;background:#f7f6fc}.faq-list{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:.75rem;align-items:start}.faq-item{background:#fff;border:1px solid #ece9f6;border-radius:14px;overflow:hidden;box-shadow:0 10px 30px #5956e90f;transition:border-color .3s ease,box-shadow .3s ease}.faq-item:hover,.faq-item.active{border-color:#5956e959}.faq-item.active{box-shadow:0 18px 44px #5956e91f}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:none;border:none;color:#1d1533;font-size:.95rem;font-weight:700;text-align:right;cursor:pointer;transition:color .3s ease;gap:1rem;font-family:Heebo,sans-serif;min-height:44px}.faq-question:hover{color:#5956e9}.faq-question span{flex:1}.faq-arrow{flex-shrink:0;transition:transform .3s ease;color:#6f6a85}.faq-item.active .faq-arrow{transform:rotate(180deg);color:#5956e9}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-answer p{padding:0 1.5rem 1rem;font-size:.875rem;color:#6f6a85;line-height:1.8;margin:0}.faq-item.active .faq-answer{max-height:300px}.signup-section{position:relative;padding:5rem 0;overflow:hidden;background:#fff}.signup-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none;opacity:.12}.signup-section__inner{position:relative;z-index:1;max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:center;background:linear-gradient(135deg,#ece6fc,#f4efff);border:1px solid rgba(89,86,233,.12);border-radius:28px;padding:3rem;text-align:right}.signup-section__header{display:flex;flex-direction:column}.signup-section__title{font-size:clamp(1.7rem,3vw,2.25rem);font-weight:800;color:#1d1533;margin:0 0 .5rem}.signup-section__subtitle{font-size:1.05rem;color:#6f6a85;margin:0 0 1.5rem}.signup-section__chart{width:min(300px,80%);height:auto;align-self:center}.signup-form{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 24px 56px #5956e924;text-align:right}.signup-form__disclaimer{font-size:.75rem;color:#6f6a85;text-align:center;margin:.75rem 0 0}.signup-form__fields{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.signup-form__group{display:flex;flex-direction:column;gap:6px}.signup-form__group label{font-size:.875rem;font-weight:700;color:#1d1533}.signup-form__group input{padding:12px 16px;min-height:48px;border:1.5px solid #ece9f6;border-radius:.75rem;background:#f7f6fc;color:#1d1533;font-size:1rem;font-family:Heebo,sans-serif;outline:none;transition:border-color .2s ease,background .2s ease}.signup-form__group input:focus{border-color:#5956e9;background:#fff}@media (max-width: 1024px){.personas-grid{grid-template-columns:repeat(2,1fr)}.how-steps{grid-template-columns:1fr;max-width:480px}.how-steps:before{display:none}.signup-section__inner{grid-template-columns:1fr;gap:1.5rem;padding:2rem}.partners-banner__grid{grid-template-columns:1fr;padding:2rem;text-align:center}.partners-banner__grid .partners-banner__chips{justify-content:center}.partners-banner__visual{max-width:440px;margin:0 auto}}@media (max-width: 768px){.compare-grid{grid-template-columns:1fr}.compare-arrow:before,.compare-arrow:after{display:none}.compare-arrow__circle svg{transform:rotate(270deg)}.faq-list{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr;max-width:400px}.pricing-grid--tiers{grid-template-columns:1fr;max-width:420px}.builder-card{grid-template-columns:1fr}.builder-side{border-right:none;border-top:1px solid #ece9f6}.builder-chat{padding:1rem}.pricing-chat__options--two,.pricing-chat__options--three{grid-template-columns:1fr}.pricing-chat__thread{min-height:0;max-height:360px}.chat-bubble{max-width:90%}.credits-strip__inner{grid-template-columns:1fr;justify-items:center;text-align:center;padding:2rem 1.5rem}.credits-strip__inner .credits-strip__coin{width:130px}.credits-strip__inner .credits-strip__desc{max-width:100%}.signup-form__fields{grid-template-columns:1fr}}@media (max-width: 640px){.compare-section,.how-section,.personas-section,.configurator-section,.pricing-section,.faq-section,.signup-section{padding:3rem 0}.personas-grid{grid-template-columns:1fr}.faq-question{padding:1rem 1.5rem;font-size:.875rem}.faq-answer p{padding:0 1.5rem 1rem}.signup-form,.partners-banner__grid{padding:1.5rem}}.footer{position:relative;background-color:#fff;color:#1d1533;overflow:hidden;padding:2rem 0 1.5rem;z-index:10;border-top:1px solid #ece9f6}.footer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 85% 15%,rgba(89,86,233,.05),transparent 35%),linear-gradient(to bottom,#f7f6fc,#fff);z-index:-1}.footer:after{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(89,86,233,.35) 50%,transparent 100%)}.footer .footer-top{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:1.5rem;position:relative;gap:1.5rem}@media (min-width: 768px){.footer .footer-top{flex-direction:row;align-items:flex-start}}.footer .footer-logo{margin-bottom:1rem;max-width:320px}.footer .footer-logo .logo-link{display:inline-block;margin-bottom:.75rem;transition:transform .3s ease}.footer .footer-logo .logo-link:hover{transform:translateY(-2px)}.footer .footer-logo .logo-link .footer-logo-img{height:40px;width:auto}.footer .footer-logo .footer-tagline{font-size:.875rem;color:#6f6a85;margin-bottom:1rem}.footer .footer-logo .footer-contact{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.footer .footer-logo .footer-contact .contact-item{display:flex;align-items:center;gap:.5rem;color:#6f6a85;font-size:.875rem;transition:color .2s ease}.footer .footer-logo .footer-contact .contact-item:hover{color:#5956e9}.footer .footer-logo .footer-contact .contact-item .contact-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#eeeafa;border-radius:.5rem}.footer .footer-logo .footer-contact .contact-item .contact-icon svg{width:16px;height:16px;fill:#5956e9}.footer .footer-nav{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.footer .footer-nav{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.footer .footer-nav{grid-template-columns:repeat(3,1fr);width:60%}}.footer .footer-nav .footer-nav-column .footer-nav-title{font-size:1rem;font-weight:700;color:#1d1533;margin-bottom:1rem}.footer .footer-nav .footer-nav-column .footer-links{display:flex;flex-direction:column;gap:.75rem}.footer .footer-nav .footer-nav-column .footer-links li a{color:#6f6a85;font-size:.875rem;transition:color .2s ease;text-decoration:none}.footer .footer-nav .footer-nav-column .footer-links li a:hover{color:#5956e9}.footer .newsletter-block{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #ece9f6}.footer .newsletter-block .newsletter-title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:700;color:#1d1533;margin:0 0 .5rem}.footer .newsletter-block .newsletter-title .title-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#eeeafa;border-radius:.5rem}.footer .newsletter-block .newsletter-title .title-icon svg{width:16px;height:16px;fill:#5956e9}.footer .newsletter-block .newsletter-desc{font-size:.875rem;color:#6f6a85;margin:0 0 1rem;line-height:1.6}.footer .newsletter-block .newsletter-form{display:flex;gap:8px}.footer .newsletter-block .newsletter-input{flex:1;padding:10px 14px;background:#f7f6fc;border:1.5px solid #ece9f6;border-radius:.75rem;color:#1d1533;font-size:.875rem;font-family:Heebo,sans-serif;outline:none;transition:border-color .2s ease;direction:rtl}.footer .newsletter-block .newsletter-input::-moz-placeholder{color:#6f6a85}.footer .newsletter-block .newsletter-input::placeholder{color:#6f6a85}.footer .newsletter-block .newsletter-input:focus{border-color:#5956e999;background:#fff}.footer .newsletter-block .newsletter-button{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:linear-gradient(135deg,#5956e9,#4644c9);color:#fff;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600;font-family:Heebo,sans-serif;cursor:pointer;transition:all .3s ease;white-space:nowrap}.footer .newsletter-block .newsletter-button .button-icon{display:flex;align-items:center}.footer .newsletter-block .newsletter-button .button-icon svg{width:14px;height:14px;fill:#fff;transform:rotate(180deg)}.footer .newsletter-block .newsletter-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5956e959}.footer .footer-bottom{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid #ece9f6;gap:1rem}@media (min-width: 768px){.footer .footer-bottom{flex-direction:row}}.footer .footer-bottom .copyright{font-size:.875rem;color:#6f6a85;text-align:center}@media (min-width: 768px){.footer .footer-bottom .copyright{text-align:right}}.footer .footer-bottom .social-links{display:flex;gap:.75rem}.footer .footer-bottom .social-links .social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#f7f6fc;border:1px solid #ece9f6;border-radius:.75rem;transition:all .3s ease}.footer .footer-bottom .social-links .social-link .social-icon{width:18px;height:18px;fill:#6f6a85;transition:fill .2s ease}.footer .footer-bottom .social-links .social-link:hover{background:linear-gradient(135deg,#5956e9,#a855f7);border-color:transparent;transform:translateY(-3px);box-shadow:0 6px 16px #5956e94d}.footer .footer-bottom .social-links .social-link:hover .social-icon{fill:#fff}.back-to-top{position:fixed;bottom:1.5rem;left:1.5rem;width:48px;height:48px;border-radius:50%;background:#ffffffeb;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(89,86,233,.3);box-shadow:0 6px 18px #5956e929;z-index:100;cursor:pointer;opacity:0;transform:translateY(20px);transition:all .3s ease;display:flex;align-items:center;justify-content:center}.back-to-top .back-to-top-icon{width:22px;height:22px;color:#5956e9;transition:transform .3s ease,color .3s ease}.back-to-top .back-to-top-icon svg{width:100%;height:100%}.back-to-top .back-to-top-effect{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;z-index:-1}.back-to-top .back-to-top-effect:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(135deg,#5956e9,#a855f7);opacity:0;transition:opacity .3s ease}.back-to-top.visible{opacity:1;transform:translateY(0)}.back-to-top:hover{transform:translateY(-3px);border-color:#5956e999}.back-to-top:hover .back-to-top-icon{transform:translateY(-2px);color:#fff}.back-to-top:hover .back-to-top-effect:before{opacity:1}.back-to-top:active{transform:translateY(0) scale(.95)}@media (max-width: 768px){.back-to-top{width:48px;height:48px;bottom:1rem;left:1rem}.back-to-top .back-to-top-icon{width:18px;height:18px}}@media (min-width: 1536px){.container{max-width:1536px}}@media (max-width: 1280px){.container{max-width:1280px}}@media (max-width: 1024px){.container{max-width:1024px}.footer .footer-top{flex-direction:column;gap:2rem}.footer .footer-top .footer-nav{width:100%}}@media (max-width: 768px){.container{max-width:768px}.header .nav-links{display:none;position:fixed;top:0;right:0;width:70%;height:100vh;background-color:#fff;flex-direction:column;justify-content:center;padding:3rem;z-index:150;transition:.3s ease;transform:translate(100%);box-shadow:0 20px 25px -5px #1d153314,0 10px 10px -5px #1d153308}.header .nav-links.active{transform:translate(0);display:flex}.header .nav-links li{margin-bottom:1.5rem}.header .nav-links a{color:#1d1533!important;font-size:1.25rem}.header .hamburger{display:flex}.footer .footer-bottom{flex-direction:column;gap:1.5rem}.footer .footer-legal{flex-wrap:wrap;justify-content:center;text-align:center}}@media (max-width: 640px){.container{max-width:640px;padding:0 1rem}.footer .footer-top .footer-nav-column{flex:1 0 100%}.back-to-top{bottom:20px;left:20px;width:48px;height:48px}}@media (max-width: 480px){.header .logo-link img{height:30px}.header.scrolled .logo-link img{height:25px}.footer{padding-top:2rem}.footer .footer-top{gap:1.5rem;margin-bottom:2rem}}@media print{body{background-color:#fff!important;color:#1d1533!important}.header,.footer,.back-to-top,.hero__bg,.final-cta,.dark-lead-modal{display:none!important}.container{width:100%!important;padding:0!important;margin:0!important}section{padding:1cm 0!important;page-break-inside:avoid}h1,h2,h3,h4{page-break-after:avoid;color:#1d1533!important;-webkit-text-fill-color:#1d1533!important;background:none!important}p,li{font-size:11pt!important}img{max-width:100%!important}}.knowledge-center{position:relative;padding:140px 0 80px;min-height:100vh;background:linear-gradient(180deg,#070b15,#0f172a,#070b15);overflow:hidden}.knowledge-center .background-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.knowledge-center .background-elements .gradient-circle{position:absolute;top:-20%;right:-10%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(89,86,233,.15) 0%,rgba(89,86,233,.05) 40%,transparent 70%);filter:blur(60px);animation:float 20s ease-in-out infinite}.knowledge-center .background-elements .floating-shape{position:absolute;border-radius:50%}.knowledge-center .background-elements .floating-shape.shape-1{top:40%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(168,85,247,.08) 0%,transparent 60%);filter:blur(80px);animation:float 25s ease-in-out infinite reverse}.knowledge-center .background-elements .floating-shape.shape-2{bottom:-10%;right:10%;width:350px;height:350px;background:radial-gradient(circle,rgba(89,86,233,.1) 0%,transparent 60%);filter:blur(70px);animation:float 30s ease-in-out infinite}.knowledge-center .background-elements .grid-lines{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right,rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.02) 1px,transparent 1px);background-size:60px 60px}.knowledge-center .container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem}.knowledge-center .section-header{text-align:center;margin-bottom:3rem;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}.knowledge-center .section-header .section-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;margin-bottom:1rem;position:relative;display:inline-block}.knowledge-center .section-header .section-title .accent{background:linear-gradient(135deg,#5956e9,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.knowledge-center .section-header .section-description{font-size:1.15rem;color:#ffffffbf;max-width:500px;margin:.5rem auto 0}.knowledge-center .search-container{max-width:500px;margin:0 auto 2.5rem;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease .2s forwards}.knowledge-center .search-container .search-box{position:relative;background:#ffffff0d;border-radius:50px;padding:.7rem 1.5rem;display:flex;align-items:center;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.knowledge-center .search-container .search-box:focus-within{background:#ffffff14;border-color:#5956e966;box-shadow:0 0 20px #5956e91a}.knowledge-center .search-container .search-box .search-icon{color:#fff9;margin-left:.5rem;flex-shrink:0}.knowledge-center .search-container .search-box input{flex:1;border:none;outline:none;background:transparent;font-size:.95rem;color:#fff;font-family:inherit;padding:.4rem 0}.knowledge-center .search-container .search-box input::-moz-placeholder{color:#ffffff8c}.knowledge-center .search-container .search-box input::placeholder{color:#ffffff8c}.knowledge-center .search-container .search-box .clear-button{background:none;border:none;color:#fff9;cursor:pointer;padding:5px;margin-right:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.knowledge-center .search-container .search-box .clear-button:hover{color:#fff;background:#ffffff1a}.knowledge-center .category-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2.5rem;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease .3s forwards}.knowledge-center .category-filters .category-button{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#ffffffbf;font-size:.9rem;font-weight:500;padding:.5rem 1.2rem;border-radius:50px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-family:inherit}.knowledge-center .category-filters .category-button:hover{color:#fff;background:#ffffff14;border-color:#ffffff26}.knowledge-center .category-filters .category-button.active{background:linear-gradient(135deg,#5956e9,#4644c9);color:#fff;border-color:transparent;box-shadow:0 4px 15px #5956e94d}.knowledge-center .resources-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-bottom:3rem}.knowledge-center .resources-grid .resource-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;overflow:hidden;transition:all .4s ease;cursor:pointer;position:relative;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.knowledge-center .resources-grid .resource-card:nth-child(1){animation-delay:.3s}.knowledge-center .resources-grid .resource-card:nth-child(2){animation-delay:.34s}.knowledge-center .resources-grid .resource-card:nth-child(3){animation-delay:.38s}.knowledge-center .resources-grid .resource-card:nth-child(4){animation-delay:.42s}.knowledge-center .resources-grid .resource-card:nth-child(5){animation-delay:.46s}.knowledge-center .resources-grid .resource-card:nth-child(6){animation-delay:.5s}.knowledge-center .resources-grid .resource-card:nth-child(7){animation-delay:.54s}.knowledge-center .resources-grid .resource-card:nth-child(8){animation-delay:.58s}.knowledge-center .resources-grid .resource-card:nth-child(9){animation-delay:.62s}.knowledge-center .resources-grid .resource-card:nth-child(10){animation-delay:.66s}.knowledge-center .resources-grid .resource-card:nth-child(11){animation-delay:.7s}.knowledge-center .resources-grid .resource-card:nth-child(12){animation-delay:.74s}.knowledge-center .resources-grid .resource-card:nth-child(13){animation-delay:.78s}.knowledge-center .resources-grid .resource-card:nth-child(14){animation-delay:.82s}.knowledge-center .resources-grid .resource-card:nth-child(15){animation-delay:.86s}.knowledge-center .resources-grid .resource-card:nth-child(16){animation-delay:.9s}.knowledge-center .resources-grid .resource-card:nth-child(17){animation-delay:.94s}.knowledge-center .resources-grid .resource-card:nth-child(18){animation-delay:.98s}.knowledge-center .resources-grid .resource-card:nth-child(19){animation-delay:1.02s}.knowledge-center .resources-grid .resource-card:nth-child(20){animation-delay:1.06s}.knowledge-center .resources-grid .resource-card:nth-child(21){animation-delay:1.1s}.knowledge-center .resources-grid .resource-card:nth-child(22){animation-delay:1.14s}.knowledge-center .resources-grid .resource-card:nth-child(23){animation-delay:1.18s}.knowledge-center .resources-grid .resource-card:nth-child(24){animation-delay:1.22s}.knowledge-center .resources-grid .resource-card:hover{transform:translateY(-6px);background:#ffffff0f;border-color:#5956e933;box-shadow:0 12px 30px #5956e91f}.knowledge-center .resources-grid .resource-card:hover .resource-thumbnail .play-button{transform:translate(-50%,-50%) scale(1.1);background:#5956e9;box-shadow:0 8px 20px #5956e980}.knowledge-center .resources-grid .resource-card:hover .resource-thumbnail .play-button svg path{fill:#fff}.knowledge-center .resources-grid .resource-card:hover .resource-thumbnail .document-icon,.knowledge-center .resources-grid .resource-card:hover .resource-thumbnail .folder-icon{transform:translate(-50%,-50%) scale(1.1)}.knowledge-center .resources-grid .resource-card:hover .resource-title{color:#7b79f2}.knowledge-center .resources-grid .resource-card:active{transform:translateY(-3px) scale(.98)}.knowledge-center .resources-grid .resource-thumbnail{position:relative;width:100%;padding-bottom:56.25%;background-color:#0f172a99;background-size:cover;background-position:center;overflow:hidden}.knowledge-center .resources-grid .resource-thumbnail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0f172a4d,#0f172a99);z-index:1}.knowledge-center .resources-grid .resource-thumbnail:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#5956e926,#a855f71a);opacity:.5;transition:opacity .3s ease}.knowledge-center .resources-grid .resource-thumbnail .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.knowledge-center .resources-grid .resource-thumbnail .play-button svg{margin-left:2px}.knowledge-center .resources-grid .resource-thumbnail .play-button svg path{fill:#fff}.knowledge-center .resources-grid .resource-thumbnail .document-icon,.knowledge-center .resources-grid .resource-thumbnail .folder-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;transition:all .3s ease;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.knowledge-center .resources-grid .resource-thumbnail .resource-badge{position:absolute;top:10px;right:10px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fffc;font-size:.7rem;font-weight:500;padding:.2rem .65rem;border-radius:50px;z-index:2;border:1px solid rgba(255,255,255,.1)}.knowledge-center .resources-grid .resource-thumbnail.video-type{background:linear-gradient(135deg,#5956e933,#0f172acc)}.knowledge-center .resources-grid .resource-thumbnail.pdf-type{background:linear-gradient(135deg,#ef444433,#0f172acc)}.knowledge-center .resources-grid .resource-thumbnail.folder-type{background:linear-gradient(135deg,#f59e0b33,#0f172acc)}.knowledge-center .resources-grid .resource-content{padding:1.1rem 1.25rem}.knowledge-center .resources-grid .resource-content .resource-title{font-size:.95rem;font-weight:600;color:#ffffffd9;line-height:1.5;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.knowledge-center .no-results{text-align:center;padding:3rem 1rem;border-radius:16px;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.06);margin:2rem auto;max-width:500px;animation:fadeIn .5s ease}.knowledge-center .no-results .no-results-icon{margin:0 auto 1.5rem;width:70px;height:70px;background:#ffffff0d;border-radius:50%;display:flex;align-items:center;justify-content:center}.knowledge-center .no-results .no-results-icon svg{color:#ffffff80}.knowledge-center .no-results h3{font-size:1.4rem;font-weight:600;color:#fff;margin-bottom:.5rem}.knowledge-center .no-results p{color:#ffffffa6;font-size:.95rem}.knowledge-center .no-results.hidden{display:none}.resource-viewer{position:fixed;top:0;left:0;width:100%;height:100%;background:#070b15e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;display:none;align-items:center;justify-content:center;opacity:0;animation:fadeIn .3s ease forwards}.resource-viewer.active{display:flex}.resource-viewer .viewer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.resource-viewer .viewer-container{position:relative;width:90%;max-width:1000px;height:85vh;background:#0f172a;border:1px solid rgba(255,255,255,.08);border-radius:20px;z-index:2;overflow:hidden;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;transform:scale(.95);animation:scaleIn .3s ease-out .1s forwards}.resource-viewer .viewer-container .close-button{position:absolute;top:15px;right:15px;width:36px;height:36px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease}.resource-viewer .viewer-container .close-button:hover{background:#ffffff1f;color:#fff;transform:rotate(90deg)}.resource-viewer .viewer-container .viewer-header{padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.5rem}.resource-viewer .viewer-container .viewer-header .viewer-title{font-size:1.4rem;font-weight:700;color:#fff}.resource-viewer .viewer-container .viewer-header .viewer-categories{display:flex;flex-wrap:wrap;gap:.5rem}.resource-viewer .viewer-container .viewer-header .viewer-categories .category-tag{background:#5956e926;color:#7b79f2;font-size:.75rem;font-weight:500;padding:.2rem .6rem;border-radius:50px;border:1px solid rgba(89,86,233,.2)}.resource-viewer .viewer-container .viewer-content{flex:1;overflow:hidden;position:relative;background:#070b15}.resource-viewer .viewer-container .viewer-content iframe{border:none;width:100%;height:100%}.resource-viewer .viewer-container .viewer-content .viewer-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#070b15}.resource-viewer .viewer-container .viewer-content .viewer-loading .loading-spinner{width:44px;height:44px;border:3px solid rgba(89,86,233,.2);border-top:3px solid #5956e9;border-radius:50%;animation:spin 1s linear infinite}.resource-viewer .viewer-container .viewer-actions{padding:1rem 2rem;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:flex-end;gap:.75rem}.resource-viewer .viewer-container .viewer-actions .action-button{display:flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;border-radius:50px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;font-family:inherit}.resource-viewer .viewer-container .viewer-actions .action-button.download-button{background:linear-gradient(135deg,#5956e9,#4644c9);color:#fff;border:none}.resource-viewer .viewer-container .viewer-actions .action-button.download-button:hover{box-shadow:0 4px 15px #5956e966;transform:translateY(-1px)}.resource-viewer .viewer-container .viewer-actions .action-button.share-button{background:#5956e91a;color:#7b79f2;border:1px solid rgba(89,86,233,.2)}.resource-viewer .viewer-container .viewer-actions .action-button.share-button:hover{background:#5956e92e}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 768px){.knowledge-center{padding:120px 0 60px}.knowledge-center .resources-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.resource-viewer .viewer-container{width:95%;height:90vh}.resource-viewer .viewer-container .viewer-header{padding:1.25rem 1.5rem}.resource-viewer .viewer-container .viewer-header .viewer-title{font-size:1.2rem}.resource-viewer .viewer-container .viewer-actions{padding:.75rem 1.5rem}}@media (max-width: 480px){.knowledge-center{padding:110px 0 50px}.knowledge-center .category-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;margin-right:-1.5rem;margin-left:-1.5rem;padding-right:1.5rem;padding-left:1.5rem;scrollbar-width:none}.knowledge-center .category-filters::-webkit-scrollbar{display:none}.knowledge-center .category-filters .category-button{flex:0 0 auto;white-space:nowrap}.knowledge-center .resources-grid{grid-template-columns:1fr}.resource-viewer .viewer-container{height:85vh}}.custom-cursor{position:fixed;top:-4px;left:-4px;width:8px;height:8px;border-radius:50%;background:#5956e9;pointer-events:none;z-index:99999;transition:width .3s ease,height .3s ease,background .3s ease}.custom-cursor.is-active{width:12px;height:12px;top:-6px;left:-6px;background:#fff}.custom-cursor.is-clicking{transform:scale(.7)}.custom-cursor-follower{position:fixed;top:-20px;left:-20px;width:40px;height:40px;border-radius:50%;border:1px solid rgba(89,86,233,.4);pointer-events:none;z-index:99998;transition:width .4s ease,height .4s ease,border-color .3s ease,opacity .3s ease}.custom-cursor-follower.is-active{width:60px;height:60px;top:-30px;left:-30px;border-color:#5956e9b3}.custom-cursor-follower.is-clicking{width:30px;height:30px;top:-15px;left:-15px}@media (pointer: coarse){.custom-cursor,.custom-cursor-follower{display:none!important}}@media (max-width: 1024px){.custom-cursor,.custom-cursor-follower{display:none!important}body{cursor:auto!important}a,button,.oia-btn,.faq-question{cursor:pointer!important}}.legal-page{padding:140px 0 80px;background:linear-gradient(180deg,#070b15,#0f172a);min-height:100vh}.legal-page .legal-header{text-align:center;margin-bottom:3rem}.legal-page .legal-header h1{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.5rem}.legal-page .legal-header .legal-updated{color:#a0b1c5;font-size:.9rem}.legal-page .legal-content{max-width:800px;margin:0 auto}.legal-page .legal-section{margin-bottom:2.5rem;padding:2rem;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.06)}.legal-page .legal-section h2{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(89,86,233,.3)}.legal-page .legal-section h3{font-size:1.1rem;font-weight:600;color:#ffffffe6;margin:1.2rem 0 .6rem}.legal-page .legal-section p{color:#a0b1c5;line-height:1.8;margin-bottom:.8rem}.legal-page .legal-section ul{list-style:none;padding:0;margin:.5rem 0}.legal-page .legal-section ul li{position:relative;padding-right:1.5rem;margin-bottom:.5rem;color:#a0b1c5;line-height:1.7}.legal-page .legal-section ul li:before{content:"";position:absolute;right:0;top:.6rem;width:6px;height:6px;border-radius:50%;background:#5956e9}.legal-page .legal-section ul li strong{color:#ffffffd9}.legal-page .legal-section a{color:#7b79f2;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.legal-page .legal-section a:hover{color:#fff}@media (max-width: 768px){.legal-page{padding:110px 0 60px}.legal-page .legal-header h1{font-size:1.8rem}.legal-page .legal-section{padding:1.2rem}}.a11y-widget-toggle{position:fixed;left:20px;bottom:20px;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#5956e9,#4644c9);color:#fff;border:none;cursor:pointer;z-index:9998;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #5956e966;transition:transform .3s,box-shadow .3s}.a11y-widget-toggle svg{width:26px;height:26px;fill:currentColor}.a11y-widget-toggle:hover{transform:scale(1.1);box-shadow:0 6px 20px #5956e999}.a11y-widget-toggle:focus-visible{outline:3px solid #a855f7;outline-offset:3px}.a11y-panel{position:fixed;left:20px;bottom:80px;width:320px;max-height:80vh;overflow-y:auto;background:#070b15f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;z-index:9998;box-shadow:0 20px 40px #00000080;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease}.a11y-panel.active{opacity:1;visibility:visible;transform:translateY(0)}.a11y-panel .a11y-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;padding-bottom:.8rem;border-bottom:1px solid rgba(255,255,255,.08)}.a11y-panel .a11y-panel-header h3{font-size:1.1rem;font-weight:700;color:#fff;margin:0}.a11y-panel .a11y-panel-header .a11y-close{width:28px;height:28px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;font-size:1.1rem}.a11y-panel .a11y-panel-header .a11y-close:hover{background:#fff3}.a11y-panel .a11y-option{display:flex;align-items:center;gap:.8rem;padding:.7rem .8rem;margin-bottom:.3rem;border-radius:10px;cursor:pointer;transition:background .2s;border:none;background:none;width:100%;text-align:right;color:#fffc;font-size:.9rem;font-family:inherit}.a11y-panel .a11y-option:hover{background:#ffffff0f}.a11y-panel .a11y-option.active{background:#5956e926;color:#fff}.a11y-panel .a11y-option.active .a11y-option-icon{background:#5956e94d;color:#7b79f2}.a11y-panel .a11y-option .a11y-option-icon{width:36px;height:36px;min-width:36px;border-radius:8px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:background .2s,color .2s}.a11y-panel .a11y-reset{display:block;width:100%;margin-top:1rem;padding:.6rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:none;color:#a0b1c5;cursor:pointer;font-size:.85rem;font-family:inherit;transition:all .2s}.a11y-panel .a11y-reset:hover{background:#ffffff0d;color:#fff;border-color:#fff3}.a11y-panel .a11y-link{display:block;text-align:center;margin-top:.8rem;font-size:.8rem;color:#7b79f2;text-decoration:underline;text-underline-offset:2px}.a11y-panel .a11y-link:hover{color:#fff}html.a11y-font-large{font-size:120%!important}html.a11y-font-xlarge{font-size:140%!important}html.a11y-high-contrast{filter:contrast(1.4)!important}html.a11y-high-contrast img,html.a11y-high-contrast video,html.a11y-high-contrast svg{filter:contrast(.8)}html.a11y-readable-font *{font-family:Arial,Helvetica,sans-serif!important}html.a11y-highlight-links a{outline:2px solid #5956e9!important;outline-offset:2px!important;text-decoration:underline!important}html.a11y-stop-animations *,html.a11y-stop-animations *:before,html.a11y-stop-animations *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}html.a11y-big-cursor{cursor:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M5 2l20 14H14l8 14-4 2-8-14-5 8z" fill="black" stroke="white" stroke-width="1.5"/></svg>') 4 2,auto!important}html.a11y-big-cursor a,html.a11y-big-cursor button,html.a11y-big-cursor [role=button],html.a11y-big-cursor input,html.a11y-big-cursor select,html.a11y-big-cursor textarea{cursor:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M5 2l20 14H14l8 14-4 2-8-14-5 8z" fill="black" stroke="white" stroke-width="1.5"/></svg>') 4 2,pointer!important}html.a11y-reading-guide .a11y-reading-line{position:fixed;left:0;width:100%;height:12px;background:#5956e933;border-top:2px solid rgba(89,86,233,.5);border-bottom:2px solid rgba(89,86,233,.5);pointer-events:none;z-index:99999;transition:top .05s linear}@media (max-width: 480px){.a11y-panel{left:10px;right:10px;width:auto;bottom:75px}.a11y-widget-toggle{left:10px;bottom:10px;width:48px;height:48px}}.will-change-transform{will-change:transform}.split-word{display:inline-block;overflow:hidden}.split-word__inner{display:inline-block}.dark-lead-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.dark-lead-modal.active{opacity:1;visibility:visible}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9990;overflow:hidden}.backdrop-blur{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 30%,#283250e6,#0f172af7 80%),linear-gradient(135deg,#a64eff26,#0f172af2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.dark-modal-container{position:relative;width:90%;max-width:500px;background:#070b15cc;border-radius:16px;padding:2.5rem;box-shadow:0 25px 50px -12px #0006,0 0 30px #a64eff33,inset 0 2px #ffffff0d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transform:translateY(30px);opacity:0;transition:transform .6s cubic-bezier(.17,.84,.44,1),opacity .6s ease;border:1px solid rgba(255,255,255,.05);z-index:9999}.dark-lead-modal.active .dark-modal-container{transform:translateY(0);opacity:1}.dark-modal-close{position:absolute;top:20px;right:20px;width:30px;height:30px;border-radius:50%;background:#a64eff1a;border:1px solid rgba(166,78,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2}.dark-modal-close:hover{background:#a64eff33;transform:rotate(90deg)}.dark-modal-close span{position:absolute;width:16px;height:2px;background:#a64eff;border-radius:1px}.dark-modal-close span:first-child{transform:rotate(45deg)}.dark-modal-close span:last-child{transform:rotate(-45deg)}.glow-line{position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(to right,#a64eff00,#a64effcc 20%,#4eb8f5cc,#a64effcc 80%,#a64eff00);animation:glowLinePulse 3s infinite alternate}.dark-modal-header{text-align:center;margin-bottom:2rem}.dark-modal-header h3{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.dark-modal-header p{font-size:1rem;color:#a0b1c5}.accent-text{color:#a64eff}.dark-modal-form{position:relative;z-index:10}.dark-form-group{position:relative;margin-bottom:1.8rem}.dark-form-input{width:100%;padding:.75rem 0;background:transparent;border:none;color:#fff;font-size:1rem;transition:all .3s ease;outline:none;direction:rtl}.dark-form-label{position:absolute;top:.75rem;right:0;color:#a0b1c5;font-size:1rem;pointer-events:none;transition:all .3s ease;direction:rtl}.dark-form-input:not(:-moz-placeholder)+.dark-form-label{top:-.5rem;font-size:.75rem;color:#a64eff}.dark-form-input:focus+.dark-form-label,.dark-form-input:not(:placeholder-shown)+.dark-form-label{top:-.5rem;font-size:.75rem;color:#a64eff}.input-line{position:absolute;bottom:0;left:0;width:100%;height:1px;background:#ffffff1a;transition:all .3s ease}.dark-form-input:not(:-moz-placeholder)~.input-line{background:linear-gradient(to right,#a64eff,#4eb8f5);height:2px;box-shadow:0 2px 10px #a64eff4d}.dark-form-input:focus~.input-line,.dark-form-input:not(:placeholder-shown)~.input-line{background:linear-gradient(to right,#a64eff,#4eb8f5);height:2px;box-shadow:0 2px 10px #a64eff4d}.dark-submit-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:.9rem 1.5rem;background:linear-gradient(135deg,#a64eff,#8a42d3);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;margin-top:1rem;box-shadow:0 6px 12px #8a42d34d}.dark-submit-btn:hover{transform:translateY(-3px);box-shadow:0 12px 24px #8a42d380}.btn-text{z-index:1;margin-right:10px}.btn-icon{display:flex;align-items:center;z-index:1}.dark-success{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#070b15f2;z-index:20;opacity:0;visibility:hidden;transform:scale(.9);transition:all .4s ease;padding:2rem}.dark-success.active{opacity:1;visibility:visible;transform:scale(1)}.success-icon{width:80px;height:80px;background:#a64eff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#a64eff}.success-icon svg{stroke:#a64eff;animation:checkmark 1s ease forwards;stroke-dasharray:100;stroke-dashoffset:100}.dark-success h3{font-size:2rem;color:#fff;margin-bottom:.5rem;font-weight:700}.dark-success p{font-size:1rem;color:#a0b1c5;text-align:center;max-width:300px}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes glowLinePulse{0%{opacity:.5}to{opacity:1}}@keyframes checkmark{to{stroke-dashoffset:0}}@media (max-width: 768px){.dark-modal-container{padding:2rem 1.5rem}.dark-modal-header h3,.dark-success h3{font-size:1.7rem}}@media (max-width: 480px){.dark-modal-container{padding:1.5rem 1rem}.dark-modal-header h3{font-size:1.5rem}.success-icon{width:60px;height:60px}}
