body {
  background: #ffeed9;
  font-family: 'Work Sans', Arial, sans-serif;
  color: #403930;
  margin: 0;
}

.figma-navbar {
  padding: 2rem 0 1.5rem 0;
  background: #ffeed9;
}
.figma-navbar ul {
  display: flex;
  gap: 2.5rem;
  margin-left: 120px;
  list-style: none;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 600;
  color: #594f43;
  font-size: 20px;
}
.figma-navbar li {
  cursor: pointer;
  transition: background 0.2s;
  padding: 0.2rem 0.7rem;
  border-radius: 8px;
}
.figma-navbar li:hover {
  background: #ffddbf;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.figma-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 80px;
}
.figma-hero-left {
  flex: 1;
  margin-top: 40px;
}
.figma-badge {
  display: inline-block;
  background: #ffddbf;
  color: #403930;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px 32px;
  margin-bottom: 32px;
}
.figma-hero-left h1 {
  font-family: 'Eczar', serif;
  font-size: 64px;
  font-weight: 600;
  color: #403930;
  margin-bottom: 32px;
  letter-spacing: 1.28px;
  line-height: 1.15;
}
.figma-btn-primary {
  display: inline-flex;
  align-items: center;
  background: #4e5e80;
  color: #f3f2ff;
  font-size: 24px;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 600;
  border-radius: 16px;
  padding: 24px 40px;
  text-decoration: none;
  margin-top: 16px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  box-shadow: 0 4px 24px 0 rgba(60, 40, 20, 0.08);
}
.figma-btn-primary:hover {
  background: #3b2c22;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}
.chevron-icon {
  width: 32px;
  height: 32px;
  margin-left: 12px;
}
.figma-hero-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.figma-avatar {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 24px 0 rgba(60, 40, 20, 0.08);
  background: #fff;
}
.figma-im-kavya {
  display: block;
  margin-top: 24px;
  color: #594f43;
  font-size: 32px;
  font-family: 'Patrick Hand', cursive;
  text-align: center;
  letter-spacing: 0.64px;
}

.figma-work {
  margin-top: 80px;
  margin-bottom: 80px;
}
.figma-work h2 {
  font-family: 'Eczar', serif;
  font-size: 40px;
  font-weight: 600;
  color: #403930;
  margin-bottom: 40px;
  letter-spacing: 0.8px;
}
.figma-work-card {
  display: flex;
  align-items: center;
  background: #fff8f2;
  border-radius: 32px;
  box-shadow: 0 4px 24px 0 rgba(60, 40, 20, 0.08);
  margin-bottom: 32px;
  padding: 48px 32px;
  gap: 76px;
}
.figma-work-card-left {
  flex: 1;
}
.figma-work-card-left h3 {
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #403930;
  margin-bottom: 12px;
}
.figma-work-card-left p {
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: 24px;
  color: #594f43;
  margin-bottom: 16px;
}
.figma-link {
  color: #4e5e80;
  font-size: 24px;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 8px;
  display: inline-block;
  transition: color 0.2s;
}
.figma-link:hover {
  color: #3b2c22;
  text-decoration: underline;
}
.figma-invite {
  display: inline-block;
  color: #4e5e80;
  font-size: 14px;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 600;
  margin-top: 8px;
}
.figma-work-card-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.figma-work-img {
  width: 240px;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(60, 40, 20, 0.08);
}

.figma-about {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
  gap: 80px;
}
.figma-about-left {
  flex: 1.2;
}
.figma-about-left h2 {
  font-family: 'Eczar', serif;
  font-size: 40px;
  font-weight: 600;
  color: #403930;
  margin-bottom: 32px;
  letter-spacing: 0.8px;
}
.figma-about-left p {
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: 20px;
  color: #594f43;
  margin-bottom: 16px;
  line-height: 1.6;
}
.figma-btn-secondary {
  display: inline-block;
  background: #fff;
  color: #4d5566;
  font-size: 24px;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 600;
  border-radius: 16px;
  padding: 24px 40px;
  text-decoration: none;
  margin-top: 16px;
  border: 4px solid #4d5566;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  box-shadow: 0 4px 24px 0 rgba(60, 40, 20, 0.08);
}
.figma-btn-secondary:hover {
  background: #ffddbf;
  color: #403930;
  transform: translateY(-2px) scale(1.04);
}
.figma-about-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.figma-about-img {
  width: 320px;
  height: 320px;
  border-radius: 32px;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(60, 40, 20, 0.08);
}

.figma-cta {
  background: #ffddbf;
  border-radius: 32px;
  padding: 64px 32px;
  text-align: center;
  margin-bottom: 80px;
  box-shadow: 0 4px 24px 0 rgba(60, 40, 20, 0.08);
}
.figma-cta h2 {
  font-family: 'Eczar', serif;
  font-size: 40px;
  font-weight: 600;
  color: #403930;
  margin-bottom: 32px;
  letter-spacing: 0.8px;
}
.figma-cta .figma-btn-primary {
  margin-bottom: 32px;
}
.figma-socials {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 24px;
}
.figma-socials img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(60, 40, 20, 0.08);
  transition: background 0.2s, transform 0.2s;
}
.figma-socials img:hover {
  background: #ffeed9;
  transform: scale(1.1);
}

@media (max-width: 900px) {
  .figma-hero, .figma-about {
    flex-direction: column;
    gap: 40px;
  }
  .figma-hero-right, .figma-about-right {
    align-items: flex-start;
    margin-top: 0;
  }
  .figma-work-card {
    flex-direction: column;
    gap: 32px;
    padding: 32px 16px;
  }
}
@media (max-width: 600px) {
  .figma-navbar ul {
    gap: 1.2rem;
    margin-left: 1rem;
    font-size: 16px;
  }
  .figma-hero-left h1, .figma-work h2, .figma-about-left h2, .figma-cta h2 {
    font-size: 28px;
  }
  .figma-avatar, .figma-about-img {
    width: 180px;
    height: 180px;
  }
  .figma-work-img {
    width: 120px;
    height: 90px;
  }
  .figma-cta {
    padding: 32px 8px;
  }
} 