@charset "UTF-8";
/* ES Global Event Template Styles */
/* Remove padding from Shop Header */
.site-header {
  padding: 0 !important;
}

.pricing-comparison-container.theme-tech {
  --pricing-primary: #3498db;
  --pricing-primary-dark: #217dbb;
  --pricing-primary-darker: #196090;
  --pricing-primary-rgb: 52, 152, 219;
  --pricing-accent: #e74c3c;
  --pricing-accent-dark: #d62c1a;
}
.pricing-comparison-container.theme-thrive {
  --pricing-primary: #27ae60;
  --pricing-primary-dark: #1e8449;
  --pricing-primary-darker: #145b32;
  --pricing-primary-rgb: 39, 174, 96;
  --pricing-accent: #e67e22;
  --pricing-accent-dark: #bf6516;
}
.pricing-comparison-container.theme-global {
  --pricing-primary: #1a1a2e;
  --pricing-primary-dark: #16213e;
  --pricing-primary-darker: #0f3460;
  --pricing-primary-rgb: 26, 26, 46;
  --pricing-accent: #f39c12;
  --pricing-accent-dark: #d68910;
}
.pricing-comparison-container .quantity-section .quantity-selector label {
  color: #333;
}
.pricing-comparison-container .quantity-section .quantity-selector select {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}
.pricing-comparison-container .quantity-section .quantity-selector select:focus {
  border-color: rgba(0, 0, 0, 0.4);
  background: white;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}
.pricing-comparison-container .quantity-section .quantity-selector select:hover {
  border-color: rgba(0, 0, 0, 0.3);
  background: white;
}
.pricing-comparison-container .quantity-price-display {
  color: #333 !important;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-comparison-container .quantity-price-display strong {
  color: #333;
}
.pricing-comparison-container .quantity-price-display small {
  color: rgba(0, 0, 0, 0.6);
}

.pricing-container-compact {
  position: relative;
  margin-bottom: 20px;
  background: transparent;
  max-width: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.pricing-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pricing-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.price-display-compact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 15px;
  align-items: center;
  width: 100%;
}

.price-tier {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 200px;
  justify-content: center;
  width: 100%;
}

.subscriber-tier {
  background: rgba(212, 237, 218, 0.15);
  border-color: rgba(195, 230, 203, 0.3);
}

.regular-tier {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.price-label {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.price-amount {
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.price-amount del {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin-right: 6px;
}

.price-amount ins {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.savings-pill {
  background: linear-gradient(135deg, var(--pricing-accent) 0%, var(--pricing-accent-dark) 100%);
  color: #fff;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(231, 76, 60, 0.3);
  animation: pulse 2s ease-in-out infinite;
}

.quantity-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  justify-content: center;
}

.quantity-selector label {
  color: #333;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  white-space: nowrap;
}

.quantity-selector select {
  padding: 8px 12px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 80px;
}

.quantity-selector select:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.4);
  background: white;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.quantity-selector select:hover {
  border-color: rgba(0, 0, 0, 0.3);
  background: white;
}

.quantity-price-display {
  color: #333 !important;
  font-weight: bold;
  font-size: 0.95rem;
  margin-left: 15px;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.quantity-price-display strong {
  color: #333;
}

.quantity-price-display small {
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}

.register-btn {
  background: linear-gradient(135deg, var(--pricing-primary) 0%, var(--pricing-primary-dark) 100%);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 14px rgba(52, 152, 219, 0.3);
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  animation: buttonGlow 2s ease-in-out infinite;
}

.register-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

.savings-summary {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(243, 156, 18, 0.3);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.squiggle-crossout {
  text-decoration: none !important;
  position: relative;
}

.squiggle-crossout::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 8px;
  background: repeating-linear-gradient(45deg, #dc3545, #dc3545 4px, transparent 4px, transparent 8px);
  transform: translateY(-50%);
}

.pricing-comparison-container {
  display: flex;
  gap: 20px;
  margin: 20px 0;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing-comparison-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
}

.comparison-card-header {
  text-align: center;
  margin-bottom: 15px;
}

.comparison-tier-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.comparison-price {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--pricing-primary);
  margin-bottom: 5px;
}

.comparison-price del {
  color: var(--pricing-accent);
  font-size: 1.2rem;
  margin-right: 8px;
}

.comparison-savings {
  background: linear-gradient(135deg, var(--pricing-accent) 0%, var(--pricing-accent-dark) 100%);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
  display: inline-block;
}

.comparison-features {
  margin-bottom: 15px;
  flex: 1;
}

.comparison-features h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #34495e;
  margin-bottom: 10px;
  text-align: center;
}

.comparison-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.comparison-features li {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
}

.comparison-features li:before {
  content: '✓';
  color: var(--pricing-primary);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.comparison-cta {
  margin-top: auto;
  text-align: center;
}

.comparison-cta .btn {
  background: linear-gradient(135deg, var(--pricing-primary) 0%, var(--pricing-primary-dark) 100%);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100%;
}

.comparison-cta .btn:hover {
  background: linear-gradient(135deg, var(--pricing-primary-dark) 0%, var(--pricing-primary-darker) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}

.comparison-cta .btn.disabled,
.comparison-cta .btn:disabled {
  background: #95a5a6;
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

.comparison-cta .btn.disabled:hover,
.comparison-cta .btn:disabled:hover {
  transform: none;
  box-shadow: none;
  background: #95a5a6;
}

.pricing-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 15px;
  align-items: center;
}

.urgency-indicator,
.sale-indicator-compact,
.savings-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  justify-content: center;
}

.urgency-indicator {
  background: linear-gradient(135deg, #ff4757 0%, #ff3838 100%);
  color: #fff;
  animation: urgentPulse 2s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.urgency-indicator::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shine 4s ease-in-out infinite;
}

.sale-indicator-compact {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: #fff;
  animation: shake 4s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.sale-indicator-compact::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shine 12s ease-in-out infinite;
}

.savings-indicator {
  background: linear-gradient(135deg, var(--pricing-primary) 0%, var(--pricing-primary-dark) 100%);
  color: #fff;
  animation: gentlePulse 2s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.savings-indicator::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shine 8s ease-in-out infinite;
  pointer-events: none;
}

.sale-timer {
  font-weight: 500;
  font-size: 0.8rem;
  opacity: 0.9;
}

.currency-background-container {
  margin-top: 15px;
  text-align: center;
}

.currency-heading {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.currency-converter-background {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  min-width: 200px;
}

.business-case-scroll-section {
  margin-top: 1.5rem;
  text-align: center;
}

.business-case-scroll-btn {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 15px rgba(243, 156, 18, 0.3);
}

.business-case-scroll-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(243, 156, 18, 0.4);
}

.business-case-scroll-note {
  color: #ffffff;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 2px 6px rgba(231, 76, 60, 0.3);
  }
}
@keyframes buttonGlow {
  0%, 100% {
    box-shadow: 0 4px 14px rgba(26, 26, 46, 0.3);
  }
  50% {
    box-shadow: 0 6px 20px rgba(26, 26, 46, 0.5);
  }
}
@keyframes urgentPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 8px 25px rgba(255, 71, 87, 0.3);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 12px 35px rgba(255, 71, 87, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 8px 25px rgba(255, 71, 87, 0.3);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
@keyframes gentlePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
@keyframes cartPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(44, 159, 159, 0.7);
  }
  8.33% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(44, 159, 159, 0);
  }
  16.67% {
    transform: scale(1.15);
    box-shadow: 0 0 0 15px rgba(44, 159, 159, 0);
  }
  25% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(44, 159, 159, 0);
  }
  33.33% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(44, 159, 159, 0);
  }
  41.67% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(44, 159, 159, 0);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 0 15px rgba(44, 159, 159, 0);
  }
  58.33% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(44, 159, 159, 0);
  }
  66.67% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(44, 159, 159, 0);
  }
  75% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(44, 159, 159, 0);
  }
  83.33% {
    transform: scale(1.15);
    box-shadow: 0 0 0 15px rgba(44, 159, 159, 0);
  }
  91.67% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(44, 159, 159, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(44, 159, 159, 0);
  }
}
@keyframes cartGlow {
  0% {
    filter: drop-shadow(0 0 0 rgba(44, 159, 159, 0));
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(44, 159, 159, 0.8));
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(44, 159, 159, 0));
  }
}
.cart-pulse {
  animation: cartPulse 2.4s ease-out, cartGlow 2.4s ease-out;
}

.group-booking-modal {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: none;
  align-items: center;
  justify-content: center;
}

.group-booking-modal.active {
  display: flex;
}

.group-booking-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-booking-modal.active .group-booking-overlay {
  opacity: 1;
}

.group-booking-content {
  position: relative;
  background: #fff;
  border-radius: 16px;
  max-width: 900px !important;
  width: calc(100% - 2rem);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem;
}

.group-booking-modal.active .group-booking-content {
  transform: scale(1);
  opacity: 1;
}

.group-booking-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: 0;
  font-size: 2rem;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 1;
}

.group-booking-close:hover {
  background: #f5f5f5;
  color: #333;
}

.group-booking-header {
  padding: 2rem 2rem 1rem;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.group-booking-header h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0b1a1f;
  margin: 0 0 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.group-booking-header h3::before {
  content: '👥';
  font-size: 1.5rem;
}

.group-booking-header p {
  color: #666;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.group-booking-body {
  padding: 0 2rem 2rem;
}

.group-booking-info {
  margin-bottom: 1.5rem;
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid #2c9f9f;
}

.group-booking-info h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0b1a1f;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.group-booking-info h4::before {
  content: '💡';
  font-size: 1.2rem;
}

.group-booking-info ul {
  margin: 0;
  padding-left: 1.5rem;
}

.group-booking-info li {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
  position: relative;
}
.group-booking-info li::before {
  content: '✓';
  color: var(--pricing-primary);
  font-weight: bold;
  position: absolute;
  left: -1rem;
  top: 0;
}

.group-booking-form {
  margin-top: 1rem;
}

.group-booking-form h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0b1a1f;
  margin: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.group-booking-form h4::before {
  content: '📝';
  font-size: 1.2rem;
}

.group-booking-form .form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.group-booking-form .form-group {
  flex: 1;
  margin-bottom: 0;
}

.group-booking-form .form-group.full-width {
  flex: none;
  width: 100%;
}

.group-booking-form label {
  display: block;
  font-weight: 600;
  color: #0b1a1f;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.group-booking-form input[type="text"],
.group-booking-form input[type="email"],
.group-booking-form input[type="tel"],
.group-booking-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.2s;
  background: #fff;
}
.group-booking-form input[type="text"]:focus,
.group-booking-form input[type="email"]:focus,
.group-booking-form input[type="tel"]:focus,
.group-booking-form textarea:focus {
  outline: 0;
  border-color: #2c9f9f;
  box-shadow: 0 0 0 3px rgba(44, 159, 159, 0.1);
  background: #fff;
}

.group-booking-form input:focus,
.group-booking-form textarea:focus {
  outline: 0;
  border-color: #2c9f9f;
  box-shadow: 0 0 0 3px rgba(44, 159, 159, 0.1);
}

.group-booking-form textarea {
  resize: vertical;
  min-height: 80px;
}

.group-booking-submit {
  width: 100%;
  padding: 0.875rem;
  background: linear-gradient(135deg, #2c9f9f 0%, #25888a 100%);
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 14px rgba(44, 159, 159, 0.25);
  position: relative;
  overflow: hidden;
}
.group-booking-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.group-booking-submit:hover::before {
  left: 100%;
}
.group-booking-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 159, 159, 0.35);
}
.group-booking-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.group-booking-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(44, 159, 159, 0.35);
}

.group-booking-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.group-booking-footer {
  padding: 1rem 2rem 2rem;
  text-align: center;
  border-top: 1px solid #e5e7eb;
}

.group-booking-cancel {
  background: #f5f5f5;
  color: #555;
  border: 1px solid #ddd;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
}

.group-booking-cancel:hover {
  background: #e5e5e5;
}

.group-booking-modal .group-booking-header {
  background: linear-gradient(135deg, #2c9f9f 0%, #25888a 100%);
  color: #fff;
  border-radius: 16px 16px 0 0;
  margin: 0 0 1rem 0;
  padding: 2.5rem 2rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
}
.group-booking-modal .group-booking-header::before {
  content: '👥';
  font-size: 3rem;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
}

.group-booking-modal .group-booking-header h3 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 0.5rem 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
}

.group-booking-modal .group-booking-header p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.group-booking-modal .group-booking-info {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid #2c9f9f;
}

.group-booking-modal .group-booking-info p {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
}

.group-booking-modal .group-booking-info ul {
  margin: 0;
  padding-left: 1.5rem;
}

.group-booking-modal .group-booking-info li {
  font-size: 0.95rem;
  color: #495057;
  margin-bottom: 0.5rem;
  position: relative;
}

.group-booking-modal .group-booking-info li::before {
  content: '✓';
  color: #28a745;
  font-weight: bold;
  position: absolute;
  left: -1.5rem;
  top: 0;
}

.group-booking-modal .group-booking-form .form-group label {
  display: block;
  font-weight: 700;
  color: #0b1a1f;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.group-booking-modal .group-booking-form input[type="text"],
.group-booking-modal .group-booking-form input[type="email"],
.group-booking-modal .group-booking-form input[type="tel"],
.group-booking-modal .group-booking-form textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.group-booking-modal .group-booking-form input:focus,
.group-booking-modal .group-booking-form textarea:focus {
  outline: 0;
  border-color: #2c9f9f;
  box-shadow: 0 0 0 3px rgba(44, 159, 159, 0.1);
  transform: translateY(-1px);
}

.group-booking-modal .group-booking-submit {
  background: linear-gradient(135deg, #2c9f9f 0%, #25888a 100%);
  border: 0;
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(44, 159, 159, 0.25);
  position: relative;
  overflow: hidden;
}
.group-booking-modal .group-booking-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.group-booking-modal .group-booking-submit:hover:not(:disabled)::before {
  left: 100%;
}
.group-booking-modal .group-booking-submit:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(44, 159, 159, 0.35);
}
.group-booking-modal .group-booking-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.group-booking-modal .group-booking-footer {
  padding: 1.5rem 2rem 2rem;
  text-align: center;
  border-top: 2px solid #e5e7eb;
  background: #f8f9fa;
  border-radius: 0 0 16px 16px;
  flex-shrink: 0;
}

.group-booking-modal .group-booking-cancel {
  background: #6c757d;
  color: #fff;
  border: 2px solid #6c757d;
  padding: 0.875rem 2rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.group-booking-modal .group-booking-cancel:hover {
  background: #5a6268;
  border-color: #5a6268;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

@media (max-width: 768px) {
  .group-booking-modal .group-booking-header {
    margin: 0;
    padding: 1.5rem 1.5rem 1rem;
    width: 100%;
    box-sizing: border-box;
  }
  .group-booking-modal .group-booking-header h3 {
    font-size: 1.8rem;
  }
  .group-booking-modal .group-booking-header::before {
    font-size: 2rem;
    top: 0.75rem;
  }

  .group-booking-modal .group-booking-info {
    padding: 1.25rem;
  }

  .group-booking-modal .group-booking-form .form-row {
    flex-direction: column;
    gap: 1rem;
  }
}
.group-booking-modal {
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: none;
  align-items: center;
  justify-content: center;
}
.group-booking-modal.active {
  display: flex;
}
.group-booking-modal .group-booking-content {
  box-sizing: border-box;
  max-width: min(900px, calc(100vw - 2rem));
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}
.group-booking-modal .group-booking-form .form-row {
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 1rem;
}
.group-booking-modal .group-booking-form .form-group {
  box-sizing: border-box;
  min-width: 0;
  flex: 1 1 250px;
}
.group-booking-modal * {
  box-sizing: border-box;
}

.group-booking-modal .group-booking-info {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  color: #495057 !important;
  background: #f8f9fa !important;
  border-left: 4px solid #2c9f9f !important;
  padding: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  border-radius: 12px !important;
}
.group-booking-modal .group-booking-info h4 {
  color: #2c9f9f !important;
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
  font-size: 1.2rem !important;
}
.group-booking-modal .group-booking-info ul {
  padding-left: 1.2rem !important;
  margin: 0 !important;
}
.group-booking-modal .group-booking-info li {
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #495057 !important;
  margin-bottom: 0.5rem !important;
  font-size: 0.95rem !important;
  line-height: 1.4 !important;
}
.group-booking-modal .group-booking-info li::before {
  content: '✓';
  color: var(--pricing-primary);
  font-weight: bold;
  position: absolute;
  left: -1.5rem;
  top: 0;
}

.group-booking-submit-btn {
  width: 100%;
  padding: 1.25rem 2rem;
  background: linear-gradient(135deg, #2c9f9f 0%, #25888a 100%);
  border: 3px solid #fff;
  color: #fff;
  font-weight: 800;
  font-size: 1.2rem;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(44, 159, 159, 0.4), 0 0 0 2px rgba(44, 159, 159, 0.2);
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}
.group-booking-submit-btn:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(44, 159, 159, 0.5), 0 0 0 3px rgba(44, 159, 159, 0.3);
  background: linear-gradient(135deg, #25888a 0%, #1e6b6b 100%);
  border-color: rgba(255, 255, 255, 0.9);
}
.group-booking-submit-btn:active:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(44, 159, 159, 0.4), 0 0 0 2px rgba(44, 159, 159, 0.25);
}
.group-booking-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 2px 8px rgba(44, 159, 159, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
.group-booking-submit-btn i {
  font-size: 1rem;
  color: #fff;
}

#groupSize {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
  padding-right: 3rem;
}
#groupSize:focus {
  outline: 0;
  border-color: #2c9f9f;
  box-shadow: 0 0 0 3px rgba(44, 159, 159, 0.1);
  background-color: #f8f9fa;
}
#groupSize:hover {
  border-color: #2c9f9f;
  background-color: #f8f9fa;
}
#groupSize option {
  padding: 0.5rem;
  background: #fff;
  color: #333;
  font-weight: 500;
}

.group-booking-modal .group-booking-form .form-group label i {
  margin-right: 0.5rem;
  color: #2c9f9f;
  font-size: 0.9rem;
}

.group-booking-modal .group-booking-form .form-group label {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #0b1a1f;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}

.group-booking-submit-btn .fa-spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .pricing-container-compact {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .pricing-left-column,
  .pricing-right-column {
    flex: none;
    width: 100%;
  }

  .price-tier {
    min-width: auto;
    padding: 12px 16px;
  }

  .quantity-selector {
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }

  .quantity-selector label {
    font-size: 0.9rem;
  }

  .quantity-price-display {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
    text-align: center;
  }

  .register-btn {
    max-width: 100%;
  }

  .currency-converter-background {
    min-width: auto;
    width: 100%;
  }

  .pricing-banner {
    flex-direction: column;
    gap: 8px;
  }

  .urgency-indicator,
  .sale-indicator-compact,
  .savings-indicator {
    white-space: normal !important;
    word-break: break-word !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    padding: 8px 12px !important;
    display: block !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .pricing-container-compact {
    gap: 15px;
  }

  .price-display-compact {
    gap: 12px;
  }

  .price-tier {
    flex-direction: column;
    text-align: center;
    gap: 4px;
    padding: 16px;
  }

  .savings-pill {
    align-self: center;
    font-size: 0.7rem;
    padding: 3px 8px;
  }

  .quantity-section {
    gap: 15px;
  }

  .quantity-selector {
    padding: 20px;
    gap: 12px;
  }

  .quantity-selector select {
    min-width: 100px;
  }

  .register-btn {
    padding: 16px 24px;
    font-size: 1.2rem;
  }

  .business-case-scroll-btn {
    padding: 1rem 2rem;
    font-size: 1rem;
  }

  .business-case-scroll-note {
    font-size: 0.9rem;
  }

  .group-booking-content {
    width: calc(100% - 1rem);
    padding: 1.5rem;
    overflow-y: auto;
  }

  .group-booking-body {
    padding: 0 1.5rem 1.5rem;
  }

  .group-booking-footer {
    padding: 1rem 1.5rem 1.5rem;
  }
}
/* Business Case Button Styles */
.business-case-cta {
  text-align: center;
  margin-top: 2rem;
}

.business-case-btn {
  background: linear-gradient(135deg, #2c9f9f 0%, #25888a 100%);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 1rem 2rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 20px rgba(44, 159, 159, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  overflow: hidden;
}
.business-case-btn:hover {
  background: linear-gradient(135deg, #25888a 0%, #1e6b6b 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(44, 159, 159, 0.4);
}
.business-case-btn:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(44, 159, 159, 0.3);
}
.business-case-btn i {
  font-size: 1.2rem;
  color: #fff;
}
.business-case-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.business-case-btn:hover::before {
  left: 100%;
}

/* Business Case Modal Styles */
.business-case-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}

.business-case-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.business-case-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  opacity: 1;
}

.business-case-content {
  position: relative;
  background-color: #fff;
  margin: 5% auto;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 700px;
  animation: modalFadeIn 0.3s ease-out;
  max-height: 80vh;
  overflow-y: auto;
}

.business-case-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  transition: color 0.3s ease;
}
.business-case-close:hover {
  color: #2c9f9f;
}

.business-case-modal h2 {
  color: #2c9f9f;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  text-align: center;
}

.business-case-modal .business-case-description {
  text-align: left;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.business-case-benefits {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #2c9f9f;
}
.business-case-benefits h3 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.business-case-benefits ul {
  list-style: none;
  padding: 0;
}
.business-case-benefits ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e9ecef;
  color: #495057;
}
.business-case-benefits ul li:last-child {
  border-bottom: none;
}
.business-case-benefits ul li::before {
  content: '✓';
  color: var(--pricing-primary);
  font-weight: bold;
  margin-right: 0.5rem;
}

.business-case-header {
  text-align: center;
  margin-bottom: 2rem;
}
.business-case-header h3 {
  color: #2c9f9f;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.business-case-header p {
  color: #666;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.business-case-body {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .business-case-body {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.business-case-info {
  flex: 1;
}
.business-case-info p {
  margin-bottom: 1rem;
  color: #555;
  line-height: 1.6;
}
.business-case-info p strong {
  color: #2c3e50;
}
.business-case-info ul {
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
}
.business-case-info ul li {
  margin-bottom: 0.5rem;
  color: #555;
  line-height: 1.5;
}

.business-case-form {
  flex: 1;
}
.business-case-form h4 {
  color: #2c3e50;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.business-case-form p {
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 768px) {
  .business-case-content {
    width: 95%;
    margin: 10% auto;
    padding: 1.5rem;
  }

  .business-case-benefits {
    padding: 1rem;
  }

  .business-case-body {
    gap: 1rem;
  }
}
.full-width-pricing {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--pricing-primary) 0%, var(--pricing-primary-dark) 100%);
  padding: 4rem 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.full-width-pricing.theme-tech {
  --pricing-primary: #3498db;
  --pricing-primary-dark: #217dbb;
}
.full-width-pricing.theme-thrive {
  --pricing-primary: #27ae60;
  --pricing-primary-dark: #1e8449;
}
.full-width-pricing.theme-global {
  --pricing-primary: #1a1a2e;
  --pricing-primary-dark: #16213e;
}

.full-width-pricing .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.full-width-pricing .pricing-section-content {
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-section-header h2 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  color: #fff;
}

.pricing-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.pricing-section-content {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "header pricing pricing" "header currency purchase";
  gap: 2rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

.pricing-header {
  grid-area: header;
}

.price-display {
  grid-area: pricing;
}

.currency-selector {
  grid-area: currency;
}

.purchase-section {
  grid-area: purchase;
}

/* Header Section */
.pricing-header {
  text-align: left;
}

.business-case-cta {
  margin-top: 0;
}

.business-case-btn {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 6px 20px rgba(243, 156, 18, 0.3);
  text-decoration: none;
}

.business-case-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(243, 156, 18, 0.4);
}

.business-case-btn i {
  font-size: 1.1rem;
}

.business-case-note {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

/* Price Display */
.price-display {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.price-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.price-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
  pointer-events: none;
}

.price-card:hover::before {
  left: 100%;
}

.price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.price-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.subscriber-price .price-badge {
  background: linear-gradient(135deg, var(--pricing-primary) 0%, var(--pricing-primary-dark) 100%);
  color: #fff;
}

.price-amount {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.price-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 500;
}

.savings-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(231, 76, 60, 0.3);
  animation: pulse 2s ease-in-out infinite;
}

/* Currency Selector */
.currency-selector {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.currency-selector label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 1rem;
}

.currency-dropdown {
  width: 100%;
  position: relative;
}

.currency-dropdown select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.currency-dropdown select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.currency-dropdown select:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
}

.currency-dropdown select option {
  background: #fff;
  color: #333;
  padding: 8px;
}

/* Purchase Section */
.purchase-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.quantity-controls {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.quantity-controls label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 1rem;
}

.quantity-controls select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.quantity-controls select option {
  background: #fff;
  color: #333;
  padding: 0.5rem;
}

.quantity-controls select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.quantity-controls select:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
}

.quantity-total {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.quantity-total strong {
  color: #fff;
  font-size: 1.1rem;
}

/* Purchase Button */
.purchase-btn {
  background: linear-gradient(135deg, var(--pricing-primary) 0%, var(--pricing-primary-dark) 100%);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 1rem 2rem;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.purchase-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}

.purchase-btn:hover:not(:disabled)::before {
  left: 100%;
}

.purchase-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(52, 152, 219, 0.4);
}

.purchase-btn i {
  font-size: 1.1rem;
}

.purchase-btn.contact-btn {
  background: linear-gradient(135deg, var(--pricing-primary) 0%, var(--pricing-primary-dark) 100%);
  box-shadow: 0 6px 20px rgba(var(--pricing-primary-rgb), 0.3);
}

.purchase-btn.contact-btn:hover:not(:disabled) {
  box-shadow: 0 10px 30px rgba(var(--pricing-primary-rgb), 0.4);
}

/* Closed Event Section */
.pricing-closed {
  text-align: center;
  padding: 3rem;
}

.closed-notice {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 500px;
  margin: 0 auto;
}

.closed-notice i {
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}

.closed-notice h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.closed-notice p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .pricing-section-content {
    grid-template-columns: 1fr;
    grid-template-areas: "header" "pricing" "currency" "purchase";
    gap: 2rem;
  }

  .price-card {
    padding: 1.5rem;
  }

  .price-amount {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .es-tech-pricing {
    padding: 2rem 1rem;
  }

  .pricing-section-content {
    padding: 1.5rem;
    border-radius: 12px;
    grid-template-columns: 1fr;
    grid-template-areas: "header" "pricing" "currency" "purchase";
    gap: 1.5rem;
  }

  .pricing-header {
    text-align: center;
  }

  .business-case-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }

  .price-display {
    gap: 1rem;
  }

  .price-card {
    padding: 1.25rem;
  }

  .price-amount {
    font-size: 1.8rem;
  }

  .currency-selector {
    text-align: center;
  }

  .currency-dropdown {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }

  .cta-currency-selector {
    text-align: center;
  }

  .cta-currency-selector .wcml-dropdown {
    display: inline-block;
    margin: 0 auto;
  }

  .purchase-section {
    gap: 1.5rem;
  }

  .quantity-controls select {
    padding: 0.6rem 0.8rem;
    font-size: 0.95rem;
  }

  .purchase-btn {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  .closed-notice {
    padding: 2rem;
  }

  .closed-notice h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .pricing-section-content {
    padding: 1rem;
    gap: 1rem;
  }

  .price-card {
    padding: 1rem;
  }

  .price-amount {
    font-size: 1.5rem;
  }

  .business-case-btn {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
  }

  .purchase-btn {
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
  }

  .closed-notice {
    padding: 1.5rem;
  }

  .full-width-pricing {
    padding: 1rem 0.5rem;
  }
}
/* Mobile break out for pricing section */
@media (max-width: 768px) {
  .full-width-pricing {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    transform: none;
    left: auto;
    right: auto;
    padding: 2rem 1rem;
  }

  .es-tech-pricing {
    padding: 2rem 1rem;
  }

  .pricing-section-content {
    padding: 1.5rem;
    border-radius: 12px;
    grid-template-columns: 1fr;
    grid-template-areas: "header" "pricing" "currency" "purchase";
    gap: 1.5rem;
  }

  .pricing-header {
    text-align: center;
  }

  .business-case-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }

  .price-display {
    gap: 1rem;
  }

  .price-card {
    padding: 1.25rem;
  }

  .price-amount {
    font-size: 1.8rem;
  }
}
.es-tech-testimonials {
  background: linear-gradient(135deg, #2c9f9f 0%, #3498db 100%);
  padding: 3rem 0;
  margin: 2rem 0;
  box-shadow: 0 4px 14px rgba(44, 159, 159, 0.25);
  border-radius: 8px;
  color: #fff;
}

.testimonials-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.testimonial-item {
  display: none;
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.testimonial-item.active {
  display: block;
  animation: testimonialFadeIn 0.5s ease-in-out;
}

@keyframes testimonialFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.testimonial-quote {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-style: italic;
  position: relative;
}

.testimonial-quote::before,
.testimonial-quote::after {
  content: '"';
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: -10px;
}

.testimonial-quote::before {
  left: -20px;
}

.testimonial-quote::after {
  right: -20px;
}

.testimonial-author {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.testimonial-role {
  font-size: 0.95rem;
  opacity: 0.9;
  font-weight: 500;
}

.testimonial-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.testimonial-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.testimonial-indicator.active {
  background: #fff;
  transform: scale(1.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.testimonial-indicator:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.1);
}

.testimonial-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-nav:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.testimonial-nav.prev {
  left: 10px;
}

.testimonial-nav.next {
  right: 10px;
}

.testimonial-nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: translateY(-50%);
}

.testimonial-nav:disabled:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
}

.testimonial-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.testimonial-play-pause {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.testimonial-play-pause:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.testimonial-play-pause.playing {
  background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .testimonials-container {
    padding: 0 1rem;
  }

  .testimonial-item {
    padding: 1.5rem;
  }

  .testimonial-quote {
    font-size: 1.1rem;
  }

  .testimonial-quote::before,
  .testimonial-quote::after {
    font-size: 2rem;
    top: -5px;
  }

  .testimonial-quote::before {
    left: -15px;
  }

  .testimonial-quote::after {
    right: -15px;
  }

  .testimonial-author {
    font-size: 1rem;
  }

  .testimonial-role {
    font-size: 0.9rem;
  }

  .testimonial-nav {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .testimonial-nav.prev {
    left: 5px;
  }

  .testimonial-nav.next {
    right: 5px;
  }

  .testimonial-indicators {
    margin-top: 1.5rem;
  }

  .testimonial-indicator {
    width: 10px;
    height: 10px;
  }
}
.es-tech-faq {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  padding: 2rem 0 1rem 0;
  margin: 1rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}

.faq-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 1rem;
}

.faq-controls {
  text-align: center;
  margin-bottom: 1.5rem;
}

.faq-toggle-all {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #fff;
  border: 2px solid #3498db;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}

.faq-toggle-all:hover {
  background: linear-gradient(135deg, #2980b9 0%, #3498db 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
}

.faq-toggle-all:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}

.faq-item {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #e9ecef;
  overflow: hidden;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}

.faq-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 1.25rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #2c3e50;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-question:hover {
  background: #f8f9fa;
  color: #3498db;
}

.faq-question:focus {
  outline: none;
  background: #f8f9fa;
}

.faq-toggle {
  font-size: 1.1rem;
  color: #6c757d;
  transition: all 0.2s ease;
  font-weight: bold;
  margin-left: 0.75rem;
  flex-shrink: 0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #3498db;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
  flex: 1;
}

.faq-item.active .faq-answer {
  max-height: none;
  padding: 1rem 1.25rem;
  height: auto;
}

.faq-answer-content {
  color: #495057;
  line-height: 1.5;
  font-size: 0.95rem;
}

.faq-answer-content p {
  margin-bottom: 0.75rem;
}

.faq-answer-content p:last-child {
  margin-bottom: 0;
}

.faq-answer-content ul,
.faq-answer-content ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.faq-answer-content li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.faq-answer-content strong {
  color: #2c3e50;
  font-weight: 600;
}

.faq-categories {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.faq-category-btn {
  background: #e9ecef;
  color: #6c757d;
  border: 2px solid #e9ecef;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.faq-category-btn:hover,
.faq-category-btn.active {
  background: #3498db;
  color: #fff;
  border-color: #3498db;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .es-tech-faq {
    padding: 1.5rem 0 0.5rem 0;
    margin: 0.5rem 0;
  }

  .faq-container {
    padding: 0 0.125rem;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .faq-controls {
    margin-bottom: 1rem;
  }

  .faq-toggle-all {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }

  .faq-question {
    padding: 0.875rem 0.75rem;
    font-size: 0.95rem;
  }

  .faq-toggle {
    font-size: 1rem;
    margin-left: 0.5rem;
  }

  .faq-item.active .faq-answer {
    padding: 0.875rem 0.75rem;
    max-height: 1500px;
  }

  .faq-answer-content {
    font-size: 0.9rem;
  }
}

/* Global FAQ Section Styles */
.es-global-faq {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  padding: 2rem 0 1rem 0;
  margin: 1rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}

.es-global-faq .faq-toggle-all {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border-color: #1a1a2e;
  box-shadow: 0 2px 8px rgba(26, 26, 46, 0.3);
}

.es-global-faq .faq-toggle-all:hover {
  background: linear-gradient(135deg, #16213e 0%, #1a1a2e 100%);
  box-shadow: 0 4px 12px rgba(26, 26, 46, 0.4);
}

.es-global-faq .faq-toggle-all:focus {
  box-shadow: 0 0 0 3px rgba(26, 26, 46, 0.3);
}

.es-global-faq .faq-question:hover {
  color: #1a1a2e;
}

.es-global-faq .faq-item.active .faq-toggle {
  color: #1a1a2e;
}

.es-global-faq .faq-category-btn:hover,
.es-global-faq .faq-category-btn.active {
  background: #1a1a2e;
  border-color: #1a1a2e;
}

@media (max-width: 768px) {
  .es-global-faq {
    padding: 1.5rem 0 0.5rem 0;
    margin: 0.5rem 0;
  }

  .es-global-faq .faq-toggle-all {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
}

.es-tech-cta-banner.theme-tech {
  --pricing-primary: #3498db;
  --pricing-primary-dark: #217dbb;
  --pricing-primary-rgb: 52, 152, 219;
}
.es-tech-cta-banner.theme-thrive {
  --pricing-primary: #27ae60;
  --pricing-primary-dark: #1e8449;
  --pricing-primary-rgb: 39, 174, 96;
}
.es-tech-cta-banner.theme-global {
  --pricing-primary: #1a1a2e;
  --pricing-primary-dark: #16213e;
  --pricing-primary-rgb: 26, 26, 46;
}

.es-tech-cta-banner {
  background: linear-gradient(135deg, var(--pricing-primary) 0%, var(--pricing-primary-dark) 100%);
  padding: 2rem 0;
  margin: 2rem 0;
  box-shadow: 0 4px 14px rgba(var(--pricing-primary-rgb), 0.25);
  text-align: left;
}

.es-tech-cta-banner .cta-content {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: #fff;
  text-align: left;
}

.es-tech-cta-banner .cta-left {
  flex: 2 !important;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left !important;
}

.es-tech-cta-banner .cta-center {
  display: none;
}

.es-tech-cta-banner .cta-right {
  flex: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.es-tech-cta-banner .cta-date,
.es-tech-cta-banner .cta-price,
.es-tech-cta-banner .cta-time,
.es-tech-cta-banner .cta-currency {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: left !important;
}

.es-tech-cta-banner .cta-info-row {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

.es-tech-cta-banner .cta-label {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 0.5rem;
}

.es-tech-cta-banner .cta-value {
  color: rgba(255, 255, 255, 0.95);
}

.es-tech-cta-banner .cta-date strong,
.es-tech-cta-banner .cta-price strong,
.es-tech-cta-banner .cta-time strong,
.es-tech-cta-banner .cta-currency strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  margin-right: 0.5rem;
}

.es-tech-cta-banner .cta-time select {
  margin-left: 0.5rem;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  font-size: 0.85rem;
  background: #000000;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.es-tech-cta-banner .cta-time select:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.es-tech-cta-banner .cta-time select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.15);
}

.es-tech-cta-banner .cta-time select option {
  background: #ffffff;
  color: #333333;
  padding: 8px;
}

.es-tech-cta-banner #converted-time {
  margin-top: 0.25rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  display: none;
}

.es-tech-cta-banner .cta-buy {
  background: #fff;
  color: #2c9f9f;
  border: 2px solid #fff;
  padding: 0.75rem 1.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  display: block;
}

.es-tech-cta-banner .cta-buy:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.es-tech-cta-banner .cta-buy.disabled {
  background: #95a5a6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.es-tech-cta-banner .subscriber-save {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  opacity: 0.9;
}

.es-tech-cta-banner .subscriber-save a {
  color: #fff;
  text-decoration: underline;
}

.es-tech-cta-banner .subscriber-save a:hover {
  text-decoration: none;
}

.es-tech-cta-banner .cta-price del {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin-right: 6px;
}

.es-tech-cta-banner .cta-price ins {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.es-tech-cta-banner .currency-background-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.es-tech-cta-banner .currency-heading {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0;
  white-space: nowrap;
}

.es-tech-cta-banner .currency-converter-background {
  flex: 1;
  min-width: 0;
}

.es-tech-cta-banner .currency-converter-background select {
  width: 100%;
  padding: 0.4rem 0.6rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.es-tech-cta-banner .currency-converter-background select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.es-tech-cta-banner .currency-converter-background select:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
}

.es-tech-cta-banner .currency-converter-background select option {
  background: #ffffff;
  color: #333333;
  padding: 6px;
}

.hero-urgency-inline-fullwidth {
  padding: 1rem 1rem 2rem 1rem;
  text-align: center;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}

.hero-urgent-message-inline,
.hero-warning-message-inline,
.hero-info-message-inline {
  display: inline-block;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  animation: gentlePulse 2s ease-in-out infinite;
  flex-shrink: 0;
  white-space: nowrap;
  margin: 0 0.5rem 0.5rem 0;
  vertical-align: top;
}

.hero-urgent-message-inline {
  background: linear-gradient(135deg, #ff4757 0%, #ff3838 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(255, 71, 87, 0.3);
}

.hero-warning-message-inline {
  background: linear-gradient(135deg, #ffa726 0%, #fb8c00 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(255, 167, 38, 0.3);
}

.hero-info-message-inline {
  background: linear-gradient(135deg, #2c9f9f 0%, #25888a 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(44, 159, 159, 0.3);
}

.hero-sale-indicator-inline {
  display: inline-block;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
  animation: gentlePulse 2s ease-in-out infinite;
  flex-shrink: 0;
  margin: 0 0.5rem 0.5rem 0;
  vertical-align: top;
}

.hero-savings-indicator-inline {
  display: inline-block;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 2px 12px rgba(52, 152, 219, 0.3);
  animation: gentlePulse 2s ease-in-out infinite;
  flex-shrink: 0;
  margin: 0 0.5rem 0.5rem 0;
  vertical-align: top;
}

.hero-sale-ends-inline {
  display: inline;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 0.15rem;
  opacity: 0.95;
}

@keyframes gentlePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
@media (max-width: 768px) {
  .es-tech-cta-banner .cta-content {
    flex-direction: column !important;
    gap: 1.5rem;
    align-items: center;
    text-align: center;
  }

  .es-tech-cta-banner .cta-left {
    order: 1;
    flex: none !important;
    width: 100%;
    text-align: center !important;
  }

  .es-tech-cta-banner .cta-right {
    order: 2;
    flex: none !important;
    width: 100%;
    justify-content: center;
  }

  .es-tech-cta-banner .cta-date,
  .es-tech-cta-banner .cta-price,
  .es-tech-cta-banner .cta-time,
  .es-tech-cta-banner .cta-currency {
    font-size: 0.95rem;
    text-align: center !important;
  }

  .es-tech-cta-banner .cta-buy {
    width: 100%;
    max-width: 300px;
  }

  .es-tech-cta-banner .cta-date,
  .es-tech-cta-banner .cta-price,
  .es-tech-cta-banner .cta-time,
  .es-tech-cta-banner .cta-currency {
    font-size: 0.9rem;
  }

  .es-tech-cta-banner .cta-buy {
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
  }

  .hero-urgent-message,
  .hero-warning-message,
  .hero-info-message {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    font-size: 1rem;
  }

  .hero-sale-indicator {
    font-size: 1rem;
    padding: 0.6rem 1rem;
  }

  .hero-urgency-inline-fullwidth {
    padding: 0.75rem 0.75rem 1.5rem 0.75rem;
  }

  .hero-urgent-message-inline,
  .hero-warning-message-inline,
  .hero-info-message-inline,
  .hero-closed-message-inline {
    font-size: 0.85rem;
    padding: 0.5rem 0.8rem;
  }
}
/* ES Global Hero with Spinning Globe */
.es-global-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 120px 0 0 0;
  text-align: center;
  background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
  box-shadow: inset 0 0 100px rgba(26, 26, 46, 0.3);
  perspective: 2000px;
}
.es-global-hero .globe {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 280px;
  height: 280px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
}

.es-global-hero .globe-sphere {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #2c5f7a;
  opacity: 0.95;
  box-shadow:
    inset -60px -60px 120px rgba(0, 0, 0, 0.7),
    inset 30px 30px 60px rgba(255, 255, 255, 0.2),
    inset 0 -30px 60px rgba(0, 0, 0, 0.4),
    inset 0 30px 40px rgba(255, 255, 255, 0.1),
    0 0 60px rgba(26, 77, 122, 0.4),
    0 20px 50px rgba(0, 0, 0, 0.4);
  transform-style: preserve-3d;
  filter: contrast(1.1) brightness(1.05);
  overflow: hidden;
}

.es-global-hero .globe-sphere .earth-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/earth-texture.jpg') repeat-x center/350px 280px;
  opacity: 1;
  mix-blend-mode: normal;
}
.es-global-hero .globe-sphere::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, rgba(135, 206, 235, 0.4) 0%, rgba(135, 206, 235, 0.2) 30%, transparent 60%);
  animation: gentleGlow 6s ease-in-out infinite alternate;
  pointer-events: none;
  filter: blur(4px);
  z-index: 2;
}
.es-global-hero .globe-sphere::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 20%, transparent 40%);
  animation: subtleShimmer 8s ease-in-out infinite alternate;
  filter: blur(1px);
  z-index: 3;
}

/* Elegant randomized starfield effect */
.es-global-hero .stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    /* Large bright stars */
    radial-gradient(3px 3px at 15% 20%, rgba(255, 255, 255, 1), transparent),
    radial-gradient(2px 2px at 85% 15%, rgba(255, 255, 255, 0.95), transparent),
    radial-gradient(2.5px 2.5px at 45% 80%, rgba(255, 255, 255, 0.98), transparent),
    radial-gradient(3px 3px at 75% 60%, rgba(255, 255, 255, 1), transparent),
    radial-gradient(2.5px 2.5px at 5% 40%, rgba(255, 255, 255, 0.95), transparent),
    radial-gradient(3px 3px at 95% 85%, rgba(255, 255, 255, 1), transparent),
    radial-gradient(2.8px 2.8px at 30% 5%, rgba(255, 255, 255, 0.97), transparent),
    radial-gradient(2.2px 2.2px at 65% 95%, rgba(255, 255, 255, 0.92), transparent),
    /* Medium stars */
    radial-gradient(1.5px 1.5px at 25% 45%, rgba(255, 255, 255, 0.85), transparent),
    radial-gradient(1px 1px at 60% 25%, rgba(255, 255, 255, 0.75), transparent),
    radial-gradient(1.5px 1.5px at 90% 75%, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1px 1px at 35% 65%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1.5px 1.5px at 55% 35%, rgba(255, 255, 255, 0.85), transparent),
    radial-gradient(1px 1px at 80% 45%, rgba(255, 255, 255, 0.75), transparent),
    radial-gradient(1.5px 1.5px at 15% 85%, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1px 1px at 65% 70%, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(1.5px 1.5px at 40% 15%, rgba(255, 255, 255, 0.85), transparent),
    radial-gradient(1.2px 1.2px at 12% 55%, rgba(255, 255, 255, 0.72), transparent),
    radial-gradient(1.3px 1.3px at 78% 30%, rgba(255, 255, 255, 0.68), transparent),
    radial-gradient(1.4px 1.4px at 48% 88%, rgba(255, 255, 255, 0.77), transparent),
    radial-gradient(1.1px 1.1px at 22% 12%, rgba(255, 255, 255, 0.69), transparent),
    radial-gradient(1.6px 1.6px at 88% 68%, rgba(255, 255, 255, 0.81), transparent),
    /* Small stars */
    radial-gradient(0.8px 0.8px at 50% 10%, rgba(255, 255, 255, 0.65), transparent),
    radial-gradient(0.6px 0.6px at 70% 40%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(0.7px 0.7px at 10% 70%, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(0.5px 0.5px at 95% 35%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(0.8px 0.8px at 55% 90%, rgba(255, 255, 255, 0.65), transparent),
    radial-gradient(0.6px 0.6px at 30% 55%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(0.7px 0.7px at 85% 25%, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(0.5px 0.5px at 20% 30%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(0.8px 0.8px at 75% 90%, rgba(255, 255, 255, 0.65), transparent),
    radial-gradient(0.6px 0.6px at 45% 50%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(0.7px 0.7px at 5% 15%, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(0.5px 0.5px at 90% 55%, rgba(255, 255, 255, 0.45), transparent),
    radial-gradient(0.8px 0.8px at 35% 75%, rgba(255, 255, 255, 0.65), transparent),
    radial-gradient(0.6px 0.6px at 60% 5%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(0.7px 0.7px at 25% 95%, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(0.9px 0.9px at 68% 82%, rgba(255, 255, 255, 0.67), transparent),
    radial-gradient(0.4px 0.4px at 42% 28%, rgba(255, 255, 255, 0.43), transparent),
    radial-gradient(0.75px 0.75px at 92% 12%, rgba(255, 255, 255, 0.62), transparent),
    radial-gradient(0.55px 0.55px at 8% 88%, rgba(255, 255, 255, 0.48), transparent),
    radial-gradient(0.85px 0.85px at 58% 42%, rgba(255, 255, 255, 0.64), transparent),
    radial-gradient(0.65px 0.65px at 32% 72%, rgba(255, 255, 255, 0.51), transparent),
    radial-gradient(0.95px 0.95px at 82% 58%, rgba(255, 255, 255, 0.68), transparent);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  animation: starTwinkle 2.5s ease-in-out infinite alternate;
  opacity: 0.95;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 6px rgba(255, 255, 255, 0.4));
  z-index: -1;
}

.es-global-hero .shooting-star-1::before,
.es-global-hero .shooting-star-2::before {
  width: 2px;
  height: 2px;
}

.es-global-hero .shooting-star-3::before,
.es-global-hero .shooting-star-4::before {
  width: 4px;
  height: 4px;
}

.es-global-hero .shooting-star-5::before {
  width: 5px;
  height: 5px;
  box-shadow:
    0 0 10px rgba(255, 255, 255, 1.2),
    0 0 20px rgba(173, 216, 230, 1),
    0 0 30px rgba(255, 255, 255, 0.8),
    0 0 40px rgba(173, 216, 230, 0.6);
}
.es-global-hero .twinkling-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -2;
}

.es-global-hero .star {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: backgroundTwinkle 3s ease-in-out infinite;
}

.es-global-hero .star-1,
.es-global-hero .star-2,
.es-global-hero .star-3 {
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}

.es-global-hero .star-4,
.es-global-hero .star-5,
.es-global-hero .star-6 {
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
}

.es-global-hero .star-7,
.es-global-hero .star-8 {
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}

.es-global-hero .star-9,
.es-global-hero .star-10 {
  width: 1.5px;
  height: 1.5px;
  background: rgba(173, 216, 230, 0.7);
}

.es-global-hero .star-1 {
  top: 15%;
  left: 20%;
  animation-delay: 0s;
  animation-duration: 4s;
}

.es-global-hero .star-2 {
  top: 25%;
  left: 70%;
  animation-delay: 1s;
  animation-duration: 3.5s;
}

.es-global-hero .star-3 {
  top: 40%;
  left: 15%;
  animation-delay: 2s;
  animation-duration: 5s;
}

.es-global-hero .star-4 {
  top: 60%;
  left: 80%;
  animation-delay: 0.5s;
  animation-duration: 4.2s;
}

.es-global-hero .star-5 {
  top: 75%;
  left: 30%;
  animation-delay: 1.5s;
  animation-duration: 3.8s;
}

.es-global-hero .star-6 {
  top: 10%;
  left: 85%;
  animation-delay: 2.5s;
  animation-duration: 4.5s;
}

.es-global-hero .star-7 {
  top: 50%;
  left: 45%;
  animation-delay: 3s;
  animation-duration: 3.2s;
}

.es-global-hero .star-8 {
  top: 85%;
  left: 65%;
  animation-delay: 0.8s;
  animation-duration: 4.8s;
}

.es-global-hero .star-9 {
  top: 30%;
  left: 5%;
  animation-delay: 1.2s;
  animation-duration: 3.9s;
}

.es-global-hero .star-10 {
  top: 65%;
  left: 50%;
  animation-delay: 2.8s;
  animation-duration: 4.1s;
}
.es-global-hero .shooting-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  animation: none;
}

.es-global-hero .shooting-star::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 1), rgba(173, 216, 230, 0.8), rgba(255, 255, 255, 0.4));
  border-radius: 50%;
  box-shadow:
    0 0 8px rgba(255, 255, 255, 1),
    0 0 16px rgba(173, 216, 230, 0.9),
    0 0 24px rgba(255, 255, 255, 0.7),
    0 0 32px rgba(173, 216, 230, 0.5);
  animation: twinkle 0.1s ease-in-out infinite alternate;
  transform-origin: center center;
}

.es-global-hero .shooting-star::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(173, 216, 230, 0.7), rgba(255, 255, 255, 0.3), transparent);
  border-radius: 1px;
  animation: none;
  transform-origin: right center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
}

.es-global-hero .shooting-star.shoot {
  animation: shootingStar var(--duration, 3s) ease-out forwards;
}

.es-global-hero .shooting-star.shoot::before {
  animation:
    shootingStar var(--duration, 3s) ease-out forwards,
    twinkle 0.08s ease-in-out infinite alternate,
    sparkle 0.15s ease-in-out infinite;
}

.es-global-hero .shooting-star.shoot::after {
  animation: shootingStarTrail var(--duration, 3s) ease-out forwards;
}

@keyframes shootingStar {
  0% {
    opacity: 0;
    transform: translateX(var(--start-x, -100px)) translateY(var(--start-y, -100px));
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(var(--end-x, calc(100vw + 100px))) translateY(var(--end-y, calc(100vh + 100px)));
  }
}

@keyframes shootingStarTrail {
  0% {
    width: 2px;
    height: 2px;
    opacity: 1;
    transform: translateY(-50%) scaleX(1) rotate(var(--rotation, 45deg));
  }
  50% {
    width: 100px;
    height: 1.5px;
    opacity: 0.95;
    transform: translateY(-50%) scaleX(1) rotate(var(--rotation, 45deg));
  }
  100% {
    width: 150px;
    height: 0.5px;
    opacity: 0;
    transform: translateY(-50%) scaleX(1) rotate(var(--rotation, 45deg));
  }
}

@keyframes twinkle {
  0% {
    opacity: 0.7;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes sparkle {
  0%, 100% {
    box-shadow:
      0 0 8px rgba(255, 255, 255, 1),
      0 0 16px rgba(173, 216, 230, 0.9),
      0 0 24px rgba(255, 255, 255, 0.7),
      0 0 32px rgba(173, 216, 230, 0.5);
  }
  25% {
    box-shadow:
      0 0 12px rgba(255, 255, 255, 1.3),
      0 0 24px rgba(173, 216, 230, 1.2),
      0 0 36px rgba(255, 255, 255, 1),
      0 0 48px rgba(173, 216, 230, 0.8),
      0 0 60px rgba(255, 255, 255, 0.4);
  }
  50% {
    box-shadow:
      0 0 16px rgba(255, 255, 255, 1.5),
      0 0 32px rgba(173, 216, 230, 1.4),
      0 0 48px rgba(255, 255, 255, 1.2),
      0 0 64px rgba(173, 216, 230, 1),
      0 0 80px rgba(255, 255, 255, 0.6);
  }
  75% {
    box-shadow:
      0 0 12px rgba(255, 255, 255, 1.3),
      0 0 24px rgba(173, 216, 230, 1.2),
      0 0 36px rgba(255, 255, 255, 1),
      0 0 48px rgba(173, 216, 230, 0.8),
      0 0 60px rgba(255, 255, 255, 0.4);
  }
}

@keyframes backgroundTwinkle {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes earthTextureScroll {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 350px center;
  }
}

  border: 1px solid #3498db;
  border-radius: 0;
  animation: pixelLoad 2s ease-out forwards;
  opacity: 0;
}
.es-global-hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100vh;
  padding-left: 35%;
}
@media (max-width: 768px) {
  .es-global-hero .globe {
    left: 50%;
    top: 30%;
    width: 200px;
    height: 200px;
  }
  .es-global-hero .container {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    text-align: center;
  }
  .es-global-hero h1.es-global-title {
    font-size: 2.5em;
  }
}
.es-global-hero h1.es-global-title {
  font-size: 4em;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(26, 26, 46, 0.8);
  animation: fadeInGlow 2s ease-out;
  position: relative;
  z-index: 2;
}
.es-global-hero .es-global-date {
  font-size: 1.4em;
  margin-bottom: 30px;
  opacity: 0.9;
  animation: slideUp 1.5s ease-out 0.5s both;
  position: relative;
  z-index: 2;
}
.es-global-hero .es-global-tagline {
  font-size: 1.2em;
  font-style: italic;
  opacity: 0.9;
  animation: slideUp 1.5s ease-out 1s both;
  position: relative;
  z-index: 2;
}

/* Content sections */
.es-global-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.es-global-content section {
  margin-bottom: 80px;
  padding: 60px 40px;
  border: 1px solid rgba(26, 26, 46, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(26, 26, 46, 0.1);
  border-radius: 12px;
  transition: box-shadow 0.5s ease;
  animation: slideInUp 0.8s ease-out;
}
.es-tech-content section:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2), 0 0 60px rgba(26, 26, 46, 0.3);
}
.es-global-content h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #2c3e50;
  font-weight: 700;
  text-align: left;
  position: relative;
  padding-left: 20px;
  border-left: 5px solid #1a1a2e;
}
.es-global-content .es-global-intro ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.es-global-content .es-global-intro ul li {
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  margin: 0;
  padding: 25px;
  border-left: 5px solid #1a1a2e;
  color: #333;
  font-weight: 500;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 8px;
}
.es-global-content .es-global-intro ul li:hover {
  box-shadow: 0 0 20px rgba(26, 26, 46, 0.6);
  transform: translateX(10px);
}
.es-global-content .es-global-topics {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  list-style-type: none;
  margin-bottom: 80px;
}
.es-global-content .es-global-topics .topics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .es-global-content .es-global-topics .topics-grid {
    grid-template-columns: 1fr;
  }
}
.es-global-content .es-global-topics .topic-cell {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  margin: 0;
  padding: 25px;
  border-left: 5px solid #1a1a2e;
  color: #333;
  font-weight: 500;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 8px;
}
.es-global-content .es-global-topics .topic-cell:hover {
  box-shadow: 0 0 20px rgba(26, 26, 46, 0.6);
  transform: translateX(10px);
}
.es-global-content .es-global-schedule {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  max-width: 1200px;
  margin-bottom: 80px;
}
.es-tech-content .es-tech-pricing h2 {
  color: #fff;
  border-left-color: #fff;
}
.es-tech-content .es-tech-intro {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  max-width: 1200px;
}
.es-tech-content .es-tech-intro p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.es-tech-content .es-tech-intro ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.es-tech-content .es-tech-intro ul li {
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  margin: 0;
  padding: 25px;
  border-left: 5px solid #1a1a2e;
  color: #333;
  font-weight: 500;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 8px;
}
.es-tech-content .es-tech-intro ul li:hover {
  box-shadow: 0 0 20px rgba(26, 26, 46, 0.6);
  transform: translateX(10px);
}
.es-tech-content .es-tech-topics {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px;
  list-style-type: none;
  margin-bottom: 80px;
}
.es-tech-content .es-tech-topics .topics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .es-tech-content .es-tech-topics .topics-grid {
    grid-template-columns: 1fr;
  }
}
.es-tech-content .es-tech-topics .topic-cell {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  margin: 0;
  padding: 25px;
  border-left: 5px solid #3498db;
  color: #333;
  font-weight: 500;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 8px;
}
.es-tech-content .es-tech-topics .topic-cell:hover {
  box-shadow: 0 0 20px rgba(52, 152, 219, 0.6);
  transform: translateX(10px);
}
.es-tech-content .es-tech-schedule {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  max-width: 1200px;
  margin-bottom: 80px;
}
.es-tech-content .es-tech-pricing {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #fff;
  max-width: 1200px;
  margin-bottom: 80px;
}
.es-tech-content .es-tech-features {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  max-width: 1200px;
  margin-bottom: 80px;
}
.es-tech-content .es-tech-features .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .es-tech-content .es-tech-features .features-grid {
    grid-template-columns: 1fr;
  }
}
.es-tech-content .es-tech-features .feature-cell {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  padding: 25px;
  border-left: 5px solid #3498db;
  color: #333;
  font-weight: 500;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 8px;
}
.es-tech-content .es-tech-features .feature-cell:hover {
  box-shadow: 0 0 20px rgba(52, 152, 219, 0.6);
  transform: translateX(10px);
}
.es-tech-content .es-tech-benefits {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  max-width: 1200px;
  margin-bottom: 80px;
  text-align: center;
}
.es-tech-content .es-tech-benefits h2 {
  font-size: 3rem;
  color: #2c3e50;
  margin-bottom: 60px;
  font-weight: 700;
}
.es-tech-content .es-tech-benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.es-tech-content .es-tech-benefits .benefits-grid .benefit-item {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}
.es-tech-content .es-tech-benefits .benefits-grid .benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.es-tech-content .es-tech-benefits .benefits-grid .benefit-item h3 {
  font-size: 1.5rem;
  color: #3498db;
  margin-bottom: 20px;
  font-weight: 600;
}
.es-tech-content .es-tech-benefits .benefits-grid .benefit-item p {
  color: #7f8c8d;
  line-height: 1.6;
  font-size: 1rem;
  margin: 0;
}
.es-tech-content .es-tech-sponsors {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  max-width: 1200px;
  margin-bottom: 80px;
  text-align: center;
}
.es-tech-content .es-tech-sponsors h2 {
  color: #2c3e50;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  text-align: left;
}
.es-tech-content .es-tech-sponsors h3 {
  color: #34495e;
  margin: 2rem 0 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.es-tech-content .es-tech-sponsors .sponsors-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}
.es-tech-content .es-tech-sponsors .sponsors-grid.featured-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 1200px;
  margin: 0 auto;
}
.es-tech-content .es-tech-sponsors .sponsors-grid.normal-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  max-width: 1000px;
  margin: 0 auto;
}
.es-tech-content .es-tech-sponsors .sponsor-item {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  border: 2px solid transparent;
}
.es-tech-content .es-tech-sponsors .sponsor-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.es-tech-content .es-tech-sponsors .sponsor-item.featured-sponsor {
  border-color: #f39c12;
  background: linear-gradient(135deg, #fff 0%, #fefefe 100%);
}
.es-tech-content .es-tech-sponsors .sponsor-item.featured-sponsor:hover {
  border-color: #e67e22;
}
.es-tech-content .es-tech-sponsors .sponsor-item.normal-sponsor {
  border-color: #bdc3c7;
}
.es-tech-content .es-tech-sponsors .sponsor-item img {
  max-width: 150px;
  max-height: 80px;
  object-fit: contain;
  margin-bottom: 1rem;
}
.es-tech-content .es-tech-sponsors .sponsor-item h4 {
  color: #2c3e50;
  margin: 1rem 0 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.es-tech-content .es-tech-sponsors .sponsor-item p {
  color: #7f8c8d;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}
.es-tech-content .es-tech-sponsors .sponsor-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.es-tech-content .es-tech-sponsors .sponsor-item a:hover h4 {
  color: #3498db;
}

/* Speakers */
.speaker-item {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border: 1px solid #e5e7eb;
  padding: 30px;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 12px;
}
.speaker-item:hover {
  box-shadow: 0 0 25px rgba(52, 152, 219, 0.5);
  transform: translateY(-5px);
}
.speaker-item .speaker-time {
  font-weight: bold;
  color: #3498db;
  margin-bottom: 15px;
  font-size: 1.1em;
}
.speaker-item h3 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 1.4em;
}
.speaker-item p {
  margin: 0;
  color: #666;
  font-size: 1.1em;
}

/* ES Tech Schedule Styles */
.es-tech-speaker-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.schedule-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}
.schedule-item .schedule-time {
  flex-shrink: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  min-width: 80px;
  text-align: center;
  background: rgba(26, 26, 46, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule-item .schedule-content {
  flex: 1;
}
.schedule-item .schedule-content h3 {
  color: #2c3e50;
  margin: 0 0 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.schedule-item .schedule-content .session-description {
  color: #34495e;
  margin: 0 0 1rem 0;
  line-height: 1.5;
  font-size: 0.95rem;
}
.schedule-item .schedule-content .speaker-info {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.schedule-item .schedule-content .speaker-info .speaker-photo {
  flex-shrink: 0;
}
.schedule-item .schedule-content .speaker-info .speaker-photo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(44, 159, 159, 0.3);
}
.schedule-item .schedule-content .speaker-info .speaker-details {
  flex: 1;
}
.schedule-item .schedule-content .speaker-info .speaker-details h4 {
  color: #2c3e50;
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 600;
}
.schedule-item .schedule-content .speaker-info .speaker-details h4 a {
  color: inherit;
  text-decoration: none;
}
.schedule-item .schedule-content .speaker-info .speaker-details h4 a:hover {
  color: #3498db;
}
.schedule-item .schedule-content .speaker-info .speaker-details .speaker-bio {
  color: #34495e;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Testimonials */
.es-tech-testimonials {
  background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
  padding: 60px 0;
}
.es-tech-testimonials .testimonial {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: left;
  padding: 35px;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border-left: 5px solid #3498db;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 12px;
}
.es-tech-testimonials .testimonial:hover {
  box-shadow: 0 0 25px rgba(52, 152, 219, 0.5);
  transform: translateY(-5px);
}
.es-tech-testimonials .testimonial p {
  font-size: 1.3em;
  margin-bottom: 15px;
  color: #333;
  font-style: italic;
  line-height: 1.6;
}
.es-tech-testimonials .testimonial cite {
  color: #3498db;
  font-weight: bold;
  font-size: 1.2em;
  text-align: right;
  display: block;
}

/* FAQ */
.es-tech-faq .faq-item {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  border: 1px solid #e5e7eb;
  padding: 30px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 12px;
}
.es-tech-faq .faq-item:hover {
  box-shadow: 0 0 25px rgba(52, 152, 219, 0.5);
  transform: translateY(-5px);
}
.es-tech-faq .faq-item h3 {
  color: #333;
  margin-bottom: 10px;
  font-size: 1.3em;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
  display: inline-block;
}
.es-tech-faq .faq-item p {
  color: #666;
  line-height: 1.6;
  font-size: 1.1em;
}

/* Pricing Enhancements */
.pricing-container {
  position: relative;
  margin-bottom: 30px;
  background: transparent;
}
.pricing-container .savings-badge {
  position: absolute;
  top: -12px;
  right: -12px;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #fff;
  padding: 6px 14px;
  border-radius: 18px;
  font-weight: bold;
  font-size: 0.85em;
  z-index: 10;
  box-shadow: 0 3px 10px rgba(231, 76, 60, 0.3);
  animation: pulse 2s ease-in-out infinite;
}

.sale-indicator {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: #fff;
  text-align: center;
  padding: 12px;
  margin: 20px 0;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  animation: shake 4s ease-in-out infinite;
}
.sale-indicator .sale-ends {
  font-weight: normal;
  font-size: 0.9em;
  opacity: 0.9;
  margin-left: 10px;
}

.urgency-message {
  text-align: center;
  margin: 25px 0;
  position: relative;
}
.urgency-message .urgent-message {
  background: linear-gradient(135deg, #ff4757 0%, #ff3838 100%);
  color: #fff;
  padding: 20px 25px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  box-shadow: 0 10px 30px rgba(255, 71, 87, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.3);
  animation: urgentPulse 2.5s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}
.urgency-message .urgent-message::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shine 4s ease-in-out infinite;
}
.urgency-message .urgent-message i {
  font-size: 1.8em;
  color: #fff;
  z-index: 1;
  position: relative;
}
.urgency-message .urgent-message .urgent-content {
  text-align: left;
  z-index: 1;
  position: relative;
}
.urgency-message .warning-message {
  background: linear-gradient(135deg, #ffa726 0%, #fb8c00 100%);
  color: #fff;
  padding: 18px 22px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 8px 25px rgba(255, 167, 38, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.urgency-message .warning-message i {
  font-size: 1.5em;
  color: #fff;
}
.urgency-message .warning-message .warning-content {
  text-align: left;
}
.urgency-message .info-message {
  background: linear-gradient(135deg, #4fc3f7 0%, #29b6f6 100%);
  color: #fff;
  padding: 16px 20px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 0.95em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(79, 195, 247, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.urgency-message .info-message i {
  font-size: 1.3em;
  color: #fff;
}
.urgency-message .info-message .info-content {
  text-align: left;
}

.price-display {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 15px;
  margin: 10px 0;
  border-radius: 8px;
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.price-display.subscriber-price {
  background: rgba(212, 237, 218, 0.2);
  border-color: rgba(195, 230, 203, 0.5);
  color: #fff;
  position: relative;
}
.price-display del {
  text-decoration: line-through;
  color: #ccc;
  font-size: 0.9em;
  margin-right: 8px;
}
.price-display ins {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
.price-display .savings-amount-label {
  position: absolute;
  top: 5px;
  right: 10px;
  background: #3498db;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85em;
  font-weight: bold;
  z-index: 10;
}

.savings-amount {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 15px 0;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  border: 3px solid #ff0000 !important;
}

.savings-percentage-label {
  position: absolute;
  top: 5px;
  right: 10px;
  background: #3498db;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85em;
  font-weight: bold;
  z-index: 10;
}

/* Compact Pricing Styles */
.pricing-container-compact {
  position: relative;
  margin-bottom: 20px;
  background: transparent;
  max-width: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  /* Responsive 2-column layout */
}
.pricing-container-compact .pricing-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing-container-compact .pricing-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .pricing-container-compact {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    overflow-x: hidden;
  }
  .pricing-container-compact .pricing-left-column,
  .pricing-container-compact .pricing-right-column {
    flex: none;
    width: 100%;
    box-sizing: border-box;
  }
  .pricing-container-compact .price-tier {
    min-width: auto;
    padding: 6px 12px;
    font-size: 0.9rem;
  }
  .pricing-container-compact .quantity-price-display {
    white-space: normal;
    word-break: break-word;
    font-size: 0.85rem;
    padding: 4px 8px;
  }
  .pricing-container-compact .currency-background-container {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .pricing-container-compact .currency-heading {
    font-size: 0.85rem;
  }
}

.pricing-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 15px;
  align-items: center;
}
.pricing-banner .urgency-indicator,
.pricing-banner .sale-indicator-compact,
.pricing-banner .savings-indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  width: 100%;
  justify-content: center;
}
.pricing-banner .urgency-indicator {
  background: linear-gradient(135deg, #ff4757 0%, #ff3838 100%);
  color: #fff;
  animation: urgentPulse 2s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}
.pricing-banner .urgency-indicator::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shine 4s ease-in-out infinite;
}
.pricing-banner .sale-indicator-compact {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: #fff;
  animation: shake 4s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}
.pricing-banner .sale-indicator-compact::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shine 12s ease-in-out infinite;
}
.pricing-banner .savings-indicator {
  background: linear-gradient(135deg, #3498db 0%, #2ecc71 100%);
  color: #fff;
  animation: gentlePulse 2s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}
.pricing-banner .savings-indicator::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shine 8s ease-in-out infinite;
  pointer-events: none;
}
.pricing-banner .sale-timer {
  font-weight: 500;
  font-size: 0.8rem;
  opacity: 0.9;
}

.price-display-compact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 15px;
  align-items: center;
  width: 100%;
}
.price-display-compact .price-tier {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 200px;
  justify-content: center;
  width: 100%;
}
.price-display-compact .price-tier.subscriber-tier {
  background: rgba(212, 237, 218, 0.15);
  border-color: rgba(195, 230, 203, 0.3);
}
.price-display-compact .price-tier.regular-tier {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}
.price-display-compact .price-tier .price-label {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}
.price-display-compact .price-tier .price-amount {
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.price-display-compact .price-tier .price-amount del {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin-right: 6px;
}
.price-display-compact .price-tier .price-amount ins {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.price-display-compact .price-tier .savings-pill {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  color: #fff;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 6px rgba(231, 76, 60, 0.3);
  animation: pulse 2s ease-in-out infinite;
}

.quantity-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  width: 100%;
}
.quantity-section .quantity-selector {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  width: 100%;
  justify-content: center;
}
.quantity-section .quantity-selector label {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  white-space: nowrap;
}
.quantity-section .quantity-selector select {
  padding: 8px 12px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 80px;
}
.quantity-section .quantity-selector select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.quantity-section .quantity-selector select:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
}
.quantity-section .quantity-selector select option {
  background: #fff;
  color: #333333;
  padding: 8px;
}
.quantity-section .qty-select {
  padding: 8px 12px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 80px;
}
.quantity-section .qty-select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.quantity-section .qty-select:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
}
.quantity-section .qty-select option {
  background: #fff;
  color: #333333;
  padding: 8px;
}
.quantity-section .quantity-price-display {
  color: #fff !important;
  font-weight: bold;
  font-size: 0.95rem;
  margin-left: 15px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}
.quantity-section .quantity-price-display strong {
  color: #fff;
}
.quantity-section .quantity-price-display small {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}

.register-btn {
  background: linear-gradient(135deg, #3498db 0%, #2ecc71 100%);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 14px rgba(26, 26, 46, 0.3);
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  animation: buttonGlow 2s ease-in-out infinite;
}
.register-btn:hover {
  background: linear-gradient(135deg, #229954 0%, #3498db 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(26, 26, 46, 0.4);
}

.savings-summary {
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  color: #fff;
  text-align: center;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 10px;
  box-shadow: 0 2px 8px rgba(243, 156, 18, 0.3);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.savings-summary .login-link {
  background: none;
  border: none;
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: inherit;
}
.savings-summary .login-link:hover {
  text-decoration: none;
}

/* Animations */
@keyframes fadeInGlow {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 rgba(52, 152, 219, 0);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 20px rgba(52, 152, 219, 0.8);
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 20px rgba(52, 152, 219, 0.8);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gradientShift {
  0% {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
  }
  100% {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f3461 100%);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 0 20px 5px rgba(52, 152, 219, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pixelLoad {
  0% {
    transform: translate(100vw, 100vh);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes gentleSpin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes atmosphereGlow {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes terminator {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes gentleGlow {
  0% {
    opacity: 0.8;
    transform: scale(1.01);
  }
  100% {
    opacity: 1;
    transform: scale(1.03);
  }
}
@keyframes subtleShimmer {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes starTwinkle {
  0% {
    opacity: 0.7;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.3));
  }
  25% {
    opacity: 1;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 1)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
  }
  50% {
    opacity: 0.8;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.7)) drop-shadow(0 0 6px rgba(255, 255, 255, 0.4));
  }
  75% {
    opacity: 0.95;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
  }
  100% {
    opacity: 0.7;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.6)) drop-shadow(0 0 4px rgba(255, 255, 255, 0.3));
  }
}
@keyframes cloudDrift {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes urgentPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 8px 25px rgba(255, 71, 87, 0.3);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 12px 35px rgba(255, 71, 87, 0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 8px 25px rgba(255, 71, 87, 0.3);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes gentlePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
@keyframes buttonGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}
/* AJAX Add-to-Cart Animations */
.sc-adding-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
}

.sc-adding-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  max-width: 300px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: scCardBounce 0.3s ease-out;
}
.sc-adding-card img {
  max-width: 120px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.sc-adding-card .sc-adding-text-wrap {
  margin-top: 1rem;
}
.sc-adding-card .sc-adding-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0b1a1f;
}

.sc-adding-card-animate {
  transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 2s ease-out;
}

@keyframes scCardBounce {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.sc-fly-item {
  position: fixed;
  z-index: 10000;
  pointer-events: none;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 2s ease-out;
}
.sc-fly-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Cart Pulse Animation */
@keyframes cartPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(44, 159, 159, 0.7);
  }
  8.33% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(44, 159, 159, 0);
  }
  16.67% {
    transform: scale(1.15);
    box-shadow: 0 0 0 15px rgba(44, 159, 159, 0);
  }
  25% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(44, 159, 159, 0);
  }
  33.33% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(44, 159, 159, 0);
  }
  41.67% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(44, 159, 159, 0);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 0 15px rgba(44, 159, 159, 0);
  }
  58.33% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(44, 159, 159, 0);
  }
  66.67% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(44, 159, 159, 0);
  }
  75% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(44, 159, 159, 0);
  }
  83.33% {
    transform: scale(1.15);
    box-shadow: 0 0 0 15px rgba(44, 159, 159, 0);
  }
  91.67% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(44, 159, 159, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(44, 159, 159, 0);
  }
}
@keyframes cartGlow {
  0% {
    filter: drop-shadow(0 0 0 rgba(44, 159, 159, 0));
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(44, 159, 159, 0.8));
  }
  100% {
    filter: drop-shadow(0 0 0 rgba(44, 159, 159, 0));
  }
}
.cart-pulse {
  animation: cartPulse 2.4s ease-out, cartGlow 2.4s ease-out;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
/* Hero inline urgency messaging at bottom - full width */
.hero-urgency-inline-fullwidth {
  padding: 1rem 1rem 2rem 1rem;
  text-align: center;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}
.hero-urgency-inline-fullwidth .hero-urgent-message-inline,
.hero-urgency-inline-fullwidth .hero-warning-message-inline,
.hero-urgency-inline-fullwidth .hero-info-message-inline,
.hero-urgency-inline-fullwidth .hero-closed-message-inline {
  display: inline-block;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  animation: gentlePulse 2s ease-in-out infinite;
  flex-shrink: 0;
  white-space: nowrap;
  margin: 0 0.5rem 0.5rem 0;
  vertical-align: top;
}
.hero-urgency-inline-fullwidth .hero-urgent-message-inline {
  background: linear-gradient(135deg, #ff4757 0%, #ff3838 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(255, 71, 87, 0.3);
}
.hero-urgency-inline-fullwidth .hero-warning-message-inline {
  background: linear-gradient(135deg, #ffa726 0%, #fb8c00 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(255, 167, 38, 0.3);
}
.hero-urgency-inline-fullwidth .hero-info-message-inline {
  background: linear-gradient(135deg, #2c9f9f 0%, #25888a 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(44, 159, 159, 0.3);
}
.hero-urgency-inline-fullwidth .hero-closed-message-inline {
  background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
  color: #fff;
  box-shadow: 0 2px 12px rgba(149, 165, 166, 0.3);
}
.hero-urgency-inline-fullwidth .hero-sale-indicator-inline {
  display: inline-block;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
  animation: gentlePulse 2s ease-in-out infinite;
  flex-shrink: 0;
  margin: 0 0.5rem 0.5rem 0;
  vertical-align: top;
}
.hero-urgency-inline-fullwidth .hero-savings-indicator-inline {
  display: inline-block;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #3498db 0%, #2ecc71 100%);
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 2px 8px rgba(26, 26, 46, 0.3);
  animation: gentlePulse 2s ease-in-out infinite;
  flex-shrink: 0;
  margin: 0 0.5rem 0.5rem 0;
  vertical-align: top;
}
.hero-urgency-inline-fullwidth .hero-sale-ends-inline {
  display: inline;
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 0.15rem;
  opacity: 0.95;
}

/* Read More Styles */
.read-more-container {
  position: relative;
}
.read-more-container .read-more-toggle {
  color: #007cba;
  cursor: pointer;
  font-weight: 500;
  margin-left: 5px;
}
.read-more-container .read-more-toggle:hover {
  text-decoration: underline;
}

/* Speaker Modal Styles */
.speaker-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.speaker-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.speaker-modal-overlay .speaker-modal-content {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  max-width: 900px;
  width: 95%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  padding: 0;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1);
  transform: scale(0.9) translateY(20px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.speaker-modal-overlay.active .speaker-modal-overlay .speaker-modal-content {
  transform: scale(1) translateY(0);
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-close:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #333;
  transform: rotate(90deg);
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-header {
  background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
  color: white;
  padding: 40px 40px 30px;
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.15)"/><circle cx="10" cy="50" r="0.5" fill="rgba(255,255,255,0.15)"/><circle cx="90" cy="50" r="0.5" fill="rgba(255,255,255,0.15)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-header .speaker-modal-photo {
  flex-shrink: 0;
  margin-right: 30px;
  position: relative;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-header .speaker-modal-photo img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-header .speaker-modal-photo:hover img {
  transform: scale(1.05);
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-header .speaker-modal-photo .no-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 16px;
  text-align: center;
  border: 4px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-header .speaker-modal-info {
  flex: 1;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-header .speaker-modal-info .speaker-modal-name {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-header .speaker-modal-info .speaker-modal-title {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 15px 0;
  font-weight: 500;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-header .speaker-modal-info .speaker-modal-meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-header .speaker-modal-info .speaker-modal-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-header .speaker-modal-info .speaker-modal-meta .meta-item i {
  font-size: 16px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body {
  padding: 40px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio {
  color: #495057;
  line-height: 1.7;
  margin-bottom: 40px;
  font-size: 16px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio h1, .speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio h2, .speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio h3, .speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio h4, .speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio h5, .speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio h6 {
  color: #343a40;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio h1 {
  font-size: 28px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio h2 {
  font-size: 24px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio h3 {
  font-size: 20px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio h4 {
  font-size: 18px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio p {
  margin-bottom: 20px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio p:last-child {
  margin-bottom: 0;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio a {
  color: #3498db;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio a:hover {
  color: #2c3e50;
  text-decoration: underline;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio blockquote {
  border-left: 4px solid #3498db;
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #6c757d;
  background: rgba(52, 152, 219, 0.05);
  padding: 15px 20px;
  border-radius: 0 8px 8px 0;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio ul, .speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio ol {
  margin-bottom: 20px;
  padding-left: 25px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio ul li, .speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-bio ol li {
  margin-bottom: 8px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-sessions {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  border: 1px solid #e9ecef;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-sessions h4 {
  font-size: 24px;
  color: #343a40;
  margin: 0 0 25px 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #1e3c72;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item:last-child {
  margin-bottom: 0;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item .session-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
  box-shadow: 0 3px 10px rgba(52, 152, 219, 0.3);
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item .session-time i {
  font-size: 16px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item .session-title {
  font-size: 18px;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 10px;
  line-height: 1.4;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item .session-description {
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item .session-details {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e9ecef;
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #6c757d;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item .session-details .detail-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.speaker-modal-overlay .speaker-modal-content .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item .session-details .detail-item i {
  color: #1e3c72;
  font-size: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .speaker-modal-content {
    width: 95%;
    margin: 10px;
    max-height: 95vh;
  }

  .speaker-modal-header {
    padding: 30px 20px 20px;
    flex-direction: column;
    text-align: center;
  }
  .speaker-modal-header .speaker-modal-photo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .speaker-modal-header .speaker-modal-photo img, .speaker-modal-header .speaker-modal-photo .no-photo {
    width: 120px;
    height: 120px;
  }
  .speaker-modal-header .speaker-modal-info .speaker-modal-name {
    font-size: 28px;
  }
  .speaker-modal-header .speaker-modal-info .speaker-modal-title {
    font-size: 16px;
  }
  .speaker-modal-header .speaker-modal-info .speaker-modal-meta {
    justify-content: center;
    gap: 15px;
  }

  .speaker-modal-body {
    padding: 20px;
  }
  .speaker-modal-body .speaker-modal-bio {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .speaker-modal-body .speaker-modal-sessions {
    padding: 20px;
  }
  .speaker-modal-body .speaker-modal-sessions h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item {
    padding: 15px;
  }
  .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item .session-title {
    font-size: 16px;
  }
  .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item .session-description {
    font-size: 14px;
  }
  .speaker-modal-body .speaker-modal-sessions .speaker-sessions-timetable .session-item .session-details {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .speaker-modal-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  .hero-urgent-message,
  .hero-warning-message,
  .hero-info-message {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    font-size: 1rem;
  }

  .hero-sale-indicator {
    font-size: 1rem;
    padding: 0.6rem 1rem;
  }

  .hero-urgency-inline-fullwidth {
    padding: 0.75rem 0.75rem 1.5rem 0.75rem;
  }
  .hero-urgency-inline-fullwidth .hero-urgent-message-inline,
  .hero-urgency-inline-fullwidth .hero-warning-message-inline,
  .hero-urgency-inline-fullwidth .hero-info-message-inline,
  .hero-urgency-inline-fullwidth .hero-closed-message-inline {
    font-size: 0.85rem;
    padding: 0.5rem 0.8rem;
  }

  .schedule-item {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }
  .schedule-item .schedule-time {
    align-self: flex-start;
    min-width: auto;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  .schedule-item .speaker-info {
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
  .schedule-item .speaker-info .speaker-photo img {
    width: 50px;
    height: 50px;
  }

  /* Mobile sponsors styles */
  .es-tech-sponsors .sponsors-grid.featured-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }
  .es-tech-sponsors .sponsors-grid.normal-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }
  .es-tech-sponsors .sponsor-item {
    padding: 1rem;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }
  .es-tech-sponsors .sponsor-item img {
    max-width: 100% !important;
    max-height: 60px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    margin-bottom: 0.75rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .es-tech-sponsors .sponsor-item h4 {
    font-size: 1rem;
    margin: 0.25rem 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .es-tech-sponsors .sponsor-item p {
    font-size: 0.85rem;
    margin: 0.25rem 0;
  }
  .es-tech-sponsors .sponsor-item a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
}
/* Sponsors Section Styles */
.es-tech-sponsors {
  margin: 3rem 0;
}
.es-tech-sponsors h2 {
  color: #2c3e50;
  margin-bottom: 2rem;
  text-align: left;
}
.es-tech-sponsors h3 {
  color: #34495e;
  margin-bottom: 1.5rem;
  text-align: center;
}
.es-tech-sponsors .sponsors-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}
.es-tech-sponsors .sponsors-grid.featured-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.es-tech-sponsors .sponsors-grid.normal-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.es-tech-sponsors .sponsor-item {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.es-tech-sponsors .sponsor-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.es-tech-sponsors .sponsor-item.featured-sponsor {
  border: 2px solid #3498db;
}
.es-tech-sponsors .sponsor-item img {
  max-width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.es-tech-sponsors .sponsor-item h4 {
  color: #2c3e50;
  margin: 0.5rem 0;
  font-size: 1.1rem;
}
.es-tech-sponsors .sponsor-item p {
  color: #7f8c8d;
  font-size: 0.9rem;
  margin: 0.5rem 0;
}

/* Testimonials Section Styles */
.es-tech-testimonials {
  margin: 3rem 0;
  background: #f8f9fa;
  padding: 3rem 0;
}
.es-tech-testimonials h2 {
  color: #2c3e50;
  margin-bottom: 2rem;
  text-align: left;
}
.es-tech-testimonials .testimonials-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto 2rem;
  overflow: hidden;
}
.es-tech-testimonials .testimonials-container .testimonial {
  display: none;
  text-align: center;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.es-tech-testimonials .testimonials-container .testimonial.active {
  display: block;
  opacity: 1;
}
.es-tech-testimonials .testimonials-container .testimonial .testimonial-content {
  margin-bottom: 1rem;
}
.es-tech-testimonials .testimonials-container .testimonial .testimonial-text {
  font-size: 1.2rem;
  color: #2c3e50;
  font-style: italic;
  margin-bottom: 1rem;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.es-tech-testimonials .testimonials-container .testimonial .testimonial-text.truncated {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.es-tech-testimonials .testimonials-container .testimonial .testimonial-text.expanded {
  display: block;
}
.es-tech-testimonials .testimonials-container .testimonial .read-more-toggle {
  color: #3498db;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.es-tech-testimonials .testimonials-container .testimonial .read-more-toggle:hover {
  color: #2980b9;
}
.es-tech-testimonials .testimonials-container .testimonial cite {
  color: #3498db;
  font-weight: bold;
  font-size: 1rem;
}
.es-tech-testimonials .testimonial-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.es-tech-testimonials .testimonial-indicators .indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bdc3c7;
  cursor: pointer;
  transition: background 0.3s ease;
}
.es-tech-testimonials .testimonial-indicators .indicator.active {
  background: #3498db;
}
.es-tech-testimonials .testimonial-indicators .indicator:hover {
  background: #2980b9;
}

/* Global Testimonials Section Styles */
.es-global-testimonials {
  margin: 3rem 0;
  background: #f8f9fa;
  padding: 3rem 0;
}
.es-global-testimonials h2 {
  color: #2c3e50;
  margin-bottom: 2rem;
  text-align: left;
}
.es-global-testimonials .testimonials-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto 2rem;
  overflow: hidden;
}
.es-global-testimonials .testimonials-container .testimonial {
  display: none;
  text-align: center;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.es-global-testimonials .testimonials-container .testimonial.active {
  display: block;
  opacity: 1;
}
.es-global-testimonials .testimonials-container .testimonial .testimonial-content {
  margin-bottom: 1rem;
}
.es-global-testimonials .testimonials-container .testimonial .testimonial-text {
  font-size: 1.2rem;
  color: #2c3e50;
  font-style: italic;
  margin-bottom: 1rem;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.es-global-testimonials .testimonials-container .testimonial .testimonial-text.truncated {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.es-global-testimonials .testimonials-container .testimonial .testimonial-text.expanded {
  display: block;
}
.es-global-testimonials .testimonials-container .testimonial .read-more-toggle {
  color: #1a1a2e;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.es-global-testimonials .testimonials-container .testimonial .read-more-toggle:hover {
  color: #16213e;
}
.es-global-testimonials .testimonials-container .testimonial cite {
  color: #1a1a2e;
  font-weight: bold;
  font-size: 1rem;
}
.es-global-testimonials .testimonial-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.es-global-testimonials .testimonial-indicators .indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bdc3c7;
  cursor: pointer;
  transition: background 0.3s ease;
}
.es-global-testimonials .testimonial-indicators .indicator.active {
  background: #1a1a2e;
}
.es-global-testimonials .testimonial-indicators .indicator:hover {
  background: #16213e;
}

/* Quantity Selector Styles */
.quantity-selector {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.quantity-selector label {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  white-space: nowrap;
}
.quantity-selector select {
  padding: 0.5rem 0.75rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 80px;
}
.quantity-selector select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.quantity-selector select:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
}
.quantity-selector select option {
  background: #fff;
  color: #333333;
  padding: 8px;
}

.quantity-price-display {
  color: #fff !important;
  font-weight: bold;
  font-size: 0.95rem;
  margin-left: 1rem;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}
.quantity-price-display strong {
  color: #fff;
}
.quantity-price-display small {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}

/* Currency Converter Background Styles */
.currency-background-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.currency-background-container .currency-heading {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  white-space: nowrap;
}
.currency-background-container .currency-converter-background {
  flex: 1;
  min-width: 0;
}
.currency-background-container .currency-converter-background select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.currency-background-container .currency-converter-background select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.currency-background-container .currency-converter-background select:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
}
.currency-background-container .currency-converter-background select option {
  background: #fff;
  color: #333333;
  padding: 8px;
}

/* Business Case Gravity Form Styling */
.business-case-modal .gform_wrapper {
  margin: 0;
}
.business-case-modal .gform_wrapper .gform_body {
  padding: 0;
}
.business-case-modal .gform_wrapper .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
.business-case-modal .gform_wrapper .gfield {
  margin: 0;
}
.business-case-modal .gform_wrapper .gfield .gfield_label {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  display: block;
}
.business-case-modal .gform_wrapper .gfield .ginput_container input, .business-case-modal .gform_wrapper .gfield .ginput_container textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid rgba(52, 152, 219, 0.2);
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
  color: #2c3e50;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.business-case-modal .gform_wrapper .gfield .ginput_container input:focus, .business-case-modal .gform_wrapper .gfield .ginput_container textarea:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}
.business-case-modal .gform_wrapper .gfield .ginput_container input::placeholder, .business-case-modal .gform_wrapper .gfield .ginput_container textarea::placeholder {
  color: #95a5a6;
  opacity: 1;
}
.business-case-modal .gform_wrapper .gfield .ginput_container textarea {
  resize: vertical;
  min-height: 120px;
}
.business-case-modal .gform_wrapper .gfield .ginput_complex {
  display: flex;
  gap: 15px;
}
.business-case-modal .gform_wrapper .gfield .ginput_complex .gform-grid-col {
  flex: 1;
}
.business-case-modal .gform_wrapper .gfield .ginput_complex .gform-grid-col input {
  width: 100%;
}
.business-case-modal .gform_wrapper .gfield .ginput_complex .gform-grid-col .gform-field-label--type-sub {
  font-size: 14px;
  font-weight: 500;
  color: #7f8c8d;
  margin-top: 5px;
  display: block;
}
.business-case-modal .gform_wrapper .gfield .gfield_required {
  color: #e74c3c;
  font-weight: bold;
}
.business-case-modal .gform_wrapper .gfield.gfield_error .gfield_label {
  color: #e74c3c;
}
.business-case-modal .gform_wrapper .gfield.gfield_error .ginput_container input,
.business-case-modal .gform_wrapper .gfield.gfield_error .ginput_container textarea {
  border-color: #e74c3c;
  background: rgba(231, 76, 60, 0.05);
}
.business-case-modal .gform_wrapper .gfield .validation_message {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
}
.business-case-modal .gform_wrapper .gform_footer {
  padding: 0;
  margin-top: 30px;
  text-align: center;
}
.business-case-modal .gform_wrapper .gform_footer .gform_button {
  background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
  color: #fff;
  border: 2px solid transparent;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 14px rgba(52, 152, 219, 0.3);
}
.business-case-modal .gform_wrapper .gform_footer .gform_button:hover {
  background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}
.business-case-modal .gform_wrapper .gform_footer .gform_button:active {
  transform: translateY(0);
}
.business-case-modal .gform_wrapper .gform_footer .gform_button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}
.business-case-modal .gform_wrapper .gform_hidden {
  display: none !important;
}
.business-case-modal .gform_wrapper .ginput_recaptchav3 {
  display: none;
}
@media (max-width: 768px) {
  .business-case-modal .gform_wrapper .gfield .ginput_complex {
    flex-direction: column;
    gap: 10px;
  }
  .business-case-modal .gform_wrapper .gfield .ginput_complex .gform-grid-col {
    flex: none;
    width: 100%;
  }
  .business-case-modal .gform_wrapper .gform_footer .gform_button {
    width: 100%;
    padding: 16px 24px;
  }
}

/* Group Booking Gravity Form Styling */
.group-booking-modal .gform_wrapper {
  margin: 0;
}
.group-booking-modal .gform_wrapper .gform_body {
  padding: 0;
}
.group-booking-modal .gform_wrapper .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
.group-booking-modal .gform_wrapper .gfield {
  margin: 0;
}
.group-booking-modal .gform_wrapper .gfield .gfield_label {
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
  display: block;
}
.group-booking-modal .gform_wrapper .gfield .ginput_container input, .group-booking-modal .gform_wrapper .gfield .ginput_container textarea, .group-booking-modal .gform_wrapper .gfield .ginput_container select {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid rgba(52, 152, 219, 0.2);
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
  color: #2c3e50;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.group-booking-modal .gform_wrapper .gfield .ginput_container input:focus, .group-booking-modal .gform_wrapper .gfield .ginput_container textarea:focus, .group-booking-modal .gform_wrapper .gfield .ginput_container select:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}
.group-booking-modal .gform_wrapper .gfield .ginput_container input::placeholder, .group-booking-modal .gform_wrapper .gfield .ginput_container textarea::placeholder, .group-booking-modal .gform_wrapper .gfield .ginput_container select::placeholder {
  color: #95a5a6;
  opacity: 1;
}
.group-booking-modal .gform_wrapper .gfield .ginput_container textarea {
  resize: vertical;
  min-height: 100px;
}
.group-booking-modal .gform_wrapper .gfield .ginput_container select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  appearance: none;
}
.group-booking-modal .gform_wrapper .gfield .ginput_complex {
  display: flex;
  gap: 15px;
}
.group-booking-modal .gform_wrapper .gfield .ginput_complex .gform-grid-col {
  flex: 1;
}
.group-booking-modal .gform_wrapper .gfield .ginput_complex .gform-grid-col input {
  width: 100%;
}
.group-booking-modal .gform_wrapper .gfield .ginput_complex .gform-grid-col .gform-field-label--type-sub {
  font-size: 14px;
  font-weight: 500;
  color: #7f8c8d;
  margin-top: 5px;
  display: block;
}
.group-booking-modal .gform_wrapper .gfield .gfield_required {
  color: #e74c3c;
  font-weight: bold;
}
.group-booking-modal .gform_wrapper .gfield.gfield_error .gfield_label {
  color: #e74c3c;
}
.group-booking-modal .gform_wrapper .gfield.gfield_error .ginput_container input,
.group-booking-modal .gform_wrapper .gfield.gfield_error .ginput_container textarea,
.group-booking-modal .gform_wrapper .gfield.gfield_error .ginput_container select {
  border-color: #e74c3c;
  background: rgba(231, 76, 60, 0.05);
}
.group-booking-modal .gform_wrapper .gfield .validation_message {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
}
.group-booking-modal .gform_wrapper .gform_footer {
  padding: 0;
  margin-top: 30px;
  text-align: center;
}
.group-booking-modal .gform_wrapper .gform_footer .gform_button {
  background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%);
  color: #fff;
  border: 2px solid transparent;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 14px rgba(52, 152, 219, 0.3);
}
.group-booking-modal .gform_wrapper .gform_footer .gform_button:hover {
  background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}
.group-booking-modal .gform_wrapper .gform_footer .gform_button:active {
  transform: translateY(0);
}
.group-booking-modal .gform_wrapper .gform_footer .gform_button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
}
.group-booking-modal .gform_wrapper .gform_hidden {
  display: none !important;
}
.group-booking-modal .gform_wrapper .ginput_recaptchav3 {
  display: none;
}
.group-booking-modal .gform_wrapper .ginput_container_checkbox .gfield_checkbox,
.group-booking-modal .gform_wrapper .ginput_container_checkbox .gfield_radio,
.group-booking-modal .gform_wrapper .ginput_container_radio .gfield_checkbox,
.group-booking-modal .gform_wrapper .ginput_container_radio .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.group-booking-modal .gform_wrapper .ginput_container_checkbox .gfield_checkbox li,
.group-booking-modal .gform_wrapper .ginput_container_checkbox .gfield_radio li,
.group-booking-modal .gform_wrapper .ginput_container_radio .gfield_checkbox li,
.group-booking-modal .gform_wrapper .ginput_container_radio .gfield_radio li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.group-booking-modal .gform_wrapper .ginput_container_checkbox .gfield_checkbox li input[type="checkbox"],
.group-booking-modal .gform_wrapper .ginput_container_checkbox .gfield_checkbox li input[type="radio"],
.group-booking-modal .gform_wrapper .ginput_container_checkbox .gfield_radio li input[type="checkbox"],
.group-booking-modal .gform_wrapper .ginput_container_checkbox .gfield_radio li input[type="radio"],
.group-booking-modal .gform_wrapper .ginput_container_radio .gfield_checkbox li input[type="checkbox"],
.group-booking-modal .gform_wrapper .ginput_container_radio .gfield_checkbox li input[type="radio"],
.group-booking-modal .gform_wrapper .ginput_container_radio .gfield_radio li input[type="checkbox"],
.group-booking-modal .gform_wrapper .ginput_container_radio .gfield_radio li input[type="radio"] {
  width: auto;
  margin: 0;
  accent-color: #3498db;
}
.group-booking-modal .gform_wrapper .ginput_container_checkbox .gfield_checkbox li label,
.group-booking-modal .gform_wrapper .ginput_container_checkbox .gfield_radio li label,
.group-booking-modal .gform_wrapper .ginput_container_radio .gfield_checkbox li label,
.group-booking-modal .gform_wrapper .ginput_container_radio .gfield_radio li label {
  margin: 0;
  font-weight: normal;
  color: #2c3e50;
  cursor: pointer;
}
@media (max-width: 768px) {
  .group-booking-modal .gform_wrapper .gfield .ginput_complex {
    flex-direction: column;
    gap: 10px;
  }
  .group-booking-modal .gform_wrapper .gfield .ginput_complex .gform-grid-col {
    flex: none;
    width: 100%;
  }
  .group-booking-modal .gform_wrapper .gform_footer .gform_button {
    width: 100%;
    padding: 16px 24px;
  }
}

/* ES Global Features Section */
.es-global-content .es-global-features {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 60px 40px;
  border-radius: 15px;
}
.es-global-content .es-global-features h2 {
  font-size: 3rem;
  color: #1a1a2e;
  margin-bottom: 40px;
  text-align: left;
  font-weight: 700;
}
.es-global-content .es-global-features .features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .es-global-content .es-global-features .features-grid {
    grid-template-columns: 1fr;
  }
}
.es-global-content .es-global-features .feature-cell {
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  padding: 25px;
  border-left: 5px solid #1a1a2e;
  color: #333;
  font-weight: 500;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-radius: 8px;
}
.es-global-content .es-global-features .feature-cell:hover {
  box-shadow: 0 0 20px rgba(26, 26, 46, 0.4);
  transform: translateX(10px);
}

/* ES Global Benefits Section */
.es-global-content .es-global-benefits {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 60px 40px;
  border-radius: 15px;
  text-align: center;
}
.es-global-content .es-global-benefits h2 {
  font-size: 3rem;
  color: #1a1a2e;
  margin-bottom: 60px;
  font-weight: 700;
}
.es-global-content .es-global-benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.es-global-content .es-global-benefits .benefits-grid .benefit-item {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}
.es-global-content .es-global-benefits .benefits-grid .benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.es-global-content .es-global-benefits .benefits-grid .benefit-item h3 {
  font-size: 1.5rem;
  color: #1a1a2e;
  margin-bottom: 20px;
  font-weight: 600;
}
.es-global-content .es-global-benefits .benefits-grid .benefit-item p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* ES Global Sponsors Section */
.es-global-content .es-global-sponsors {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 60px 40px;
  border-radius: 15px;
  text-align: center;
}
.es-global-content .es-global-sponsors h2 {
  color: #1a1a2e;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  text-align: left;
}
.es-global-content .es-global-sponsors h3 {
  color: #1a1a2e;
  margin: 2rem 0 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.es-global-content .es-global-sponsors .sponsors-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}
.es-global-content .es-global-sponsors .sponsors-grid.featured-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 1200px;
  margin: 0 auto;
}
.es-global-content .es-global-sponsors .sponsors-grid.normal-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  max-width: 1000px;
  margin: 0 auto;
}
.es-global-content .es-global-sponsors .sponsor-item {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  border: 2px solid transparent;
}
.es-global-content .es-global-sponsors .sponsor-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.es-global-content .es-global-sponsors .sponsor-item.featured-sponsor {
  border-color: #f39c12;
  background: linear-gradient(135deg, #fff 0%, #fefefe 100%);
}
.es-global-content .es-global-sponsors .sponsor-item.featured-sponsor:hover {
  border-color: #e67e22;
}
.es-global-content .es-global-sponsors .sponsor-item.normal-sponsor {
  border-color: #bdc3c7;
}
.es-global-content .es-global-sponsors .sponsor-item img {
  max-width: 150px;
  max-height: 80px;
  object-fit: contain;
  margin-bottom: 1rem;
}
.es-global-content .es-global-sponsors .sponsor-item h4 {
  color: #1a1a2e;
  margin: 1rem 0 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.es-global-content .es-global-sponsors .sponsor-item p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}
.es-global-content .es-global-sponsors .sponsor-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.es-global-content .es-global-sponsors .sponsor-item a:hover h4 {
  color: #f39c12;
}

/*# sourceMappingURL=es-tech.css.map */
