/* ==================== Final CTA Section - Revolutionary Split Design ==================== */

.final-cta-new {
  padding: var(--spacing-xl) 0 0 0;
  background: linear-gradient(135deg, #f0f3ff 0%, #e8ecff 50%, #f5f7ff 100%);
  position: relative;
  overflow: hidden;
}

/* Animated Background Icons */
.final-cta-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%236057DE' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.6;
  animation: moveBackground 60s linear infinite;
  pointer-events: none;
  z-index: 0;
}

.final-cta-new::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 50%, rgba(96, 87, 222, 0.12) 0%, transparent 50%),
              radial-gradient(circle at 70% 50%, rgba(118, 75, 162, 0.12) 0%, transparent 50%);
  animation: rotateGradient 40s linear infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes moveBackground {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(60px, 60px);
  }
}

@keyframes rotateGradient {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Launch Features Header */
.launch-features-header {
  text-align: center;
  margin-bottom: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.header-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(96, 87, 222, 0.1), rgba(118, 75, 162, 0.1));
  border: 2px solid rgba(96, 87, 222, 0.2);
  border-radius: 50px;
  margin-bottom: var(--spacing-md);
  animation: pulse-badge 2s ease-in-out infinite;
}

.header-badge svg {
  color: #6057DE;
  animation: rotate-icon 3s linear infinite;
}

.header-badge span {
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(135deg, #6057DE, #764BA2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.launch-features-title {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  margin-bottom: var(--spacing-sm);
  line-height: 1.2;
}

.title-gradient {
  background: linear-gradient(135deg, #6057DE 0%, #764BA2 50%, #F093FB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

.title-gradient::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #6057DE, #764BA2, transparent);
  border-radius: 2px;
}

.launch-features-subtitle {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(96, 87, 222, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(96, 87, 222, 0);
  }
}

@keyframes rotate-icon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cta-split-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
  max-width: 1400px;
  margin: 0 auto var(--spacing-xl) auto;
  position: relative;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(96, 87, 222, 0.15),
              0 0 0 1px rgba(96, 87, 222, 0.1);
  backdrop-filter: blur(10px);
}

/* Right Side - Content */
.cta-content-side {
  padding: 30px var(--spacing-xl) 40px var(--spacing-xl);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: linear-gradient(135deg, #6057DE 0%, #764BA2 100%);
  color: white;
  position: relative;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}



.cta-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  margin-bottom: var(--spacing-lg);
  width: fit-content;
}

.cta-main-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: var(--spacing-md);
  letter-spacing: -0.3px;
}

.highlight {
  background: rgba(255, 255, 255, 0.25);
  padding: 0 12px;
  border-radius: 8px;
  display: inline-block;
}

.cta-description {
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: var(--spacing-xl);
  max-width: 500px;
}

.cta-action-box {
  display: flex;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-xl);
  flex-wrap: wrap;
}

.cta-main-button {
  padding: 18px 36px;
  background: white;
  color: #6057DE;
  border: none;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.cta-main-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

.cta-demo-button {
  padding: 18px 32px;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.cta-demo-button:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Money Back Guarantee Box */
.money-back-guarantee {
  display: flex;
  gap: var(--spacing-md);
  padding: var(--spacing-lg);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  margin-bottom: var(--spacing-lg);
  animation: guaranteePulse 3s ease-in-out infinite;
}

@keyframes guaranteePulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}

.guarantee-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.guarantee-text h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: white;
}

.guarantee-text p {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.95;
  margin: 0;
}

.cta-trust-badges {
  display: flex;
  gap: var(--spacing-lg);
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
}

.trust-item svg {
  flex-shrink: 0;
}

/* Left Side - Features */
.cta-features-side {
  padding: 40px 35px;
  background: linear-gradient(135deg, #fafbfc 0%, #f3f4f6 100%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-content: center;
  position: relative;
  overflow: hidden;
}



.feature-card-modern {
  background: white;
  padding: 24px 20px;
  border-radius: 14px;
  border: 2px solid #e5e7eb;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.feature-card-modern:hover {
  border-color: #6057DE;
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(96, 87, 222, 0.18);
  background: #fafbfc;
}

.feature-icon-modern {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  margin-bottom: 4px;
}

/* Icon Colors */
.icon-green {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  color: #059669;
}

.icon-blue {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  color: #2563eb;
}

.icon-purple {
  background: linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);
  color: #7c3aed;
}

.icon-orange {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  color: #ea580c;
}

.icon-teal {
  background: linear-gradient(135deg, #f0fdfa 0%, #ccfbf1 100%);
  color: #0d9488;
}

.icon-pink {
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
  color: #db2777;
}

.feature-card-modern:hover .icon-green {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: white;
  transform: scale(1.08) rotate(3deg);
}

.feature-card-modern:hover .icon-blue {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: white;
  transform: scale(1.08) rotate(-3deg);
}

.feature-card-modern:hover .icon-purple {
  background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
  color: white;
  transform: scale(1.08) rotate(3deg);
}

.feature-card-modern:hover .icon-orange {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
  color: white;
  transform: scale(1.08) rotate(-3deg);
}

.feature-card-modern:hover .icon-teal {
  background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
  color: white;
  transform: scale(1.08) rotate(3deg);
}

.feature-card-modern:hover .icon-pink {
  background: linear-gradient(135deg, #db2777 0%, #be185d 100%);
  color: white;
  transform: scale(1.08) rotate(-3deg);
}

.feature-card-modern h3 {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  line-height: 1.3;
}

.feature-card-modern p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 1024px) {
  .launch-features-header {
    margin-bottom: var(--spacing-lg);
  }

  .launch-features-title {
    font-size: 32px;
  }

  .launch-features-subtitle {
    font-size: 15px;
  }

  .cta-split-container {
    grid-template-columns: 1fr;
  }
  
  .cta-content-side {
    order: 1;
    padding: 35px var(--spacing-lg);
  }
  
  .cta-features-side {
    order: 2;
    padding: 35px 30px;
  }
  
  .cta-main-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .final-cta-new {
    padding: var(--spacing-lg) 0 0 0;
  }

  .launch-features-header {
    margin-bottom: var(--spacing-md);
    padding: 0 var(--spacing-lg);
  }

  .header-badge {
    padding: 6px 16px;
    font-size: 12px;
  }

  .launch-features-title {
    font-size: 24px;
  }

  .title-gradient::after {
    width: 80%;
    height: 2px;
    bottom: -4px;
  }

  .launch-features-subtitle {
    font-size: 14px;
    padding: 0 var(--spacing-md);
  }

  .cta-content-side,
  .cta-features-side {
    padding: var(--spacing-xl) var(--spacing-lg);
  }
  
  .cta-main-title {
    font-size: 28px;
  }
  
  .cta-description {
    font-size: 16px;
  }
  
  .cta-features-side {
    grid-template-columns: 1fr;
  }
  
  .cta-action-box {
    flex-direction: column;
  }
  
  .cta-main-button,
  .cta-demo-button {
    width: 100%;
    justify-content: center;
  }
}

/* ==================== Old Design (Keep for fallback) ==================== */

.final-cta {
  padding: var(--spacing-3xl) 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  position: relative;
  overflow: hidden;
}

/* خلفية أنيقة بدوائر خفيفة */
.final-cta::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(96, 87, 222, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 15s ease-in-out infinite;
}

.final-cta::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 20s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
  }
}

.cta-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

/* Badge */
.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, rgba(96, 87, 222, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
  border: 2px solid rgba(96, 87, 222, 0.2);
  border-radius: 50px;
  margin-bottom: var(--spacing-lg);
  font-size: 14px;
  font-weight: 600;
  color: #6057DE;
  animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(96, 87, 222, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(96, 87, 222, 0);
  }
}

.cta-badge svg {
  color: #6057DE;
  animation: sparkle 1.5s ease-in-out infinite;
}

@keyframes sparkle {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.2) rotate(180deg);
  }
}

/* Title */
.cta-title {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: var(--spacing-lg);
  line-height: 1.2;
  letter-spacing: -1px;
}

.cta-subtitle {
  font-size: 20px;
  color: #4a5568;
  margin-bottom: var(--spacing-2xl);
  line-height: 1.6;
  font-weight: 400;
}

/* Features Grid */
.cta-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-2xl);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #2d3748;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cta-feature-item:hover {
  border-color: #6057DE;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(96, 87, 222, 0.15);
}

.cta-feature-item svg {
  color: #10b981;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

/* Buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-xl);
  flex-wrap: wrap;
}

.cta-primary {
  background: linear-gradient(135deg, #6057DE 0%, #764BA2 100%);
  color: white;
  padding: 18px 40px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(96, 87, 222, 0.35);
  position: relative;
  overflow: hidden;
}

.cta-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.cta-primary:hover::before {
  left: 100%;
}

.cta-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(96, 87, 222, 0.5);
}

.cta-secondary {
  background: white;
  color: #6057DE;
  padding: 18px 40px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 600;
  border: 2px solid #6057DE;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.cta-secondary:hover {
  background: #6057DE;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(96, 87, 222, 0.3);
}

/* Guarantees */
.cta-guarantees {
  display: flex;
  justify-content: center;
  gap: var(--spacing-xl);
  flex-wrap: wrap;
}

.guarantee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: linear-gradient(135deg, rgba(96, 87, 222, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
  border: 2px solid rgba(96, 87, 222, 0.15);
  border-radius: 12px;
  color: #2d3748;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.guarantee-item svg {
  color: #6057DE;
  flex-shrink: 0;
}

.guarantee-item:hover {
  background: linear-gradient(135deg, rgba(96, 87, 222, 0.12) 0%, rgba(118, 75, 162, 0.12) 100%);
  border-color: rgba(96, 87, 222, 0.3);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .cta-title {
    font-size: 36px;
  }
  
  .cta-subtitle {
    font-size: 18px;
  }
  
  .cta-features {
    grid-template-columns: 1fr;
  }
  
  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .cta-primary,
  .cta-secondary {
    width: 100%;
    justify-content: center;
  }
  
  .cta-guarantees {
    flex-direction: column;
    align-items: center;
  }
  
  .guarantee-item {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .cta-title {
    font-size: 30px;
  }
  
  .cta-subtitle {
    font-size: 16px;
  }
  
  .cta-feature-item {
    padding: 14px 16px;
    font-size: 14px;
  }
  
  .cta-primary,
  .cta-secondary {
    padding: 16px 32px;
    font-size: 16px;
  }
}


/* Countdown Timer */
.countdown-container {
  margin-bottom: var(--spacing-lg);
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.countdown-label {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.countdown-value {
  font-size: 32px;
  font-weight: 800;
  color: white;
  background: rgba(255, 255, 255, 0.15);
  padding: 12px 16px;
  border-radius: 12px;
  min-width: 70px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  animation: pulse-countdown 4s ease-in-out infinite;
  line-height: 1;
}

@keyframes pulse-countdown {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  50% {
    transform: scale(1.02);
    box-shadow: 0 5px 18px rgba(255, 255, 255, 0.15);
  }
}

.countdown-text {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.countdown-separator {
  font-size: 28px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 4px;
  padding-bottom: 20px;
}

/* Responsive Countdown */
@media (max-width: 768px) {
  .countdown-value {
    font-size: 24px;
    padding: 10px 12px;
    min-width: 55px;
  }
  
  .countdown-separator {
    font-size: 20px;
  }
  
  .countdown-text {
    font-size: 10px;
  }
}
