body {
  min-height: 100vh;
  background: radial-gradient(ellipse 95% 70% at 50% 0%, #5a80c9 0%, #51608c 60%, #46336a 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 30px;
}

.profile-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 6px 24px 0 rgba(40,40,60,0.18);
  background: #fff;
  object-fit: cover;
}

.profile-name {
  font-weight: bold;
  color: #fff;
  font-size: 2em;
  margin: 14px 0 5px 0;
  letter-spacing: .5px;
}

.profile-tags {
  color: #e1e7f7;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 4px;
}

.profile-desc {
  color: #e1e7f7cc;
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 400;
}

.container-linktree {
  width: 100%;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

/* Social Media Grid - 3 Columns */
.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 0;
}

.btn-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 12px;
  border: none;
  border-radius: 1.2em;
  font-weight: 600;
  font-size: 0.95em;
  cursor: pointer;
  transition: all 0.15s ease;
  box-shadow: 0 2px 12px 0 rgba(50,90,180,0.08);
}

.btn-social i {
  font-size: 1.8em;
}

.btn-social .social-icon {
  font-size: 2.2em;
  line-height: 1;
}

.btn-social .social-svg {
  width: 2.2em;
  height: 2.2em;
  color: inherit;
}

.btn-social span {
  font-size: 0.9em;
  line-height: 1;
}

.btn-social:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px 0 rgba(50,90,180,0.15);
}

/* Individual Social Button Colors */
.btn-website {
  background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
  color: #fff;
}

.btn-website:hover {
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
  box-shadow: 0 8px 24px 0 rgba(79,70,229,0.45);
}

.btn-tiktok {
  background: linear-gradient(135deg, #000000 0%, #00F2EA 50%, #FF0050 100%);
  color: #fff;
}

.btn-tiktok:hover {
  background: linear-gradient(135deg, #FF0050 0%, #00F2EA 50%, #000000 100%);
  box-shadow: 0 8px 24px 0 rgba(255,0,80,0.5);
}

.btn-instagram {
  background: linear-gradient(135deg, #405DE6 0%, #5851DB 25%, #833AB4 50%, #C13584 75%, #E1306C 85%, #FD1D1D 95%, #F77737 100%);
  color: #fff;
}

.btn-instagram:hover {
  background: linear-gradient(135deg, #F77737 0%, #FD1D1D 15%, #E1306C 35%, #C13584 50%, #833AB4 70%, #5851DB 85%, #405DE6 100%);
  box-shadow: 0 8px 24px 0 rgba(225,48,108,0.5);
}

/* Tombol Chat PITA */
.btn-pita-main-v2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 14px 30px 14px 12px;
  border-radius: 4.5em;
  background: linear-gradient(90deg, #08b1a6 0%, #24b0dd 100%);
  color: #fff;
  border: none;
  box-shadow: 0 3px 22px 0 rgba(0,160,130,.13);
  cursor: pointer;
  font-family: 'Segoe UI', Arial, sans-serif;
  transition: box-shadow 0.16s, transform 0.13s;
  outline: none;
  margin-bottom: 18px;
  gap: 16px;
}

.btn-pita-main-v2:hover, 
.btn-pita-main-v2:focus {
  box-shadow: 0 9px 34px 0 rgba(0,180,180,0.22);
  transform: translateY(-2px) scale(1.04);
  background: linear-gradient(90deg, #24b0dd 0%, #08b1a6 100%);
}

.pita-avatar-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  border: 3px solid #fff;
  box-shadow: 0 3px 14px 0 rgba(0,140,110,.11);
  margin-right: 3px;
  flex-shrink: 0;
}

.pita-label-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.chat-text {
  font-weight: 700;
  font-size: 1.17em;
  letter-spacing: 0.01em;
  color: #fff;
}

.chat-pita {
  color: #ffe76d;
  font-weight: 800;
  font-size: 1.17em;
  margin-left: 4px;
  letter-spacing: .1px;
}

.badge-ai {
  background: #e6fad6;
  color: #29795e;
  font-size: .83em;
  font-weight: 600;
  border-radius: 1.1em;
  padding: 3.5px 13px 3.5px 11px;
  margin-top: 6px;
  box-shadow: 0 1.5px 7px 0 rgba(80,220,160,.07);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.badge-ai .ai-icon {
  font-size: 1.04em;
  margin-left: 3px;
}

/* Tombol Linktree Default */
.btn-linktree {
  display: flex;
  align-items: center;
  font-size: 1.12em;
  font-weight: 600;
  border: none;
  background: #fff;
  color: #204272;
  border-radius: 2em;
  box-shadow: 0 2px 12px 0 rgba(50,90,180,0.08);
  padding: 15px 24px;
  margin: 0 0 0 0;
  transition: box-shadow 0.15s, transform 0.13s, background 0.19s;
  cursor: pointer;
  gap: 16px;
}

.btn-linktree i {
  font-size: 1.3em;
  min-width: 28px;
  text-align: center;
  opacity: .93;
}

.btn-icon {
  width: 1.3em;
  height: 1.3em;
  min-width: 28px;
  opacity: .93;
}

.btn-icon {
  width: 1.3em;
  height: 1.3em;
  min-width: 28px;
  opacity: .93;
}

.btn-linktree:hover, 
.btn-linktree:focus {
  background: #f3f7ff;
  color: #1488b3;
  box-shadow: 0 6px 22px 0 rgba(25,90,190,0.14);
  transform: translateY(-2px) scale(1.04);
}

/* WhatsApp style override */
.btn-wa {
  background: linear-gradient(45deg, #25D366 35%, #1162ef 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 15px 0 rgba(0,210,80,0.10);
  border: none;
}

.btn-wa i {
  color: #fff;
}

.wa-svg {
  width: 1.3em;
  height: 1.3em;
  color: #fff;
  flex-shrink: 0;
}

.btn-wa:hover, 
.btn-wa:focus {
  background: linear-gradient(45deg, #fa901f, #25D366 80%) !important;
  color: #fff !important;
}

.reg {
  font-size: 0.52em;
  vertical-align: top;
  font-weight: normal;
  margin-left: 2px;
  letter-spacing: 0;
}

.footer {
  margin-top: 32px;
  color: #ffffffa1;
  font-size: 1em;
  text-align: center;
  letter-spacing: .1px;
}

/* Section Divider */
.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  margin: 16px 0 14px 0;
}

/* Section Title */
.section-title {
  color: #fff;
  font-size: 1.35em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px 0;
  letter-spacing: 0.3px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.section-title i {
  margin-right: 8px;
  color: #ffe76d;
}

.title-icon {
  width: 1.2em;
  height: 1.2em;
  color: #ffe76d;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
}

.title-icon {
  width: 1.2em;
  height: 1.2em;
  color: #ffe76d;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
}

/* Admin Group Title */
.admin-group-title {
  color: #e1e7f7;
  font-size: 1.05em;
  font-weight: 600;
  padding: 12px 20px;
  background: rgba(255,255,255,0.1);
  border-radius: 1.5em;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 0.2px;
  backdrop-filter: blur(10px);
}

.admin-group-title i {
  margin-right: 6px;
  color: #25D366;
}

.group-icon {
  width: 1.1em;
  height: 1.1em;
  color: #25D366;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
}

.group-icon {
  width: 1.1em;
  height: 1.1em;
  color: #25D366;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
}

.admin-group-title.marketplace-group i {
  color: #ff9500;
}

.admin-group-title.marketplace-group .group-icon {
  color: #ff9500;
}

.admin-group-title.marketplace-group .group-icon {
  color: #ff9500;
}

/* Button Content Stack */
.btn-content {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.btn-text-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  flex: 1;
}

.btn-main-text {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
}

.btn-sub-text {
  font-size: 0.8em;
  font-weight: 400;
  opacity: 0.85;
  line-height: 1.2;
  text-align: left;
}

/* Marketplace Button */
.btn-marketplace {
  background: linear-gradient(45deg, #ff9500 0%, #ff6b35 100%) !important;
  color: #fff !important;
  box-shadow: 0 4px 15px 0 rgba(255,149,0,0.25);
  border: none;
}

.btn-marketplace i {
  color: #fff;
}

.btn-marketplace:hover, 
.btn-marketplace:focus {
  background: linear-gradient(45deg, #ff6b35 0%, #ff9500 100%) !important;
  color: #fff !important;
  box-shadow: 0 6px 24px 0 rgba(255,149,0,0.35);
}

.btn-marketplace .btn-sub-text {
  opacity: 0.95;
  font-weight: 500;
}

.marketplace-info {
  white-space: normal !important;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 600px) {
  .container-linktree {
    max-width: 100vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  
  .social-grid {
    gap: 8px;
  }
  
  .btn-social {
    padding: 14px 8px;
    gap: 6px;
  }
  
  .btn-social i {
    font-size: 1.5em;
  }
  
  .btn-social .social-icon {
    font-size: 1.8em;
  }
  
  .btn-social .social-svg {
    width: 1.8em;
    height: 1.8em;
  }
  
  .btn-social span {
    font-size: 0.8em;
  }
  
  .btn-linktree {
    padding: 12px 16px;
  }
  
  .btn-content {
    gap: 12px;
  }
  
  .wa-svg {
    width: 1.2em;
    height: 1.2em;
  }
  
  .btn-main-text {
    font-size: 0.95em;
  }
  
  .btn-sub-text {
    font-size: 0.72em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .marketplace-info {
    font-size: 0.7em !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.35;
  }
  
  .admin-group-title {
    font-size: 0.95em;
    padding: 10px 16px;
  }
  
  .section-title {
    font-size: 1.2em;
  }
  
  .btn-pita-main-v2 {
    padding: 9px 9vw 9px 3vw;
    gap: 10px;
    border-radius: 2.5em;
  }
  
  .pita-avatar-btn {
    width: 38px;
    height: 38px;
  }
  
  .chat-text, 
  .chat-pita {
    font-size: 1em;
  }
  
  .badge-ai {
    font-size: .77em;
    padding: 3px 9px 3px 8px;
  }
  
  .profile-card {
    margin-top: 12vw;
  }
}