/* Cloud Landing Pages Styles - MayaNAS & MayaScale */
/* Using Montserrat for headings and Nunito Sans for body text (Qumulo-inspired) */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Nunito+Sans:wght@400;600;700&display=swap');

/* Typography - Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
}

h1 {
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 1rem;
}

h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 1rem;
}

h5 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0.75rem;
}

/* Typography - Body Text */
body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #4a4a4a;
}

p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.lead {
  font-size: 20px;
  line-height: 30px;
  color: #4a4a4a;
  font-weight: 400;
}

/* Hero Banner Section */
.hero-banner {
  background-image:
    linear-gradient(135deg, rgba(8, 23, 51, 0.95) 0%, rgba(0, 64, 128, 0.85) 100%),
    url('../images/565.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Ensure navbar stays on top */
.navbar {
  z-index: 1030 !important;
}

/* Carousel Styling */
.carousel-item {
  height: 600px;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
}

.carousel-caption {
  text-align: left !important;
  left: 10% !important;
  right: auto !important;
  top: 15% !important;
  bottom: auto !important;
  transform: none !important;
  max-width: 600px;
}

.carousel-caption h1 {
  color: #ffffff !important;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
  font-size: 3.5rem !important;
  font-weight: 700 !important;
}

.carousel-caption h2 {
  color: #ffffff !important;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .carousel-item {
    height: 400px;
    min-height: 400px;
  }

  .carousel-caption {
    left: 5% !important;
    bottom: 20% !important;
  }

  .carousel-caption h1 {
    font-size: 2rem !important;
  }

  .carousel-caption h2 {
    font-size: 1.25rem !important;
  }
}

/* Fallback if background image doesn't load */
.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, #0066cc 0%, #004080 50%, #002040 100%);
  z-index: -1;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
}

/* Responsive Hero Typography */
@media (min-width: 1200px) {
  .hero-title {
    font-size: 4.5rem;
  }
  .hero-subtitle {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-subtitle {
    font-size: 1.25rem;
  }
  .hero-banner {
    min-height: 400px;
  }
}

/* Card Styles */
.card {
  border: 1px solid #e0e0e0;
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.card-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}

/* Section Spacing */
section {
  padding: 3rem 0;
}

/* Section Backgrounds */
.bg-pattern {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
    url('../images/565.svg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.bg-gradient-blue {
  background: linear-gradient(135deg, #f8f9fa 0%, #e3f2fd 100%);
}

.bg-dark-pattern {
  background-image:
    linear-gradient(rgba(0, 51, 102, 0.95), rgba(0, 51, 102, 0.95)),
    url('../images/No-Limit.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #ffffff;
}

.bg-dark-pattern h2,
.bg-dark-pattern h3,
.bg-dark-pattern h4 {
  color: #ffffff !important;
}

/* Buttons */
.btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-lg {
  padding: 16px 40px;
  font-size: 18px;
}

/* Video Embed Component */
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.video-container {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.embedded-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* Video poster styling */
.embedded-video[poster] {
  background-color: #000;
}

/* Responsive video sizing */
@media (max-width: 767px) {
  .video-container {
    border-radius: 4px;
  }
}

/* Tables */
table {
  font-family: 'Nunito Sans', sans-serif;
}

table th {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}

/* Lists */
ul, ol {
  line-height: 1.8;
}

/* Responsive Typography */
@media (max-width: 1024px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  h4 {
    font-size: 18px;
    line-height: 22px;
  }

  body, p {
    font-size: 16px;
    line-height: 26px;
  }

  .lead {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  h4 {
    font-size: 16px;
    line-height: 20px;
  }

  body, p {
    font-size: 16px;
    line-height: 24px;
  }

  .lead {
    font-size: 16px;
    line-height: 26px;
  }

  .btn-lg {
    padding: 12px 24px;
    font-size: 16px;
  }
}
