/* Google Fonts: Montserrat, Playfair Display */
*,
html {
  font-family: "Montserrat", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(
    135deg,
    #1a237e 0%,
    #3949ab 30%,
    #7b1fa2 70%,
    #8e24aa 100%
  );
}

.header-bg {
  background: linear-gradient(
    135deg,
    #0f0f0f 0%,
    #333333 30%,
    #272727 70%,
    #222222 100%
  );
}

.form-control {
  height: 55px;
  border-radius: 0;
  font-weight: 600;
}
.form-control::placeholder {
  color: #999;
  font-weight: 400;
}
.form-label {
  font-weight: 500;
}
.btn {
  height: 55px;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
}

/* Bottom Sheet Modal Styles */
.bottom-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  background: #fff;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  z-index: 1000;
  transition: bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 420px;
  margin: 0 auto;
}
.bottom-sheet.show {
  bottom: 0;
}
.bottom-sheet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 0 20px;
}
.close-btn {
  font-size: 2rem;
  cursor: pointer;
  color: #333;
  font-weight: bold;
}
.bottom-sheet-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px 20px 32px 20px;
  align-items: stretch;
}
.sheet-option {
  padding: 14px 0;
  font-size: 1.1rem;
  border: none;
  border-radius: 8px;
  background: #f5f5f5;
  color: #222;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}
.sheet-option:hover {
  background: #e0e0e0;
}
@media (max-width: 480px) {
  .bottom-sheet {
    max-width: 100vw;
    border-radius: 16px 16px 0 0;
  }
}

.invitation-bg {
  min-height: 100vh;
}
.invitation-main {
  position: relative;
  width: 100%;
}

.invitation-container {
  padding: 32px 20px 72px 20px;
  position: relative;
  overflow: hidden;
  background-image: url("./assets/bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Logo */
.logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.presented {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 8px;
  font-family: "Montserrat", Arial, sans-serif;
}

.mmn-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 2px;
}
.mmn-logo img {
  max-width: 100%;
  height: auto;
}
.mmn-title {
  font-family: "Playfair Display", serif;
  font-size: 2.1rem;
  color: #ffe066;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px #0008;
}

/* Anniversary Badge */
.anniversary-badge img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Details Section */
/* Enhanced Details Section */
.invitation-details {
  max-width: 500px;
  margin: 24px auto 18px;
  padding: 24px 16px 18px 16px;
  border: 1px solid #ffe066;
  text-align: center;
  box-shadow: 0 2px 12px #0002;
}
.venue-date-label {
  color: #ffe066;
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.event-date {
  color: #ffe066;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 4px;
  letter-spacing: 1px;
}
.event-time {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.event-venue {
  color: #ffe066;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 2px;
  letter-spacing: 1px;
  text-shadow: 0 1px 4px #0002;
}
.event-address {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

/* Dress Code */
/* Enhanced Dress Code */
.dress-code {
  text-align: center;
  margin: 24px 0 20px 0;
  color: #ffe066;
  font-family: "Playfair Display", serif;
  font-size: 1.13rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.dress-code div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.dress-code span {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #ffe066;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dress-men {
  color: #000;
  padding: 3px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 1.05rem;
  font-style: italic;
}
.dress-women {
  color: #fff;
  padding: 3px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 1.05rem;
  font-style: italic;
}

/* Register Button */
.register-btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #ffe066;
  color: #1a093a;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 18px 0;
  text-decoration: none;
  box-shadow: 0 2px 8px #0002;
  transition: background 0.2s, color 0.2s;
}
.register-btn:hover {
  background: #fff;
  color: #a12c7a;
}

/* Responsive Design */
@media (max-width: 500px) {
  .invitation-container {
    padding: 16px 16px 56px;
  }

  .mmn-title {
    font-size: 1.3rem;
  }
  .anniv-title {
    font-size: 1.05rem;
  }
  .event-date {
    font-size: 1.05rem;
  }
  .event-venue {
    font-size: 1rem;
  }
  .register-btn {
    font-size: 1.25rem;
  }
}
