* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  background: #07121f;
}

body {
  overflow-x: hidden;
}

.page-wrap {
  min-height: calc(100vh - 118px);
}

.hero {
  position: relative;
  min-height: calc(100vh - 118px);
  display: grid;
  place-items: center;
  padding: 48px 20px;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/worship-service.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.08);
  transform: scale(1.02);
  z-index: -3;
}

.overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(20, 167, 190, 0.32), transparent 35%),
    linear-gradient(135deg, rgba(5, 10, 20, 0.88), rgba(18, 28, 45, 0.7), rgba(6, 9, 18, 0.92));
  z-index: -2;
}

.content-card {
  width: min(920px, 100%);
  text-align: center;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: rgba(7, 18, 31, 0.72);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
}

.church-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 24px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
}

.eyebrow {
  margin: 24px 0 10px;
  color: #69d7e9;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 700;
  font-size: 0.82rem;
}

h1 {
  margin: 0;
  font-size: clamp(2.35rem, 7vw, 5.25rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.intro {
  width: min(700px, 100%);
  margin: 24px auto 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 36px 0 0;
}

.info-grid div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.info-grid span {
  display: block;
  color: #72d7e8;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
}

.info-grid strong {
  display: block;
  font-size: 1rem;
}

.form-panel {
  margin: 38px auto 0;
  width: min(680px, 100%);
  padding: clamp(22px, 4vw, 32px);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-align: left;
}

.form-kicker {
  margin: 0 0 8px;
  color: #72d7e8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}

.form-panel h2 {
  margin: 0;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 1.05;
  text-align: center;
}

.form-note {
  margin: 12px 0 22px;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.info-form {
  display: grid;
  gap: 15px;
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row.two-column {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 700;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  padding: 13px 14px;
  font: inherit;
  color: #ffffff;
  background: rgba(3, 8, 15, 0.56);
  outline: none;
}

input:focus,
textarea:focus {
  border-color: #72d7e8;
  box-shadow: 0 0 0 4px rgba(114, 215, 232, 0.16);
}

textarea {
  resize: vertical;
}

button {
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font: inherit;
  font-weight: 800;
  color: #06111e;
  background: linear-gradient(90deg, #69d7e9, #ffffff);
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.25);
}

button:hover {
  transform: translateY(-1px);
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
  transform: none;
}

.form-status {
  min-height: 22px;
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.closing {
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

footer {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 20px;
  background: #050b14;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  flex-wrap: wrap;
}

footer p {
  margin: 0;
}

.designer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.designer-brand img {
  height: 76px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  border-radius: 12px;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.32));
}

.designer-brand span {
  font-size: clamp(1.45rem, 4vw, 2.45rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(90deg, #3fd9ff, #7c5cff, #d85cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 10px 28px rgba(89, 117, 255, 0.18);
}

@media (max-width: 720px) {
  .hero {
    padding: 28px 14px;
  }

  .content-card {
    border-radius: 22px;
  }

  .church-logo {
    width: 96px;
    height: 96px;
  }

  .info-grid,
  .form-row.two-column {
    grid-template-columns: 1fr;
  }

  footer {
    flex-direction: column;
    gap: 10px;
  }

  .designer-brand {
    flex-direction: column;
    gap: 8px;
  }

  .designer-brand img {
    height: 66px;
    max-width: 230px;
  }
}
