:root{--a:#7c3aed;--ink:#111827;--muted:#64748b;--bg:#f6f7fb}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.7 Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}.wrap{max-width:1180px;margin:auto;padding:0 24px}header{position:sticky;top:0;z-index:5;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid #e5e7eb}.nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{width:300px;max-width:55vw}nav{display:flex;gap:4px;flex-wrap:wrap}nav a{padding:9px 12px;border-radius:10px;font-weight:700}nav a:hover{background:#eef2ff}.hero{padding:90px 0 60px}.two{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}h1{font-size:clamp(2.8rem,6vw,5.5rem);line-height:1;letter-spacing:-.055em;margin:14px 0 24px}h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.05}.eyebrow{color:var(--a);font-weight:850;text-transform:uppercase;letter-spacing:.13em;font-size:.78rem}.lead,.muted{color:var(--muted)}.btn{display:inline-block;background:var(--a);color:white;padding:13px 18px;border-radius:12px;font-weight:800;margin-top:15px}.photo{width:100%;height:440px;object-fit:cover;border-radius:26px;box-shadow:0 22px 60px #0f172a22}section{padding:70px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:25px}.card img{width:100%;height:210px;object-fit:cover;border-radius:14px}footer{background:#111827;color:white;padding:45px 0;margin-top:30px}@media(max-width:800px){.two,.grid{grid-template-columns:1fr}nav{display:none}.photo{height:320px}}