@font-face{font-family:'Dana';src:url('Dana-Regular.woff2') format('woff2');font-weight:400;font-display:swap}@font-face{font-family:'Dana';src:url('Dana-Bold.woff2') format('woff2');font-weight:700;font-display:swap}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--lemon:#FACC15;--lemon-dark:#EAB308;--dark:#0F172A;--dark-light:#1E293B;--white:#FFFFFF;--gray:#64748B;--light-bg:#F8FAFC;--border:#E2E8F0;--radius:16px;--shadow:0 10px 40px -10px rgba(0,0,0,0.08)}body{font-family:'Dana',system-ui,sans-serif;background:var(--light-bg);color:var(--dark);line-height:1.8;overflow-x:hidden;direction:rtl}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}a{text-decoration:none;color:inherit;transition:0.3s ease}ul{list-style:none}img{max-width:100%;height:auto;display:block}.navbar{padding:1.5rem 0;position:absolute;width:100%;top:0;z-index:10;transition:background 0.3s ease,box-shadow 0.3s ease}.navbar.scrolled{background:var(--white);box-shadow:var(--shadow)}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:0.5rem}.logo img{border-radius:50%;width:40px;height:40px;object-fit:cover}.nav-actions{display:flex;gap:1rem;align-items:center}.nav-link{font-size:0.9rem;color:var(--gray);transition:0.3s}.nav-link:hover{color:var(--dark)}.btn-nav{background:var(--dark);color:var(--white);padding:0.6rem 1.5rem;border-radius:50px;font-weight:700;font-size:0.9rem;transition:0.3s}.btn-nav:hover{background:var(--dark-light);transform:translateY(-2px)}.hero-section{padding:8rem 0 4rem;position:relative;overflow:hidden;min-height:90vh;display:flex;align-items:center}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:2}.badge-hero{display:inline-flex;align-items:center;gap:0.5rem;background:#FFFBEB;color:var(--lemon-dark);padding:0.4rem 1rem;border-radius:50px;font-weight:700;font-size:0.9rem;border:1px solid rgba(234,179,8,0.2);margin-bottom:1.5rem}h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.3;margin-bottom:1.5rem;letter-spacing:-0.02em}.highlight{background:linear-gradient(120deg,rgba(250,204,21,0.3) 0%,rgba(250,204,21,0.6) 100%);padding:0 0.4rem;border-radius:8px}.hero-desc{font-size:1.1rem;color:var(--gray);margin-bottom:2rem;max-width:100%;line-height:1.8}.hero-desc strong{color:var(--dark)}.btn-primary{display:inline-flex;align-items:center;gap:0.8rem;background:var(--lemon);color:var(--dark);font-weight:700;font-size:1.1rem;padding:1rem 2rem;border-radius:50px;box-shadow:0 10px 30px -5px rgba(250,204,21,0.4);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px -5px rgba(250,204,21,0.5)}.messenger-row{display:flex;align-items:center;gap:1rem;margin-top:2rem;font-size:0.9rem;color:var(--gray);font-weight:600}.messenger-icons{display:flex;gap:0.8rem}.msg-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;background:#F1F5F9;overflow:hidden}.msg-icon:hover{transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,0.1)}.msg-icon img{width:100%;height:100%;object-fit:cover}.visual-wrapper{position:relative;width:100%;max-width:320px;margin:0 auto;aspect-ratio:1/1}.lemon-main-img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 25px 50px rgba(0,0,0,0.12));animation:float 6s ease-in-out infinite}.float-card{position:absolute;background:var(--white);padding:0.8rem 1rem;border-radius:14px;box-shadow:0 15px 35px -5px rgba(0,0,0,0.1);display:flex;align-items:center;gap:0.8rem;z-index:3;border:1px solid rgba(255,255,255,0.8);backdrop-filter:blur(10px);animation:float 5s ease-in-out infinite;display:none}.card-security{top:10%;right:-10px;animation-delay:0.5s}.card-instant{bottom:15%;left:-10px;animation-delay:1.5s}.float-card .card-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.card-icon.shield{background:#FEF2F2;color:#EF4444}.card-icon.mail{background:#FFFBEB;color:var(--lemon-dark)}.float-card .card-info{display:flex;flex-direction:column}.card-title{font-size:0.85rem;font-weight:700;color:var(--dark);line-height:1.2}.card-sub{font-size:0.7rem;color:var(--gray)}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:0.5;z-index:1;pointer-events:none}.blob-1{width:500px;height:500px;background:var(--lemon);top:-150px;left:-150px;opacity:0.15}.blob-2{width:400px;height:400px;background:#FEF08A;bottom:-100px;right:-100px;opacity:0.2}.trust-bar{background:var(--white);padding:3rem 0;border-bottom:1px solid var(--border);margin-bottom:4rem}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.trust-icon{width:50px;height:50px;background:#FFFBEB;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--lemon-dark);font-size:1.4rem}.trust-item h3{font-size:1rem;margin-bottom:0.3rem}.trust-item p{font-size:0.8rem;color:var(--gray)}.content-section{padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2rem;margin-bottom:0.5rem}.section-header p{color:var(--gray)}.steps-grid{display:grid;gap:2rem;margin-bottom:2rem}.steps-grid.features-grid{grid-template-columns:repeat(4,1fr)}.steps-grid.steps-guide{grid-template-columns:repeat(3,1fr)}.steps-grid.bots-grid{grid-template-columns:repeat(3,1fr)}.step-card{background:var(--white);padding:2rem;border-radius:var(--radius);border:1px solid var(--border);text-align:center;transition:0.3s}.step-card:hover{transform:translateY(-5px);border-color:var(--lemon);box-shadow:var(--shadow)}.step-num{width:40px;height:40px;background:var(--lemon);color:var(--dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 1rem}.step-icon{font-size:2.5rem;text-align:center;margin-bottom:1rem;display:block}.step-card h3{font-size:1.1rem;margin-bottom:0.8rem}.step-card p{font-size:0.95rem;color:var(--gray);line-height:1.8}.step-card code{background:#FEF3C7;padding:0.2rem 0.5rem;border-radius:6px;font-family:monospace;font-size:0.9em;direction:ltr;display:inline-block}.step-card a{color:var(--lemon-dark);font-weight:600}.step-card a:hover{text-decoration:underline}.info-box{background:#FFFBEB;border-right:4px solid var(--lemon);padding:1.5rem;border-radius:12px;display:flex;gap:1rem;align-items:center;margin-top:2rem}.info-box .info-icon{font-size:1.5rem;flex-shrink:0}.info-box .info-text{flex:1}.info-box .info-text strong{color:var(--dark)}.center-title{text-align:center;font-size:2rem;margin-bottom:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{background:var(--white);padding:1.5rem;border-radius:var(--radius);border-right:4px solid var(--lemon);box-shadow:var(--shadow);text-align:right;transition:transform 0.3s ease}.testimonial-card:hover{transform:translateY(-4px)}.testimonial-card p{font-size:1rem;line-height:1.8;color:var(--dark);margin-bottom:0.8rem}.testimonial-card footer{color:var(--gray);font-size:0.9rem;font-weight:600}.faq-container{max-width:800px;margin:0 auto;background:var(--white);border-radius:var(--radius);padding:1rem;box-shadow:var(--shadow)}.faq-item{border-bottom:1px solid #F1F5F9}.faq-item:last-child{border-bottom:none}.faq-btn{width:100%;text-align:right;background:none;border:none;padding:1.5rem;font-family:inherit;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--dark);transition:0.3s}.faq-btn:hover{background:#F8FAFC;border-radius:8px}.toggle{width:32px;height:32px;background:#F1F5F9;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:0.3s;flex-shrink:0}.faq-item.active .toggle{background:var(--lemon);color:var(--dark);transform:rotate(45deg)}.faq-body{padding:0 1.5rem 1.5rem;color:var(--gray);display:none;line-height:1.8}.faq-item.active .faq-body{display:block}.faq-body a{color:var(--lemon-dark);font-weight:600}.faq-body a:hover{text-decoration:underline}

@media (min-width:993px){.float-card{display:flex}}

@media (max-width:992px){.hero-container{display:flex;flex-direction:column-reverse;gap:2rem}.hero-section{padding:6rem 0 3rem;min-height:auto}.hero-text-col{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.hero-visual-col{order:-1;display:flex;justify-content:center;width:100%}.visual-wrapper{max-width:280px}.badge-hero{margin:0 auto 1.5rem}.hero-desc{margin:0 auto 2rem;text-align:center;max-width:100%}.hero-actions{display:flex;flex-direction:column;align-items:center;width:100%}.btn-primary{margin:0 auto}.messenger-row{justify-content:center;flex-wrap:wrap}.float-card{display:none}.steps-grid.features-grid{grid-template-columns:repeat(2,1fr)}.steps-grid.steps-guide{grid-template-columns:1fr}.steps-grid.bots-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{gap:1.5rem}}

@media (max-width:768px){.trust-grid{grid-template-columns:repeat(2,1fr)}.steps-grid.bots-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr 1fr}}

@media (max-width:576px){h1{font-size:1.8rem;text-align:center}.hero-desc{font-size:0.95rem;text-align:center}.hero-visual-col .visual-wrapper{max-width:200px}.btn-primary{width:100%;justify-content:center;padding:1rem;font-size:1rem}.messenger-row{flex-direction:column;align-items:center;gap:1rem;text-align:center}.messenger-icons{justify-content:center;flex-wrap:wrap}.section-header h2,.center-title{font-size:1.5rem;text-align:center}.faq-btn{font-size:0.95rem;padding:1.2rem}.trust-grid{grid-template-columns:1fr 1fr;gap:1rem}.steps-grid.features-grid{grid-template-columns:1fr}.steps-grid.steps-guide{grid-template-columns:1fr}.steps-grid.bots-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr}.step-card{padding:1.5rem}.info-box{flex-direction:column;text-align:center}.faq-container{padding:0.8rem}.float-card{display:none}}