/**
 * Extended Curated Templates Stylesheets (Top 4 Additional Professional Archetypes)
 * Total Active Templates: 20
 */

/* 17. Wall Street Fintech (وول ستريت والمالية) */
body.template-wall_street_fintech:not(.has-bg-image) {
  background: #090e1a !important;
}
.template-wall_street_fintech:not(.has-bg-image) .profile-page-wrapper {
  background: radial-gradient(circle at 50% 10%, #11233d 0%, #090e1a 100%) !important;
}
.template-wall_street_fintech .profile-container {
  background: #0e172a;
  border: 1px solid rgba(16, 185, 129, 0.35);
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7);
}
.template-wall_street_fintech .profile-avatar {
  border: 2.5px solid #10b981;
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.4);
}
.template-wall_street_fintech .custom-link-card {
  background: #142038;
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 12px;
}
.template-wall_street_fintech .custom-link-card:hover {
  border-color: #10b981;
  box-shadow: 0 0 15px rgba(16, 185, 129, 0.3);
}
.template-wall_street_fintech .link-icon-box {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
}
.template-wall_street_fintech .vcard-btn {
  background: linear-gradient(135deg, #10b981 0%, #0284c7 100%);
  border: none;
  color: #ffffff;
  font-weight: 800;
}

/* 18. Real Estate Luxury (العقارات والقصور الفاخرة) */
body.template-real_estate_luxury:not(.has-bg-image) {
  background: #0b101d !important;
}
.template-real_estate_luxury:not(.has-bg-image) .profile-page-wrapper {
  background: linear-gradient(180deg, #152238 0%, #0b101d 100%) !important;
}
.template-real_estate_luxury .profile-container {
  background: #101828;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.7);
}
.template-real_estate_luxury .profile-avatar {
  border: 2.5px solid #d4af37;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.35);
}
.template-real_estate_luxury .custom-link-card {
  background: #17223b;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 12px;
}
.template-real_estate_luxury .custom-link-card:hover {
  border-color: #d4af37;
  transform: translateY(-2px);
}
.template-real_estate_luxury .link-icon-box {
  background: rgba(212, 175, 55, 0.15);
  color: #facc15;
}
.template-real_estate_luxury .vcard-btn {
  background: #d4af37;
  color: #0b101d;
  font-weight: 900;
  border: none;
}

/* 19. Medical & Clinic (العيادات والأطباء) */
body.template-medical_clinics:not(.has-bg-image) {
  background: #f0fdfa !important;
}
.template-medical_clinics:not(.has-bg-image) .profile-page-wrapper {
  background: #f0fdfa !important;
}
.template-medical_clinics .profile-container {
  background: #ffffff;
  border: 1px solid #ccfbf1;
  border-top: 4px solid #0d9488;
  border-radius: 18px;
  padding: 32px 24px;
  box-shadow: 0 10px 30px rgba(13, 148, 136, 0.08);
}
.template-medical_clinics .profile-avatar {
  border: 3px solid #0d9488;
}
.template-medical_clinics .custom-link-card {
  background: #f0fdfa;
  border: 1px solid #ccfbf1;
  border-radius: 12px;
}
.template-medical_clinics .custom-link-card:hover {
  background: #e6fffa;
  border-color: #0d9488;
}
.template-medical_clinics .link-icon-box {
  background: #ccfbf1;
  color: #0d9488;
}
.template-medical_clinics .vcard-btn {
  background: #0d9488;
  color: #ffffff;
  border: none;
  font-weight: 700;
}

/* 20. Podcast ON-AIR (استوديو البودكاست والإذاعة) */
body.template-podcast_broadcast:not(.has-bg-image) {
  background: #08080a !important;
}
.template-podcast_broadcast:not(.has-bg-image) .profile-page-wrapper {
  background: #08080a !important;
}
.template-podcast_broadcast .profile-container {
  background: #0e0e14;
  border: 1px solid #222230;
  border-radius: 20px;
  padding: 32px 24px;
  position: relative;
}
.template-podcast_broadcast .avatar-wrapper::after {
  content: "● REC";
  position: absolute;
  top: 0;
  right: 0;
  background: #ef4444;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 900;
  padding: 2px 8px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(239, 68, 68, 0.7);
}
.template-podcast_broadcast .profile-avatar {
  border: 2.5px solid #ef4444;
}
.template-podcast_broadcast .custom-link-card {
  background: #14141e;
  border: 1px solid #28283a;
  border-radius: 12px;
}
.template-podcast_broadcast .custom-link-card:hover {
  border-color: #ef4444;
}
.template-podcast_broadcast .link-icon-box {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
}
.template-podcast_broadcast .vcard-btn {
  background: #ef4444;
  color: #ffffff;
  font-weight: 800;
  border: none;
}

/* Mobile Responsive Anti-Overflow Overrides */
@media (max-width: 991px) {
  .template-wall_street_fintech .profile-container,
  .template-real_estate_luxury .profile-container,
  .template-medical_clinics .profile-container,
  .template-podcast_broadcast .profile-container {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

