/*
Theme Name: Team Goal Setters 3.0
Theme URI: https://example.com/team-goal-setters-3-0
Author: Team Goal Setters 3.0
Author URI: https://example.com
Description: A sleek black and pink one-page distributor success hub for Team Goal Setters 3.0 with Product Guide, Facebook Group, and Messenger Chat links.
Version: 1.0.3
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: team-vanguards
Tags: one-column, custom-background, custom-logo, featured-images, full-width-template
*/

:root {
  --black: #07070a;
  --dark: #101018;
  --card: #181824;
  --card-soft: #202031;
  --pink: #ff4fb8;
  --hot-pink: #ff1493;
  --soft-pink: #ffd6ec;
  --purple: #b517ff;
  --white: #ffffff;
  --muted: #b9b9c7;
  --border: rgba(255, 255, 255, 0.1);
  --gradient: linear-gradient(135deg, #ff4fb8, #ff1493, #b517ff);
  --shadow: 0 24px 80px rgba(255, 79, 184, 0.15);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(255, 79, 184, 0.16), transparent 32%),
    radial-gradient(circle at top left, rgba(181, 23, 255, 0.12), transparent 28%),
    var(--black);
  color: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, 92%); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(7, 7, 10, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; position: relative; }
.logo { display: flex; align-items: center; gap: 11px; font-weight: 900; font-size: 1.12rem; letter-spacing: -0.4px; }
.logo-mark { width: 46px; height: 46px; border-radius: 15px; object-fit: cover; object-position: center; border: 1px solid rgba(255, 79, 184, 0.45); box-shadow: 0 0 26px rgba(255, 79, 184, 0.38); }
.nav-links { display: flex; gap: 24px; align-items: center; font-size: 0.95rem; color: var(--muted); }
.nav-links a:hover { color: var(--pink); }

.package-builder-image-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  max-width: 170px;
  height: 44px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 79, 184, 0.42);
  box-shadow: 0 0 16px rgba(255, 79, 184, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, filter 0.22s ease;
  background: rgba(255, 79, 184, 0.08);
  flex-shrink: 0;
  position: relative;
}
.package-builder-image-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255,255,255,0.34) 48%, transparent 78%);
  transform: translateX(-120%);
  transition: transform 0.45s ease;
  pointer-events: none;
}
.package-builder-image-button:hover {
  transform: translateY(-3px) scale(1.04);
  border-color: rgba(255, 79, 184, 1);
  box-shadow: 0 0 20px rgba(255, 79, 184, 0.55), 0 0 46px rgba(255, 20, 147, 0.42);
  filter: brightness(1.22) saturate(1.18);
}
.package-builder-image-button:hover::after {
  transform: translateX(120%);
}
.package-builder-image-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mobile-menu-btn { display: none; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); color: var(--white); padding: 9px 13px; border-radius: 12px; cursor: pointer; font-weight: 700; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 999px; font-weight: 800; border: none; cursor: pointer; transition: 0.25s ease; text-align: center; font-size: 0.95rem; }
.btn-primary { background: var(--gradient); color: var(--white); box-shadow: 0 12px 34px rgba(255, 79, 184, 0.26); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(255, 79, 184, 0.42); }
.btn-outline { border: 1px solid rgba(255, 255, 255, 0.18); color: var(--white); background: rgba(255, 255, 255, 0.04); }
.btn-outline:hover { border-color: var(--pink); color: var(--pink); transform: translateY(-2px); }
.hero { padding: 86px 0 72px; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 7, 10, 0.94) 0%, rgba(7, 7, 10, 0.82) 52%, rgba(7, 7, 10, 0.55) 100%), url('assets/team-vanguards-logo.jpeg'); background-size: cover; background-position: center; opacity: 0.35; z-index: -2; }
.hero::after { content: ""; position: absolute; width: 540px; height: 540px; right: -170px; top: 20px; background: radial-gradient(circle, rgba(255, 79, 184, 0.25), transparent 68%); z-index: -1; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 1px solid rgba(255, 79, 184, 0.35); background: rgba(255, 79, 184, 0.1); color: var(--soft-pink); border-radius: 999px; font-size: 0.9rem; margin-bottom: 20px; }
h1 { font-size: clamp(2.55rem, 6vw, 5.1rem); line-height: 1; letter-spacing: -2.5px; margin-bottom: 22px; }
.highlight { background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { color: var(--muted); font-size: 1.08rem; max-width: 640px; margin-bottom: 30px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 640px; }
.stat { padding: 18px; border: 1px solid var(--border); background: rgba(255, 255, 255, 0.04); border-radius: 18px; }
.stat strong { display: block; font-size: 1.45rem; color: var(--pink); line-height: 1.1; }
.stat span { color: var(--muted); font-size: 0.9rem; }
.logo-showcase-card { background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.035)); border: 1px solid var(--border); border-radius: 30px; padding: 18px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.logo-showcase-card::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(255, 79, 184, 0.16), transparent 60%); pointer-events: none; }
.logo-showcase-card .main-team-logo { display: block; width: 100%; border-radius: 22px; border: 1px solid rgba(255, 79, 184, 0.24); box-shadow: 0 0 40px rgba(255, 79, 184, 0.16); }
.hero-package-builder-wrap { display: flex; justify-content: flex-end; margin-bottom: 14px; position: relative; z-index: 2; }
.hero-package-builder-button { width: 190px; max-width: 42%; height: 49px; border-radius: 16px; }
.launch-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 16px; position: relative; z-index: 1; }
.launch-mini { background: rgba(7, 7, 10, 0.74); border: 1px solid var(--border); border-radius: 16px; padding: 12px; text-align: center; color: var(--muted); font-size: 0.82rem; }
.launch-mini strong { display: block; color: var(--pink); font-size: 1rem; margin-bottom: 2px; }
section { padding: 76px 0; }
.section-header { max-width: 720px; margin-bottom: 36px; }
.section-header.center { margin: 0 auto 42px; text-align: center; }
.eyebrow { color: var(--pink); text-transform: uppercase; letter-spacing: 1.5px; font-size: 0.78rem; font-weight: 900; margin-bottom: 10px; }
h2 { font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.1; letter-spacing: -1.5px; margin-bottom: 14px; }
.section-header p { color: var(--muted); font-size: 1rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--card); border: 1px solid var(--border); border-radius: 24px; padding: 26px; transition: 0.25s ease; }
.card:hover { transform: translateY(-4px); border-color: rgba(255, 79, 184, 0.48); }
.icon { width: 50px; height: 50px; border-radius: 17px; background: rgba(255, 79, 184, 0.12); display: grid; place-items: center; font-size: 1.45rem; margin-bottom: 18px; }
.card h3 { margin-bottom: 10px; font-size: 1.2rem; }
.card p { color: var(--muted); font-size: 0.95rem; }
.steps { display: grid; gap: 18px; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 24px; background: var(--card); border: 1px solid var(--border); border-radius: 24px; }
.step-number { width: 46px; height: 46px; border-radius: 50%; background: var(--gradient); display: grid; place-items: center; font-weight: 900; box-shadow: 0 0 28px rgba(255, 79, 184, 0.28); }
.step p { color: var(--muted); margin-top: 6px; }
.resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.resource { padding: 22px; background: rgba(255, 255, 255, 0.04); border: 1px solid var(--border); border-radius: 20px; text-align: center; transition: 0.25s ease; min-height: 184px; display: flex; flex-direction: column; justify-content: center; }
a.resource:hover { transform: translateY(-4px); border-color: rgba(255, 79, 184, 0.55); background: rgba(255, 79, 184, 0.08); }
.resource.featured { background: linear-gradient(180deg, rgba(255, 79, 184, 0.15), rgba(255, 255, 255, 0.04)); border-color: rgba(255, 79, 184, 0.34); }
.resource span { font-size: 2rem; display: block; margin-bottom: 10px; }
.resource h3 { font-size: 1rem; margin-bottom: 6px; }
.resource p { color: var(--muted); font-size: 0.88rem; }
.cta { background: linear-gradient(135deg, rgba(7, 7, 10, 0.92), rgba(255, 79, 184, 0.18)), url('assets/team-vanguards-logo.jpeg'); background-size: cover; background-position: center; border: 1px solid rgba(255, 79, 184, 0.25); border-radius: 34px; padding: 50px; text-align: center; box-shadow: var(--shadow); overflow: hidden; position: relative; }
.cta::before { content: ""; position: absolute; inset: 0; background: rgba(7, 7, 10, 0.5); z-index: 0; }
.cta > * { position: relative; z-index: 1; }
.cta p { color: var(--muted); max-width: 680px; margin: 0 auto 24px; }
.cta .hero-buttons { justify-content: center; margin-bottom: 0; }
.faq { display: grid; gap: 14px; max-width: 850px; margin: 0 auto; }
details { background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 800; }
details p { color: var(--muted); margin-top: 12px; }
.site-footer { border-top: 1px solid var(--border); padding: 30px 0; color: var(--muted); font-size: 0.9rem; }
.footer-row { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .mobile-menu-btn { display: block; }
  .nav-links { position: absolute; top: 74px; left: 0; right: 0; background: #111118; border: 1px solid var(--border); border-radius: 20px; padding: 18px; display: none; flex-direction: column; align-items: stretch; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4); }
  .nav-links.active { display: flex; }
  .nav-links .btn { width: 100%; }
  .hero-package-builder-wrap { justify-content: center; }
  .hero-package-builder-button { width: 200px; max-width: 100%; height: 52px; align-self: center; }
  .hero-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .hero { padding: 58px 0 44px; }
  .hero-buttons { flex-direction: column; }
  .btn { width: 100%; }
  .hero-package-builder-button { width: 100%; max-width: 210px; height: 54px; }
  .resource-grid { grid-template-columns: 1fr; }
  .step { grid-template-columns: 1fr; }
  .cta { padding: 34px 22px; }
  .launch-strip { grid-template-columns: repeat(2, 1fr); }
}

/* Sequential Video Training Slider */
.training-section {
  position: relative;
}

.video-sequence {
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  border: 1px solid rgba(255, 79, 184, 0.24);
  border-radius: 32px;
  padding: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.video-sequence::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -140px;
  top: -140px;
  background: radial-gradient(circle, rgba(255, 79, 184, 0.22), transparent 68%);
  pointer-events: none;
}

.video-stage {
  position: relative;
  z-index: 1;
}

.video-slide {
  display: none;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: stretch;
}

.video-slide.active {
  display: grid;
}

.video-frame {
  background: #030306;
  border: 1px solid rgba(255, 79, 184, 0.24);
  border-radius: 24px;
  overflow: hidden;
  min-height: 360px;
  box-shadow: inset 0 0 40px rgba(255, 79, 184, 0.08), 0 0 28px rgba(255, 79, 184, 0.12);
}

.video-frame video,
.video-frame iframe,
.youtube-holder {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  border: 0;
}

.video-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 32px;
  background:
    radial-gradient(circle at center, rgba(255, 79, 184, 0.16), transparent 55%),
    linear-gradient(135deg, rgba(255, 79, 184, 0.12), rgba(181, 23, 255, 0.08));
}

.video-placeholder span {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gradient);
  box-shadow: 0 0 35px rgba(255, 79, 184, 0.45);
  font-size: 2rem;
  margin: 0 auto 14px;
}

.video-placeholder strong {
  display: block;
  font-size: 1.35rem;
  margin-bottom: 8px;
}

.video-placeholder p {
  color: var(--muted);
  max-width: 420px;
  margin: 0 auto;
}

.video-caption {
  background: rgba(7, 7, 10, 0.74);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-caption span {
  color: var(--pink);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 0.78rem;
  margin-bottom: 10px;
}

.video-caption h3 {
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.1;
  margin-bottom: 12px;
}

.video-caption p {
  color: var(--muted);
}

.video-controls {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.video-nav-btn {
  border: 1px solid rgba(255, 79, 184, 0.3);
  background: rgba(255, 79, 184, 0.08);
  color: var(--white);
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.22s ease;
}

.video-nav-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: var(--pink);
  box-shadow: 0 0 28px rgba(255, 79, 184, 0.28);
}

.video-nav-btn:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.video-progress-text {
  color: var(--muted);
  font-weight: 800;
}

.video-step-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.video-step {
  min-height: 76px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.04);
  color: var(--muted);
  padding: 12px;
  text-align: left;
  display: flex;
  gap: 9px;
  align-items: center;
  cursor: pointer;
  transition: 0.22s ease;
}

.video-step.unlocked {
  color: var(--white);
  border-color: rgba(255, 79, 184, 0.28);
}

.video-step.completed {
  background: rgba(255, 79, 184, 0.11);
}

.video-step.active {
  border-color: var(--pink);
  box-shadow: 0 0 22px rgba(255, 79, 184, 0.22);
}

.video-step.locked {
  cursor: not-allowed;
  opacity: 0.52;
}

.video-step-status {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .video-slide { grid-template-columns: 1fr; }
  .video-step-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .video-sequence { padding: 14px; border-radius: 24px; }
  .video-frame, .video-frame video, .video-frame iframe, .youtube-holder, .video-placeholder { min-height: 230px; }
  .video-controls { flex-direction: column; }
  .video-nav-btn { width: 100%; }
  .video-step-list { grid-template-columns: 1fr; }
}

/* Member signup/login and locked training access */
.member-section {
  position: relative;
}

.member-access-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
}

.member-card,
.member-welcome-card,
.training-locked-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  border: 1px solid rgba(255, 79, 184, 0.24);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.member-welcome-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.member-kicker {
  display: inline-block;
  color: var(--pink);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.member-card h3,
.member-welcome-card h3,
.training-locked-card h3 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.1;
  margin-bottom: 10px;
}

.member-card p,
.member-welcome-card p,
.training-locked-card p {
  color: var(--muted);
  margin-bottom: 18px;
}

.member-form,
#team-vanguards-loginform {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.member-form label,
#team-vanguards-loginform p {
  color: var(--soft-pink);
  font-weight: 800;
  font-size: 0.9rem;
}

.member-form input,
#team-vanguards-loginform input[type="text"],
#team-vanguards-loginform input[type="password"] {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 79, 184, 0.26);
  background: rgba(7, 7, 10, 0.82);
  color: var(--white);
  outline: none;
}

.member-form input:focus,
#team-vanguards-loginform input[type="text"]:focus,
#team-vanguards-loginform input[type="password"]:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(255, 79, 184, 0.16);
}

#team-vanguards-loginform .login-remember label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
}

#team-vanguards-loginform input[type="submit"] {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  background: var(--gradient);
  box-shadow: 0 12px 34px rgba(255, 79, 184, 0.26);
}

.member-alert {
  max-width: 850px;
  margin: 0 auto 22px;
  border-radius: 18px;
  padding: 14px 18px;
  font-weight: 800;
}

.member-alert-success {
  background: rgba(46, 213, 115, 0.13);
  border: 1px solid rgba(46, 213, 115, 0.35);
  color: #b8ffd0;
}

.member-alert-error {
  background: rgba(255, 79, 184, 0.12);
  border: 1px solid rgba(255, 79, 184, 0.35);
  color: var(--soft-pink);
}

.training-locked-card {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.training-locked-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  top: -120px;
  right: -100px;
  background: radial-gradient(circle, rgba(255, 79, 184, 0.24), transparent 66%);
}

.training-locked-card > * {
  position: relative;
  z-index: 1;
}

.lock-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--gradient);
  margin: 0 auto 16px;
  box-shadow: 0 0 36px rgba(255, 79, 184, 0.42);
  font-size: 2rem;
}

@media (max-width: 900px) {
  .member-access-grid {
    grid-template-columns: 1fr;
  }

  .member-welcome-card {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Product Gallery Showcase */
.product-gallery-section {
  position: relative;
  overflow: hidden;
}

.product-gallery-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -180px;
  top: 80px;
  background: radial-gradient(circle, rgba(255, 79, 184, 0.18), transparent 68%);
  pointer-events: none;
}

.product-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  position: relative;
  z-index: 1;
}

.product-gallery-card {
  appearance: none;
  border: 1px solid rgba(255, 79, 184, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(12, 12, 18, 0.95);
  border-radius: 24px;
  padding: 12px;
  color: var(--white);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.32);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  text-align: left;
}

.product-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.16) 48%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.product-gallery-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 79, 184, 0.72);
  box-shadow: 0 22px 70px rgba(255, 79, 184, 0.2);
}

.product-gallery-card:hover::after {
  transform: translateX(120%);
}

.product-card-glow {
  position: absolute;
  width: 140px;
  height: 140px;
  right: -54px;
  top: -54px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 79, 184, 0.34), transparent 70%);
  pointer-events: none;
}

.product-image-wrap {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: #050507;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.product-gallery-card:hover .product-image-wrap img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.04);
}

.product-card-title {
  display: block;
  color: var(--pink);
  font-weight: 900;
  font-size: 0.98rem;
  line-height: 1.25;
  margin: 14px 4px 2px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.product-card-subtitle {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  margin: 0 4px 4px;
}

.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(12px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.product-lightbox.active {
  display: flex;
}

.product-lightbox img {
  max-width: min(1100px, 94vw);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 22px;
  border: 1px solid rgba(255, 79, 184, 0.5);
  box-shadow: 0 0 70px rgba(255, 79, 184, 0.28);
  background: #050507;
}

.product-lightbox-close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 79, 184, 0.5);
  background: rgba(255, 79, 184, 0.12);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
}

.product-lightbox-close:hover {
  background: var(--pink);
  transform: scale(1.05);
}

@media (max-width: 980px) {
  .product-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .product-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 480px) {
  .product-gallery-grid { grid-template-columns: 1fr; }
  .product-gallery-card { border-radius: 20px; }
}


/* Team Leader Profile */
.leader-section {
  position: relative;
  overflow: hidden;
}

.leader-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: 30px;
  background: radial-gradient(circle, rgba(255, 79, 184, 0.2), transparent 68%);
  pointer-events: none;
}

.leader-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: center;
  padding: 26px;
  border-radius: 32px;
  border: 1px solid rgba(255, 79, 184, 0.3);
  background: linear-gradient(135deg, rgba(255, 79, 184, 0.11), rgba(181, 23, 255, 0.06), rgba(255,255,255,0.025));
  box-shadow: 0 24px 80px rgba(255, 79, 184, 0.13);
  position: relative;
  z-index: 1;
}

.leader-copy {
  padding: 18px;
}

.leader-copy p {
  color: var(--muted);
  margin: 0 0 22px;
}

.leader-values {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
}

.leader-values span {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--soft-pink);
  border: 1px solid rgba(255, 79, 184, 0.3);
  background: rgba(255, 79, 184, 0.08);
  font-size: 0.82rem;
  font-weight: 800;
}

.leader-image-button {
  appearance: none;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  border-radius: 24px;
  overflow: hidden;
  cursor: zoom-in;
  box-shadow: 0 0 45px rgba(255, 79, 184, 0.18);
}

.leader-image-button img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  border: 1px solid rgba(255, 79, 184, 0.28);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.leader-image-button:hover img {
  transform: scale(1.015);
  filter: brightness(1.06) saturate(1.05);
}

@media (max-width: 900px) {
  .leader-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .leader-card {
    padding: 14px;
    border-radius: 24px;
  }

  .leader-copy {
    padding: 10px;
  }

  .leader-image-button,
  .leader-image-button img {
    border-radius: 18px;
  }
}
