.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem 0}@media (min-width:768px){.hero{flex-direction:row;justify-content:flex-start;max-width:900px;margin:0 auto}.hero-left,.hero-right{flex:1}.hero-left{padding:0;margin-left:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.hero-left h1{font-size:3rem;color:var(--blurple);margin-bottom:1rem;white-space:nowrap;display:inline}.hero-left p{font-size:1.2rem;color:#fff;line-height:1.5;white-space:normal;max-width:600px}.hero-right{display:flex;justify-content:flex-end;align-items:center;padding-right:2rem}.hero-right img{width:280px;height:280px;object-fit:cover;border-radius:50%;transition:transform var(--transition)}.hero-right img:hover{transform:scale(1.05)}}@media (max-width:767px){.hero{flex-direction:column-reverse;align-items:center;padding:2rem 1rem}.hero-left{padding-right:0;text-align:center;align-items:center;margin-left:0}.hero-left h1{font-size:2rem;margin-bottom:1rem;color:var(--blurple);white-space:nowrap;display:inline}.hero-left p{font-size:1rem;color:#fff;white-space:normal;max-width:100%}.hero-right img{width:200px;height:200px;margin-bottom:1.5rem;border-radius:50%}}