/* These styles are generated from project.scss. */

/* Typography */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  color: #3e2723;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  color: #3e2723;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Hero Banner */
.hero-banner {
  background-color: #f8f6f3;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 2rem 2rem 2rem;
  border-bottom: 1px solid #e8e4df;
}

.hero-content h1 {
  color: #3e2723;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: -0.025em;
}

.hero-content .lead {
  color: #5d4037;
  font-size: 1.25rem;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.hero-content h3 {
  color: #3e2723;
  font-weight: 600;
}

.hero-content p {
  color: #6d4c41;
  line-height: 1.6;
}

.btn-hero-primary {
  background-color: #6b9b6e;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.75rem 3rem;
}

.btn-hero-primary:hover {
  background-color: #5a8a5d;
  color: white;
}

.btn-hero-secondary {
  background-color: white;
  color: #4a4a4a;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.75rem 3rem;
}

.btn-hero-secondary:hover {
  background-color: #f8f8f8;
  color: #4a4a4a;
}

/* Meeting Box */
.meeting-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 1rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.meeting-box h2 {
  color: #3e2723;
  font-weight: 600;
  font-size: 1.5rem;
}

.meeting-box h5 {
  color: #3e2723;
  font-weight: 600;
}

.meeting-box label {
  color: #5d4037;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

/* Form Controls */
.meeting-box .form-control,
.meeting-box .form-select {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.625rem 0.875rem;
  font-size: 1rem;
  transition: all 0.15s ease;
}

.meeting-box .form-control:focus,
.meeting-box .form-select:focus {
  border-color: #538e68;
  box-shadow: 0 0 0 3px rgba(83, 142, 104, 0.1);
  outline: none;
}

.meeting-box .form-text {
  color: #6d4c41;
  font-size: 0.875rem;
}

.meeting-box .alert-secondary {
  background-color: #f7fafc;
  border-color: #e2e8f0;
  border-radius: 8px;
  color: #5d4037;
  font-size: 0.875rem;
}

/* Green Button and Primary Button Override */
.btn-green,
.btn-primary {
  background-color: #538e68;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  transition: all 0.15s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn-green:hover,
.btn-primary:hover {
  background-color: #427a55;
  color: white;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

.btn-green:active,
.btn-primary:active {
  background-color: #427a55;
  color: white;
  transform: translateY(0);
}

.btn-green.btn-lg,
.btn-primary.btn-lg {
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
}

/* Video Call Page */
.video-call-header {
  background-color: #f8f6f3;
  border-bottom: 1px solid #e8e4df;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.countdown-text {
  color: #5d4037;
  font-size: 0.9rem;
}

.video-call-container {
  width: 100%;
  height: calc(100vh - 120px);
  position: relative;
}

.video-call-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
