:root {
  color-scheme: light;
  background: #f7f5fb;
  color: #1f1335;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
}

body {
  display: grid;
  place-items: center;
  padding: 24px;
  background: #faf7ff;
}

.page-shell {
  position: relative;
  width: min(100%, 980px);
  padding: 32px;
}

.watercolor-background {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 20%, rgba(238, 110, 255, 0.18), transparent 22%),
              radial-gradient(circle at 82% 18%, rgba(69, 179, 255, 0.16), transparent 20%),
              radial-gradient(circle at 50% 60%, rgba(255, 148, 96, 0.16), transparent 18%),
              radial-gradient(circle at 42% 50%, rgba(255, 127, 200, 0.14), transparent 22%);
  filter: blur(28px);
  opacity: 0.9;
  pointer-events: none;
}

.content-card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(92, 70, 143, 0.12);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  padding: 48px;
  border-radius: 32px;
  box-shadow: 0 35px 80px rgba(100, 59, 140, 0.12);
}

.brand-mark {
  display: inline-flex;
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #6e39ff 0%, #ff4f9b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

h1 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #1f1335;
}

.subtitle {
  margin: 0 0 30px;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #5e4c78;
}

.mailing-form,
.mailerlite-block {
  display: grid;
  gap: 14px;
}

#mlb2-44632753 {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

#mlb2-44632753 .ml-form-embedWrapper {
  background: #ffffff;
  border: 1px solid rgba(146, 121, 199, 0.16);
  border-radius: 24px;
  padding: 0;
}

#mlb2-44632753 .ml-form-embedContent {
  text-align: left;
  padding: 24px 28px 0;
}

#mlb2-44632753 h4 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: #2e1d5f;
}

#mlb2-44632753 p {
  margin: 0;
  color: #6f5d90;
}

#mlb2-44632753 .ml-field-group input {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(206, 198, 228, 0.9);
  background: #f9f8ff;
  color: #2e1d5f;
  border-radius: 16px;
  font-size: 1rem;
  margin-top: 14px;
}

#mlb2-44632753 .ml-form-embedSubmit .primary {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  margin-top: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #7d54ff, #ff5da7);
  border: none;
  color: white;
  font-weight: 700;
  cursor: pointer;
}

#mlb2-44632753 .ml-form-successBody {
  padding: 20px 24px 24px;
}

@media (max-width: 640px) {
  .content-card {
    padding: 28px;
  }

  h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .page-shell {
    padding: 20px;
  }
}
