/* Frontend styles for the hero section block */
.wp-block-tribunal-hero-section {
  margin: 0;
}

.wp-block-tribunal-hero-section .front-page-hero {
  position: relative;
  width: 100%;
}

.wp-block-tribunal-hero-section h1 {
  font-weight: 600;
  font-size: 1.875rem;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .wp-block-tribunal-hero-section h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .wp-block-tribunal-hero-section h1 {
    font-size: 3.75rem;
    margin-bottom: 4rem;
  }
}

.wp-block-tribunal-hero-section h2 {
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .wp-block-tribunal-hero-section h2 {
    font-size: 3rem;
  }
}

.wp-block-tribunal-hero-section p {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1rem;
  margin: 0;
}

@media (min-width: 1024px) {
  .wp-block-tribunal-hero-section p {
    font-weight: 600;
    font-size: 1.875rem;
  }
}

.wp-block-tribunal-hero-section .bg-cover {
  background-size: cover;
}

.wp-block-tribunal-hero-section .bg-no-repeat {
  background-repeat: no-repeat;
}

.wp-block-tribunal-hero-section .bg-center {
  background-position: center;
}

.wp-block-tribunal-hero-section .cta-button {
  background-color: var(--wp--preset--color--primary, #1e3a8a);
  color: white;
  padding: 12px 24px;
  text-decoration: none !important;
  border-radius: 4px;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  transition: all 0.2s ease;
  text-shadow: none;
}

.wp-block-tribunal-hero-section .cta-button:hover {
  background-color: var(--wp--preset--color--primary-dark, #1e40af);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
