
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

body {
  min-height: 100vh;
  padding: 20px;

  background: url("https://imgs.search.brave.com/xi4NWnOdTrQ15L2QI7WI28BOhCc7IRhItmQimcBM1Qg/rs:fit:860:0:0:0/g:ce/aHR0cHM6Ly93YWxs/cGFwZXJjYXZlLmNv/bS93cC93cDg1MDk5/NzQuanBn") center/cover no-repeat;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.card {
  background: rgba(255, 255, 255, 0.75);
  width: 350px;
  border-radius: 20px;
  padding: 25px;
  backdrop-filter: blur(4px);

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 200, 215, 0.4);

  animation: fadeIn 0.5s ease-in-out;
}

.portfolio-card {
  background: rgba(255, 255, 255, 0.75);
  width: 350px;
  border-radius: 20px;
  padding: 25px;
  backdrop-filter: blur(4px);

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 200, 215, 0.4);

  animation: fadeIn 0.5s ease-in-out;
}

.profile {
  text-align: center;
  margin-bottom: 20px;
}

.avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid #ffb8cf;
  box-shadow: 0 0 10px rgba(255, 165, 190, 0.4);
}

.name {
  font-size: 1.5rem;
  color: #c4346e;
  margin-top: 10px;
}

.info p {
  margin-bottom: 8px;
  color: #333;
}

.info strong {
  color: #c4346e;
}

a {
  color: #d94e8c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.about {
  margin: 20px 0;
}

.about h3,
.contact h3 {
  color: #c4346e;
  margin-bottom: 10px;
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}

.btn-card {
  display: flex;
  align-items: center;
  background: rgba(255, 210, 230, 0.55);
  border-radius: 15px;
  padding: 10px;
  border: 1px solid rgba(255, 175, 200, 0.5);
  box-shadow: 0 2px 10px rgba(255, 182, 203, 0.25);
  transition: 0.2s;
}

.btn-card:hover {
  background: rgba(255, 190, 220, 0.65);
  transform: translateY(-3px);
}

.btn-thumb {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  margin-right: 10px;
  border: 2px solid #ffb6d6;
}

.btn-text {
  font-size: 1.1rem;
  color: #a42f5b;
  font-weight: 600;
}

.contact p {
  margin-bottom: 6px;
}

.muted {
  color: #666;
}

.info p i,
.contact p i {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  color: #c4346e;
  vertical-align: middle;
}

.info p,
.contact p {
  display: flex;
  align-items: center;
}

.socials {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.social-icon img {
  width: 22px;
  height: 22px;
  filter: invert(28%) sepia(34%) saturate(800%) hue-rotate(310deg) brightness(95%) contrast(90%);
  transition: 0.25s ease;
}

.social-icon:hover img {
  transform: scale(1.15);
  filter: invert(45%) sepia(56%) saturate(1200%) hue-rotate(310deg) brightness(100%) contrast(100%);
}

.product-container {
  display: flex;
  gap: 20px;
  margin-top: 40px;

  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product-card {
  width: 300px;
  padding: 22px;
  text-align: center;
}

.product-title {
  font-size: 1.3rem;
  color: #c4346e;
  margin-bottom: 10px;
  font-weight: 600;
}

.product-desc {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 18px;
  line-height: 1.45;
}

.product-btn {
  justify-content: center;
}

.product-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
  border: 2px solid rgba(255, 175, 200, 0.5);
}

.product-desc {
  text-align: left;
}

.product-card {
  padding: 0 0 20px 0;
  overflow: hidden;      
}

.product-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  display: block;
}

.product-card h2,
.product-card p {
  padding: 0 20px;
  margin-top: 12px;
}

.product-card .product-btn {
  width: auto;
  margin: 15px 20px 0 20px;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
}

.product-card .btn-text {
  text-align: center;
}

.price-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}

.product-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: #c4346e;
}

.product-price-old {
  font-size: 0.95rem;
  color: #777;
  text-decoration: line-through;
}

.credit {
  text-align: center;
  font-size: 0.75rem;
  margin-top: 15px;
  color: #7a606a;
  opacity: 0.7;
}

.portfolio-card h3 {
  color: #c4346e;
  margin-bottom: 10px;
  text-align: center;
}

.portfolio-desc {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.25;
  text-align: center;
}

.logos {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.logo-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 175, 200, 0.5);
  box-shadow: 0 2px 5px rgba(255, 182, 203, 0.25);
  object-fit: cover;
  transition: 0.2s;
}

.logo:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(255, 182, 203, 0.4);
}

.terms-card {
  background: rgba(255, 255, 255, 0.75);
  width: 350px;
  border-radius: 20px;
  padding: 25px;
  backdrop-filter: blur(4px);

  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(200, 255, 215, 0.4);

  animation: fadeIn 0.5s ease-in-out;
}

.terms-card h3 {
  color: #c4346e;
  margin-bottom: 10px;
  text-align: center;
}

.terms-desc {
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: left;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}