/* Premium Hero Section Styles */

:root {
  --m-blue: #1a75ff;
  --m-blue-dark: #005ce6;
  --m-blue-light: #3d8fff;
  --text-dark: #1a1a1a;
  --text-light: #666666;
  --bg-light: #f5f5f5;
}

.hero-premium {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}

.hero-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 40px;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 80vh;
}

.hero-copy-section {
  animation: slideInLeft 0.8s ease-out;
}

.hero-badge {
  display: inline-block;
  background: rgba(26, 117, 255, 0.1);
  border: 2px solid var(--m-blue);
  border-radius: 50px;
  padding: 8px 20px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  color: var(--m-blue);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-main-title {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--text-dark);
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.title-line-1 {
  display: block;
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--text-light);
  letter-spacing: 3px;
  text-transform: uppercase;
}

.title-line-2 {
  display: block;
  font-size: 4.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--m-blue) 0%, var(--m-blue-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hero-subtitle {
  font-size: 1.3rem;
  color: var(--text-light);
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 40px;
  max-width: 550px;
}

.hero-stats-section {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(26, 117, 255, 0.1);
}

.stat-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--m-blue) 0%, var(--m-blue-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.stat-text {
  font-size: 0.95rem;
  color: var(--text-light);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary-large,
.btn-secondary-large {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
}

.btn-primary-large {
  background: linear-gradient(135deg, var(--m-blue) 0%, var(--m-blue-dark) 100%);
  color: white;
  box-shadow: 0 10px 30px rgba(26, 117, 255, 0.3);
}

.btn-primary-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(26, 117, 255, 0.4);
}

.btn-secondary-large {
  background: transparent;
  color: var(--m-blue);
  border: 2px solid var(--m-blue);
}

.btn-secondary-large:hover {
  background: var(--m-blue);
  color: white;
  transform: translateY(-3px);
}

.btn-primary-large svg,
.btn-secondary-large svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
}

.hero-media-section {
  position: relative;
  animation: slideInRight 0.8s ease-out;
}

.hero-image-container {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-main-image {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.15));
  z-index: 2;
  position: relative;
}

.image-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(26, 117, 255, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(40px);
  z-index: 1;
  animation: float 6s ease-in-out infinite;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  animation: bounce 2s ease-in-out infinite;
}

.hero-scroll-indicator svg {
  width: 30px;
  height: 30px;
  color: var(--m-blue);
  stroke-width: 2;
}

/* Animations */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) translateY(10px);
    opacity: 0.5;
  }
}

/* Tablet / Medium Screens */
@media (max-width: 1024px) {
  .hero-container {
    padding: 40px 30px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: auto;
  }

  .hero-main-title {
    font-size: 3.5rem;
  }

  .title-line-1 {
    font-size: 2.5rem;
  }

  .title-line-2 {
    font-size: 3.5rem;
  }

  .hero-media-section {
    display: none;
  }

  .hero-stats-section {
    gap: 20px;
  }
}

/* Mobile Screens */
@media (max-width: 768px) {
  .hero-premium {
    min-height: auto;
    padding: 40px 0;
  }

  .hero-container {
    padding: 30px 20px;
  }

  .hero-main-title {
    font-size: 2.5rem;
  }

  .title-line-1 {
    font-size: 1.8rem;
    letter-spacing: 2px;
  }

  .title-line-2 {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .hero-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .hero-stats-section {
    flex-direction: row;
    gap: 15px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .stat-value {
    font-size: 1.8rem;
  }

  .stat-text {
    font-size: 0.85rem;
  }

  .hero-cta-buttons {
    flex-direction: column;
  }

  .btn-primary-large,
  .btn-secondary-large {
    width: 100%;
    justify-content: center;
    padding: 14px 30px;
    font-size: 0.95rem;
  }

  .hero-scroll-indicator {
    display: none;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hero-premium {
    min-height: auto;
    padding-top: 100px;
  }

  .hero-container {
    padding: 20px 15px;
  }

  .hero-content {
    gap: 20px;
  }

  .hero-main-title {
    font-size: 1.6rem;
  }

  .title-line-1 {
    font-size: 1.1rem;
  }

  .title-line-2 {
    font-size: 1.5rem;
  }

  .hero-badge {
    padding: 6px 15px;
    font-size: 12px;
  }

  .hero-subtitle {
    font-size: 0.95rem;
  }

  .hero-description {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .hero-stats-section {
    gap: 8px;
    margin-bottom: 20px;
    flex-direction: row;
    padding-bottom: 15px;
  }

  .stat-value {
    font-size: 1.3rem;
  }

  .stat-text {
    font-size: 0.75rem;
  }

  .hero-image-container {
    height: 300px;
  }

  .image-glow {
    width: 300px;
    height: 300px;
  }
}
