@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800&display=swap";:root{--bg-color: #fce7f3;--text-color: #1f2937;--primary-color: #ec4899;--secondary-color: #8b5cf6;--card-bg: #ffffff}body{font-family:Outfit,sans-serif;background-color:var(--bg-color);color:var(--text-color);margin:0;padding:0;min-height:100vh}ul{list-style:none;padding:0;margin:0}.header__nav{background-color:var(--card-bg);padding:1rem 2rem;box-shadow:0 4px 6px -1px #0000001a;border-radius:0 0 20px 20px;margin-bottom:2rem}.header__list{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.header__logo{font-weight:800;font-size:1.5rem;background:linear-gradient(to right,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header__link{text-decoration:none;color:var(--text-color);font-weight:600;margin-left:1rem;transition:color .2s}.header__link:hover{color:var(--primary-color)}.main__container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero__section{text-align:center;margin:4rem 0}.hero__title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1rem}.hero__subtitle{font-size:1.5rem;color:#4b5563}.cta__button{background:linear-gradient(to right,var(--primary-color),var(--secondary-color));color:#fff;padding:1rem 2rem;border-radius:9999px;font-size:1.25rem;font-weight:800;text-decoration:none;display:inline-block;margin-top:2rem;box-shadow:0 10px 15px -3px #ec489980;transition:transform .2s}.cta__button:hover{transform:scale(1.05)}.profiles__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:4rem}.profile__card{background-color:var(--card-bg);border-radius:20px;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a;transition:transform .2s}.profile__card:hover{transform:translateY(-5px)}.profile__image{width:100%;height:300px;object-fit:cover;border-radius:15px;margin-bottom:1rem}.profile__name{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.profile__tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.profile__tag{background-color:var(--bg-color);color:var(--primary-color);padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600}.profile__bio{color:#4b5563;line-height:1.5}
