.elementor-12946 .elementor-element.elementor-element-aea18fe{--display:flex;}/* Start custom CSS for html, class: .elementor-element-dbb1682 */@font-face {
  font-family: "Manrope";
  src: url("https://agiletech.pro/wp-content/uploads/2025/04/Manrope-VariableFont_wght-1.ttf") format("truetype");
  font-display: swap;
  font-weight: 200 900;
}
@font-face {
  font-family: "Alata";
  src: url("https://agiletech.pro/wp-content/uploads/2025/04/Alata-Regular-1.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Exo2 Thin";
  src: url("https://agiletech.pro/wp-content/uploads/2025/04/exo2-thin-1.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 200;
}

:root {
  /* Apple-Inspired Color System */
  --tech-blue: #007AFF;
  --tech-blue-dark: #0051D5;
  --tech-blue-light: #339FFF;
  --cyber-teal: #5AC8FA;
  --cyber-teal-dark: #32ADE6;
  --slate-gray: #1C1C1E;
  --cloud-white: #FFFFFF;
  --midnight-black: #000000;
  --surface-primary: #F2F2F7;
  --surface-secondary: #E5E5EA;
  --surface-tertiary: #D1D1D6;
  
  /* Apple Glass System */
  --glass-ultra: rgba(255, 255, 255, 0.8);
  --glass-strong: rgba(255, 255, 255, 0.25);
  --glass-medium: rgba(255, 255, 255, 0.18);
  --glass-light: rgba(255, 255, 255, 0.1);
  --glass-subtle: rgba(255, 255, 255, 0.05);
  
  /* Apple Shadow System */
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  
  /* Apple Blur Effects */
  --blur-sm: blur(4px);
  --blur-md: blur(8px);
  --blur-lg: blur(16px);
  --blur-xl: blur(24px);
  --blur-2xl: blur(40px);
  --blur-3xl: blur(64px);
  
  /* Apple Easing */
  --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
  
  /* Typography Scale */
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  
  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  
  /* Touch Targets */
  --touch-target: 44px;
}

/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Manrope", system-ui, sans-serif;
  background: linear-gradient(135deg, #000000 0%, #1c1c1e 100%);
  color: var(--cloud-white);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
}

/* Screen Reader Only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Skip Link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--tech-blue);
  color: white;
  padding: 8px;
  text-decoration: none;
  z-index: 1000;
  border-radius: 8px;
  font-size: var(--text-sm);
  font-weight: 600;
}

.skip-link:focus {
  top: 6px;
}

/* Enhanced Hero Section */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-8) var(--space-4);
  position: relative;
  background: 
    radial-gradient(ellipse at top, rgba(0, 122, 255, 0.1) 0%, transparent 50%),
    radial-gradient(ellipse at bottom, rgba(90, 200, 250, 0.05) 0%, transparent 50%),
    linear-gradient(135deg, #000000 0%, #1c1c1e 100%);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.02) 50%, transparent 100%),
    linear-gradient(0deg, transparent 0%, rgba(255,255,255,0.02) 50%, transparent 100%);
  background-size: 60px 60px;
  animation: subtleGrid 120s linear infinite;
  opacity: 0.4;
  z-index: 1;
}

@keyframes subtleGrid {
  0% { transform: translate(0, 0); }
  100% { transform: translate(60px, 60px); }
}

/* Hero Content */
.hero-content {
  max-width: 900px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Apple-Style Hero Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-2) var(--space-4);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: var(--blur-lg) saturate(180%);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  font-size: var(--text-sm);
  font-weight: 600;
  margin-bottom: var(--space-8);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-lg);
  transition: all 0.3s var(--ease-out);
}

.hero-badge:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

/* Hero Title */
.hero-title {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: var(--space-6);
  letter-spacing: -0.02em;
  color: #ffffff;
  background: linear-gradient(135deg, #ffffff 0%, #a0a0a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  max-width: 800px;
}

/* Hero Subtitle */
.hero-subtitle {
  font-size: var(--text-lg);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: var(--space-8);
  line-height: 1.5;
  max-width: 700px;
}

/* Apple-Style CTA Button */
.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-8);
  background: var(--tech-blue);
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 100px;
  font-size: var(--text-base);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s var(--ease-out);
  box-shadow: var(--shadow-lg);
  min-height: var(--touch-target);
}

.hero-cta:hover {
  background: var(--tech-blue-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
}

.cta-arrow {
  transition: transform 0.3s var(--ease-out);
}

.hero-cta:hover .cta-arrow {
  transform: translateY(2px);
}

/* Stack Section */
.stack-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-20) var(--space-4) var(--space-32);
  position: relative;
  background: linear-gradient(135deg, #000000 0%, #1c1c1e 100%);
  margin: var(--space-16) 0 var(--space-24) 0;
  overflow: hidden;
  text-align: center;
}

/* Timeline Intro */
.timeline-intro {
  text-align: center;
  margin-bottom: 20rem;
  position: relative;
  z-index: 10;
  max-width: 800px;
}

.timeline-intro h2 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  font-size: var(--text-5xl);
  font-weight: 700;
  margin-bottom: var(--space-4);
  color: #ffffff;
  background: linear-gradient(135deg, #ffffff 0%, #a0a0a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.intro-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--text-lg);
  font-weight: 400;
  margin-bottom: var(--space-8);
  line-height: 1.5;
}

/* Apple-Style Interaction Hint */
.interaction-hint {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-6);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: var(--blur-lg) saturate(180%);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  font-size: var(--text-base);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: all 0.3s var(--ease-out);
  box-shadow: var(--shadow-lg);
  min-height: var(--touch-target);
}

.interaction-hint:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
}

.hint-arrow {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transform: translateY(0);
  }
  40%, 43% {
    transform: translateY(-4px);
  }
  70% {
    transform: translateY(-2px);
  }
  90% {
    transform: translateY(-1px);
  }
}

/* Enhanced Stack Layout - MAJOR IMPROVEMENT */
.stack-container {
  perspective: 2000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: var(--space-8) auto;
  position: relative;
  min-height: 600px;
  z-index: 10;
}

.stack {
  display: grid;
  grid-template-areas: "stack";
  position: relative;
  transition: all 1.3s var(--ease-spring);
}

/* DRAMATICALLY IMPROVED CARD STACKING */
.card {
  grid-area: stack;
  width: 320px;
  height: 320px;
  border-radius: 24px;
  position: relative;
  transform-style: preserve-3d;
  cursor: pointer;
  will-change: transform;
  transition: all 0.6s var(--ease-out);
}

/* PERFECT INITIAL STACKING - APPLE STYLE */
.card[data-section="activate"] {
  transform: translateZ(0px) translateY(0px) rotateX(0deg);
  z-index: 50;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.3),
    0 2px 8px rgba(0, 0, 0, 0.2);
}

.card[data-section="opportunity"] {
  transform: translateZ(-12px) translateY(8px) rotateX(-2deg);
  z-index: 49;
  box-shadow: 
    0 12px 40px rgba(0, 0, 0, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.15);
}

.card[data-section="safety"] {
  transform: translateZ(-24px) translateY(16px) rotateX(-4deg);
  z-index: 48;
  box-shadow: 
    0 16px 48px rgba(0, 0, 0, 0.2),
    0 6px 16px rgba(0, 0, 0, 0.1);
}

.card[data-section="results"] {
  transform: translateZ(-36px) translateY(24px) rotateX(-6deg);
  z-index: 47;
  box-shadow: 
    0 20px 56px rgba(0, 0, 0, 0.15),
    0 8px 20px rgba(0, 0, 0, 0.08);
}

.card[data-section="action"] {
  transform: translateZ(-48px) translateY(32px) rotateX(-8deg);
  z-index: 46;
  box-shadow: 
    0 24px 64px rgba(0, 0, 0, 0.1),
    0 10px 24px rgba(0, 0, 0, 0.05);
}

/* ENHANCED ACTIVATED STATE */
#timelineStack.stack.activated .card[data-section] {
  transform: rotateX(35deg) rotate(35deg) translateZ(var(--z-offset)) translateY(15vh) translateX(15vh);
  transition: all 1.8s var(--ease-spring);
}

#timelineStack.stack.activated .card[data-section="activate"] {
  --z-offset: 60vh;
  pointer-events: none;
  opacity: 0.3;
}

#timelineStack.stack.activated .card[data-section="opportunity"] {
  --z-offset: 40vh;
  transition-delay: 0.1s;
}

#timelineStack.stack.activated .card[data-section="safety"] {
  --z-offset: 20vh;
  transition-delay: 0.2s;
}

#timelineStack.stack.activated .card[data-section="results"] {
  --z-offset: 0vh;
  transition-delay: 0.3s;
}

#timelineStack.stack.activated .card[data-section="action"] {
  --z-offset: -20vh;
  transition-delay: 0.4s;
}

/* Apple-Style Card Fronts */
.card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: var(--blur-xl) saturate(180%);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-6);
  backface-visibility: hidden;
  box-shadow: var(--shadow-2xl);
}

.layer-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.layer-icon {
  font-size: 3rem;
  margin-bottom: var(--space-4);
  opacity: 0.9;
}

.layer-title {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  font-size: var(--text-xl);
  font-weight: 700;
  margin-bottom: var(--space-2);
  color: #ffffff;
  line-height: 1.2;
}

.layer-subtitle {
  font-size: var(--text-sm);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

/* COMPLETELY REDESIGNED CARD BACKS - APPLE MODERN */
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  overflow: hidden;
  padding: 0;
}

/* Apple-Style Card Back Designs */
.card-back.opportunity {
  background: linear-gradient(145deg, 
    rgba(0, 122, 255, 0.95) 0%, 
    rgba(0, 100, 210, 0.98) 100%);
  backdrop-filter: var(--blur-xl) saturate(200%);
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow-2xl);
}

.card-back.safety {
  background: linear-gradient(145deg, 
    rgba(52, 199, 89, 0.95) 0%, 
    rgba(40, 170, 70, 0.98) 100%);
  backdrop-filter: var(--blur-xl) saturate(200%);
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow-2xl);
}

.card-back.results {
  background: linear-gradient(145deg, 
    rgba(255, 149, 0, 0.95) 0%, 
    rgba(230, 126, 0, 0.98) 100%);
  backdrop-filter: var(--blur-xl) saturate(200%);
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow-2xl);
}

.card-back.action {
  background: linear-gradient(145deg, 
    rgba(175, 82, 222, 0.95) 0%, 
    rgba(150, 60, 200, 0.98) 100%);
  backdrop-filter: var(--blur-xl) saturate(200%);
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow-2xl);
}

/* Apple-Style Card Content */
.card-content {
  padding: var(--space-6);
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.card-content::-webkit-scrollbar {
  display: none;
}

/* Modern Content Header */
.content-header {
  text-align: center;
  margin-bottom: var(--space-6);
}

.content-badge {
  display: inline-block;
  padding: var(--space-1) var(--space-3);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: var(--blur-md);
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: var(--space-4);
  color: rgba(255, 255, 255, 0.9);
}

.content-badge.urgent {
  background: rgba(255, 59, 48, 0.3);
  border-color: rgba(255, 59, 48, 0.5);
  animation: urgentPulse 2s ease-in-out infinite;
}

@keyframes urgentPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.content-title {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  font-size: var(--text-2xl);
  font-weight: 700;
  margin-bottom: var(--space-3);
  color: #ffffff;
  line-height: 1.2;
}

.content-subtitle {
  font-size: var(--text-base);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin-bottom: var(--space-6);
}

/* Modern Close Button */
.close-card {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: var(--blur-md);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 0.3s var(--ease-out);
  border: 0.5px solid rgba(255, 255, 255, 0.3);
}

.close-card:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

/* Apple-Style Metric Cards */
.opportunity-metrics {
  display: grid;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.metric-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: var(--blur-md);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: var(--space-4);
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  transition: all 0.3s var(--ease-out);
}

.metric-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.metric-card.critical {
  border-color: rgba(255, 59, 48, 0.5);
  animation: criticalGlow 3s ease-in-out infinite;
}

@keyframes criticalGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(255, 59, 48, 0); }
  50% { box-shadow: 0 0 20px rgba(255, 59, 48, 0.3); }
}

.metric-icon {
  font-size: var(--text-xl);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  flex-shrink: 0;
}

.metric-title {
  font-size: var(--text-base);
  font-weight: 600;
  margin-bottom: var(--space-1);
  color: #ffffff;
}

.metric-value {
  font-size: var(--text-lg);
  font-weight: 700;
  margin-bottom: var(--space-1);
  color: #ffffff;
}

.metric-description {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

/* Apple-Style Guarantee Section */
.guarantee-section {
  margin-bottom: var(--space-6);
}

.guarantee-badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: var(--blur-md);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: var(--space-4);
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
}

.guarantee-icon {
  font-size: var(--text-xl);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(52, 199, 89, 0.3);
  border-radius: 12px;
  color: #34C759;
  font-weight: 700;
  flex-shrink: 0;
}

.guarantee-text h4 {
  font-size: var(--text-base);
  font-weight: 600;
  margin-bottom: var(--space-1);
  color: #ffffff;
}

.guarantee-text p {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

/* Security Grid */
.security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.security-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: var(--blur-sm);
  border: 0.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: var(--space-3);
  text-align: center;
  transition: all 0.3s var(--ease-out);
}

.security-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.security-icon {
  font-size: var(--text-xl);
  margin-bottom: var(--space-2);
  opacity: 0.9;
}

.security-text h4 {
  font-size: var(--text-sm);
  font-weight: 600;
  margin-bottom: var(--space-1);
  color: #ffffff;
}

.security-text p {
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
}

/* Modern ROI Calculator */
.roi-calculator {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: var(--blur-md);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: var(--space-6);
  margin-bottom: var(--space-6);
}

.calculator-header {
  text-align: center;
  margin-bottom: var(--space-6);
}

.calculator-title {
  font-size: var(--text-xl);
  font-weight: 700;
  margin-bottom: var(--space-2);
  color: #ffffff;
}

.calculator-subtitle {
  font-size: var(--text-base);
  color: rgba(255, 255, 255, 0.7);
}

.calculator-inputs {
  display: grid;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.input-row {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.input-label {
  font-size: var(--text-sm);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.modern-input {
  padding: var(--space-3) var(--space-4);
  background: rgba(255, 255, 255, 0.1);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: white;
  font-size: var(--text-base);
  transition: all 0.3s var(--ease-out);
}

.modern-input:focus {
  outline: none;
  border-color: var(--tech-blue);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.1);
}

.modern-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Results Display */
.results-display {
  display: grid;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.result-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: var(--blur-sm);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: var(--space-4);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.result-card.featured {
  background: rgba(255, 149, 0, 0.2);
  border-color: rgba(255, 149, 0, 0.5);
  animation: featuredGlow 3s ease-in-out infinite;
}

@keyframes featuredGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(255, 149, 0, 0); }
  50% { box-shadow: 0 0 20px rgba(255, 149, 0, 0.3); }
}

.result-label {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.8);
}

.result-value {
  font-size: var(--text-lg);
  font-weight: 700;
  color: #ffffff;
}

/* Success Stories */
.success-stories {
  display: grid;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.story-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: var(--blur-sm);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: var(--space-4);
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  transition: all 0.3s var(--ease-out);
}

.story-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.story-card.featured {
  border-color: rgba(255, 215, 0, 0.5);
  background: rgba(255, 215, 0, 0.1);
}

.story-icon {
  font-size: var(--text-xl);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  flex-shrink: 0;
}

.story-title {
  font-size: var(--text-base);
  font-weight: 600;
  margin-bottom: var(--space-2);
  color: #ffffff;
}

.story-metrics {
  display: flex;
  gap: var(--space-2);
  margin-bottom: var(--space-2);
  flex-wrap: wrap;
}

.story-metric {
  background: rgba(52, 199, 89, 0.2);
  color: #34C759;
  padding: var(--space-1) var(--space-2);
  border-radius: 8px;
  font-size: var(--text-xs);
  font-weight: 600;
}

.story-description {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}

/* Bonus Section */
.bonus-section {
  margin-bottom: var(--space-6);
}

.bonus-title {
  font-size: var(--text-lg);
  font-weight: 700;
  margin-bottom: var(--space-4);
  color: #ffffff;
  text-align: center;
}

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.bonus-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: var(--blur-sm);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: var(--space-3);
  text-align: center;
  transition: all 0.3s var(--ease-out);
}

.bonus-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.bonus-icon {
  font-size: var(--text-lg);
  margin-bottom: var(--space-2);
}

.bonus-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.bonus-text {
  font-size: var(--text-sm);
  font-weight: 600;
  color: #ffffff;
}

.bonus-value {
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.7);
}

.total-value {
  background: rgba(255, 215, 0, 0.2);
  border: 0.5px solid rgba(255, 215, 0, 0.5);
  border-radius: 12px;
  padding: var(--space-3);
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.value-label {
  font-size: var(--text-base);
  color: rgba(255, 255, 255, 0.8);
}

.value-amount {
  font-size: var(--text-lg);
  font-weight: 700;
  color: #FFD700;
}

/* Modern CTA */
.card-cta {
  margin-top: var(--space-6);
  text-align: center;
}

.modern-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4) var(--space-8);
  border: none;
  border-radius: 100px;
  font-size: var(--text-base);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s var(--ease-out);
  min-height: var(--touch-target);
  min-width: 200px;
}

.modern-cta.primary {
  background: #ffffff;
  color: #000000;
  box-shadow: var(--shadow-lg);
}

.modern-cta.primary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
}

.modern-cta.primary.urgent {
  animation: ctaUrgent 2s ease-in-out infinite;
}

@keyframes ctaUrgent {
  0%, 100% { 
    background: #ffffff;
    color: #000000;
  }
  50% { 
    background: #FF3B30;
    color: #ffffff;
  }
}

.modern-cta.secondary {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
}

.modern-cta.secondary:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.cta-note {
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.7);
  margin-top: var(--space-3);
  text-align: center;
}

/* Card Active State */
.card.active-card {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) rotateY(180deg) scale(1.02) !important;
  width: min(90vw, 480px) !important;
  height: min(90vh, 640px) !important;
  z-index: 9999 !important;
  transition: all 0.6s var(--ease-out);
  box-shadow: var(--shadow-2xl);
}

/* Modern Navigation */
.modern-nav {
  position: fixed;
  bottom: var(--space-5);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  opacity: 0;
  transition: all 0.6s var(--ease-out);
}

.modern-nav.visible {
  opacity: 1;
}

.nav-container {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: var(--blur-xl) saturate(180%);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  padding: var(--space-1);
  box-shadow: var(--shadow-2xl);
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-1);
  padding: var(--space-2) var(--space-3);
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s var(--ease-out);
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--text-xs);
  font-weight: 600;
  min-width: 60px;
  text-align: center;
}

.nav-item:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
}

.nav-item.active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
}

.nav-icon {
  font-size: var(--text-lg);
}

.nav-label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Floating Elements */
.floating-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.floating-dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--tech-blue);
  border-radius: 50%;
  animation: float 20s ease-in-out infinite;
  opacity: 0.6;
}

.floating-dot:nth-child(1) {
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}

.floating-dot:nth-child(2) {
  top: 60%;
  left: 80%;
  animation-delay: 7s;
  background: var(--cyber-teal);
}

.floating-dot:nth-child(3) {
  top: 80%;
  left: 30%;
  animation-delay: 14s;
  background: rgba(255, 255, 255, 0.6);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-20px);
    opacity: 1;
  }
}

/* Mobile Optimizations */
@media (max-width: 768px) {
  .card {
    width: 280px;
    height: 280px;
  }
  
  .stack-container {
    transform: scale(0.85);
  }
  
  .nav-label {
    display: none;
  }
  
  .nav-item {
    min-width: 48px;
  }
}

@media (max-width: 480px) {
  .card {
    width: 240px;
    height: 240px;
  }
  
  .stack-container {
    transform: scale(0.7);
  }
  
  .card.active-card {
    width: 95vw !important;
    height: 85vh !important;
  }
  
  .modern-nav {
    bottom: var(--space-4);
  }
}

@media (max-width: 340px) {
  .card {
    width: 200px;
    height: 200px;
  }
  
  .stack-container {
    transform: scale(0.6);
  }
}

/* Focus States */
.card:focus-visible,
.nav-item:focus-visible,
.modern-cta:focus-visible,
.modern-input:focus,
.hero-cta:focus,
.interaction-hint:focus,
.close-card:focus {
  outline: 2px solid var(--tech-blue);
  outline-offset: 2px;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .floating-dot,
  .hero::before {
    animation: none;
  }
}/* End custom CSS */