/**
 * PhytoScience Wellness - Official Luxury Crimson Design System
 * Derived from the official PhytoScience Wellness corporate identity.
 * Primary: PhytoScience Crimson (#D8001D, #E6001F) & Deep Maroon (#800000, #65000B)
 * Surface: Dark Obsidian (#0A0B0E, #121318, #181920)
 * Accent: Bright Coral Red (#FF4256) & Pure White (#FFFFFF)
 */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  /* Official PhytoScience Corporate Crimson Palette */
  --ps-crimson-950: #260004;
  --ps-crimson-900: #450008;
  --ps-crimson-850: #65000B;
  --ps-crimson-800: #800000; /* Deep Maroon / "WELLNESS" in logo */
  --ps-crimson-700: #9E000F;
  --ps-crimson-600: #BF0016;
  --ps-crimson-500: #D8001D; /* Signature PhytoScience Red in logo */
  --ps-crimson-400: #F02840;
  --ps-crimson-300: #FF5C6F;
  --ps-crimson-200: #FFA8B3;
  --ps-crimson-100: #FFE2E5;
  --ps-crimson-50:  #FFF5F6;

  /* Primary Brand Aliases */
  --ps-primary: var(--ps-crimson-500);
  --ps-primary-dark: var(--ps-crimson-800);
  --ps-primary-light: var(--ps-crimson-400);

  /* Gold & Emerald Aliases (re-routed to PhytoScience Crimson & Warm Accents) */
  --ps-gold: var(--ps-crimson-400);
  --ps-gold-500: var(--ps-crimson-500);
  --ps-gold-400: var(--ps-crimson-400);
  --ps-gold-300: var(--ps-crimson-300);
  --ps-gold-50:  var(--ps-crimson-50);

  --ps-emerald-900: #121318;
  --ps-emerald-800: #181920;
  --ps-emerald-700: var(--ps-crimson-700);
  --ps-emerald-600: var(--ps-crimson-600);
  --ps-emerald-500: var(--ps-crimson-500);

  /* Modern Luxury Dark Obsidian Surfaces */
  --ps-dark-bg: #0A0B0E;
  --ps-dark-surface: #121318;
  --ps-dark-card: #181920;
  --ps-dark-elevated: #20222B;

  --ps-light-bg: #FAF9F9;
  --ps-light-surface: #F3F4F6;
  --ps-light-card: #FFFFFF;

  --ps-text-main: #FFFFFF;
  --ps-text-muted: #9CA3AF;
  --ps-text-light: #6B7280;
  --ps-text-white: #FFFFFF;

  --ps-border-subtle: rgba(255, 255, 255, 0.08);
  --ps-border-gold: rgba(216, 0, 29, 0.35); /* Aliased to brand crimson */
  --ps-border-crimson: rgba(216, 0, 29, 0.4);
  --ps-border-brand: rgba(216, 0, 29, 0.35);

  --ps-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.25);
  --ps-shadow-md: 0 12px 30px rgba(0, 0, 0, 0.4);
  --ps-shadow-lg: 0 24px 50px rgba(0, 0, 0, 0.55);
  --ps-shadow-gold: 0 10px 25px rgba(216, 0, 29, 0.35);
  --ps-shadow-crimson: 0 10px 25px rgba(216, 0, 29, 0.4);

  --ps-radius-sm: 8px;
  --ps-radius-md: 16px;
  --ps-radius-lg: 24px;
  --ps-radius-xl: 32px;
  --ps-radius-pill: 9999px;

  --ps-font-heading: 'Cinzel', serif;
  --ps-font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Global Reset & Base Setup */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--ps-font-body);
  background-color: var(--ps-dark-bg);
  color: #FFFFFF;
  line-height: 1.68;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Typography Scale */
h1, h2, h3, h4, .font-heading {
  font-family: var(--ps-font-heading);
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 0;
}

h1 {
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  line-height: 1.12;
}

h2 {
  font-size: clamp(1.8rem, 3.8vw, 2.75rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  line-height: 1.3;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5, h6 {
  font-family: var(--ps-font-body);
  font-weight: 700;
  letter-spacing: 0.01em;
}

p {
  margin-bottom: 1.25rem;
}

.text-gold, .text-crimson, .text-brand {
  color: #FF4256 !important;
}

.text-gold-gradient, .text-crimson-gradient {
  background: linear-gradient(135deg, #FF5C6F 0%, #D8001D 50%, #9E000F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-emerald {
  color: #FF4256 !important;
}

.bg-gold {
  background: linear-gradient(135deg, #E6001F 0%, #9B0013 100%) !important;
  color: #FFFFFF !important;
}

.bg-crimson {
  background: var(--ps-crimson-500) !important;
  color: #FFFFFF !important;
}

/* Eyebrow & Status Badges */
.ps-badge-gold, .ps-badge-brand, .ps-badge-crimson, .eyebrow, .eyebrow-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: var(--ps-radius-pill);
  background: rgba(216, 0, 29, 0.12);
  color: #FF5C6F;
  border: 1px solid rgba(216, 0, 29, 0.35);
  margin-bottom: 1rem;
}

.ps-status-dot {
  width: 8px;
  height: 8px;
  background-color: #D8001D;
  border-radius: 50%;
  box-shadow: 0 0 10px #D8001D;
  display: inline-block;
  animation: pulse-brand 2s infinite;
}

@keyframes pulse-brand {
  0% { box-shadow: 0 0 0 0 rgba(216, 0, 29, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(216, 0, 29, 0); }
  100% { box-shadow: 0 0 0 0 rgba(216, 0, 29, 0); }
}

/* Buttons */
.btn-ps {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--ps-font-body);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 13px 28px;
  border-radius: var(--ps-radius-pill);
  text-decoration: none;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}

.btn-ps-gold, .btn-ps-primary, .btn-ps-crimson {
  background: linear-gradient(135deg, #E6001F 0%, #9B0013 100%);
  color: #FFFFFF !important;
  border-color: #D8001D;
  box-shadow: 0 10px 25px rgba(216, 0, 29, 0.35);
}

.btn-ps-gold:hover, .btn-ps-primary:hover, .btn-ps-crimson:hover {
  background: linear-gradient(135deg, #FF1A36 0%, #B30017 100%);
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(216, 0, 29, 0.5);
}

.btn-ps-emerald {
  background: linear-gradient(135deg, #E6001F 0%, #9B0013 100%);
  color: #FFFFFF !important;
  border-color: #D8001D;
  box-shadow: 0 10px 25px rgba(216, 0, 29, 0.35);
}

.btn-ps-emerald:hover {
  background: linear-gradient(135deg, #FF1A36 0%, #B30017 100%);
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(216, 0, 29, 0.5);
}

.btn-ps-outline-gold, .btn-ps-outline-crimson {
  background-color: transparent;
  color: #FF4D5E !important;
  border: 1.5px solid #D8001D;
}

.btn-ps-outline-gold:hover, .btn-ps-outline-crimson:hover {
  background-color: #D8001D;
  color: #FFFFFF !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(216, 0, 29, 0.35);
}

.btn-ps-glass {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.btn-ps-glass:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.btn-ps-sm {
  padding: 8px 18px;
  font-size: 0.85rem;
}

.btn-ps-lg {
  padding: 15px 34px;
  font-size: 1.05rem;
}

/* Play Pulse Button */
.btn-ps-play-pulse {
  width: 68px;
  height: 68px;
  background: #D8001D;
  color: #FFFFFF;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 rgba(216, 0, 29, 0.7);
  animation: pulse-play 2s infinite;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.btn-ps-play-pulse:hover {
  transform: translate(-50%, -50%) scale(1.1) !important;
  background: #FF1A36;
}

.btn-ps-play-pulse svg {
  fill: #FFFFFF !important;
  margin-left: 3px;
}

@keyframes pulse-play {
  0% { box-shadow: 0 0 0 0 rgba(216, 0, 29, 0.7); }
  70% { box-shadow: 0 0 0 18px rgba(216, 0, 29, 0); }
  100% { box-shadow: 0 0 0 0 rgba(216, 0, 29, 0); }
}

/* Cards & Surfaces */
.ps-card {
  background: rgba(24, 25, 32, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--ps-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2.2rem;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.ps-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.55);
  border-color: rgba(216, 0, 29, 0.4);
}

.ps-card-gold, .ps-card-brand {
  border-color: var(--ps-border-crimson);
  background: linear-gradient(180deg, rgba(216, 0, 29, 0.08) 0%, rgba(24, 25, 32, 0.95) 100%);
}

.ps-card-gold:hover {
  border-color: var(--ps-crimson-500);
  box-shadow: var(--ps-shadow-crimson);
}

/* Packages Card Spec */
.ps-package-card.featured {
  border-color: #D8001D !important;
  background: linear-gradient(180deg, rgba(216, 0, 29, 0.15) 0%, rgba(24, 25, 32, 0.95) 100%) !important;
  box-shadow: 0 16px 45px rgba(216, 0, 29, 0.25) !important;
}

.ps-package-featured-badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #E6001F 0%, #9B0013 100%);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 6px 0;
  text-transform: uppercase;
}

/* Navigation Bar */
.ps-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: rgba(10, 11, 14, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(216, 0, 29, 0.2);
  transition: all 0.3s ease;
  padding: 12px 0;
}

.ps-navbar.scrolled {
  padding: 8px 0;
  background: rgba(10, 11, 14, 0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(216, 0, 29, 0.35);
}

.ps-navbar-logo {
  height: 42px;
  width: auto;
  object-fit: contain;
  transition: transform 0.2s ease;
}

.ps-navbar-logo:hover {
  transform: scale(1.03);
}

.ps-footer-logo {
  height: 52px;
  width: auto;
  object-fit: contain;
}

.ps-nav-link {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 8px 14px;
  text-decoration: none;
  border-radius: var(--ps-radius-pill);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ps-nav-link:hover, .ps-nav-link.active {
  color: #FFFFFF;
  background-color: rgba(216, 0, 29, 0.15);
}

.ps-nav-link.active {
  color: #FF4D5E;
  font-weight: 700;
}

/* Mobile Drawer Display Rules */
#psNavMenu {
  transition: all 0.3s ease;
}

#psNavMenu.show {
  display: block !important;
}

/* Dropdown Menus */
.dropdown-menu-ps {
  background: rgba(18, 19, 24, 0.98) !important;
  border: 1px solid rgba(216, 0, 29, 0.3) !important;
  border-radius: var(--ps-radius-md) !important;
  padding: 8px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/* Desktop Dropdown Hover & Transitions */
@media (min-width: 1200px) {
  .ps-navbar .dropdown {
    position: relative;
  }
  .ps-navbar .dropdown:hover > .dropdown-menu,
  .ps-navbar .dropdown.show > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }
  .ps-navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.2s ease;
    pointer-events: none;
    margin-top: 6px !important;
    min-width: 260px;
  }
}

.dropdown-item-ps {
  color: rgba(255, 255, 255, 0.85) !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  transition: all 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.dropdown-item-ps:hover {
  background: rgba(216, 0, 29, 0.15) !important;
  color: #FFFFFF !important;
  padding-left: 18px !important;
}

/* Video Modal & Container Styles */
.ps-video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999 !important;
  background: rgba(5, 7, 10, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ps-video-modal.active {
  opacity: 1 !important;
  visibility: visible !important;
}

.ps-video-modal-dialog {
  width: 100%;
  max-width: 960px;
  background: #121318;
  border: 1px solid rgba(216, 0, 29, 0.4);
  border-radius: var(--ps-radius-lg);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 30px rgba(216, 0, 29, 0.15);
}

#psVideoContainer {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 380px;
  background: #000000;
}

#psVideoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Timeline Components */
.ps-timeline-marker .ps-timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #D8001D;
  box-shadow: 0 0 12px rgba(216, 0, 29, 0.8);
  border: 3px solid #0A0B0E;
}

.ps-timeline-line {
  background: linear-gradient(180deg, #D8001D 0%, rgba(216, 0, 29, 0.1) 100%);
}

/* Footer */
.ps-footer {
  background: #070709;
  border-top: 1px solid rgba(216, 0, 29, 0.2);
  padding: 70px 0 30px;
  color: #FFFFFF;
}

.ps-footer h5 {
  font-family: var(--ps-font-heading);
  color: #FFFFFF;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
}

.ps-footer h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: #D8001D;
}

.ps-footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  padding: 6px 0;
  display: block;
  transition: all 0.2s ease;
}

.ps-footer-link:hover {
  color: #FF4D5E;
  padding-left: 5px;
}

.ps-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 25px;
  margin-top: 50px;
  font-size: 0.85rem;
}

/* Tables */
.ps-table {
  border-collapse: separate;
  border-spacing: 0 8px;
}

.ps-table thead th {
  border: none;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 14px 16px;
}

.ps-table thead th:first-child { border-radius: 12px 0 0 12px; }
.ps-table thead th:last-child { border-radius: 0 12px 12px 0; }

.ps-table tbody tr {
  background: rgba(24, 25, 32, 0.7);
  transition: background 0.2s ease;
}

.ps-table tbody tr:hover {
  background: rgba(216, 0, 29, 0.08);
}

.ps-table tbody td {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px;
  font-size: 0.9rem;
}

.ps-table tbody td:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px 0 0 12px;
}

.ps-table tbody td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0 12px 12px 0;
}

/* Forms */
.ps-form-control {
  background: rgba(24, 25, 32, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  color: #FFFFFF !important;
  font-size: 0.92rem !important;
  transition: all 0.2s ease !important;
}

.ps-form-control:focus {
  background: rgba(24, 25, 32, 0.95) !important;
  border-color: #D8001D !important;
  box-shadow: 0 0 0 4px rgba(216, 0, 29, 0.2) !important;
}

/* Floating Actions */
.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1040;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.4);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.floating-whatsapp:hover {
  transform: scale(1.1) rotate(6deg);
  color: #FFFFFF;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.6);
}

.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 34px;
  z-index: 1030;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(18, 19, 24, 0.85);
  backdrop-filter: blur(10px);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: #D8001D;
  color: #FFFFFF;
  transform: translateY(-3px);
}

/* Video Lightbox Modal */
.ps-video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.ps-video-modal.active {
  opacity: 1;
  visibility: visible;
}

.ps-video-modal-dialog {
  width: 100%;
  max-width: 960px;
  background: #121318;
  border: 1px solid rgba(216, 0, 29, 0.4);
  border-radius: var(--ps-radius-lg);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(216, 0, 29, 0.2);
}

/* Image Lightbox Modal */
.ps-image-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.ps-image-modal.active {
  opacity: 1;
  visibility: visible;
}

.ps-image-modal-dialog {
  width: 100%;
  max-width: 880px;
  background: #121318;
  border: 1px solid rgba(216, 0, 29, 0.4);
  border-radius: var(--ps-radius-lg);
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(216, 0, 29, 0.2);
}

.ps-image-modal-body {
  max-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A0B0E;
  overflow: hidden;
  padding: 0;
}

.ps-image-modal-body img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  display: block;
}

/* Car Achiever Cards & Hover Effects */
.ps-achiever-card {
  background: #181920;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--ps-radius-md);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ps-achiever-card:hover {
  transform: translateY(-6px);
  border-color: #D8001D;
  box-shadow: 0 12px 30px rgba(216, 0, 29, 0.25);
}

.ps-achiever-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #0A0B0E;
}

.ps-achiever-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ps-achiever-card:hover .ps-achiever-img-wrap img {
  transform: scale(1.08);
}

.ps-achiever-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 19, 24, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ps-achiever-card:hover .ps-achiever-overlay {
  opacity: 1;
}

.ps-achiever-zoom-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #D8001D;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(216, 0, 29, 0.6);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.ps-achiever-card:hover .ps-achiever-zoom-btn {
  transform: scale(1);
}

/* 18. Product Testimonies Showcase */
.ps-testimony-img-wrap {
  position: relative;
  width: 100%;
  height: 250px;
  background: #090A0F;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-testimony-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.ps-testimony-img-wrap.contain-mode img {
  object-fit: contain;
  padding: 12px;
}

.ps-achiever-card:hover .ps-testimony-img-wrap img {
  transform: scale(1.06);
}

/* 19. Multi-Currency Switcher & Dynamic Selector Styles */
.ps-currency-dropdown {
  position: relative !important;
  display: inline-block !important;
}

.ps-currency-dropdown .dropdown-toggle {
  font-size: 0.82rem;
  border: 1px solid rgba(198, 164, 92, 0.35);
  background: rgba(18, 19, 25, 0.9);
  border-radius: 20px;
  padding: 5px 12px;
  color: #FFFFFF;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s ease;
  user-select: none;
}

.ps-currency-dropdown .dropdown-toggle:hover,
.ps-currency-dropdown .dropdown-toggle:focus {
  border-color: #C6A45C;
  background: rgba(30, 32, 42, 0.98);
  color: #FFFFFF;
  box-shadow: 0 0 10px rgba(198, 164, 92, 0.25);
}

.ps-currency-dropdown .dropdown-menu {
  position: absolute !important;
  top: calc(100% + 4px) !important;
  right: 0 !important;
  left: auto !important;
  min-width: 250px !important;
  max-width: calc(100vw - 20px) !important;
  max-height: 70vh !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  background: #121319 !important;
  border: 1px solid rgba(198, 164, 92, 0.35) !important;
  border-radius: 12px !important;
  padding: 8px 0 !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.95) !important;
  z-index: 1085 !important;
  display: none;
}

/* Force visible when show class is present on either parent or menu */
.ps-currency-dropdown.show > .dropdown-menu,
.ps-currency-dropdown .dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

.ps-currency-dropdown .dropdown-item {
  padding: 9px 16px;
  font-size: 0.85rem;
  color: #E2E4EB;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s ease, color 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ps-currency-dropdown .dropdown-item:hover,
.ps-currency-dropdown .dropdown-item:focus,
.ps-currency-dropdown .dropdown-item:active {
  background: rgba(216, 0, 29, 0.2) !important;
  color: #FFFFFF !important;
}

.ps-currency-dropdown .dropdown-item.active {
  background: rgba(198, 164, 92, 0.25) !important;
  color: #C6A45C !important;
  font-weight: bold;
  border-left: 3px solid #C6A45C;
}

/* Quick Currency Pill Selector (above pricing tables) */
.ps-currency-pills-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 6px 8px;
  gap: 6px;
  max-width: 100% !important;
}

.ps-currency-pill-btn {
  background: transparent;
  border: 1px solid transparent;
  color: #A0A2B0;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 12px;
  min-height: 34px;
  border-radius: 20px;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.ps-currency-pill-btn:hover,
.ps-currency-pill-btn:focus {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}

.ps-currency-pill-btn:active {
  transform: scale(0.96);
}

.ps-currency-pill-btn.active {
  background: #D8001D;
  border-color: #FF4D5E;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(216, 0, 29, 0.4);
}


