/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  line-height: 1.6;
  color: #ffffff;
  overflow-x: hidden;
  background: linear-gradient(135deg, #0a0f1c 0%, #1a1f2e 25%, #2d1b69 50%, #1e293b 75%, #0f172a 100%);
  min-height: 100vh;
  position: relative;
}

/* Enhanced text visibility with proper contrast */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  font-weight: 800;
}

p,
span,
div,
a,
label,
input,
select,
button {
  color: #ffffff !important;
}

.section-description,
.hero-description,
.feature-description,
.step-description {
  color: #e2e8f0 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* Navigation fixes */
.nav-link {
  color: #ffffff !important;
  font-weight: 600;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.nav-link:hover {
  color: #3b82f6 !important;
}

/* Logo and branding fixes */
.logo-title {
  color: #ffffff !important;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.logo-subtitle {
  color: #cbd5e1 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* Section headers */
.section-title,
.hero-title {
  color: #ffffff !important;
  font-weight: 900;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
}

/* Feature and step content */
.feature-title,
.step-title {
  color: #ffffff !important;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

/* Crypto pricing */
.crypto-name {
  color: #cbd5e1 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.crypto-price {
  color: #ffffff !important;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

/* Button text */
.btn-title {
  color: #ffffff !important;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.btn-subtitle {
  color: #cbd5e1 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* Enhanced badges with better contrast */
.hero-badge,
.section-badge,
.header-badge {
  color: #3b82f6 !important;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.25) 0%, rgba(34, 211, 238, 0.25) 100%);
  border: 1px solid rgba(59, 130, 246, 0.5);
  backdrop-filter: blur(10px);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* Back button */
.back-btn {
  color: #3b82f6 !important;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(34, 211, 238, 0.2) 100%);
  border: 1px solid rgba(59, 130, 246, 0.4);
  backdrop-filter: blur(10px);
}

/* Enhanced card backgrounds with better contrast */
.feature-card,
.price-card,
.cta-btn,
.platform-card,
.connect-card {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.98) 0%, rgba(51, 65, 85, 0.95) 100%) !important;
  border: 1px solid rgba(59, 130, 246, 0.4) !important;
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

/* Step numbers with enhanced visibility */
.step-number {
  color: #ffffff !important;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.diamond-number {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.4) 0%, rgba(34, 211, 238, 0.4) 100%) !important;
  color: #3b82f6 !important;
  border: 2px solid rgba(59, 130, 246, 0.6) !important;
}

.paper-number {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.4) 0%, rgba(249, 115, 22, 0.4) 100%) !important;
  color: #f97316 !important;
  border: 2px solid rgba(249, 115, 22, 0.6) !important;
}

.rocket-number {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.4) 0%, rgba(59, 130, 246, 0.4) 100%) !important;
  color: #a855f7 !important;
  border: 2px solid rgba(168, 85, 247, 0.6) !important;
}

.crown-number {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.4) 0%, rgba(249, 115, 22, 0.4) 100%) !important;
  color: #eab308 !important;
  border: 2px solid rgba(234, 179, 8, 0.6) !important;
}

/* Form elements with better visibility */
.form-label {
  color: #ffffff !important;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.form-input,
.form-select,
.password-input {
  background: rgba(15, 23, 42, 0.9) !important;
  border: 2px solid rgba(59, 130, 246, 0.4) !important;
  color: #ffffff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.form-input:focus,
.form-select:focus,
.password-input:focus {
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2) !important;
  background: rgba(15, 23, 42, 0.95) !important;
}

/* Enhanced footer */
footer {
  color: #cbd5e1 !important;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.95) 100%) !important;
  backdrop-filter: blur(20px);
}

/* Optimized gradient overlay */
.gradient-overlay {
  opacity: 0.2 !important;
  background: radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(168, 85, 247, 0.08) 0%, transparent 50%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.7) 0%, rgba(30, 41, 59, 0.5) 100%);
}

/* Enhanced Animated Background with performance optimizations */
#animated-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  animation: float 12s ease-in-out infinite;
  opacity: 0.4;
  will-change: transform;
}

.orb-1 {
  top: 20%;
  left: 20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, rgba(34, 211, 238, 0.08) 50%, transparent 100%);
  animation-delay: 0s;
}

.orb-2 {
  bottom: 20%;
  right: 20%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.12) 0%, rgba(59, 130, 246, 0.08) 50%, transparent 100%);
  animation-delay: 4s;
}

.orb-3 {
  top: 60%;
  right: 30%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.1) 0%, rgba(16, 185, 129, 0.06) 50%, transparent 100%);
  animation-delay: 8s;
}

/* Utility Classes */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hidden {
  display: none !important;
}

/* Enhanced Header */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(15, 23, 42, 0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(59, 130, 246, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo-image-container {
  position: relative;
  animation: logoGlow 3s ease-in-out infinite;
}

.logo-image {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.6);
}

.logo-title {
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 50%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.logo-subtitle {
  font-size: 0.875rem;
  font-weight: 500;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
  transition: left 0.5s ease;
}

.nav-link:hover::before {
  left: 100%;
}

.nav-link:hover {
  background: rgba(59, 130, 246, 0.15);
  transform: translateY(-2px);
}

.back-btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.back-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.2), transparent);
  transition: left 0.5s ease;
}

.back-btn:hover::before {
  left: 100%;
}

.back-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.header-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
  animation: badgePulse 2s ease-in-out infinite;
}

.header-crypto-logo {
  width: 28px;
  height: 28px;
  animation: spin 10s linear infinite;
}

/* Enhanced Hero Section */
.hero-section {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
  text-align: center;
}

.hero-content {
  max-width: 1000px;
  animation: fadeInUp 1s ease-out;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  margin-bottom: 3rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
  animation: badgeFloat 3s ease-in-out infinite;
}

.hero-title {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 2.5rem;
  line-height: 1.1;
  animation: titleGlow 4s ease-in-out infinite;
}

.title-gradient {
  background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 50%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

.diamond-gradient {
  background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 50%, #10b981 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.paper-gradient {
  background: linear-gradient(135deg, #ef4444 0%, #f97316 50%, #eab308 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-description {
  font-size: 1.375rem;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  font-weight: 500;
}

.highlight-text {
  font-weight: 700;
  position: relative;
}

.diamond-text {
  color: #22d3ee;
  text-shadow: 0 0 10px rgba(34, 211, 238, 0.6);
}

.paper-text {
  color: #f97316;
  text-shadow: 0 0 10px rgba(249, 115, 22, 0.6);
}

/* Enhanced Price Display */
.price-display {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 4rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.price-card {
  position: relative;
  padding: 2rem;
  border-radius: 24px;
  transition: all 0.4s ease;
  overflow: hidden;
}

.price-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
  transition: left 0.8s ease;
}

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

.price-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.4);
  border-color: rgba(59, 130, 246, 0.5);
}

.price-card-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  z-index: 10;
}

.crypto-logo-container {
  position: relative;
}

.crypto-logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
  animation: logoFloat 3s ease-in-out infinite;
}

.price-info {
  flex: 1;
}

.crypto-name {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.crypto-price {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.crypto-change {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.change-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.change-value.positive {
  color: #10b981;
  text-shadow: 0 0 10px rgba(16, 185, 129, 0.4);
}

.change-value.negative {
  color: #ef4444;
  text-shadow: 0 0 10px rgba(239, 68, 68, 0.4);
}

/* Enhanced CTA Buttons */
.cta-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 900px;
  margin: 0 auto;
}

.cta-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2.5rem;
  border-radius: 32px;
  text-decoration: none;
  transition: all 0.5s ease;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
  transition: left 0.8s ease;
}

.cta-btn:hover::before {
  left: 100%;
}

.cta-btn:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(59, 130, 246, 0.4);
  border-color: rgba(59, 130, 246, 0.5);
}

.btn-crypto-logo {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
  animation: logoFloat 3s ease-in-out infinite;
}

.btn-content {
  flex: 1;
}

.btn-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.btn-subtitle {
  font-size: 1rem;
  font-weight: 500;
}

.btn-arrow {
  width: 28px;
  height: 28px;
  color: #3b82f6;
  transition: transform 0.3s ease;
}

.cta-btn:hover .btn-arrow {
  transform: translateX(5px);
}

/* Enhanced Features Section */
.features-section {
  position: relative;
  z-index: 10;
  padding: 8rem 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.7) 100%);
}

.section-header {
  text-align: center;
  margin-bottom: 6rem;
  animation: fadeInUp 1s ease-out;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
  animation: badgeFloat 3s ease-in-out infinite;
}

.section-title {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.section-description {
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 500;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  position: relative;
  padding: 3rem;
  border-radius: 32px;
  transition: all 0.5s ease;
  overflow: hidden;
  animation: fadeInUp 1s ease-out;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
  transition: left 1s ease;
}

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

.feature-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(59, 130, 246, 0.4);
  border-color: rgba(59, 130, 246, 0.5);
}

.feature-icon {
  margin-bottom: 2rem;
  position: relative;
}

.feature-emoji {
  font-size: 4rem;
  display: block;
  animation: iconFloat 3s ease-in-out infinite;
}

.feature-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.feature-description {
  line-height: 1.7;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.feature-badge {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.diamond-badge {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.25) 0%, rgba(34, 211, 238, 0.25) 100%);
  color: #22d3ee;
  border: 1px solid rgba(34, 211, 238, 0.4);
}

.paper-badge {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.25) 0%, rgba(249, 115, 22, 0.25) 100%);
  color: #f97316;
  border: 1px solid rgba(249, 115, 22, 0.4);
}

.moon-badge {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.25) 0%, rgba(59, 130, 246, 0.25) 100%);
  color: #a855f7;
  border: 1px solid rgba(168, 85, 247, 0.4);
}

.legend-badge {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.25) 0%, rgba(249, 115, 22, 0.25) 100%);
  color: #eab308;
  border: 1px solid rgba(234, 179, 8, 0.4);
}

.analytics-badge {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.25) 0%, rgba(34, 211, 238, 0.25) 100%);
  color: #10b981;
  border: 1px solid rgba(16, 185, 129, 0.4);
}

.security-badge {
  background: linear-gradient(135deg, rgba(100, 116, 139, 0.25) 0%, rgba(71, 85, 105, 0.25) 100%);
  color: #64748b;
  border: 1px solid rgba(100, 116, 139, 0.4);
}

/* Enhanced How It Works Section */
.how-it-works-section {
  position: relative;
  z-index: 10;
  padding: 8rem 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(30, 41, 59, 0.6) 100%);
}

.how-it-works-content {
  max-width: 1000px;
  margin: 0 auto;
}

.steps-container {
  display: grid;
  gap: 3rem;
}

.step-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.8) 0%, rgba(51, 65, 85, 0.6) 100%);
  border-radius: 24px;
  border: 1px solid rgba(59, 130, 246, 0.3);
  transition: all 0.4s ease;
  animation: fadeInUp 1s ease-out;
}

.step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(59, 130, 246, 0.3);
  border-color: rgba(59, 130, 246, 0.5);
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 800;
  flex-shrink: 0;
  position: relative;
}

.step-content {
  flex: 1;
}

.step-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.step-description {
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 500;
}

/* Enhanced Demo Access Section */
.demo-access-section {
  position: relative;
  z-index: 10;
  padding: 8rem 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.95) 100%);
  backdrop-filter: blur(20px);
}

.demo-access-content {
  max-width: 1400px;
  margin: 0 auto;
}

.platform-selector {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-bottom: 6rem;
}

.platform-card {
  position: relative;
  border-radius: 32px;
  padding: 3rem;
  transition: all 0.5s ease;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.platform-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
  transition: left 1s ease;
}

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

.platform-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 60px rgba(59, 130, 246, 0.5);
  border-color: rgba(59, 130, 246, 0.6);
}

.sol-platform-card:hover {
  box-shadow: 0 30px 60px rgba(168, 85, 247, 0.5);
  border-color: rgba(168, 85, 247, 0.6);
}

.platform-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.platform-icon {
  position: relative;
}

.platform-logo {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.5);
  animation: logoFloat 3s ease-in-out infinite;
}

.platform-logo-pulse {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid rgba(59, 130, 246, 0.4);
  border-radius: 20px;
  animation: pulse 2s ease-in-out infinite;
}

.platform-info {
  flex: 1;
}

.platform-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.platform-subtitle {
  font-size: 1.125rem;
  font-weight: 600;
}

.platform-features {
  margin-bottom: 3rem;
}

.platform-feature {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.8) 100%);
  border-radius: 16px;
  border: 1px solid rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
}

.platform-feature:hover {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.9) 100%);
  border-color: rgba(59, 130, 246, 0.5);
  transform: translateX(5px);
}

.feature-icon {
  font-size: 2rem;
  flex-shrink: 0;
  animation: iconFloat 3s ease-in-out infinite;
}

.feature-content {
  flex: 1;
}

.feature-title {
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.feature-desc {
  font-size: 1rem;
  line-height: 1.6;
}

.platform-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.9) 100%);
  border-radius: 20px;
  border: 1px solid rgba(59, 130, 246, 0.4);
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.stat-number.positive {
  color: #10b981;
  text-shadow: 0 0 15px rgba(16, 185, 129, 0.5);
}

.stat-number.negative {
  color: #ef4444;
  text-shadow: 0 0 15px rgba(239, 68, 68, 0.5);
}

.stat-label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.platform-actions {
  display: flex;
  justify-content: center;
}

.platform-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
}

.primary-platform-btn {
  background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 100%);
  color: white;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.primary-platform-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.5);
}

.sol-primary {
  background: linear-gradient(135deg, #a855f7 0%, #8b5cf6 100%);
  box-shadow: 0 10px 30px rgba(168, 85, 247, 0.4);
}

.sol-primary:hover {
  box-shadow: 0 15px 40px rgba(168, 85, 247, 0.5);
}

.btn-shimmer {
  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.8s ease;
}

.platform-btn:hover .btn-shimmer {
  left: 100%;
}

.btn-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.platform-btn:hover .btn-arrow {
  transform: translateX(3px);
}

.access-info-section {
  margin-top: 6rem;
}

.access-info-card {
  position: relative;
  border-radius: 32px;
  padding: 4rem;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.access-info-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

.access-info-header {
  margin-bottom: 2rem;
}

.access-info-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.info-emoji {
  font-size: 4rem;
  animation: iconFloat 3s ease-in-out infinite;
}

.access-info-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.access-info-description {
  font-size: 1.25rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.access-info-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.info-feature {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.8) 100%);
  border-radius: 16px;
  border: 1px solid rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
}

.info-feature:hover {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.9) 100%);
  border-color: rgba(59, 130, 246, 0.5);
  transform: translateY(-2px);
}

.feature-emoji {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.feature-text {
  font-weight: 600;
  font-size: 1rem;
}

.access-code-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.15) 0%, rgba(249, 115, 22, 0.15) 100%);
  border: 1px solid rgba(234, 179, 8, 0.4);
  border-radius: 16px;
  max-width: 400px;
  margin: 0 auto;
}

.hint-icon {
  font-size: 1.5rem;
  animation: pulse 2s ease-in-out infinite;
}

.hint-text {
  color: #eab308;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}

/* Connect Section Styles */
.connect-section {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
}

.connect-content {
  max-width: 600px;
  margin: 0 auto;
}

.connect-card {
  position: relative;
  padding: 4rem;
  border-radius: 32px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  animation: fadeInUp 1s ease-out;
}

.connect-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  animation: pulse 4s ease-in-out infinite;
}

.connect-card-glow {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, rgba(59, 130, 246, 0.3), rgba(34, 211, 238, 0.3));
  border-radius: 34px;
  z-index: -1;
  animation: glow 3s ease-in-out infinite;
}

.connect-card-content {
  position: relative;
  z-index: 10;
}

.connect-icon {
  position: relative;
  margin-bottom: 2rem;
}

.connect-crypto-logo {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.5);
  animation: logoFloat 3s ease-in-out infinite;
}

.connect-logo-pulse {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 3px solid rgba(59, 130, 246, 0.4);
  border-radius: 26px;
  animation: pulse 2s ease-in-out infinite;
}

.connect-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.connect-description {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.connect-wallet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 3rem;
  background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 100%);
  color: white;
  border: none;
  border-radius: 16px;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
  margin-bottom: 3rem;
}

.sol-connect-btn {
  background: linear-gradient(135deg, #a855f7 0%, #8b5cf6 100%);
  box-shadow: 0 10px 30px rgba(168, 85, 247, 0.4);
}

.connect-wallet-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.5);
}

.sol-connect-btn:hover {
  box-shadow: 0 15px 40px rgba(168, 85, 247, 0.5);
}

.connect-info {
  margin-bottom: 3rem;
}

.info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.info-emoji {
  font-size: 1.25rem;
}

.supported-wallets {
  text-align: center;
}

.wallets-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.wallets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem;
}

.wallet-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(30, 41, 59, 0.6) 100%);
  border-radius: 12px;
  border: 1px solid rgba(59, 130, 246, 0.3);
  transition: all 0.3s ease;
}

.wallet-item:hover {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.8) 100%);
  border-color: rgba(59, 130, 246, 0.5);
  transform: translateY(-2px);
}

.wallet-icon {
  font-size: 1.5rem;
}

/* Password Screen Styles */
.password-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.98) 100%);
  backdrop-filter: blur(20px);
}

.password-content {
  width: 100%;
  max-width: 500px;
  padding: 2rem;
  animation: fadeInUp 0.8s ease-out;
}

.password-card {
  position: relative;
  border-radius: 32px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.password-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
  animation: shimmer 3s ease-in-out infinite;
}

.password-card-content {
  position: relative;
  z-index: 10;
  padding: 4rem;
  text-align: center;
}

.password-icon {
  margin-bottom: 2.5rem;
}

.password-crypto-logo {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.5);
  animation: logoFloat 3s ease-in-out infinite;
}

.password-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.password-description {
  line-height: 1.7;
  margin-bottom: 3rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.password-form {
  margin-bottom: 2.5rem;
}

.password-input-group {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.password-input {
  flex: 1;
  padding: 1.25rem 1.5rem;
  border: 2px solid rgba(59, 130, 246, 0.4);
  border-radius: 16px;
  font-size: 1.125rem;
  background: rgba(15, 23, 42, 0.9);
  outline: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.password-input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
  background: rgba(15, 23, 42, 0.95);
}

.password-submit {
  padding: 1.25rem 2rem;
  background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 100%);
  color: white;
  border: none;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.password-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
}

.password-error {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(249, 115, 22, 0.2) 100%);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.4);
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
}

.password-footer {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(59, 130, 246, 0.3);
}

.password-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  padding: 0.75rem 1rem;
  border-radius: 12px;
}

.password-back-link:hover {
  background: rgba(59, 130, 246, 0.15);
}

/* Mode Selection Styles */
.mode-selection-screen {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  padding: 3rem 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.7) 100%);
}

.mode-selection-content {
  max-width: 1000px;
  margin: 0 auto;
}

.mode-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.mode-card {
  position: relative;
  padding: 3rem;
  border-radius: 32px;
  transition: all 0.5s ease;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.mode-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
  transition: left 1s ease;
}

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

.mode-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 60px rgba(59, 130, 246, 0.5);
  border-color: rgba(59, 130, 246, 0.6);
}

.mode-card-content {
  position: relative;
  z-index: 10;
  text-align: center;
}

.mode-icon {
  margin-bottom: 2rem;
}

.mode-emoji {
  font-size: 4rem;
  animation: iconFloat 3s ease-in-out infinite;
}

.mode-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.mode-description {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.mode-features {
  margin-bottom: 3rem;
}

.mode-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.mode-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 2.5rem;
  background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 100%);
  color: white;
  border: none;
  border-radius: 16px;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.mode-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.5);
}

.real-btn {
  background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
  box-shadow: 0 10px 30px rgba(239, 68, 68, 0.4);
}

.real-btn:hover {
  box-shadow: 0 15px 40px rgba(239, 68, 68, 0.5);
}

/* Demo Mode Styles */
.demo-mode-screen {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  padding: 3rem 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.7) 100%);
}

.demo-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto;
}

.customization-panel {
  border-radius: 32px;
  padding: 3rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.panel-title {
  font-size: 2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.panel-crypto-logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.random-btn {
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 100%);
  color: white;
  border: none;
  border-radius: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.random-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
}

.scenario-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.form-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
}

.form-input,
.form-select {
  padding: 1rem 1.25rem;
  border: 2px solid rgba(59, 130, 246, 0.4);
  border-radius: 12px;
  outline: none;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
}

.form-input:focus,
.form-select:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

.image-preview {
  margin-top: 1.5rem;
  text-align: center;
}

.preview-img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.roi-preview {
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.9) 100%);
  border-radius: 16px;
  border: 1px solid rgba(59, 130, 246, 0.4);
}

.roi-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.roi-label {
  font-size: 1rem;
  font-weight: 600;
}

.roi-value {
  font-weight: 800;
  font-size: 1.25rem;
}

.roi-value.positive {
  color: #10b981;
  text-shadow: 0 0 10px rgba(16, 185, 129, 0.4);
}

.roi-value.negative {
  color: #ef4444;
  text-shadow: 0 0 10px rgba(239, 68, 68, 0.4);
}

.roi-bar {
  width: 100%;
  height: 10px;
  background: rgba(51, 65, 85, 0.6);
  border-radius: 5px;
  overflow: hidden;
}

.roi-progress {
  height: 100%;
  background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
  transition: width 0.5s ease;
  border-radius: 5px;
}

.generate-btn {
  width: 100%;
  padding: 1.5rem 2rem;
  background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 100%);
  color: white;
  border: none;
  border-radius: 16px;
  font-size: 1.25rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.generate-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.5);
}

/* Card Preview Styles */
.preview-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-preview {
  width: 100%;
  max-width: 420px;
  border-radius: 32px;
  padding: 2.5rem;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.card-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
  animation: shimmer 3s ease-in-out infinite;
}

.card-header {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 10;
}

.card-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.25) 0%, rgba(34, 211, 238, 0.25) 100%);
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.5);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.card-crypto-logo-badge {
  width: 20px;
  height: 20px;
}

.card-title-section {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 10;
}

.card-action-text {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  display: block;
  font-weight: 600;
}

.card-token-image {
  margin: 1.5rem 0;
}

.token-img {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.card-token-name {
  font-size: 1.75rem;
  font-weight: 900;
  display: block;
  margin-bottom: 0.75rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

.token-ticker {
  font-size: 1.125rem;
  font-weight: 600;
}

.card-status-emoji {
  font-size: 2.5rem;
  animation: iconFloat 3s ease-in-out infinite;
}

.card-stats {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 10;
}

.card-stat {
  margin-bottom: 2rem;
}

.stat-description {
  line-height: 1.7;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.stat-highlight {
  font-weight: 700;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.stat-highlight.green {
  color: #10b981;
  text-shadow: 0 0 10px rgba(16, 185, 129, 0.4);
}

.crypto-value {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.crypto-logo-small {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.card-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 10;
}

.metric-item {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.9) 100%);
  border-radius: 16px;
  border: 1px solid rgba(59, 130, 246, 0.4);
}

.metric-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.metric-label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.metric-value {
  font-size: 1.25rem;
  font-weight: 800;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.metric-value.green {
  color: #10b981;
  text-shadow: 0 0 10px rgba(16, 185, 129, 0.4);
}

.metric-value.red {
  color: #ef4444;
  text-shadow: 0 0 10px rgba(239, 68, 68, 0.4);
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 10;
}

.card-action-btn {
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1rem;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.card-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(59, 130, 246, 0.5);
}

.card-footer {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(59, 130, 246, 0.3);
  position: relative;
  z-index: 10;
}

.card-footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
}

.placeholder-preview {
  width: 100%;
  max-width: 420px;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.9) 0%, rgba(51, 65, 85, 0.8) 100%);
  backdrop-filter: blur(20px);
  border: 2px dashed rgba(59, 130, 246, 0.5);
  border-radius: 32px;
  padding: 4rem 2.5rem;
  text-align: center;
}

.placeholder-icon {
  margin-bottom: 2rem;
}

.placeholder-crypto-logo {
  width: 60px;
  height: 60px;
  opacity: 0.7;
  animation: logoFloat 3s ease-in-out infinite;
}

.placeholder-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.placeholder-description {
  line-height: 1.7;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.placeholder-features {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.placeholder-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

/* Real Mode Styles */
.real-mode-screen {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.7) 100%);
}

.real-mode-content {
  text-align: center;
  max-width: 600px;
}

.back-to-selection-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 2.5rem;
  background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 100%);
  color: white;
  border: none;
  border-radius: 16px;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(59, 130, 246, 0.4);
}

.back-to-selection-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.5);
}

/* Enhanced Animations */
@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-8px) rotate(1deg);
  }
  66% {
    transform: translateY(4px) rotate(-1deg);
  }
}

@keyframes logoGlow {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.6);
  }
  50% {
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.9);
  }
}

@keyframes badgePulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.3);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 12px 40px rgba(59, 130, 246, 0.4);
  }
}

@keyframes badgeFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes titleGlow {
  0%,
  100% {
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.7);
  }
  50% {
    text-shadow: 0 4px 20px rgba(59, 130, 246, 0.4);
  }
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-4px) rotate(1deg);
  }
  66% {
    transform: translateY(2px) rotate(-1deg);
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

@keyframes glow {
  0%,
  100% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .platform-selector {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .demo-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .mode-cards {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .price-display {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .cta-buttons {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .card-metrics {
    grid-template-columns: 1fr;
  }

  .card-actions {
    grid-template-columns: 1fr;
  }

  .nav-menu {
    display: none;
  }

  .password-input-group {
    flex-direction: column;
  }

  .password-card-content {
    padding: 2.5rem;
  }

  .customization-panel {
    padding: 2rem;
  }

  .card-preview {
    padding: 2rem;
  }

  .platform-header {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .platform-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .access-info-features {
    grid-template-columns: 1fr;
  }

  .access-info-card {
    padding: 2.5rem;
  }

  .access-info-title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .password-title {
    font-size: 2rem;
  }

  .panel-title {
    font-size: 1.5rem;
  }

  .card-token-name {
    font-size: 1.5rem;
  }

  .connect-title {
    font-size: 2rem;
  }

  .mode-title {
    font-size: 1.5rem;
  }
}
