.Hero-module__Z8hQ_W__hero{max-width:var(--container);direction:rtl;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:3.5rem 1.25rem 2.5rem;display:flex}.Hero-module__Z8hQ_W__texts{flex:1}.Hero-module__Z8hQ_W__texts h1{letter-spacing:-.02em;color:var(--fg);margin-bottom:.75rem;font-size:clamp(1.6rem,1.1rem + 1.6vw,2.4rem);font-weight:800}.Hero-module__Z8hQ_W__texts p{color:var(--muted);max-width:44ch;margin-bottom:1.25rem;font-size:1.08rem}.Hero-module__Z8hQ_W__points{color:var(--muted);gap:.5rem;margin:0 0 1.65rem;padding:0;list-style:none;display:grid}.Hero-module__Z8hQ_W__points li{align-items:center;gap:.55rem;display:flex}.Hero-module__Z8hQ_W__points li:before{content:"";border:2px solid var(--fg);border-radius:999px;flex:none;width:10px;height:10px}.Hero-module__Z8hQ_W__downloadBtn{background:var(--fg);color:var(--bg);border:1px solid var(--fg);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.3rem;font-size:1.1rem;font-weight:800;text-decoration:none;transition:transform .12s;display:inline-flex}.Hero-module__Z8hQ_W__downloadBtn:hover{transform:translateY(-1px)}.Hero-module__Z8hQ_W__imageWrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:460px;box-shadow:var(--shadow-sm);flex:1;justify-content:center;padding:1.25rem;display:flex}@media (width<=900px){.Hero-module__Z8hQ_W__hero{text-align:center;flex-direction:column;padding-top:2.5rem;padding-bottom:1.5rem}.Hero-module__Z8hQ_W__texts p{margin-left:auto;margin-right:auto}.Hero-module__Z8hQ_W__points{justify-items:center}.Hero-module__Z8hQ_W__imageWrap{margin-top:2rem}}@media (width<=600px){.Hero-module__Z8hQ_W__imageWrap{width:80%;max-width:300px}}.Services-module__PFRRnG__services{background:var(--surface-2);direction:rtl;padding:3.25rem 0}.Services-module__PFRRnG__services h2{text-align:center;color:var(--fg);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.9rem}.Services-module__PFRRnG__lead{text-align:center;color:var(--muted);max-width:60ch;margin:0 auto 2rem;padding:0 1.25rem}.Services-module__PFRRnG__grid{max-width:var(--container);grid-template-columns:repeat(3,1fr);gap:1rem;margin:0 auto;padding:0 1.25rem;display:grid}.Services-module__PFRRnG__feature{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);color:var(--fg);flex-direction:column;align-items:center;gap:1rem;padding:1.5rem 1rem;font-size:1.1rem;display:flex}.Services-module__PFRRnG__icon{color:var(--fg);font-size:2rem}@media (width<=700px){.Services-module__PFRRnG__grid{grid-template-columns:1fr;gap:1.2rem}}