/* App Showcase Section Styles */
.app-showcase-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #f9f9f9 0%, #f0f7f7 100%);
  overflow: hidden;
}

.app-showcase-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.app-showcase-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5z' fill='rgba(46, 96, 96, 0.03)' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
}

.app-showcase-circles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.app-showcase-circle {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(46, 96, 96, 0.1) 0%, rgba(46, 96, 96, 0.05) 100%);
}

.app-showcase-circle-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
}

.app-showcase-circle-2 {
  width: 600px;
  height: 600px;
  bottom: -200px;
  right: -200px;
}

.app-showcase-circle-3 {
  width: 300px;
  height: 300px;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

.app-showcase-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 5rem;
  align-items: center;
}

.app-showcase-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.app-showcase-subtitle {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #2e6060;
  background: rgba(46, 96, 96, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50px;
}

/* Standardized Title Styles */
.app-showcase-title, 
.process-hero-title,
.experts-heading,
.enhanced-cta-headline,
.gradient-text,
.standardized-title,
.enhanced-title,
.gradient-hero-title {
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 0;
  background: linear-gradient(90deg, #2e6060, #1a3e3e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-family: 'Be Vietnam Pro', Montserrat, Nunito, sans-serif;
}

.gradient-text {
  font-size: 2.5rem;
  text-align: center;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.app-showcase-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.app-showcase-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.app-feature {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.app-feature-icon {
  width: 24px;
  height: 24px;
  background: #2e6060;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.app-feature-icon svg {
  width: 12px;
  height: 12px;
  fill: white;
}

.app-feature-text {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

.app-showcase-image {
  position: relative;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.app-phone {
  width: 550px;
  height: auto;
  z-index: 10 !important;
  position: relative;
  margin: 0 auto;
  filter: drop-shadow(0px 20px 30px rgba(0, 0, 0, 0.15));
  max-width: 95%;
  display: block;
}

.app-device {
  position: absolute;
  max-width: 100%;
}

.app-showcase-image:hover .app-phone {
  filter: drop-shadow(0px 25px 35px rgba(0, 0, 0, 0.2));
  transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) translateZ(60px);
}

.app-scale {
  width: 200px;
  height: auto;
  position: absolute;
  right: -60px;
  bottom: 120px;
  z-index: 1;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
  transform: perspective(1000px) rotateY(15deg) rotateX(5deg) translateZ(30px);
}

.stats-ring {
  position: absolute;
  width: 160px;
  height: 160px;
  left: -40px;
  top: 25%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transform: perspective(1000px) rotateY(-10deg) rotateX(5deg) translateZ(70px);
}

.stats-number {
  font-size: 3rem;
  font-weight: 700;
  color: #2e6060;
  line-height: 1;
  margin: 0;
}

.stats-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #444;
  text-align: center;
  margin-top: 0.25rem;
}

.floating-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}

.dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(46, 96, 96, 0.2);
  animation: float 5s infinite ease-in-out;
}

.app-detail-popup {
  position: absolute;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transform: translateY(0);
  animation: bobble 3s ease-in-out infinite;
}

.popup-1 {
  right: -10px;
  top: 20%;
  width: 160px;
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg) translateZ(60px);
  animation-delay: 0.5s;
}

.popup-2 {
  left: 10px;
  bottom: 25%;
  width: 140px;
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg) translateZ(60px);
  animation-delay: 1s;
}

.popup-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #2e6060;
  margin: 0;
}

.popup-value {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.popup-chart {
  width: 100%;
  height: 30px;
  background: linear-gradient(90deg, #2e6060, #43909a);
  border-radius: 6px;
  margin-top: 0.25rem;
  position: relative;
  overflow: hidden;
}

.popup-chart::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    rgba(255,255,255,0.1) 0%, 
    rgba(255,255,255,0.2) 20%, 
    rgba(255,255,255,0.1) 40%, 
    rgba(255,255,255,0) 60%
  );
  animation: shimmer 2s infinite;
}

@keyframes bobble {
  0%, 100% { transform: translateY(0) perspective(1000px) rotateY(-5deg) rotateX(5deg) translateZ(60px); }
  50% { transform: translateY(-10px) perspective(1000px) rotateY(-5deg) rotateX(5deg) translateZ(60px); }
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

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

.app-cta {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: linear-gradient(90deg, #2e6060, #1a3e3e);
  color: white;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(46, 96, 96, 0.2);
  transition: all 0.3s ease;
}

.app-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(46, 96, 96, 0.3);
}

.app-cta-icon {
  width: 18px;
  height: 18px;
}

/* For App Tilt Effect */
.tilt-container {
  transform-style: preserve-3d;
  transform: perspective(1000px);
  position: relative;
}

.tilt-container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
  z-index: 4;
}

/* Media Queries */
@media (max-width: 991px) {
  .app-showcase-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .app-showcase-image {
    height: 600px;
    order: -1;
  }
  
  .app-showcase-features {
    grid-template-columns: 1fr 1fr;
  }
  
  .app-phone {
    width: 450px;
  }
  
  .app-scale {
    width: 150px;
    right: -50px;
    bottom: 80px;
  }
  
  .stats-ring {
    width: 130px;
    height: 130px;
    left: -20px;
    top: 25%;
  }
  
  .stats-number {
    font-size: 2.2rem;
  }
  
  .bio-markers-ring {
    width: 200px;
    height: 200px;
    top: 45%;
    left: 70%;
  }
  
  .app-detail-popup {
    display: block;
    position: absolute;
  }
  
  .popup-1 {
    right: 0;
    top: 18%;
    width: 120px;
  }
  
  .popup-2 {
    left: 0;
    bottom: 25%;
    width: 120px;
  }
  
  .app-showcase-title,
  .process-hero-title,
  .experts-heading,
  .enhanced-cta-headline,
  .gradient-text,
  .standardized-title,
  .enhanced-title,
  .gradient-hero-title {
    font-size: 2.4rem;
  }
  
  .gradient-text {
    font-size: 2.2rem;
  }
  
  .gradient-hero-title {
    font-size: 3.8rem;
  }
}

@media (max-width: 767px) {
  .app-showcase-section {
    padding: 80px 0;
  }
  
  .app-showcase-title,
  .process-hero-title,
  .experts-heading,
  .enhanced-cta-headline,
  .gradient-text,
  .standardized-title,
  .enhanced-title,
  .gradient-hero-title {
    font-size: 2rem;
  }
  
  .gradient-text {
    font-size: 1.8rem;
  }
  
  .gradient-hero-title {
    font-size: 3rem;
  }
  
  .app-showcase-image {
    height: 500px;
  }
  
  .app-phone {
    width: 350px;
  }
  
  .app-scale {
    width: 120px;
    right: -30px;
    bottom: 60px;
  }
  
  .stats-ring {
    width: 100px;
    height: 100px;
    left: -10px;
    top: 20%;
  }
  
  .stats-number {
    font-size: 1.8rem;
  }
  
  .bio-markers-ring {
    width: 150px;
    height: 150px;
    top: 45%;
    left: 75%;
  }
  
  .popup-1 {
    top: 15%;
    width: 100px;
  }
  
  .popup-2 {
    bottom: 20%;
    width: 100px;
  }
  
  .marker {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 479px) {
  .app-showcase-image {
    height: 450px;
  }
  
  .app-phone {
    width: 280px;
  }
  
  .stats-ring {
    width: 80px;
    height: 80px;
    left: 0;
  }
  
  .stats-number {
    font-size: 1.5rem;
  }
  
  .stats-label {
    font-size: 0.7rem;
  }
  
  .bio-markers-ring {
    width: 120px;
    height: 120px;
  }
  
  .popup-1, .popup-2 {
    width: 80px;
  }
  
  .popup-title {
    font-size: 0.7rem;
  }
  
  .popup-value {
    font-size: 1rem;
  }
}

/* Bio markers ring animation */
.bio-markers-ring {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 2px dashed rgba(46, 96, 96, 0.2);
  top: 45%;
  left: 65%;
  transform: translate(-50%, -50%);
  animation: spin 20s linear infinite;
}

.marker {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2e6060;
  border-radius: 50%;
}

.marker-1 { top: 0; left: 50%; transform: translateX(-50%); }
.marker-2 { top: 50%; right: 0; transform: translateY(-50%); }
.marker-3 { bottom: 0; left: 50%; transform: translateX(-50%); }
.marker-4 { top: 50%; left: 0; transform: translateY(-50%); }
.marker-5 { top: 25%; right: 25%; }
.marker-6 { bottom: 25%; right: 25%; }
.marker-7 { bottom: 25%; left: 25%; }
.marker-8 { top: 25%; left: 25%; }

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.gradient-hero-title {
  font-size: 4rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
} 