:root{color:#132033;background:#f7f9ff;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{direction:rtl;margin:0}a{color:inherit;text-decoration:none}.header{justify-content:space-between;align-items:center;width:min(1120px,92%);margin:0 auto;padding:24px 0;display:flex}.logo{color:#3157ff;align-items:center;gap:8px;font-size:22px;font-weight:800;display:flex}nav{color:#475569;gap:24px;font-weight:600;display:flex}.hero{grid-template-columns:1.2fr .8fr;align-items:center;gap:32px;width:min(1120px,92%);margin:35px auto 80px;display:grid}.badge{color:#3157ff;background:#e9edff;border-radius:999px;margin-bottom:18px;padding:8px 14px;font-weight:700;display:inline-block}h1{margin:0 0 20px;font-size:clamp(38px,6vw,72px);line-height:1.05}.hero p,.section p{color:#475569;font-size:20px;line-height:1.8}.actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.btn{border-radius:14px;align-items:center;gap:8px;padding:15px 22px;font-weight:800;display:inline-flex}.primary{color:#fff;background:linear-gradient(135deg,#3157ff,#7c3aed)}.secondary{background:#fff;border:1px solid #dbe3f0}.heroCard{background:linear-gradient(145deg,#fff,#eef2ff);border-radius:32px;flex-direction:column;justify-content:center;min-height:360px;padding:36px;display:flex;box-shadow:0 24px 70px #3157ff29}.heroCard svg{color:#3157ff}.heroCard h3{margin:22px 0 8px;font-size:30px}.section{width:min(1120px,92%);margin:0 auto 70px}.section h2{margin-bottom:18px;font-size:38px}.problem,.solution,.contact{background:#fff;border:1px solid #e5eaf4;border-radius:28px;padding:34px}.grid{gap:18px;display:grid}.cards{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid #e5eaf4;border-radius:24px;min-height:240px;padding:24px}.card svg{color:#3157ff}.card h3{margin:18px 0 10px;font-size:22px}.card p{color:#64748b;line-height:1.7}.chips{flex-wrap:wrap;gap:12px;display:flex}.chips span{color:#3157ff;background:#edf2ff;border-radius:999px;padding:12px 18px;font-weight:800}.steps{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.step{background:#fff;border:1px solid #e5eaf4;border-radius:22px;padding:24px}.step strong{color:#fff;background:#3157ff;border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:14px;display:grid}.step span{font-weight:800}.benefitGrid{grid-template-columns:repeat(3,1fr)}.benefit{background:#fff;border:1px solid #e5eaf4;border-radius:18px;align-items:center;gap:10px;padding:18px;font-weight:800;display:flex}.benefit svg{color:#16a34a}.contact{grid-template-columns:1fr 1fr;align-items:start;gap:26px;display:grid}form{gap:12px;display:grid}input,textarea{border:1px solid #dbe3f0;border-radius:14px;width:100%;padding:15px;font-family:inherit;font-size:16px}textarea{resize:vertical;min-height:120px}button{color:#fff;cursor:pointer;background:#3157ff;border:0;border-radius:14px;padding:16px;font-size:17px;font-weight:900}footer{color:#64748b;justify-content:space-between;width:min(1120px,92%);margin:30px auto;padding:30px 0;display:flex}@media (width<=900px){nav{display:none}.hero,.contact{grid-template-columns:1fr}.cards,.steps,.benefitGrid{grid-template-columns:1fr 1fr}}@media (width<=560px){.cards,.steps,.benefitGrid{grid-template-columns:1fr}.hero{margin-top:10px}.heroCard{min-height:auto}footer{flex-direction:column;gap:8px}}
