.vq-page {
  position: relative;
  flex: 1 1 auto;
  background: #ffffff;
}

.vq-root {
  width: 100%;
  background: #ffffff;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.vq-container {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .vq-container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .vq-container {
    padding: 0 2rem;
  }
}

.vq-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 450px;
  overflow: hidden;
}

.vq-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.vq-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(30, 58, 138, 0.8), rgba(30, 64, 175, 0.8));
}

.vq-hero-image {
  position: absolute;
  inset: 0;
  background-image: url('/images/course-1.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(4px);
  transform: scale(1.1);
}

.vq-hero-content {
  position: relative;
  z-index: 2;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
  color: #ffffff;
}

.vq-hero-title {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.vq-hero-text {
  max-width: 48rem;
  margin: 0 auto 1.5rem;
  color: #dbeafe;
  font-size: 0.875rem;
}

.vq-hero-button,
.vq-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease;
}

.vq-hero-button {
  padding: 0.625rem 1.5rem;
  background: #ffffff;
  color: #3A66B7;
  font-size: 0.875rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.vq-hero-button:hover {
  background: #f3f4f6;
}

.vq-features {
  background: #ffffff;
  padding: 2rem 0;
}

.vq-section-title {
  margin: 0 0 2rem;
  color: #3A66B7;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.vq-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.vq-feature-card {
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 200ms ease;
}

.vq-feature-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.vq-feature-body {
  margin-bottom: 1rem;
  padding: 1.25rem;
}

.vq-feature-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  background: #E3ECFB;
  color: #3A66B7;
}

.vq-feature-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.vq-feature-title {
  margin: 0 0 0.5rem;
  color: #3A66B7;
  font-size: 1.125rem;
  font-weight: 700;
}

.vq-feature-text {
  margin: 0;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.625;
}

.vq-trust {
  background: #f9fafb;
  padding: 2rem 0;
}

.vq-trust-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.vq-trust-icon-wrap {
  flex-shrink: 0;
}

.vq-trust-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  background: #E3ECFB;
  color: #3A66B7;
}

.vq-trust-icon {
  width: 2rem;
  height: 2rem;
}

.vq-trust-content {
  flex: 1 1 auto;
  text-align: center;
}

.vq-trust-title {
  margin: 0 0 0.5rem;
  color: #3A66B7;
  font-size: 1.25rem;
  font-weight: 700;
}

.vq-trust-text {
  margin: 0;
  color: #4b5563;
  font-size: 0.875rem;
}

.vq-cta {
  background: #ffffff;
  padding: 2rem 0;
}

.vq-cta-inner {
  text-align: center;
}

.vq-cta-button {
  padding: 0.75rem 2rem;
  background: #3A66B7;
  color: #ffffff;
  font-size: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.vq-cta-button:hover {
  background: #2F5599;
}

.vq-cta-icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 640px) {
  .vq-hero {
    min-height: 500px;
  }

  .vq-hero-content {
    padding: 0 1.5rem;
  }

  .vq-hero-title {
    margin-bottom: 1rem;
    font-size: 1.875rem;
  }

  .vq-hero-text {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .vq-hero-button {
    padding: 0.75rem 1.75rem;
    font-size: 1rem;
  }

  .vq-features,
  .vq-trust,
  .vq-cta {
    padding: 3rem 0;
  }

  .vq-section-title {
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
  }

  .vq-feature-grid {
    gap: 1.5rem;
  }

  .vq-feature-body {
    padding: 1.5rem;
  }

  .vq-feature-title {
    font-size: 1.25rem;
  }

  .vq-feature-text,
  .vq-trust-text {
    font-size: 1rem;
  }

  .vq-trust-box {
    gap: 1.5rem;
  }

  .vq-trust-title {
    font-size: 1.5rem;
  }

  .vq-cta-button {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .vq-hero-title {
    font-size: 2.25rem;
  }

  .vq-hero-text {
    font-size: 1.125rem;
  }

  .vq-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .vq-hero-content {
    padding: 0 2rem;
  }

  .vq-hero-title {
    font-size: 3rem;
  }

  .vq-trust-box {
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
  }

  .vq-trust-content {
    text-align: left;
  }
}