.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);background:rgba(255,255,255,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #e2e8f0}.navbar.scrolled{padding:10px 0}.navbar .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar .navbar-brand{font-size:1.5rem;font-weight:800;color:#0f172a;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.navbar .navbar-brand .kademy-logo{height:56px;width:auto}.navbar .nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;gap:32px;list-style:none;margin:0;padding:0}.navbar .nav-links a{text-decoration:none;color:#64748b;font-weight:500;font-size:.9rem;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.navbar .nav-links a::after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:#2563eb;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1);border-radius:2px}.navbar .nav-links a.active,.navbar .nav-links a:hover{color:#0f172a}.navbar .nav-links a.active::after,.navbar .nav-links a:hover::after{-webkit-transform:scaleX(1);transform:scaleX(1)}.navbar .nav-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.navbar .nav-actions .btn-nav{padding:12px 28px;border-radius:12px;font-weight:600;font-size:.95rem;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;text-decoration:none;line-height:1.4;background:#2563eb;color:#fff;-webkit-box-shadow:0 4px 14px rgba(37,99,235,.3);box-shadow:0 4px 14px rgba(37,99,235,.3)}.navbar .nav-actions .btn-nav:hover{background:#1d4ed8;-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 6px 20px rgba(37,99,235,.35);box-shadow:0 6px 20px rgba(37,99,235,.35)}.navbar .navbar-toggle{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:4px}.navbar .navbar-toggle span{width:24px;height:2px;background:#0f172a;border-radius:2px;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1)}.navbar .nav-login-mobile{display:none}@media (max-width:768px){.navbar .nav-actions{display:none}.navbar .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 24px;gap:16px;border-bottom:1px solid #e2e8f0;-webkit-box-shadow:0 10px 25px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04);box-shadow:0 10px 25px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04)}.navbar .nav-links.open{display:-webkit-box;display:-ms-flexbox;display:flex}.navbar .navbar-toggle{display:-webkit-box;display:-ms-flexbox;display:flex}.navbar .nav-login-mobile{display:list-item}}.hero{padding:80px 0}@media (max-width:768px){.hero{padding:60px 0}}.hero{padding-top:140px;background:#fff;position:relative;overflow:hidden;min-height:85vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.hero .hero-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero .hero-content{text-align:center;max-width:720px;margin:0 auto}.hero .hero-content .hero-title{font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#0f172a;font-size:clamp(2.2rem,4.5vw,3.5rem);margin-bottom:20px;line-height:1.15}.hero .hero-content .hero-title .highlight{color:#2563eb;position:relative;display:inline-block}.hero .hero-content .hero-title .highlight::after{content:"";position:absolute;bottom:4px;left:0;right:0;height:10px;background:-webkit-gradient(linear,left top,right top,from(#dbeafe),to(transparent));background:linear-gradient(90deg,#dbeafe,transparent);border-radius:4px;z-index:-1}.hero .hero-content .hero-desc{font-size:1.1rem;line-height:1.7;color:#64748b;margin-bottom:36px;max-width:600px;margin-left:auto;margin-right:auto}.hero .hero-content .hero-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:48px}.hero .hero-content .hero-actions .btn-primary{padding:12px 28px;border-radius:12px;font-weight:600;font-size:.95rem;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;text-decoration:none;line-height:1.4;background:#2563eb;color:#fff;-webkit-box-shadow:0 4px 20px rgba(37,99,235,.35);box-shadow:0 4px 20px rgba(37,99,235,.35);padding:14px 32px;font-size:1rem;-webkit-transition:all .4s cubic-bezier(.34,1.56,.64,1);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.hero .hero-content .hero-actions .btn-primary:hover{background:#1d4ed8;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 30px rgba(37,99,235,.4);box-shadow:0 8px 30px rgba(37,99,235,.4)}.hero .hero-content .hero-stats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero .hero-content .hero-stats .hero-stats-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0;padding:12px 40px;background:linear-gradient(135deg,rgba(37,99,235,.04),rgba(37,99,235,.01));border:1px solid rgba(37,99,235,.08);border-radius:24px;backdrop-filter:blur(8px)}.hero .hero-content .hero-stats .hero-stats-inner .stat-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px;padding:12px 32px}.hero .hero-content .hero-stats .hero-stats-inner .stat-item .stat-number{font-size:1.5rem;font-weight:800;color:#0f172a;line-height:1.2}.hero .hero-content .hero-stats .hero-stats-inner .stat-item .stat-label{font-size:.82rem;color:#64748b;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.hero .hero-content .hero-stats .hero-stats-inner .stat-item .stat-label i{font-size:.9rem;color:#2563eb}.hero .hero-content .hero-stats .hero-stats-inner .stat-divider{width:1px;height:36px;background:rgba(37,99,235,.1)}@media (max-width:768px){.hero{padding-top:100px;min-height:auto}.hero .hero-content .hero-title{margin-bottom:16px}.hero .hero-content .hero-desc{font-size:1rem}.hero .hero-content .hero-stats .hero-stats-inner{padding:10px 24px}.hero .hero-content .hero-stats .hero-stats-inner .stat-item{padding:10px 20px}}@media (max-width:576px){.hero{padding-top:110px}.hero .hero-content .hero-title{font-size:clamp(1.6rem,6vw,2.2rem);margin-bottom:14px}.hero .hero-content .hero-desc{font-size:.92rem;margin-bottom:28px}.hero .hero-content .hero-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.hero .hero-content .hero-actions .btn-primary{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:14px 24px}.hero .hero-content .hero-stats .hero-stats-inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px 16px;border-radius:16px}.hero .hero-content .hero-stats .hero-stats-inner .stat-item{padding:8px 16px}.hero .hero-content .hero-stats .hero-stats-inner .stat-item .stat-number{font-size:1.2rem}.hero .hero-content .hero-stats .hero-stats-inner .stat-item .stat-label{font-size:.75rem}.hero .hero-content .hero-stats .hero-stats-inner .stat-divider{display:none}}.features{padding:80px 0}@media (max-width:768px){.features{padding:60px 0}}.features{background:#fff;position:relative;overflow:hidden}.features .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.features .section-header{text-align:center;margin-bottom:64px}.features .section-header .section-title{font-weight:700;line-height:1.25;letter-spacing:-.01em;color:#0f172a;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:12px}.features .section-header .section-desc{color:#64748b;font-size:1.05rem;max-width:600px;margin:0 auto}.features .fc-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.features .fc-grid .fc-card:nth-child(1){--hue:221;--bg-tint:hsl(221, 50%, 97%);--rotate:-1.3deg;--tx:3px;--ty:-2px;--vtilt:1.1deg}.features .fc-grid .fc-card:nth-child(2){--hue:221;--bg-tint:hsl(221, 40%, 96%);--rotate:1.5deg;--tx:-4px;--ty:3px;--vtilt:-0.7deg}.features .fc-grid .fc-card:nth-child(3){--hue:221;--bg-tint:hsl(221, 50%, 95%);--rotate:-0.7deg;--tx:-3px;--ty:-2px;--vtilt:1.3deg}.features .fc-grid .fc-card:nth-child(4){--hue:221;--bg-tint:hsl(221, 35%, 97%);--rotate:1.1deg;--tx:4px;--ty:3px;--vtilt:-0.9deg}.features .fc-card{background:var(--bg-tint);border-radius:16px;padding:28px 28px 32px;position:relative;-webkit-transform:translate(var(--tx,0),var(--ty,0)) rotate(var(--rotate,0deg));transform:translate(var(--tx,0),var(--ty,0)) rotate(var(--rotate,0deg))}.features .fc-card .fc-card-visual{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;-webkit-transform:rotate(var(--vtilt,0deg));transform:rotate(var(--vtilt,0deg))}.features .fc-card .fc-card-mockup{width:100%}.features .fc-card .fc-card-content .fc-card-tag{display:inline-block;padding:4px 12px;background:hsla(var(--hue),60%,55%,.1);color:hsl(var(--hue),60%,40%);border-radius:9999px;font-size:.72rem;font-weight:700;margin-bottom:10px}.features .fc-card .fc-card-content h3{font-size:1.15rem;font-weight:800;color:#0f172a;line-height:1.35;margin-bottom:8px}.features .fc-card .fc-card-content>p{font-size:.85rem;color:#64748b;line-height:1.6;margin-bottom:16px}.features .fc-card .fc-card-content .fc-card-features{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:6px}.features .fc-card .fc-card-content .fc-card-features span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;font-size:.75rem;color:#0f172a;font-weight:600;padding:4px 12px;background:#fff;border-radius:9999px}.features .fc-card .fc-card-content .fc-card-features span i{color:hsl(var(--hue),60%,45%);font-size:.8rem}.features .fc-card .fc-card-content .fc-pm-methods{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;margin-bottom:14px}.features .fc-card .fc-card-content .fc-pm-methods span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;font-size:.78rem;font-weight:600;color:#0f172a;padding:5px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.features .fc-card .fc-card-content .fc-pm-methods span i{font-size:.9rem;color:#265ed8}.features .fc-card .fc-card-builder{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;width:100%;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px;min-height:100px}.features .fc-card .fc-card-builder .fc-builder-sidebar{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.features .fc-card .fc-card-builder .fc-builder-label{font-size:.55rem;font-weight:700;color:#64748b;margin-bottom:6px}.features .fc-card .fc-card-builder .fc-builder-lesson{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding:4px 6px;border-radius:4px;font-size:.58rem;margin-bottom:3px;background:#fff;border:1px solid #e2e8f0}.features .fc-card .fc-card-builder .fc-builder-lesson.active{background:hsla(221,80%,55%,.08);border-color:hsla(221,80%,55%,.3)}.features .fc-card .fc-card-builder .fc-builder-lesson i{font-size:.65rem;color:hsla(221,80%,55%,.6)}.features .fc-card .fc-card-builder .fc-builder-lesson span{-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:600;color:#0f172a}.features .fc-card .fc-card-builder .fc-builder-lesson .fc-builder-dur{-webkit-box-flex:0;-ms-flex:0;flex:0;color:#64748b;font-size:.52rem}.features .fc-card .fc-card-builder .fc-builder-lesson:nth-child(2){-webkit-transform:translateY(2px);transform:translateY(2px)}.features .fc-card .fc-card-builder .fc-builder-lesson:nth-child(3){-webkit-transform:translateX(4px);transform:translateX(4px)}.features .fc-card .fc-card-builder .fc-builder-player{width:70px;background:#1e293b;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;margin-top:6px}.features .fc-card .fc-card-builder .fc-builder-play{width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.9);color:#2563eb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.65rem}.features .fc-card .fc-card-products{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%}.features .fc-card .fc-card-products .fc-sp-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;width:100%}.features .fc-card .fc-card-products .fc-sp-product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px;padding:6px 4px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.features .fc-card .fc-card-products .fc-sp-product i{font-size:.9rem;color:#265ed8}.features .fc-card .fc-card-products .fc-sp-product span{font-size:.52rem;color:#64748b;font-weight:600}.features .fc-card .fc-card-products .fc-sp-product small{font-size:.48rem;color:#0f172a;font-weight:700}.features .fc-card .fc-card-products .fc-sp-product:nth-child(2){-webkit-transform:translateY(3px);transform:translateY(3px)}.features .fc-card .fc-card-products .fc-sp-product:nth-child(4){-webkit-transform:translateX(-3px);transform:translateX(-3px)}.features .fc-card .fc-card-products .fc-sp-product:nth-child(5){-webkit-transform:translateY(-2px);transform:translateY(-2px)}.features .fc-card .fc-card-products .fc-sp-products-badge{font-size:.58rem;font-weight:700;color:#2255c3;background:hsla(221,70%,55%,.1);padding:4px 12px;border-radius:9999px}.features .fc-card .fc-card-payments{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:100%}.features .fc-card .fc-card-payments .fc-sp-pm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;width:100%}.features .fc-card .fc-card-payments .fc-sp-pm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px;padding:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.features .fc-card .fc-card-payments .fc-sp-pm i{font-size:1.2rem}.features .fc-card .fc-card-payments .fc-sp-pm-cc i{font-size:1rem}.features .fc-card .fc-card-payments .fc-sp-pm:nth-child(2){-webkit-transform:translateY(3px);transform:translateY(3px)}.features .fc-card .fc-card-payments .fc-sp-pm:nth-child(4){-webkit-transform:translateX(3px);transform:translateX(3px)}.features .fc-card .fc-card-payments .fc-sp-pm-grid .fc-sp-pm:nth-child(1) i{color:#1d4ed8}.features .fc-card .fc-card-payments .fc-sp-pm-grid .fc-sp-pm:nth-child(2) i{color:#2563eb}.features .fc-card .fc-card-payments .fc-sp-pm-grid .fc-sp-pm:nth-child(3) i{color:#3b82f6}.features .fc-card .fc-card-payments .fc-sp-pm-grid .fc-sp-pm:nth-child(4) i{color:#60a5fa}.features .fc-card .fc-card-payments .fc-sp-pm-badge{font-size:.58rem;font-weight:700;color:#2255c3;background:hsla(221,70%,55%,.1);padding:4px 12px;border-radius:9999px}.features .fc-card .fc-card-payments .fc-sp-pm-tx-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;width:100%}.features .fc-card .fc-card-payments .fc-sp-pm-tx-list .fc-sp-pm-tx{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:9px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.55rem}.features .fc-card .fc-card-payments .fc-sp-pm-tx-list .fc-sp-pm-tx .fc-sp-pm-tx-name{font-weight:700;color:#0f172a}.features .fc-card .fc-card-payments .fc-sp-pm-tx-list .fc-sp-pm-tx .fc-sp-pm-tx-course{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#64748b;font-weight:500}.features .fc-card .fc-card-payments .fc-sp-pm-tx-list .fc-sp-pm-tx .fc-sp-pm-tx-amount{font-weight:700;color:#2255c3}.features .fc-card .fc-card-payments .fc-sp-pm-tx-list .fc-sp-pm-tx:nth-child(2){-webkit-transform:translateX(4px);transform:translateX(4px)}.features .fc-card .fc-card-payments .fc-sp-pm-tx-list .fc-sp-pm-tx:nth-child(3){-webkit-transform:translateX(-3px);transform:translateX(-3px)}.features .fc-card .fc-card-pricing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;width:100%}.features .fc-card .fc-card-pricing .fc-sp-pr-map{position:relative;border-radius:8px;overflow:hidden}.features .fc-card .fc-card-pricing .fc-sp-pr-map .fc-sp-pr-map-img{display:block;width:100%;height:auto}.features .fade-in{-webkit-transition-delay:calc(var(--order,0) * 50ms);transition-delay:calc(var(--order,0) * 50ms)}@media (max-width:1024px){.features .fc-grid{gap:20px}}@media (max-width:768px){.features .section-header{margin-bottom:40px}.features .section-header .section-desc{font-size:.95rem}.features .fc-grid{gap:16px}.features .fc-card{padding:24px 20px 28px;-webkit-transform:none;transform:none}}@media (max-width:640px){.features .fc-grid{grid-template-columns:1fr}.features .fc-card .fc-card-visual{-webkit-transform:none;transform:none}.features .fc-card-builder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.features .fc-card-builder .fc-builder-player{width:100%;height:50px}.features .fc-card-content h3{font-size:1.05rem}.features .fc-card-content>p{font-size:.8rem}}.how-it-works{padding:80px 0}@media (max-width:768px){.how-it-works{padding:60px 0}}.how-it-works{background:#fff;position:relative;overflow:hidden}.how-it-works .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.how-it-works .section-header{text-align:center;margin-bottom:64px}.how-it-works .section-header .section-title{font-weight:700;line-height:1.25;letter-spacing:-.01em;color:#0f172a;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:12px}.how-it-works .section-header .section-desc{color:#64748b;font-size:1.05rem;max-width:500px;margin:0 auto}.how-it-works .hiw-walk{display:-webkit-box;display:-ms-flexbox;display:flex;gap:56px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.how-it-works .hiw-preview{-webkit-box-flex:0;-ms-flex:0 0 calc(45% - 28px);flex:0 0 calc(45% - 28px);position:relative;min-height:560px}.how-it-works .hiw-preview .hiw-preview-blob{position:absolute;border-radius:50%;-webkit-filter:blur(80px);filter:blur(80px);pointer-events:none;z-index:0}.how-it-works .hiw-preview .hiw-preview-blob-1{width:400px;height:400px;background:radial-gradient(circle,rgba(37,99,235,.08),transparent 70%);top:-10%;right:-10%}.how-it-works .hiw-preview .hiw-preview-blob-2{width:300px;height:300px;background:radial-gradient(circle,rgba(79,70,229,.06),transparent 70%);bottom:-5%;left:-5%}.how-it-works .hiw-preview .hiw-preview-inner{position:relative;z-index:1;width:100%;height:560px;max-height:560px}.how-it-works .hiw-panel{position:absolute;inset:0;opacity:0;-webkit-transform:translateX(15px) scale(.98);transform:translateX(15px) scale(.98);-webkit-transition:opacity .6s cubic-bezier(.16,1,.3,1),-webkit-transform .6s cubic-bezier(.16,1,.3,1);transition:opacity .6s cubic-bezier(.16,1,.3,1),-webkit-transform .6s cubic-bezier(.16,1,.3,1);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),-webkit-transform .6s cubic-bezier(.16,1,.3,1);pointer-events:none}.how-it-works .hiw-panel.active{opacity:1;-webkit-transform:translateX(0) scale(1);transform:translateX(0) scale(1);pointer-events:auto;z-index:2}.how-it-works .hiw-panel .hiw-brw{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.how-it-works .hiw-panel .hiw-brw .hiw-brw-body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.how-it-works .hiw-brw{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;-webkit-box-shadow:0 4px 24px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);box-shadow:0 4px 24px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);direction:ltr}.how-it-works .hiw-brw .hiw-brw-bar{background:#fff;padding:10px 14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;border-bottom:1px solid #e2e8f0}.how-it-works .hiw-brw .hiw-brw-bar span{width:10px;height:10px;border-radius:50%}.how-it-works .hiw-brw .hiw-brw-bar span:nth-child(1){background:#ef4444}.how-it-works .hiw-brw .hiw-brw-bar span:nth-child(2){background:#f59e0b}.how-it-works .hiw-brw .hiw-brw-bar span:nth-child(3){background:#10b981}.how-it-works .hiw-brw .hiw-brw-bar .hiw-brw-url{-webkit-margin-start:auto;margin-inline-start:auto;font-size:.7rem;color:#64748b;background:#fff;padding:3px 12px;border-radius:5px;border:1px solid #e2e8f0;direction:ltr;unicode-bidi:plaintext;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%}.how-it-works .hiw-brw .hiw-brw-body{padding:24px;direction:rtl}.how-it-works .hiw-reg{max-width:360px;margin:0 auto}.how-it-works .hiw-reg .hiw-reg-step-circle{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#dbeafe);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.1rem;font-weight:800;margin:0 auto 16px;-webkit-box-shadow:0 4px 14px rgba(37,99,235,.25);box-shadow:0 4px 14px rgba(37,99,235,.25)}.how-it-works .hiw-reg .hiw-reg-title{text-align:center;font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:24px}.how-it-works .hiw-reg .hiw-reg-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.how-it-works .hiw-reg .hiw-reg-row .hiw-reg-field{-webkit-box-flex:1;-ms-flex:1;flex:1}.how-it-works .hiw-reg .hiw-reg-field{margin-bottom:14px}.how-it-works .hiw-reg .hiw-reg-field label{display:block;font-size:.75rem;font-weight:600;color:#0f172a;margin-bottom:6px}.how-it-works .hiw-reg .hiw-reg-field .hiw-reg-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 14px;-webkit-transition:border-color .3s;transition:border-color .3s}.how-it-works .hiw-reg .hiw-reg-field .hiw-reg-input i{color:#64748b;font-size:1rem;-ms-flex-negative:0;flex-shrink:0}.how-it-works .hiw-reg .hiw-reg-field .hiw-reg-input span{font-size:.85rem;color:#0f172a}.how-it-works .hiw-reg .hiw-reg-field .hiw-reg-input:focus-within{border-color:#2563eb;-webkit-box-shadow:0 0 0 3px rgba(37,99,235,.08);box-shadow:0 0 0 3px rgba(37,99,235,.08)}.how-it-works .hiw-reg .hiw-reg-field .hiw-reg-subdomain{overflow:hidden;padding:0}.how-it-works .hiw-reg .hiw-reg-field .hiw-reg-subdomain .hiw-reg-domain-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#eff6ff;-webkit-box-flex:0;-ms-flex:none;flex:none}.how-it-works .hiw-reg .hiw-reg-field .hiw-reg-subdomain .hiw-reg-domain-group i{padding:10px 10px 10px 4px}.how-it-works .hiw-reg .hiw-reg-field .hiw-reg-subdomain span{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px 0;direction:ltr;text-align:left}.how-it-works .hiw-reg .hiw-reg-field .hiw-reg-subdomain .hiw-reg-suffix{-webkit-box-flex:0;-ms-flex:none;flex:none;color:#2563eb;font-weight:700;font-size:.78rem;padding:10px 4px 10px 14px;white-space:nowrap;direction:ltr}.how-it-works .hiw-reg .hiw-reg-btn{background:#2563eb;color:#fff;padding:12px;border-radius:10px;text-align:center;font-weight:700;font-size:.88rem;margin-bottom:16px;cursor:pointer;-webkit-box-shadow:0 4px 14px rgba(37,99,235,.25);box-shadow:0 4px 14px rgba(37,99,235,.25);-webkit-transition:-webkit-box-shadow .3s,-webkit-transform .3s;transition:-webkit-box-shadow .3s,-webkit-transform .3s;transition:box-shadow .3s,transform .3s;transition:box-shadow .3s,transform .3s,-webkit-box-shadow .3s,-webkit-transform .3s}.how-it-works .hiw-reg .hiw-reg-btn:hover{-webkit-box-shadow:0 6px 20px rgba(37,99,235,.35);box-shadow:0 6px 20px rgba(37,99,235,.35);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.how-it-works .hiw-config{max-width:380px;margin:0 auto}.how-it-works .hiw-config .hiw-config-step-circle{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#dbeafe);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.1rem;font-weight:800;margin:0 auto 16px;-webkit-box-shadow:0 4px 14px rgba(37,99,235,.25);box-shadow:0 4px 14px rgba(37,99,235,.25)}.how-it-works .hiw-config .hiw-config-title{text-align:center;font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:14px}.how-it-works .hiw-config .hiw-config-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:12px}.how-it-works .hiw-config .hiw-config-logo .hiw-config-logo-upload{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#e2e8f0,#f1f5f9);border:2px dashed #cbd5e1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#94a3b8;font-size:1.1rem;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.how-it-works .hiw-config .hiw-config-logo .hiw-config-logo-upload:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.how-it-works .hiw-config .hiw-config-logo .hiw-config-logo-label{font-size:.7rem;color:#64748b;margin-top:6px}.how-it-works .hiw-config .hiw-config-field{margin-bottom:8px}.how-it-works .hiw-config .hiw-config-field>label{display:block;font-size:.75rem;font-weight:600;color:#0f172a;margin-bottom:6px}.how-it-works .hiw-config .hiw-config-field .hiw-config-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 14px}.how-it-works .hiw-config .hiw-config-field .hiw-config-input i{color:#64748b;font-size:1rem;-ms-flex-negative:0;flex-shrink:0}.how-it-works .hiw-config .hiw-config-field .hiw-config-input span{font-size:.85rem;color:#0f172a}.how-it-works .hiw-config .hiw-config-field .hiw-config-textarea{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:8px 12px;min-height:40px}.how-it-works .hiw-config .hiw-config-field .hiw-config-textarea span{font-size:.78rem;color:#0f172a;line-height:1.5}.how-it-works .hiw-config .hiw-config-field .hiw-config-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}.how-it-works .hiw-config .hiw-config-field .hiw-config-social .hiw-config-social-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 10px}.how-it-works .hiw-config .hiw-config-field .hiw-config-social .hiw-config-social-item i{font-size:1rem;-ms-flex-negative:0;flex-shrink:0}.how-it-works .hiw-config .hiw-config-field .hiw-config-social .hiw-config-social-item span{font-size:.78rem;color:#0f172a}.how-it-works .hiw-config .hiw-config-field .hiw-config-social .hiw-config-social-item:nth-child(1) i{color:#e1306c}.how-it-works .hiw-config .hiw-config-field .hiw-config-social .hiw-config-social-item:nth-child(2) i{color:#000}.how-it-works .hiw-config .hiw-config-field .hiw-config-social .hiw-config-social-item:nth-child(3) i{color:red}.how-it-works .hiw-config .hiw-config-templates{margin-bottom:8px}.how-it-works .hiw-config .hiw-config-templates>label{display:block;font-size:.75rem;font-weight:600;color:#0f172a;margin-bottom:8px}.how-it-works .hiw-config .hiw-config-templates .hiw-config-tpl-grid{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.how-it-works .hiw-config .hiw-config-templates .hiw-config-tpl-grid .hiw-config-tpl{-webkit-box-flex:1;-ms-flex:1;flex:1;height:40px;border-radius:10px;border:2px solid transparent;cursor:pointer;position:relative;-webkit-transition:border-color .3s,-webkit-transform .3s;transition:border-color .3s,-webkit-transform .3s;transition:transform .3s,border-color .3s;transition:transform .3s,border-color .3s,-webkit-transform .3s}.how-it-works .hiw-config .hiw-config-templates .hiw-config-tpl-grid .hiw-config-tpl:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.how-it-works .hiw-config .hiw-config-templates .hiw-config-tpl-grid .hiw-config-tpl.active{border-color:#2563eb;-webkit-box-shadow:0 0 0 3px rgba(37,99,235,.15);box-shadow:0 0 0 3px rgba(37,99,235,.15)}.how-it-works .hiw-config .hiw-config-templates .hiw-config-tpl-grid .hiw-config-tpl i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-size:.9rem;opacity:0}.active .how-it-works .hiw-config .hiw-config-templates .hiw-config-tpl-grid .hiw-config-tpl i{opacity:1}.how-it-works .hiw-config .hiw-config-templates .hiw-config-tpl-grid .hiw-config-tpl:nth-child(1){background:linear-gradient(135deg,#2563eb,#1d4ed8)}.how-it-works .hiw-config .hiw-config-templates .hiw-config-tpl-grid .hiw-config-tpl:nth-child(2){background:linear-gradient(135deg,#7c3aed,#6d28d9)}.how-it-works .hiw-config .hiw-config-templates .hiw-config-tpl-grid .hiw-config-tpl:nth-child(3){background:linear-gradient(135deg,#059669,#047857)}.how-it-works .hiw-config .hiw-config-templates .hiw-config-tpl-grid .hiw-config-tpl:nth-child(4){background:linear-gradient(135deg,#d97706,#b45309)}.how-it-works .hiw-config .hiw-config-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6px}.how-it-works .hiw-config .hiw-config-row .hiw-config-contact{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 8px}.how-it-works .hiw-config .hiw-config-row .hiw-config-contact i{color:#64748b;font-size:.9rem;-ms-flex-negative:0;flex-shrink:0}.how-it-works .hiw-config .hiw-config-row .hiw-config-contact span{font-size:.75rem;color:#0f172a}.how-it-works .hiw-config .hiw-config-btn{background:#2563eb;color:#fff;padding:12px;border-radius:10px;text-align:center;font-weight:700;font-size:.88rem;margin-bottom:10px;cursor:pointer;-webkit-box-shadow:0 4px 14px rgba(37,99,235,.25);box-shadow:0 4px 14px rgba(37,99,235,.25);-webkit-transition:-webkit-box-shadow .3s,-webkit-transform .3s;transition:-webkit-box-shadow .3s,-webkit-transform .3s;transition:box-shadow .3s,transform .3s;transition:box-shadow .3s,transform .3s,-webkit-box-shadow .3s,-webkit-transform .3s}.how-it-works .hiw-config .hiw-config-btn:hover{-webkit-box-shadow:0 6px 20px rgba(37,99,235,.35);box-shadow:0 6px 20px rgba(37,99,235,.35);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.how-it-works .hiw-dash .hiw-dash-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:.85rem;font-weight:700;color:#0f172a;margin-bottom:16px}.how-it-works .hiw-dash .hiw-dash-head i{color:#f59e0b;font-size:1.1rem}.how-it-works .hiw-dash .hiw-dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.how-it-works .hiw-dash .hiw-dash-stats .hiw-dash-stat{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 10px;text-align:center}.how-it-works .hiw-dash .hiw-dash-stats .hiw-dash-stat i{display:block;font-size:1.2rem;color:#2563eb;margin-bottom:6px}.how-it-works .hiw-dash .hiw-dash-stats .hiw-dash-stat .hiw-dash-num{display:block;font-size:1rem;font-weight:800;color:#0f172a}.how-it-works .hiw-dash .hiw-dash-stats .hiw-dash-stat .hiw-dash-lbl{display:block;font-size:.68rem;color:#64748b;margin-top:2px}.how-it-works .hiw-dash .hiw-dash-label{font-size:.75rem;font-weight:700;color:#0f172a;margin-bottom:10px}.how-it-works .hiw-dash .hiw-dash-course{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:8px}.how-it-works .hiw-dash .hiw-dash-course .hiw-dash-thumb{width:44px;height:44px;border-radius:10px;-ms-flex-negative:0;flex-shrink:0}.how-it-works .hiw-dash .hiw-dash-course .hiw-dash-course:nth-child(4) .hiw-dash-thumb{background:linear-gradient(135deg,#2563eb,#7c3aed)}.how-it-works .hiw-dash .hiw-dash-course .hiw-dash-course:nth-child(5) .hiw-dash-thumb{background:linear-gradient(135deg,#059669,#10b981)}.how-it-works .hiw-dash .hiw-dash-course .hiw-dash-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.how-it-works .hiw-dash .hiw-dash-course .hiw-dash-info strong{display:block;font-size:.8rem;color:#0f172a;margin-bottom:3px}.how-it-works .hiw-dash .hiw-dash-course .hiw-dash-info span{font-size:.7rem;color:#64748b}.how-it-works .hiw-dash .hiw-dash-chart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:6px;height:60px;margin-top:16px;padding-top:12px;border-top:1px solid #e2e8f0}.how-it-works .hiw-dash .hiw-dash-chart .hiw-dash-cbar{-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:4px 4px 0 0;background:-webkit-gradient(linear,left bottom,left top,from(#2563eb),to(rgb(130.4285714286,165.8571428571,243.5714285714)));background:linear-gradient(to top,#2563eb,rgb(130.4285714286,165.8571428571,243.5714285714));min-height:8px;opacity:.7;-webkit-transition:opacity .3s;transition:opacity .3s}.how-it-works .hiw-dash .hiw-dash-chart .hiw-dash-cbar:hover{opacity:1}.how-it-works .hiw-dash .hiw-dash-chart .hiw-dash-chart .hiw-dash-cbar:nth-child(1){height:30%}.how-it-works .hiw-dash .hiw-dash-chart .hiw-dash-chart .hiw-dash-cbar:nth-child(2){height:50%}.how-it-works .hiw-dash .hiw-dash-chart .hiw-dash-chart .hiw-dash-cbar:nth-child(3){height:40%}.how-it-works .hiw-dash .hiw-dash-chart .hiw-dash-chart .hiw-dash-cbar:nth-child(4){height:70%}.how-it-works .hiw-dash .hiw-dash-chart .hiw-dash-chart .hiw-dash-cbar:nth-child(5){height:55%}.how-it-works .hiw-dash .hiw-dash-chart .hiw-dash-chart .hiw-dash-cbar:nth-child(6){height:90%}.how-it-works .hiw-dash .hiw-dash-chart .hiw-dash-chart .hiw-dash-cbar:nth-child(7){height:75%}.how-it-works .hiw-nav{-webkit-box-flex:0;-ms-flex:0 0 calc(55% - 28px);flex:0 0 calc(55% - 28px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;padding-top:24px;position:sticky;top:100px}.how-it-works .hiw-nav .hiw-nav-step{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;padding:24px;border-radius:20px;cursor:pointer;-webkit-transition:all .4s cubic-bezier(.16,1,.3,1);transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;border:1px solid transparent}.how-it-works .hiw-nav .hiw-nav-step:hover:not(.active){background:rgba(0,0,0,.02)}.how-it-works .hiw-nav .hiw-nav-step:hover:not(.active) .hiw-nav-icon{border-color:#e2e8f0}.how-it-works .hiw-nav .hiw-nav-step.active{background:linear-gradient(135deg,rgba(37,99,235,.06),rgba(37,99,235,.01));border-color:rgba(37,99,235,.1)}.how-it-works .hiw-nav .hiw-nav-step.active .hiw-nav-icon{background:#2563eb;color:#fff;border-color:#2563eb;-webkit-box-shadow:0 4px 14px rgba(37,99,235,.25);box-shadow:0 4px 14px rgba(37,99,235,.25);-webkit-animation:hiwIconPulse 2s ease-in-out infinite;animation:hiwIconPulse 2s ease-in-out infinite}.how-it-works .hiw-nav .hiw-nav-step.active .hiw-nav-badge{color:#2563eb}.how-it-works .hiw-nav .hiw-nav-step.active .hiw-nav-title{color:#2563eb;font-weight:700}.how-it-works .hiw-nav .hiw-nav-step.active .hiw-nav-desc{color:#0f172a}.how-it-works .hiw-nav .hiw-nav-step.active .hiw-nav-arrow{opacity:1;color:#2563eb;-webkit-transform:translateX(0);transform:translateX(0)}.how-it-works .hiw-nav .hiw-nav-step .hiw-nav-icon{width:48px;height:48px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.2rem;color:#64748b;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .4s cubic-bezier(.16,1,.3,1);transition:all .4s cubic-bezier(.16,1,.3,1)}.how-it-works .hiw-nav .hiw-nav-step .hiw-nav-text{-webkit-box-flex:1;-ms-flex:1;flex:1}.how-it-works .hiw-nav .hiw-nav-step .hiw-nav-badge{display:inline-block;font-size:.7rem;font-weight:600;color:#64748b;margin-bottom:6px;-webkit-transition:color .3s;transition:color .3s}.how-it-works .hiw-nav .hiw-nav-step .hiw-nav-title{font-size:1.1rem;font-weight:600;color:#0f172a;margin-bottom:6px;-webkit-transition:color .3s;transition:color .3s;line-height:1.3}.how-it-works .hiw-nav .hiw-nav-step .hiw-nav-desc{font-size:.85rem;color:#64748b;line-height:1.5;margin:0;-webkit-transition:color .3s;transition:color .3s}.how-it-works .hiw-nav .hiw-nav-step .hiw-nav-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.1rem;color:#64748b;opacity:0;-webkit-transform:translateX(-5px);transform:translateX(-5px);-webkit-transition:all .4s cubic-bezier(.16,1,.3,1);transition:all .4s cubic-bezier(.16,1,.3,1)}@-webkit-keyframes hiwIconPulse{0%,100%{-webkit-box-shadow:0 4px 14px rgba(37,99,235,.25);box-shadow:0 4px 14px rgba(37,99,235,.25)}50%{-webkit-box-shadow:0 4px 20px rgba(37,99,235,.4);box-shadow:0 4px 20px rgba(37,99,235,.4)}}@keyframes hiwIconPulse{0%,100%{-webkit-box-shadow:0 4px 14px rgba(37,99,235,.25);box-shadow:0 4px 14px rgba(37,99,235,.25)}50%{-webkit-box-shadow:0 4px 20px rgba(37,99,235,.4);box-shadow:0 4px 20px rgba(37,99,235,.4)}}@media (max-width:1024px){.how-it-works .section-header{margin-bottom:40px}.how-it-works .section-header .section-desc{font-size:.95rem}.how-it-works .hiw-walk{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.how-it-works .hiw-walk .hiw-preview{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%;min-height:560px}.how-it-works .hiw-walk .hiw-preview-inner{min-height:560px}.how-it-works .hiw-walk .hiw-nav{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%;position:static}}@media (max-width:640px){.how-it-works .section-header{margin-bottom:32px}.how-it-works .hiw-walk{gap:24px}.how-it-works .hiw-preview{min-height:480px}.how-it-works .hiw-preview-inner{min-height:480px}.how-it-works .hiw-brw-body{padding:12px}.how-it-works .hiw-nav{gap:8px}.how-it-works .hiw-nav .hiw-nav-step{padding:14px;gap:14px}.how-it-works .hiw-nav .hiw-nav-step .hiw-nav-icon{width:36px;height:36px;font-size:.9rem}.how-it-works .hiw-nav .hiw-nav-step .hiw-nav-badge{font-size:.65rem;margin-bottom:4px}.how-it-works .hiw-nav .hiw-nav-step .hiw-nav-title{font-size:.92rem;margin-bottom:4px}.how-it-works .hiw-nav .hiw-nav-step .hiw-nav-desc{font-size:.78rem}.how-it-works .hiw-nav .hiw-nav-step .hiw-nav-arrow{display:none}.how-it-works .hiw-reg .hiw-reg-title{font-size:.92rem;margin-bottom:18px}.how-it-works .hiw-reg .hiw-reg-field{margin-bottom:10px}.how-it-works .hiw-reg .hiw-reg-field .hiw-reg-input{padding:8px 12px}.how-it-works .hiw-reg .hiw-reg-field .hiw-reg-input span{font-size:.8rem}.how-it-works .hiw-reg .hiw-reg-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.how-it-works .hiw-reg .hiw-reg-btn{padding:10px;font-size:.82rem}.how-it-works .hiw-config .hiw-config-title{font-size:.92rem;margin-bottom:10px}.how-it-works .hiw-config .hiw-config-field{margin-bottom:6px}.how-it-works .hiw-config .hiw-config-field .hiw-config-input{padding:8px 12px}.how-it-works .hiw-config .hiw-config-field .hiw-config-input span{font-size:.8rem}.how-it-works .hiw-config .hiw-config-field .hiw-config-textarea{padding:6px 10px;min-height:32px}.how-it-works .hiw-config .hiw-config-field .hiw-config-textarea span{font-size:.74rem}.how-it-works .hiw-config .hiw-config-field .hiw-config-social .hiw-config-social-item{padding:5px 8px}.how-it-works .hiw-config .hiw-config-field .hiw-config-social .hiw-config-social-item span{font-size:.74rem}.how-it-works .hiw-config .hiw-config-templates .hiw-config-tpl-grid{gap:6px}.how-it-works .hiw-config .hiw-config-templates .hiw-config-tpl-grid .hiw-config-tpl{height:34px}.how-it-works .hiw-config .hiw-config-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.how-it-works .hiw-config .hiw-config-btn{padding:10px;font-size:.82rem}.how-it-works .hiw-dash .hiw-dash-head{font-size:.8rem;margin-bottom:12px}.how-it-works .hiw-dash .hiw-dash-stats{grid-template-columns:1fr;gap:8px}.how-it-works .hiw-dash .hiw-dash-stats .hiw-dash-stat{padding:10px 8px}.how-it-works .hiw-dash .hiw-dash-course{padding:8px 10px;gap:10px}.how-it-works .hiw-dash .hiw-dash-course .hiw-dash-thumb{width:36px;height:36px}.how-it-works .hiw-dash .hiw-dash-course .hiw-dash-info strong{font-size:.75rem}.how-it-works .hiw-dash .hiw-dash-chart{height:44px}}.comparison{padding:80px 0}@media (max-width:768px){.comparison{padding:60px 0}}.comparison{background:#fff;position:relative;overflow:hidden}.comparison .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.comparison .section-header{text-align:center;margin-bottom:48px}.comparison .section-header .section-title{font-weight:700;line-height:1.25;letter-spacing:-.01em;color:#0f172a;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:12px}.comparison .section-header .section-desc{color:#64748b;font-size:1.05rem}.comparison .comp-grid{margin-bottom:32px}.comparison .comp-table{background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.comparison .comp-table:hover{-webkit-box-shadow:0 10px 25px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04);box-shadow:0 10px 25px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04);border-color:rgba(37,99,235,.2)}.comparison .comp-table-header{display:grid;grid-template-columns:1.4fr 1fr 1fr;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:0}.comparison .comp-table-corner{padding:16px 24px;font-size:.82rem;font-weight:600;color:#64748b}.comparison .comp-table-col{padding:16px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:.88rem;font-weight:700}.comparison .comp-table-col i{font-size:1rem}.comparison .comp-table-col-primary{color:#2563eb}.comparison .comp-table-col-primary i{color:#22c55e}.comparison .comp-table-col-muted{color:#64748b;background:rgba(0,0,0,.01)}.comparison .comp-table-col-muted i{color:#cbd5e1}.comparison .comp-table-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;border-bottom:1px solid #e2e8f0;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1);padding:0}.comparison .comp-table-row:last-child{border-bottom:none}.comparison .comp-table-row:hover{background:rgba(37,99,235,.02)}.comparison .comp-table-label{padding:14px 24px;font-size:.85rem;font-weight:500;color:#0f172a;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.comparison .comp-table-value{padding:14px 20px;font-size:.85rem;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.comparison .comp-value-primary{color:#2563eb;font-weight:600}.comparison .comp-value-primary::before{content:"";width:6px;height:6px;border-radius:50%;background:#22c55e;margin-left:8px;-ms-flex-negative:0;flex-shrink:0}.comparison .comp-value-muted{color:#64748b}.comparison .comp-value-muted::before{content:"";width:6px;height:6px;border-radius:50%;background:#cbd5e1;margin-left:8px;-ms-flex-negative:0;flex-shrink:0}.comparison .comp-cta{background:#2563eb;border:1px solid rgba(255,255,255,.1);border-radius:24px;overflow:hidden;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.comparison .comp-cta:hover{-webkit-box-shadow:0 20px 50px -8px rgba(0,0,0,.1);box-shadow:0 20px 50px -8px rgba(0,0,0,.1);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.comparison .comp-cta .comp-cta-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.comparison .comp-cta .comp-cta-image{width:240px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:24px}.comparison .comp-cta .comp-cta-image .comp-cta-image-inner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.comparison .comp-cta .comp-cta-image .comp-cta-image-inner img{width:100%;height:auto;display:block;-webkit-animation:ctaImgFloat 5s ease-in-out infinite;animation:ctaImgFloat 5s ease-in-out infinite}@-webkit-keyframes ctaImgFloat{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes ctaImgFloat{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.comparison .comp-cta .comp-cta-content{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding:36px 32px 36px 0}.comparison .comp-cta .comp-btn-primary{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:16px 36px;background:#fff;color:#2563eb;border:none;border-radius:12px;font-size:1.05rem;font-weight:700;cursor:pointer;text-decoration:none;-webkit-transition:all .4s cubic-bezier(.34,1.56,.64,1);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.comparison .comp-cta .comp-btn-primary:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 30px rgba(0,0,0,.15);box-shadow:0 8px 30px rgba(0,0,0,.15)}.comparison .comp-cta .comp-trust{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px;margin-top:24px}.comparison .comp-cta .comp-trust span{font-size:.85rem;color:rgba(255,255,255,.8);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}.comparison .comp-cta .comp-trust span i{color:rgba(255,255,255,.9);font-size:.9rem}@media (max-width:1024px){.comparison .section-header{margin-bottom:36px}}@media (max-width:768px){.comparison .section-header .section-desc{font-size:.95rem}.comparison .comp-table-header,.comparison .comp-table-row{grid-template-columns:1fr 1fr 1fr}.comparison .comp-table-corner,.comparison .comp-table-label{padding:12px 14px;font-size:.78rem}.comparison .comp-table-col,.comparison .comp-table-value{padding:12px 14px;font-size:.78rem}.comparison .comp-cta .comp-cta-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.comparison .comp-cta .comp-cta-image{width:180px;padding:24px 24px 0}.comparison .comp-cta .comp-cta-content{padding:24px}.comparison .comp-cta .comp-trust{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}}@media (max-width:640px){.comparison{overflow:visible}.comparison .comp-grid{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:24px}.comparison .comp-table{width:600px;overflow:visible}.comparison .comp-table .comp-table-header,.comparison .comp-table .comp-table-row{grid-template-columns:1.4fr 1fr 1fr}.comparison .comp-table .comp-table-corner,.comparison .comp-table .comp-table-label{padding:10px 12px;font-size:.72rem}.comparison .comp-table .comp-table-col,.comparison .comp-table .comp-table-value{padding:10px 12px;font-size:.72rem}.comparison .comp-cta .comp-cta-image{width:140px;padding:16px 16px 0}.comparison .comp-cta .comp-cta-content{padding:20px 16px}.comparison .comp-cta .comp-btn-primary{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:14px 24px;font-size:.95rem}.comparison .comp-cta .comp-trust{gap:8px;margin-top:18px}.comparison .comp-cta .comp-trust span{font-size:.78rem}}.pricing{padding:80px 0}@media (max-width:768px){.pricing{padding:60px 0}}.pricing{background:#fff;position:relative;overflow:hidden}.pricing .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.pricing .section-header{text-align:center;margin-bottom:56px}.pricing .section-header .section-title{font-weight:700;line-height:1.25;letter-spacing:-.01em;color:#0f172a;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:12px}.pricing .section-header .section-desc{color:#64748b;font-size:1.05rem;max-width:560px;margin:0 auto}.pricing .pr-composition{position:relative}.pricing .pr-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.pricing .pr-showcase{position:relative}.pricing .pr-showcase .pr-showcase-inner{position:relative;background:#fff;border:1px solid rgba(37,99,235,.1);border-radius:24px;padding:32px;overflow:hidden;-webkit-box-shadow:0 20px 50px -8px rgba(0,0,0,.1);box-shadow:0 20px 50px -8px rgba(0,0,0,.1);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.pricing .pr-showcase .pr-showcase-inner:hover{border-color:rgba(37,99,235,.18);-webkit-box-shadow:0 20px 50px -8px rgba(0,0,0,.1),0 8px 40px rgba(37,99,235,.06);box-shadow:0 20px 50px -8px rgba(0,0,0,.1),0 8px 40px rgba(37,99,235,.06)}.pricing .pr-showcase .pr-showcase-image-wrapper{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pricing .pr-showcase .pr-showcase-image-wrapper img{max-width:100%;height:auto;display:block;-webkit-animation:prImgFloat 6s ease-in-out infinite;animation:prImgFloat 6s ease-in-out infinite}@-webkit-keyframes prImgFloat{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes prImgFloat{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}.pricing .pr-showcase .pr-float-el{position:absolute;z-index:2;pointer-events:none}.pricing .pr-showcase .pr-float-free{top:20px;left:20px;-webkit-animation:prFloatFree 5s ease-in-out infinite;animation:prFloatFree 5s ease-in-out infinite}.pricing .pr-showcase .pr-float-free .pr-float-free-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:8px 16px;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);font-size:.78rem;font-weight:600;color:#22c55e}.pricing .pr-showcase .pr-float-free .pr-float-free-inner i{font-size:.9rem}@-webkit-keyframes prFloatFree{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes prFloatFree{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.pricing .pr-showcase .pr-float-save{top:28px;right:28px;-webkit-animation:prFloatSave 6s ease-in-out infinite .5s;animation:prFloatSave 6s ease-in-out infinite .5s}.pricing .pr-showcase .pr-float-save .pr-float-save-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:8px 16px;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);font-size:.78rem;color:#64748b}.pricing .pr-showcase .pr-float-save .pr-float-save-inner i{color:#2563eb;font-size:.9rem}.pricing .pr-showcase .pr-float-save .pr-float-save-inner strong{color:#0f172a;font-weight:700}@-webkit-keyframes prFloatSave{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}80%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}@keyframes prFloatSave{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}80%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}.pricing .pr-showcase .pr-float-dot{width:8px;height:8px;border-radius:50%;background:rgba(37,99,235,.15)}.pricing .pr-showcase .pr-float-dot-1{bottom:40px;left:40px;-webkit-animation:prDotPulse 3s ease-in-out infinite;animation:prDotPulse 3s ease-in-out infinite}.pricing .pr-showcase .pr-float-dot-2{bottom:60px;left:56px;width:6px;height:6px;-webkit-animation:prDotPulse 3s ease-in-out infinite .5s;animation:prDotPulse 3s ease-in-out infinite .5s;background:rgba(37,99,235,.1)}.pricing .pr-showcase .pr-float-dot-3{bottom:30px;right:50px;-webkit-animation:prDotPulse 3s ease-in-out infinite 1s;animation:prDotPulse 3s ease-in-out infinite 1s}@-webkit-keyframes prDotPulse{0%,100%{opacity:.4;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes prDotPulse{0%,100%{opacity:.4;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(1.3);transform:scale(1.3)}}.pricing .pr-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.pricing .pr-content .pr-content-inner{background:#fff;border:1px solid rgba(37,99,235,.1);border-radius:24px;padding:48px;-webkit-box-shadow:0 20px 50px -8px rgba(0,0,0,.1);box-shadow:0 20px 50px -8px rgba(0,0,0,.1);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center}.pricing .pr-content .pr-content-inner:hover{border-color:rgba(37,99,235,.18);-webkit-box-shadow:0 20px 50px -8px rgba(0,0,0,.1),0 8px 40px rgba(37,99,235,.06);box-shadow:0 20px 50px -8px rgba(0,0,0,.1),0 8px 40px rgba(37,99,235,.06)}.pricing .pr-hero-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:6px 16px;background:#eff6ff;color:#2563eb;border-radius:9999px;font-size:.85rem;font-weight:600;margin-bottom:20px;-ms-flex-item-align:center;align-self:center}.pricing .pr-hero-percentage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:12px}.pricing .pr-hero-number{font-size:7rem;font-weight:900;color:#2563eb;line-height:1;letter-spacing:-.03em}.pricing .pr-hero-symbol{font-size:2.2rem;font-weight:700;color:#2563eb;margin-top:10px}.pricing .pr-hero-sub{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:24px}.pricing .pr-hero-sub strong{color:#0f172a;font-weight:700}.pricing .pr-hero-features{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:28px}.pricing .pr-hero-features span{font-size:.82rem;color:#64748b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}.pricing .pr-hero-features span i{color:#2563eb;font-size:.9rem}.pricing .pr-hero-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:16px 40px;background:#2563eb;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;text-decoration:none;-webkit-box-shadow:0 4px 20px rgba(37,99,235,.35);box-shadow:0 4px 20px rgba(37,99,235,.35);-webkit-transition:all .4s cubic-bezier(.34,1.56,.64,1);transition:all .4s cubic-bezier(.34,1.56,.64,1);-ms-flex-item-align:center;align-self:center}.pricing .pr-hero-btn:hover{background:#1d4ed8;-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 30px rgba(37,99,235,.4);box-shadow:0 8px 30px rgba(37,99,235,.4)}.pricing .pr-hero-trust{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px;margin-top:18px}.pricing .pr-hero-trust span{font-size:.78rem;color:#64748b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}.pricing .pr-hero-trust span i{color:#22c55e;font-size:.85rem}@media (max-width:1024px){.pricing .section-header{margin-bottom:40px}.pricing .pr-grid{grid-template-columns:1fr;gap:40px}.pricing .pr-showcase{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.pricing .pr-showcase .pr-showcase-inner{padding:24px}.pricing .pr-showcase .pr-float-free{top:16px;left:16px}.pricing .pr-showcase .pr-float-free .pr-float-free-inner{padding:6px 12px}.pricing .pr-showcase .pr-float-save{top:20px;right:20px}.pricing .pr-showcase .pr-float-save .pr-float-save-inner{padding:6px 12px}.pricing .pr-showcase .pr-float-dot{display:none}.pricing .pr-content{padding-top:0}.pricing .pr-content .pr-content-inner{padding:40px 32px}.pricing .pr-hero-number{font-size:5.5rem}.pricing .pr-hero-symbol{font-size:1.8rem}}@media (max-width:640px){.pricing .section-header{margin-bottom:32px}.pricing .section-header .section-desc{font-size:.95rem}.pricing .pr-showcase .pr-showcase-inner{padding:16px}.pricing .pr-showcase .pr-float-free{top:12px;left:12px}.pricing .pr-showcase .pr-float-free .pr-float-free-inner{padding:5px 10px;font-size:.72rem}.pricing .pr-showcase .pr-float-save{display:none}.pricing .pr-content{padding:0}.pricing .pr-content .pr-content-inner{padding:32px 24px}.pricing .pr-hero-badge{font-size:.78rem;padding:5px 12px;margin-bottom:14px}.pricing .pr-hero-number{font-size:3.5rem}.pricing .pr-hero-symbol{font-size:1.3rem;margin-top:6px}.pricing .pr-hero-sub{font-size:.9rem;margin-bottom:18px}.pricing .pr-hero-features{gap:10px}.pricing .pr-hero-features span{font-size:.75rem}.pricing .pr-hero-btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:14px 24px;font-size:1rem}.pricing .pr-hero-trust{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.pricing .pr-hero-trust span{font-size:.74rem}}.testimonials{padding:80px 0}@media (max-width:768px){.testimonials{padding:60px 0}}.testimonials{background:#fff;position:relative;overflow:hidden}.testimonials .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.testimonials .section-header{text-align:center;margin-bottom:56px}.testimonials .section-header .ts-rating-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:6px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;margin-bottom:16px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.04);box-shadow:0 1px 2px rgba(0,0,0,.04)}.testimonials .section-header .ts-rating-badge .ts-stars{color:#f59e0b;font-size:.9rem;letter-spacing:2px}.testimonials .section-header .ts-rating-badge .ts-rating-text{font-size:.85rem;font-weight:700;color:#0f172a}.testimonials .section-header .section-title{font-weight:700;line-height:1.25;letter-spacing:-.01em;color:#0f172a;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:12px}.testimonials .section-header .section-desc{color:#64748b;font-size:1.05rem}.testimonials .section-header .section-desc strong{color:#0f172a;font-weight:700}.testimonials .ts-composition{position:relative}.testimonials .ts-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.testimonials .ts-showcase{position:relative}.testimonials .ts-showcase .ts-showcase-inner{position:relative;background:#fff;border:1px solid rgba(37,99,235,.1);border-radius:24px;padding:32px;overflow:hidden;-webkit-box-shadow:0 20px 50px -8px rgba(0,0,0,.1);box-shadow:0 20px 50px -8px rgba(0,0,0,.1);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonials .ts-showcase .ts-showcase-inner:hover{border-color:rgba(37,99,235,.18);-webkit-box-shadow:0 20px 50px -8px rgba(0,0,0,.1),0 8px 40px rgba(37,99,235,.06);box-shadow:0 20px 50px -8px rgba(0,0,0,.1),0 8px 40px rgba(37,99,235,.06)}.testimonials .ts-showcase .ts-showcase-glow{position:absolute;top:-30%;right:-20%;width:80%;height:80%;background:radial-gradient(circle at 50% 50%,rgba(37,99,235,.06),transparent 60%);pointer-events:none;z-index:0}.testimonials .ts-showcase .ts-showcase-image-wrapper{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.testimonials .ts-showcase .ts-showcase-image-wrapper .ts-showcase-image{max-width:100%;height:auto;display:block;-webkit-animation:tsIllFloat 6s ease-in-out infinite;animation:tsIllFloat 6s ease-in-out infinite}@-webkit-keyframes tsIllFloat{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes tsIllFloat{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}.testimonials .ts-showcase .ts-float-el{position:absolute;z-index:2;pointer-events:none}.testimonials .ts-showcase .ts-float-rating{top:20px;left:20px;-webkit-animation:tsFloatRating 5s ease-in-out infinite;animation:tsFloatRating 5s ease-in-out infinite}.testimonials .ts-showcase .ts-float-rating .ts-float-rating-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:8px 16px;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04)}.testimonials .ts-showcase .ts-float-rating .ts-float-stars{color:#f59e0b;font-size:.78rem;letter-spacing:2px}.testimonials .ts-showcase .ts-float-rating .ts-float-rating-value{font-size:.78rem;font-weight:700;color:#0f172a}@-webkit-keyframes tsFloatRating{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes tsFloatRating{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.testimonials .ts-showcase .ts-float-verified{top:28px;right:28px;-webkit-animation:tsFloatVerified 6s ease-in-out infinite .5s;animation:tsFloatVerified 6s ease-in-out infinite .5s}.testimonials .ts-showcase .ts-float-verified .ts-float-verified-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:8px 16px;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);font-size:.78rem;color:#64748b}.testimonials .ts-showcase .ts-float-verified .ts-float-verified-inner i{color:#2563eb;font-size:.9rem}.testimonials .ts-showcase .ts-float-verified .ts-float-verified-inner strong{color:#0f172a;font-weight:700}@-webkit-keyframes tsFloatVerified{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}80%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}@keyframes tsFloatVerified{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}80%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}.testimonials .ts-showcase .ts-float-dot{width:8px;height:8px;border-radius:50%;background:rgba(37,99,235,.15)}.testimonials .ts-showcase .ts-float-dot-1{bottom:50%;right:12px;-webkit-animation:tsDotPulse 3s ease-in-out infinite;animation:tsDotPulse 3s ease-in-out infinite}.testimonials .ts-showcase .ts-float-dot-2{top:35%;left:40%;width:5px;height:5px;-webkit-animation:tsDotPulse 3s ease-in-out infinite 1s;animation:tsDotPulse 3s ease-in-out infinite 1s}.testimonials .ts-showcase .ts-float-dot-3{top:60%;right:55%;width:6px;height:6px;-webkit-animation:tsDotPulse 3s ease-in-out infinite .5s;animation:tsDotPulse 3s ease-in-out infinite .5s}@-webkit-keyframes tsDotPulse{0%,100%{opacity:.15;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.5;-webkit-transform:scale(1.8);transform:scale(1.8)}}@keyframes tsDotPulse{0%,100%{opacity:.15;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.5;-webkit-transform:scale(1.8);transform:scale(1.8)}}.testimonials .ts-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;padding-top:12px}.testimonials .ts-nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-bottom:28px}.testimonials .ts-nav .ts-nav-btn{width:48px;height:48px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:#0f172a;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:0 1px 2px rgba(0,0,0,.04);box-shadow:0 1px 2px rgba(0,0,0,.04);-ms-flex-negative:0;flex-shrink:0}.testimonials .ts-nav .ts-nav-btn:hover{border-color:#2563eb;color:#2563eb;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);-webkit-transform:scale(1.06);transform:scale(1.06)}.testimonials .ts-nav .ts-nav-btn:active{-webkit-transform:scale(.95);transform:scale(.95)}.testimonials .ts-bubble{position:relative;z-index:2;background:#fff;border:1px solid #e2e8f0;border-radius:24px;-webkit-box-shadow:0 20px 60px rgba(0,0,0,.08),0 8px 20px rgba(0,0,0,.04);box-shadow:0 20px 60px rgba(0,0,0,.08),0 8px 20px rgba(0,0,0,.04);padding:36px 40px 32px;margin-bottom:-30px;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease}.testimonials .ts-bubble:hover{-webkit-box-shadow:0 24px 70px rgba(0,0,0,.1),0 10px 24px rgba(0,0,0,.05);box-shadow:0 24px 70px rgba(0,0,0,.1),0 10px 24px rgba(0,0,0,.05)}.testimonials .ts-bubble::before{content:"";position:absolute;top:-1px;left:32px;right:32px;height:4px;background:-webkit-gradient(linear,right top,left top,from(#2563eb),to(rgba(37,99,235,.12)));background:linear-gradient(to left,#2563eb,rgba(37,99,235,.12));border-radius:0 0 3px 3px}.testimonials .ts-bubble .ts-bubble-stars{color:#f59e0b;font-size:.9rem;letter-spacing:3px;margin-bottom:14px;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonials .ts-bubble .ts-bubble-quote-icon{color:rgba(37,99,235,.1);font-size:2.6rem;line-height:1;margin-bottom:10px}.testimonials .ts-bubble .ts-bubble-quote-icon i{display:inline-block}.testimonials .ts-bubble .ts-bubble-text{color:#0f172a;font-size:1.05rem;line-height:1.85;margin:0 0 20px;font-weight:500;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonials .ts-bubble .ts-bubble-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;padding-top:18px;border-top:1px solid #e2e8f0}.testimonials .ts-bubble .ts-bubble-author .ts-bubble-author-name{font-size:.88rem;font-weight:700;color:#0f172a;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonials .ts-bubble .ts-bubble-author .ts-bubble-author-meta{font-size:.76rem;color:#64748b;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonials .ts-card{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;-webkit-box-shadow:0 10px 25px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04);box-shadow:0 10px 25px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04);padding:24px 28px;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonials .ts-card:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 20px 50px -8px rgba(0,0,0,.1);box-shadow:0 20px 50px -8px rgba(0,0,0,.1)}.testimonials .ts-card .ts-card-avatar{width:72px;height:72px;border-radius:50%;border:3px solid #2563eb;-ms-flex-negative:0;flex-shrink:0;display:block;-o-object-fit:cover;object-fit:cover;-webkit-box-shadow:0 6px 20px rgba(0,0,0,.1),0 2px 6px rgba(0,0,0,.06);box-shadow:0 6px 20px rgba(0,0,0,.1),0 2px 6px rgba(0,0,0,.06);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonials .ts-card .ts-card-info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.testimonials .ts-card .ts-card-divider{width:32px;height:3px;background:-webkit-gradient(linear,right top,left top,from(#2563eb),to(rgba(37,99,235,.3)));background:linear-gradient(to left,#2563eb,rgba(37,99,235,.3));border-radius:2px;margin-bottom:10px}.testimonials .ts-card .ts-card-name{font-size:1.05rem;font-weight:800;color:#0f172a;margin-bottom:3px;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.testimonials .ts-card .ts-card-title{display:block;font-size:.8rem;color:#64748b;margin-bottom:1px;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonials .ts-card .ts-card-company{display:block;font-size:.8rem;color:#2563eb;font-weight:700;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonials .ts-bottom-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;margin-top:24px}.testimonials .ts-thumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;-ms-flex-wrap:wrap;flex-wrap:wrap}.testimonials .ts-thumb{width:52px;height:52px;border-radius:50%;border:2px solid transparent;padding:0;cursor:pointer;background:0 0;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;-ms-flex-negative:0;flex-shrink:0}.testimonials .ts-thumb .ts-thumb-avatar{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block;border:2px solid transparent;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.testimonials .ts-thumb.active .ts-thumb-avatar{border-color:#2563eb}.testimonials .ts-thumb:hover{-webkit-transform:scale(1.08);transform:scale(1.08)}.testimonials .ts-thumb:hover .ts-thumb-avatar{-webkit-box-shadow:0 4px 12px rgba(0,0,0,.12);box-shadow:0 4px 12px rgba(0,0,0,.12)}.testimonials .ts-thumb.active{width:60px;height:60px;border-color:#2563eb;-webkit-box-shadow:0 0 0 4px rgba(37,99,235,.12);box-shadow:0 0 0 4px rgba(37,99,235,.12)}.testimonials .ts-thumb.active .ts-thumb-avatar{-webkit-box-shadow:0 4px 14px rgba(0,0,0,.15);box-shadow:0 4px 14px rgba(0,0,0,.15)}.testimonials .ts-exit{opacity:0!important;-webkit-transform:translateY(-10px)!important;transform:translateY(-10px)!important;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease!important;transition:opacity .3s ease,-webkit-transform .3s ease!important;transition:opacity .3s ease,transform .3s ease!important;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease!important}.testimonials .ts-enter{opacity:0!important;-webkit-transform:translateY(10px)!important;transform:translateY(10px)!important}.testimonials .ts-card-avatar.ts-exit{-webkit-transform:scale(.8)!important;transform:scale(.8)!important}.testimonials .ts-card-avatar.ts-enter{-webkit-transform:scale(.9)!important;transform:scale(.9)!important}.testimonials .ts-bubble-author-meta,.testimonials .ts-bubble-author-name,.testimonials .ts-bubble-stars,.testimonials .ts-bubble-text,.testimonials .ts-card-company,.testimonials .ts-card-name,.testimonials .ts-card-title{-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}@media (max-width:1024px){.testimonials .section-header{margin-bottom:40px}.testimonials .ts-grid{grid-template-columns:1fr;gap:40px}.testimonials .ts-showcase{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.testimonials .ts-showcase .ts-showcase-inner{padding:24px}.testimonials .ts-content{padding-top:0}.testimonials .ts-bubble{margin-bottom:-20px;padding:28px 32px 24px}}@media (max-width:640px){.testimonials .section-header{margin-bottom:32px}.testimonials .section-header .section-desc{font-size:.95rem}.testimonials .section-header .ts-rating-badge{padding:5px 14px}.testimonials .section-header .ts-rating-badge .ts-stars{font-size:.8rem}.testimonials .section-header .ts-rating-badge .ts-rating-text{font-size:.78rem}.testimonials .ts-showcase .ts-showcase-inner{padding:16px}.testimonials .ts-showcase .ts-float-rating{top:12px;left:12px}.testimonials .ts-showcase .ts-float-rating .ts-float-rating-inner{padding:5px 12px}.testimonials .ts-showcase .ts-float-rating .ts-float-stars{font-size:.7rem}.testimonials .ts-showcase .ts-float-verified{display:none}.testimonials .ts-showcase .ts-float-dot{display:none}.testimonials .ts-bubble{padding:24px 20px 20px;margin-bottom:-16px}.testimonials .ts-bubble .ts-bubble-text{font-size:.95rem}.testimonials .ts-bubble .ts-bubble-quote-icon{font-size:2.2rem}.testimonials .ts-card{padding:18px 20px;gap:14px}.testimonials .ts-card .ts-card-avatar{width:54px;height:54px}.testimonials .ts-card .ts-card-name{font-size:.92rem}.testimonials .ts-bottom-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}.testimonials .ts-thumbs{gap:10px}.testimonials .ts-thumb{width:44px;height:44px}.testimonials .ts-thumb.active{width:50px;height:50px}.testimonials .ts-nav .ts-nav-btn{width:42px;height:42px;font-size:1.3rem}}.faq{padding:80px 0}@media (max-width:768px){.faq{padding:60px 0}}.faq{background:#fff;position:relative;overflow:hidden}.faq .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.faq .section-header{text-align:center;margin-bottom:56px}.faq .section-header .section-title{font-weight:700;line-height:1.25;letter-spacing:-.01em;color:#0f172a;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:12px}.faq .section-header .section-desc{color:#64748b;font-size:1.05rem;max-width:560px;margin:0 auto}.faq .faq-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.faq .faq-showcase{position:relative}.faq .faq-showcase .faq-showcase-inner{position:relative;background:#fff;border:1px solid rgba(37,99,235,.1);border-radius:24px;padding:40px 32px 32px;overflow:hidden;direction:rtl;-webkit-box-shadow:0 20px 50px -8px rgba(0,0,0,.1);box-shadow:0 20px 50px -8px rgba(0,0,0,.1);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.faq .faq-showcase .faq-showcase-inner:hover{border-color:rgba(37,99,235,.18);-webkit-box-shadow:0 20px 50px -8px rgba(0,0,0,.1),0 8px 40px rgba(37,99,235,.06);box-shadow:0 20px 50px -8px rgba(0,0,0,.1),0 8px 40px rgba(37,99,235,.06)}.faq .faq-showcase .faq-showcase-image-wrapper{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:28px}.faq .faq-showcase .faq-showcase-image-wrapper .faq-showcase-image{max-width:100%;height:auto;display:block;-webkit-animation:faqIllFloat 6s ease-in-out infinite;animation:faqIllFloat 6s ease-in-out infinite}@-webkit-keyframes faqIllFloat{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes faqIllFloat{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}.faq .faq-showcase .faq-float-el{position:absolute;z-index:2;pointer-events:none}.faq .faq-showcase .faq-float-question{top:28px;left:32px;width:36px;height:36px;border-radius:50%;background:rgba(37,99,235,.08);color:#2563eb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1rem;-webkit-animation:faqQFloat 4s ease-in-out infinite;animation:faqQFloat 4s ease-in-out infinite}@-webkit-keyframes faqQFloat{0%,100%{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}50%{-webkit-transform:translateY(-4px) scale(1.05);transform:translateY(-4px) scale(1.05)}}@keyframes faqQFloat{0%,100%{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}50%{-webkit-transform:translateY(-4px) scale(1.05);transform:translateY(-4px) scale(1.05)}}.faq .faq-showcase .faq-float-badge{bottom:140px;right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:6px 14px 6px 10px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);font-size:.75rem;font-weight:600;color:#2563eb;-webkit-animation:faqBadgeFloat 6s ease-in-out infinite 1s;animation:faqBadgeFloat 6s ease-in-out infinite 1s}.faq .faq-showcase .faq-float-badge i{font-size:.9rem}@-webkit-keyframes faqBadgeFloat{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@keyframes faqBadgeFloat{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}.faq .faq-showcase .faq-float-dot{width:8px;height:8px;border-radius:50%;background:rgba(37,99,235,.15)}.faq .faq-showcase .faq-float-dot-1{top:60%;right:10%;-webkit-animation:faqDotPulse 3s ease-in-out infinite;animation:faqDotPulse 3s ease-in-out infinite}.faq .faq-showcase .faq-float-dot-2{top:35%;left:40%;width:5px;height:5px;-webkit-animation:faqDotPulse 3s ease-in-out infinite 1s;animation:faqDotPulse 3s ease-in-out infinite 1s}.faq .faq-showcase .faq-float-dot-3{bottom:140px;right:45%;width:6px;height:6px;-webkit-animation:faqDotPulse 3s ease-in-out infinite .5s;animation:faqDotPulse 3s ease-in-out infinite .5s}@-webkit-keyframes faqDotPulse{0%,100%{opacity:.15;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.5;-webkit-transform:scale(1.8);transform:scale(1.8)}}@keyframes faqDotPulse{0%,100%{opacity:.15;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.5;-webkit-transform:scale(1.8);transform:scale(1.8)}}.faq .faq-showcase .faq-showcase-support{position:relative;z-index:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:20px 24px}.faq .faq-showcase .faq-showcase-support .faq-showcase-support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.faq .faq-showcase .faq-showcase-support .faq-showcase-support-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:12px 8px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1)}.faq .faq-showcase .faq-showcase-support .faq-showcase-support-item:hover{border-color:#dbeafe;background:#eff6ff;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.faq .faq-showcase .faq-showcase-support .faq-showcase-support-item:hover .faq-showcase-support-icon{background:#2563eb;color:#fff}.faq .faq-showcase .faq-showcase-support .faq-showcase-support-icon{width:34px;height:34px;border-radius:10px;background:#eff6ff;color:#2563eb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1rem;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1)}.faq .faq-showcase .faq-showcase-support .faq-showcase-support-label{font-size:.78rem;font-weight:600;color:#0f172a}.faq .faq-showcase .faq-showcase-support .faq-showcase-support-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;font-size:.78rem;color:#64748b}.faq .faq-showcase .faq-showcase-support .faq-showcase-support-meta strong{color:#0f172a;font-weight:700}.faq .faq-showcase .faq-showcase-support .faq-showcase-support-meta i{color:#2563eb;font-size:.85rem}.faq .faq-showcase .faq-showcase-support .faq-showcase-support-meta .faq-showcase-support-badge,.faq .faq-showcase .faq-showcase-support .faq-showcase-support-meta .faq-showcase-support-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.faq .faq-list{direction:rtl}.faq .faq-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.faq .faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.faq .faq-item:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);box-shadow:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);border-color:rgba(37,99,235,.15)}.faq .faq-item.active{border-color:#dbeafe;-webkit-box-shadow:0 0 0 1px #dbeafe,0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);box-shadow:0 0 0 1px #dbeafe,0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04)}.faq .faq-item.active .faq-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg);color:#2563eb}.faq .faq-item.active .faq-q-icon{background:#2563eb;color:#fff;-webkit-box-shadow:0 2px 8px rgba(37,99,235,.25);box-shadow:0 2px 8px rgba(37,99,235,.25)}.faq .faq-item .faq-question{padding:20px 22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.faq .faq-item .faq-question .faq-q-icon{width:30px;height:30px;border-radius:50%;background:#eff6ff;color:#2563eb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.8rem;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.faq .faq-item .faq-question .faq-q-text{-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:600;font-size:.92rem;color:#0f172a;line-height:1.4}.faq .faq-item .faq-question .faq-arrow{font-size:1.2rem;color:#64748b;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1);-ms-flex-negative:0;flex-shrink:0}.faq .faq-item .faq-answer{max-height:0;overflow:hidden;-webkit-transition:max-height .4s ease,opacity .3s ease;transition:max-height .4s ease,opacity .3s ease;opacity:0}.faq .faq-item .faq-answer .faq-answer-inner{padding:0 22px 20px}.faq .faq-item .faq-answer p{color:#64748b;font-size:.9rem;line-height:1.8;margin:0}.faq .faq-item.active .faq-answer{max-height:350px;opacity:1}.faq .faq-showcase{--order:0}.faq .faq-item.fade-in,.faq .faq-showcase.fade-in{-webkit-transition-delay:calc(var(--order,0) * 80ms);transition-delay:calc(var(--order,0) * 80ms)}@media (max-width:1024px){.faq .section-header{margin-bottom:40px}.faq .section-header .section-desc{font-size:.95rem}.faq .faq-grid{grid-template-columns:1fr;gap:40px}.faq .faq-showcase{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.faq .faq-showcase .faq-showcase-inner{padding:32px 24px 24px}.faq .faq-float-notification{display:none}}@media (max-width:768px){.faq .faq-showcase .faq-showcase-inner{padding:28px 20px 20px}.faq .faq-showcase .faq-showcase-support{padding:16px 18px}.faq .faq-showcase .faq-showcase-support-item{padding:10px 6px}.faq .faq-showcase .faq-showcase-support-item .faq-showcase-support-label{font-size:.72rem}.faq .faq-showcase .faq-showcase-support-meta{gap:14px}.faq .faq-showcase .faq-showcase-support-meta .faq-showcase-support-badge,.faq .faq-showcase .faq-showcase-support-meta .faq-showcase-support-time{font-size:.72rem}.faq .faq-showcase-image-wrapper .faq-showcase-image{max-width:80%}}@media (max-width:640px){.faq .section-header{margin-bottom:32px}.faq .section-header .section-title{font-size:1.5rem}.faq .faq-showcase .faq-showcase-inner{padding:24px 16px 16px}.faq .faq-showcase .faq-showcase-support-grid{grid-template-columns:1fr 1fr;gap:6px}.faq .faq-showcase .faq-showcase-support-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.faq .faq-showcase .faq-showcase-support-item{padding:8px 4px}.faq .faq-showcase .faq-float-badge{display:none}.faq .faq-showcase .faq-float-question{display:none}.faq .faq-showcase .faq-float-dot{display:none}.faq .faq-showcase-image-wrapper .faq-showcase-image{max-width:70%}.faq .faq-item .faq-question{padding:14px 16px;gap:10px}.faq .faq-item .faq-question .faq-q-icon{width:26px;height:26px;font-size:.7rem}.faq .faq-item .faq-question .faq-q-text{font-size:.82rem}.faq .faq-item .faq-question .faq-arrow{font-size:1rem}.faq .faq-item .faq-answer .faq-answer-inner{padding:0 16px 14px}.faq .faq-item .faq-answer .faq-answer-inner p{font-size:.82rem}}.integrations{padding:80px 0}@media (max-width:768px){.integrations{padding:60px 0}}.integrations{background:#fff;position:relative;overflow:hidden}.integrations .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.integrations .section-header{text-align:center;margin-bottom:56px}.integrations .section-header .section-title{font-weight:700;line-height:1.25;letter-spacing:-.01em;color:#0f172a;font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:12px}.integrations .section-header .section-desc{color:#64748b;font-size:1.05rem;max-width:560px;margin:0 auto}.integrations .integrations-marquee{overflow:hidden;padding:16px 0;-webkit-mask-image:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(5%,#fff),color-stop(95%,#fff),to(transparent));-webkit-mask-image:linear-gradient(to right,transparent 0,#fff 5%,#fff 95%,transparent 100%);mask-image:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(5%,#fff),color-stop(95%,#fff),to(transparent));mask-image:linear-gradient(to right,transparent 0,#fff 5%,#fff 95%,transparent 100%)}.integrations .integrations-marquee .swiper-wrapper{-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.integrations .integrations-marquee .swiper-slide{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.integrations .integration-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:14px;width:148px;height:116px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);box-shadow:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);-webkit-transition:all .35s cubic-bezier(.25,.46,.45,.94);transition:all .35s cubic-bezier(.25,.46,.45,.94);cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-negative:0;flex-shrink:0}.integrations .integration-card:hover{-webkit-transform:translateY(-6px) scale(1.04);transform:translateY(-6px) scale(1.04);-webkit-box-shadow:0 10px 25px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04);box-shadow:0 10px 25px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04);border-color:rgb(199.1090909091,210.6727272727,226.0909090909)}.integrations .integration-card .integration-icon{width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;overflow:hidden}.integrations .integration-card .integration-icon img,.integrations .integration-card .integration-icon svg{width:100%;height:100%;display:block}.integrations .integration-card .integration-icon img{-o-object-fit:contain;object-fit:contain;border-radius:inherit}.integrations .integration-card .integration-name{font-size:.78rem;font-weight:600;color:#0f172a;text-align:center;line-height:1.3;white-space:nowrap}@media (max-width:768px){.integrations .integration-card{width:116px;height:94px;gap:10px}.integrations .integration-card .integration-icon{width:38px;height:38px}.integrations .integration-card .integration-name{font-size:.7rem}}@media (max-width:480px){.integrations .integration-card{width:96px;height:80px;gap:8px}.integrations .integration-card .integration-icon{width:30px;height:30px}.integrations .integration-card .integration-name{font-size:.6rem}}.cta-section{padding:80px 0}@media (max-width:768px){.cta-section{padding:60px 0}}.cta-section{position:relative}.cta-section .cta-rounded{position:relative;z-index:1;text-align:center;padding:52px 56px 40px;width:min(96%,1320px);margin:0 auto;background:#2563eb;border:1px solid rgba(255,255,255,.12);border-radius:30px;-webkit-box-shadow:0 20px 60px -12px rgba(0,0,0,.08);box-shadow:0 20px 60px -12px rgba(0,0,0,.08);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.cta-section .cta-rounded:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 10px 25px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04);box-shadow:0 10px 25px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04);border-color:rgba(37,99,235,.15)}.cta-section .cta-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;margin:0 0 10px;line-height:1.15;letter-spacing:-.01em}.cta-section .cta-desc{font-size:1rem;color:rgba(255,255,255,.8);line-height:1.6;margin:0 auto 24px;max-width:480px}.cta-section .cta-steps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0;margin-bottom:28px}.cta-section .cta-step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:170px}.cta-section .cta-step-icon{width:56px;height:56px;border-radius:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.2rem;color:#fff;-webkit-transition:-webkit-transform .4s cubic-bezier(.34,1.56,.64,1),-webkit-box-shadow .4s ease;transition:-webkit-transform .4s cubic-bezier(.34,1.56,.64,1),-webkit-box-shadow .4s ease;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease,-webkit-transform .4s cubic-bezier(.34,1.56,.64,1),-webkit-box-shadow .4s ease}.cta-section .cta-step-icon:hover{-webkit-transform:translateY(-4px) scale(1.05);transform:translateY(-4px) scale(1.05)}.cta-section .cta-step-icon-1,.cta-section .cta-step-icon-2,.cta-section .cta-step-icon-3{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.08);box-shadow:0 4px 12px rgba(0,0,0,.08)}.cta-section .cta-step-icon-1:hover,.cta-section .cta-step-icon-2:hover,.cta-section .cta-step-icon-3:hover{-webkit-box-shadow:0 8px 24px rgba(0,0,0,.15);box-shadow:0 8px 24px rgba(0,0,0,.15)}.cta-section .cta-step-title{font-size:.92rem;font-weight:700;color:#fff;margin:0}.cta-section .cta-step-desc{font-size:.78rem;color:rgba(255,255,255,.7);margin:0}.cta-section .cta-step-connector{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;width:72px;-ms-flex-negative:0;flex-shrink:0}.cta-section .cta-step-connector .cta-step-line{-webkit-box-flex:1;-ms-flex:1;flex:1;height:1px;background:rgba(255,255,255,.3)}.cta-section .cta-step-connector i{font-size:.9rem;color:rgba(255,255,255,.5);-ms-flex-negative:0;flex-shrink:0}.cta-section .cta-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:16px 44px;background:#fff;color:#2563eb;border:none;border-radius:16px;font-size:1.05rem;font-weight:800;cursor:pointer;font-family:inherit;-webkit-box-shadow:0 4px 16px rgba(0,0,0,.15);box-shadow:0 4px 16px rgba(0,0,0,.15);-webkit-transition:all .4s cubic-bezier(.34,1.56,.64,1);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.cta-section .cta-btn:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 8px 32px rgba(0,0,0,.25);box-shadow:0 8px 32px rgba(0,0,0,.25)}.cta-section .cta-btn:active{-webkit-transform:translateY(-1px);transform:translateY(-1px)}.cta-section .cta-btn i{font-size:1.1rem;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.cta-section .cta-btn:hover i{-webkit-transform:translateX(-3px);transform:translateX(-3px)}.cta-section .cta-trust{font-size:.82rem;color:rgba(255,255,255,.6);margin:12px 0 0;letter-spacing:.3px}@media (max-width:1024px){.cta-section .cta-steps{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.cta-section .cta-step-connector{width:40px}.cta-section .cta-step-connector i{display:none}}@media (max-width:768px){.cta-section{padding:60px 0}.cta-section .cta-rounded{padding:40px 28px 32px}.cta-section .cta-steps{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.cta-section .cta-step{width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:14px;text-align:right}.cta-section .cta-step-icon{width:48px;height:48px;font-size:1rem;border-radius:14px;-ms-flex-negative:0;flex-shrink:0}.cta-section .cta-step-connector{display:none}.cta-section .cta-step-desc{display:none}.cta-section .cta-btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:14px 32px;font-size:1rem}}@media (max-width:640px){.cta-section .cta-rounded{padding:32px 20px 28px}.cta-section .cta-title{font-size:1.6rem}.cta-section .cta-desc{font-size:.9rem;margin-bottom:18px}.cta-section .cta-trust{font-size:.75rem}.cta-section .cta-step{gap:6px}.cta-section .cta-step-title{font-size:.85rem}.cta-section .cta-step-icon{width:44px;height:44px;font-size:.95rem;border-radius:12px}.cta-section .cta-step-connector{display:none}}.footer{padding:80px 0}@media (max-width:768px){.footer{padding:60px 0}}.footer{padding-top:48px;padding-bottom:32px;background:#fafafa;border-top:1px solid #e2e8f0}.footer .container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.footer .footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;margin-bottom:0}.footer .footer-brand-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer .footer-brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:1.2rem;font-weight:800;color:#0f172a;margin-bottom:8px}.footer .footer-brand .kademy-logo{height:36px;width:auto}.footer .footer-desc{font-size:.85rem;color:#64748b;line-height:1.6;margin-bottom:0;max-width:320px}.footer .footer-middle-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer .footer-nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 32px}.footer .footer-nav-grid a{color:#64748b;text-decoration:none;font-size:.82rem;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1);text-align:center}.footer .footer-nav-grid a:hover{color:#2563eb}.footer .footer-copyright{font-size:.8rem;color:#64748b;margin-top:24px;text-align:center}.footer .footer-social-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer .social-links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.footer .social-links a{width:36px;height:36px;border-radius:50%;border:1px solid #e2e8f0;color:#64748b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1);font-size:.9rem}.footer .social-links a:hover{color:#2563eb;border-color:#2563eb;background:#eff6ff}@media (max-width:1024px){.footer .footer-grid{grid-template-columns:1fr 1fr}.footer .footer-middle-col{grid-column:1/-1}.footer .footer-brand-col{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media (max-width:768px){.footer .footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer .footer-middle-col{grid-column:1/-1}.footer .footer-brand-col{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer .footer-desc{max-width:100%}}@media (max-width:640px){.footer{padding:28px 0 0}.footer .footer-grid{grid-template-columns:1fr;gap:28px}.footer .footer-middle-col{grid-column:auto}.footer .footer-brand-col{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.footer .footer-desc{max-width:100%;text-align:center}.footer .footer-nav-grid{grid-template-columns:1fr 1fr;gap:8px 24px}.footer .footer-nav-grid a{font-size:.8rem}.footer .footer-social-col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.page-content{padding-top:140px;padding-bottom:60px;min-height:100vh;text-align:center}.page-content .container{max-width:800px;padding-left:24px;padding-right:24px}.page-content h1{font-size:2rem;font-weight:800;margin-bottom:8px;color:#0f172a}.page-content .page-meta{color:#64748b;font-size:.9rem;margin-bottom:32px}.page-content h2{font-size:1.3rem;font-weight:700;margin-top:32px;margin-bottom:12px;color:#0f172a}.page-content p{color:#4b5563;line-height:1.8;margin-bottom:16px}.page-content ul{color:#4b5563;line-height:1.8;margin-bottom:16px;list-style-position:inside;padding-right:0}@media (max-width:1024px){.page-content{padding-top:130px;padding-bottom:48px}.page-content h1{font-size:1.7rem}.page-content h2{font-size:1.15rem;margin-top:26px}}@media (max-width:768px){.page-content{padding-top:140px;padding-bottom:40px}.page-content h1{font-size:1.5rem}.page-content h2{font-size:1.05rem;margin-top:22px;margin-bottom:10px}.page-content p,.page-content ul{font-size:.9rem}.page-content .page-meta{margin-bottom:24px;font-size:.82rem}}@media (max-width:640px){.page-content{padding-top:140px;padding-bottom:32px}.page-content .container{padding-left:16px;padding-right:16px}.page-content h1{font-size:1.3rem}.page-content h2{font-size:.95rem;margin-top:18px}.page-content p,.page-content ul{font-size:.85rem}}.login-section{padding-top:120px;padding-bottom:60px;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.login-container{width:100%;max-width:600px;margin:0 auto;padding:0 24px}.login-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:48px 40px;-webkit-box-shadow:0 10px 25px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04);box-shadow:0 10px 25px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04)}.login-header{text-align:center;margin-bottom:36px}.login-header h1{font-size:1.75rem;font-weight:800;color:#0f172a;margin-bottom:8px}.login-header p{color:#64748b;font-size:.95rem}.login-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.lf-field label{display:block;font-weight:600;font-size:.85rem;color:#0f172a;margin-bottom:6px}.lf-input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:0 14px;min-width:0}.lf-input-wrapper i{color:#64748b;font-size:1.1rem;-ms-flex-negative:0;flex-shrink:0}.lf-input-wrapper input{-webkit-box-flex:1;-ms-flex:1;flex:1;background:0 0;border:none;outline:0;padding:13px 12px;font-family:Tajawal,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.95rem;color:#0f172a;direction:rtl;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#0f172a;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease}.lf-input-wrapper input::-webkit-input-placeholder{color:#b0b9c8;-webkit-text-fill-color:#b0b9c8}.lf-input-wrapper input::-moz-placeholder{color:#b0b9c8;-webkit-text-fill-color:#b0b9c8}.lf-input-wrapper input:-ms-input-placeholder{color:#b0b9c8;-webkit-text-fill-color:#b0b9c8}.lf-input-wrapper input::-ms-input-placeholder{color:#b0b9c8;-webkit-text-fill-color:#b0b9c8}.lf-input-wrapper input::placeholder{color:#b0b9c8;-webkit-text-fill-color:#b0b9c8}.lf-input-wrapper .lf-pw-toggle{background:0 0;border:none;cursor:pointer;padding:4px;color:#64748b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1)}.lf-input-wrapper .lf-pw-toggle:hover{color:#0f172a}.lf-subdomain-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:0 14px;min-width:0;direction:ltr}.lf-subdomain-input i{color:#64748b;font-size:1.1rem;-ms-flex-negative:0;flex-shrink:0;direction:rtl}.lf-subdomain-input input{-webkit-box-flex:1;-ms-flex:1;flex:1;background:0 0;border:none;outline:0;padding:13px 12px;font-family:Tajawal,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.95rem;color:#0f172a;direction:ltr;text-align:left;-webkit-box-shadow:0 0 0 1000px #fff inset;-webkit-text-fill-color:#0f172a;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease}.lf-subdomain-input input::-webkit-input-placeholder{color:#b0b9c8;-webkit-text-fill-color:#b0b9c8}.lf-subdomain-input input::-moz-placeholder{color:#b0b9c8;-webkit-text-fill-color:#b0b9c8}.lf-subdomain-input input:-ms-input-placeholder{color:#b0b9c8;-webkit-text-fill-color:#b0b9c8}.lf-subdomain-input input::-ms-input-placeholder{color:#b0b9c8;-webkit-text-fill-color:#b0b9c8}.lf-subdomain-input input::placeholder{color:#b0b9c8;-webkit-text-fill-color:#b0b9c8}.lf-subdomain-input .lf-subdomain-suffix{color:#64748b;font-size:.9rem;font-weight:500;white-space:nowrap;direction:rtl}.lf-submit{padding:12px 28px;border-radius:12px;font-weight:600;font-size:.95rem;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;text-decoration:none;line-height:1.4;background:#2563eb;color:#fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:14px 28px;font-size:1rem;-webkit-box-shadow:0 4px 14px rgba(37,99,235,.3);box-shadow:0 4px 14px rgba(37,99,235,.3);margin-top:4px}.lf-submit:hover{background:#1d4ed8;-webkit-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 6px 20px rgba(37,99,235,.35);box-shadow:0 6px 20px rgba(37,99,235,.35)}.lf-agreement{text-align:center;font-size:.8rem;color:#64748b;line-height:1.7;margin:0}.lf-agreement a{color:#2563eb;text-decoration:none;font-weight:600}.lf-agreement a:hover{text-decoration:underline}.lf-login-link{text-align:center;font-size:.9rem;color:#64748b;margin:0}.lf-login-link a{color:#2563eb;text-decoration:none;font-weight:600}.lf-login-link a:hover{text-decoration:underline}.lf-remember{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.lf-checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;cursor:pointer;font-size:.9rem;color:#64748b;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lf-checkbox input{display:none}.lf-checkbox .lf-checkbox-mark{width:20px;height:20px;border:2px solid #e2e8f0;border-radius:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .2s cubic-bezier(.4,0,.2,1);transition:all .2s cubic-bezier(.4,0,.2,1);-ms-flex-negative:0;flex-shrink:0}.lf-checkbox input:checked+.lf-checkbox-mark{background:#2563eb;border-color:#2563eb}.lf-checkbox input:checked+.lf-checkbox-mark::after{content:"";width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-top:-2px}@media (max-width:1024px){.login-section{padding-top:100px;padding-bottom:48px}}@media (max-width:768px){.login-card{padding:36px 28px}.login-header{margin-bottom:28px}.login-header h1{font-size:1.5rem}.login-header p{font-size:.88rem}}@media (max-width:640px){.login-section{padding-top:88px;padding-bottom:40px}.login-container{padding:0 16px}.login-card{padding:28px 20px;border-radius:16px}.login-header{margin-bottom:24px}.login-header h1{font-size:1.35rem}.login-header p{font-size:.82rem}.login-form{gap:16px}.lf-field label{font-size:.8rem}.lf-input-wrapper,.lf-subdomain-input{padding:0 12px}.lf-input-wrapper input,.lf-subdomain-input input{padding:11px 10px;font-size:.88rem}.lf-subdomain-input .lf-subdomain-suffix{font-size:.8rem}.lf-submit{padding:12px 24px;font-size:.92rem}.lf-agreement{font-size:.75rem}.lf-login-link{font-size:.82rem}.lf-checkbox{font-size:.82rem}}@media (max-width:768px){.section-title{font-size:1.6rem!important}}@media (max-width:576px){.section-title{font-size:1.4rem!important}}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Tajawal,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#0f172a;background:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased;line-height:1.6;direction:rtl}a{text-decoration:none}::-moz-selection{background:#2563eb;color:#fff}::selection{background:#2563eb;color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#2563eb;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#1d4ed8}html{scrollbar-width:thin;scrollbar-color:#2563eb transparent}.fade-in{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity .6s ease,-webkit-transform .6s ease;transition:opacity .6s ease,-webkit-transform .6s ease;transition:opacity .6s ease,transform .6s ease;transition:opacity .6s ease,transform .6s ease,-webkit-transform .6s ease}.fade-in.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
/*# sourceMappingURL=main.min.css.map */
