*{margin:0;padding:0;box-sizing:border-box;}:root{--primary-blue:#0a3d62;--primary-blue-light:#1a5a8a;--primary-blue-dark:#072a47;--secondary-gradient:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--accent-orange:#ff6b6b;--accent-green:#51cf66;--text-dark:#2d3436;--text-light:#636e72;--bg-light:#f8f9fa;--bg-white:#ffffff;--shadow-sm:0 2px 8px rgba(0,0,0,0.08);--shadow-md:0 4px 16px rgba(0,0,0,0.12);--shadow-lg:0 8px 32px rgba(0,0,0,0.16);--border-radius:12px;--border-radius-lg:20px;}body{font-family:"Vazirmatn","Tahoma","Arial",sans-serif;direction:rtl;text-align:right;color:var(--text-dark);line-height:1.7;background-color:var(--bg-white);overflow-x:hidden;}.skip-link{position:absolute;top:-40px;right:0;background:var(--primary-blue);color:white;padding:8px 16px;text-decoration:none;z-index:100;}.skip-link:focus{top:0;}article{display:block;}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;margin-bottom:1rem;}h1{font-size:2.5rem;}h2{font-size:2rem;}h3{font-size:1.5rem;}p{margin-bottom:1rem;color:var(--text-light);}.container{max-width:1200px;margin:0 auto;padding:0 20px;}section{padding:80px 0;}header{background:var(--bg-white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:1000;padding:1rem 0;}nav{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;}.logo{font-size:1.8rem;font-weight:700;color:var(--primary-blue);text-decoration:none;display:flex;align-items:center;gap:0.5rem;}.nav-links{display:flex;list-style:none;gap:2rem;flex-wrap:wrap;align-items:center;}.nav-links a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color 0.3s ease;}.nav-links a:hover{color:var(--primary-blue);}.nav-links #nav-start{color:#fff !important;}.menu-toggle{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;padding:8px;gap:5px;z-index:1001;}.drawer-logo{display:none;}.menu-toggle span{width:25px;height:3px;background:var(--primary-blue);border-radius:3px;transition:all 0.3s ease;}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px);}.menu-toggle.active span:nth-child(2){opacity:0;}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px);}.btn-primary{background:var(--primary-blue);color:white;padding:12px 28px;border:none;border-radius:var(--border-radius);font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all 0.3s ease;box-shadow:var(--shadow-sm);}.btn-primary:hover{background:var(--primary-blue-light);transform:translateY(-2px);box-shadow:var(--shadow-md);}.btn-primary-full{width:100%;text-align:center;margin-top:1.5rem;}.btn-primary-disabled{opacity:0.7;cursor:not-allowed;}.hero{background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);padding:100px 0;position:relative;overflow:hidden;}.hero::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(10,61,98,0.05)0%,transparent 70%);animation:pulse 20s ease-in-out infinite;}@keyframes pulse{0%,100%{transform:scale(1);opacity:0.5;}50%{transform:scale(1.1);opacity:0.8;}}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;}.hero-text h1{font-size:3rem;color:var(--primary-blue);margin-bottom:1.5rem;line-height:1.2;}.hero-text p{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem;}.hero-cta{display:flex;flex-direction:column;gap:1rem;}.btn-hero{background:var(--primary-blue);color:white;padding:18px 40px;font-size:1.2rem;border-radius:var(--border-radius);text-decoration:none;display:inline-block;text-align:center;transition:all 0.3s ease;box-shadow:var(--shadow-md);}.btn-hero:hover{background:var(--primary-blue-light);transform:translateY(-3px);box-shadow:var(--shadow-lg);}.trial-badge{text-align:center;color:var(--accent-green);font-weight:600;font-size:1rem;}.hero-mockup{background:white;border-radius:var(--border-radius-lg);padding:2rem;box-shadow:var(--shadow-lg);position:relative;}.mockup-header{display:flex;gap:0.5rem;margin-bottom:1rem;}.mockup-dot{width:12px;height:12px;border-radius:50%;background:#ddd;}.mockup-dot:nth-child(1){background:#ff5f56;}.mockup-dot:nth-child(2){background:#ffbd2e;}.mockup-dot:nth-child(3){background:#27c93f;}.mockup-content{background:var(--bg-light);border-radius:var(--border-radius);padding:2rem;min-height:300px;display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:1.1rem;}.mockup-content img{width:100%;}.features{background:var(--bg-white);}.section-title{text-align:center;margin-bottom:3rem;}.section-title h2{color:var(--primary-blue);font-size:2.5rem;margin-bottom:1rem;}.section-title p{font-size:1.1rem;max-width:600px;margin:0 auto;}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;}.feature-card{background:white;padding:2rem;border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:all 0.3s ease;border:2px solid transparent;}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--primary-blue);}.feature-icon{font-size:3rem;margin-bottom:1rem;display:block;}.feature-card h3{color:var(--primary-blue);margin-bottom:0.75rem;font-size:1.3rem;}.feature-card p{color:var(--text-light);font-size:0.95rem;}.how-it-works{background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem;list-style:none;padding:0;margin-left:0;margin-right:0;}.step{text-align:center;position:relative;}.step-number{width:80px;height:80px;background:var(--primary-blue);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:var(--shadow-md);}.step h3{color:var(--primary-blue);margin-bottom:1rem;}.step p{color:var(--text-light);}.who-its-for{background:var(--bg-white);}.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;}.audience-card{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:white;padding:2.5rem;border-radius:var(--border-radius-lg);text-align:center;box-shadow:var(--shadow-md);transition:transform 0.3s ease;}.audience-card:nth-child(2){background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);}.audience-card:nth-child(3){background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);}.audience-card:nth-child(4){background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%);}.audience-card:hover{transform:translateY(-5px) scale(1.02);}.audience-icon{font-size:3.5rem;margin-bottom:1rem;}.audience-card h3{margin-bottom:1rem;color:white;}.audience-card p{color:rgba(255,255,255,0.9);}.pricing{background:linear-gradient(135deg,#f5f7fa 0%,#e8ecf1 100%);}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;max-width:900px;margin-left:auto;margin-right:auto;}.pricing-card{background:white;border-radius:var(--border-radius-lg);padding:2.5rem;box-shadow:var(--shadow-md);text-align:center;position:relative;transition:transform 0.3s ease;}.pricing-card.featured{border:3px solid var(--primary-blue);transform:scale(1.05);}.pricing-card:hover{transform:translateY(-5px);}.pricing-card.featured:hover{transform:scale(1.05) translateY(-5px);}.pricing-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:var(--accent-green);color:white;padding:8px 20px;border-radius:20px;font-size:0.9rem;font-weight:600;}.pricing-title{color:var(--primary-blue);font-size:1.8rem;margin-bottom:1rem;}.pricing-price{font-size:3rem;font-weight:700;color:var(--primary-blue);margin:1.5rem 0;}.pricing-price span{font-size:1.2rem;color:var(--text-light);font-weight:400;}.pricing-features{list-style:none;margin:2rem 0;text-align:right;}.pricing-features li{padding:0.75rem 0;color:var(--text-light);border-bottom:1px solid #eee;}.pricing-features li:last-child{border-bottom:none;}.pricing-features li::before{content:"✓ ";color:var(--accent-green);font-weight:700;margin-left:0.5rem;}.faq{background:var(--bg-white);}.faq-list{max-width:800px;margin:3rem auto 0;list-style:none;padding:0;}.faq-item{background:white;border-radius:var(--border-radius);margin-bottom:1rem;box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow 0.3s ease;}.faq-item:hover{box-shadow:var(--shadow-md);}.faq-question{padding:1.5rem;background:var(--bg-light);font-weight:600;color:var(--primary-blue);cursor:pointer;display:flex;justify-content:space-between;align-items:center;margin:0;}.faq-question::after{content:"+";font-size:1.5rem;font-weight:700;transition:transform 0.3s ease;}.faq-item.active .faq-question::after{transform:rotate(45deg);}.faq-answer{padding:1.5rem;color:var(--text-light);line-height:1.8;margin:0;display:none;}.faq-item.active .faq-answer{display:block;}footer{background:var(--primary-blue-dark);color:white;padding:3rem 0 1.5rem;}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;}.footer-section h3{color:white;margin-bottom:1rem;font-size:1.3rem;}.footer-section p{color:rgba(255,255,255,0.8);}.footer-links{list-style:none;}.footer-links li{margin-bottom:0.75rem;}.footer-links a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.3s ease;}.footer-links a:hover{color:white;}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.7);}@media(max-width:768px){h1{font-size:2rem;}h2{font-size:1.75rem;}.hero-content{grid-template-columns:1fr;gap:2rem;}.hero-text h1{font-size:2rem;}.menu-toggle{display:flex;}.nav-links{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:var(--bg-white);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;padding:2rem 2rem 2rem;transition:right 0.3s ease;z-index:1000;gap:0;margin:0;list-style:none;}.nav-links.active{right:0;}.drawer-logo{display:block;width:100%;padding:1rem 0 2rem;border-bottom:1px solid #eee;margin-bottom:1.5rem;}.drawer-logo a{display:flex;justify-content:center;align-items:center;padding:0;}.drawer-logo img{max-width:150px;height:auto;}.nav-links li{width:100%;margin-bottom:1rem;}.nav-links a{display:block;padding:1rem;border-radius:var(--border-radius);width:100%;text-align:right;}.nav-links #nav-start{width:100%;text-align:center;}body.menu-open{overflow:hidden;}body.menu-open::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:999;}section{padding:50px 0;}.features-grid,.steps,.audience-grid{grid-template-columns:1fr;}.pricing-cards{grid-template-columns:1fr;}.pricing-card.featured{transform:scale(1);}.pricing-card.featured:hover{transform:translateY(-5px);}}@media(max-width:480px){.container{padding:0 15px;}.hero-text h1{font-size:1.75rem;}.btn-hero{padding:15px 30px;font-size:1rem;}}
